Changeset 12
- Timestamp:
- 10/16/06 21:10:02 (16 years ago)
- Location:
- dev
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/class.page.php
r10 r12 120 120 else 121 121 $html .= "<!-- " . $this->processingtime_ . "s -->"; 122 $html .= '<div class="counter"> 123 <script language="JavaScript" type="text/javascript"> 124 <!-- 125 webstats4u("AD8WGQh5SuZS6pHrvjrf6o6Q5mPQ", 0); 126 // --> 127 </script> 128 <a target="_blank" href="http://www.webstats4u.com/stats?AD8WGQh5SuZS6pHrvjrf6o6Q5mPQ"> 129 <img src="http://m1.webstats4u.com/n?id=AD8WGQh5SuZS6pHrvjrf6o6Q5mPQ" border="0" width="8" height="8" alt="Webstats4U"> 130 </a> 131 </div>'; 122 $html .= '<div class="counter"></div>'; 132 123 $html .= "</td></tr></table>\n"; 133 124 $html .= "</body></html>\n"; -
dev/style/blue/style.css
r2 r12 279 279 background-repeat: no-repeat; 280 280 background-position: 0px 16px; 281 281 282 282 color: #cccccc; 283 283 … … 479 479 text-decoration: underline; 480 480 } 481 .counter 482 { 483 border-top:solid 1px; 484 border-color:#666666; 485 display: block; 486 text-align:right; 487 padding-right:5px; 488 padding-top:5px; 489 margin-top: 10px; 490 margin-left: 5px; 491 margin-right: 5px; 492 padding-bottom: 5px; 493 text-decoration: none; 494 } -
dev/style/default/style.css
r2 r12 279 279 background-repeat: no-repeat; 280 280 background-position: 0px 16px; 281 281 282 282 color: #cccccc; 283 283 … … 479 479 text-decoration: underline; 480 480 } 481 .counter 482 { 483 border-top:solid 1px; 484 border-color:#666666; 485 display: block; 486 text-align:right; 487 padding-right:5px; 488 padding-top:5px; 489 margin-top: 10px; 490 margin-left: 5px; 491 margin-right: 5px; 492 padding-bottom: 5px; 493 text-decoration: none; 494 }