fix missing bold for your account item
[brisk.git] / web / notidoc_test.php
1 <html>
2 <head>
3 <title><?php echo "$PHP_SELF";?></title>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <script type="text/javascript" src="commons.js"></script>
6
7 <!-- <script type="text/javascript" src="myconsole.js"></script> -->
8
9 <script type="text/javascript"><!--
10      var sess = "for_test";
11      var stat = "";
12      var subst = "";
13      var gst = new globst();
14      var nd;
15      var tva;
16
17      window.onload = function() {
18          var i, noti_content = "";
19
20          for (i = 0 ; i < 20 ; i++) {
21              noti_content += "solo una prova<br>";
22          }
23
24          nd = new notify_document(gst, noti_content, -1, [ "pippo", "pluto", "paperino" ], 200, 200, true, 0);
25
26          tva = setInterval(function(nd){ console.log("nd.ret = "+nd.ret_get()+"  gst.st_loc: "+gst.st_loc+"  gst.st_loc_new: "+gst.st_loc_new  ); }, 1000, nd);
27      }
28  //-->
29 </script>
30 <link rel="stylesheet" type="text/css" href="brisk.css">
31 </head>
32          <!--  style="position: static; width: 800px; height: 600px; background-color: yellow;" -->
33 <body>
34          <!--  style="position: static; width: 600px; height: 400px; background-color: pink;" -->
35 <div>
36 div in body
37 </div>
38 </body>
39 </html>