new notifier method and associated test
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Mon, 18 Nov 2013 06:38:55 +0000 (07:38 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Mon, 18 Nov 2013 06:38:55 +0000 (07:38 +0100)
web/notidoc_test.php [new file with mode: 0644]

diff --git a/web/notidoc_test.php b/web/notidoc_test.php
new file mode 100644 (file)
index 0000000..b309c58
--- /dev/null
@@ -0,0 +1,36 @@
+<html>
+<head>
+<title><?php echo "$PHP_SELF";?></title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<script type="text/javascript" src="commons.js"></script>
+
+<!-- <script type="text/javascript" src="myconsole.js"></script> -->
+
+<script type="text/javascript"><!--
+     var sess = "for_test";
+     var stat = "";
+     var subst = "";
+     var gst = new globst();
+     var nd;
+
+     window.onload = function() {
+         var i, sss = "";
+
+         for (i = 0 ; i < 20 ; i++) {
+             sss += "solo una prova<br>";
+         }
+
+         nd = new notify_document(gst, sss, 4000, "pippo", 200, 200, true, 2000);
+     }
+ //-->
+</script>
+<link rel="stylesheet" type="text/css" href="brisk.css">
+</head>
+         <!--  style="position: static; width: 800px; height: 600px; background-color: yellow;" -->
+<body>
+         <!--  style="position: static; width: 600px; height: 400px; background-color: pink;" -->
+<div>
+div in body
+</div>
+</body>
+</html>