SVN: toys/stbr/stats/index.html

shadzik shadzik at pld-linux.org
Tue Dec 29 01:02:32 CET 2009


Author: shadzik
Date: Tue Dec 29 01:02:32 2009
New Revision: 11078

Modified:
   toys/stbr/stats/index.html
Log:
- updated for new .php data files


Modified: toys/stbr/stats/index.html
==============================================================================
--- toys/stbr/stats/index.html	(original)
+++ toys/stbr/stats/index.html	Tue Dec 29 01:02:32 2009
@@ -12,6 +12,9 @@
 			swfobject.embedSWF("open-flash-chart.swf", "2010_Monthly", "700", "400", "9.0.0", "expressInstall.swf", {"data-file":"10monthly.php"} );
 		</script>
 		<script type="text/javascript">
+			swfobject.embedSWF("open-flash-chart.swf", "Daily", "700", "400", "9.0.0", "expressInstall.swf", {"data-file":"daily.php"} );
+		</script>
+		<script type="text/javascript">
 			swfobject.embedSWF("open-flash-chart.swf", "Top10_spec", "700", "400", "9.0.0", "expressInstall.swf", {"data-file":"top10spec.php"} );
 		</script>
 		<script type="text/javascript">
@@ -20,15 +23,24 @@
 		<script type="text/javascript">
 			swfobject.embedSWF("open-flash-chart.swf", "Top10_sender", "700", "400", "9.0.0", "expressInstall.swf", {"data-file":"top10sender.php"} );
 		</script>
+		<script type="text/javascript">
+			swfobject.embedSWF("open-flash-chart.swf", "Top10_specTh", "700", "400", "9.0.0", "expressInstall.swf", {"data-file":"top10specTh.php"} );
+		</script>
+		<script type="text/javascript">
+			swfobject.embedSWF("open-flash-chart.swf", "Top10_specTi", "700", "400", "9.0.0", "expressInstall.swf", {"data-file":"top10specTitanium.php"} );
+		</script>
 	</head>
 	<body>
 		 
 		<div id="Total_requests"></div>
 		<div id="2009_Monthly"></div>
 		<div id="2010_Monthly"></div>
+		<div id="Daily"></div>
 		<div id="Top10_spec"></div>
 		<div id="Top20_spec"></div>
 		<div id="Top10_sender"></div>
+		<div id="Top10_specTh"></div>
+		<div id="Top10_specTi"></div>
 		 
 	</body>
 </html>


More information about the pld-cvs-commit mailing list