Changeset 1087 for trunk/htdocs/cacher/index.php
- Timestamp:
- 07/30/2012 09:40:17 AM (10 months ago)
- Files:
-
- 1 modified
-
trunk/htdocs/cacher/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/cacher/index.php
r1086 r1087 112 112 113 113 $html = array(); 114 static $cssOut = false;115 if (!$cssOut) {116 $cssOut = true;117 $html[] = '<style type="text/css">';118 $html[] = '.hitsgraph a { width: 2px; height: 20px; border-top-width: 1px; border-bottom-width: 1px; }';119 $html[] = '</style>';120 }121 122 114 $width = count($ci[$key]) * 2; 123 115 $html[] = '<div class="hitsgraph" style="width: ' . $width . 'px">';

