diff options
| author | Pim van den Berg | 2009-09-29 19:56:44 +0200 |
|---|---|---|
| committer | Pim van den Berg | 2009-09-29 20:06:19 +0200 |
| commit | 8bf309b808142d21aade10a40466403adf2001d7 (patch) | |
| tree | f584b93a3a8fdd42782c29661fe906455ad15483 /detail.php | |
| parent | change webdir/weburl and include/require usage (diff) | |
| download | apt-panopticon_cgp-8bf309b808142d21aade10a40466403adf2001d7.zip apt-panopticon_cgp-8bf309b808142d21aade10a40466403adf2001d7.tar.gz apt-panopticon_cgp-8bf309b808142d21aade10a40466403adf2001d7.tar.bz2 apt-panopticon_cgp-8bf309b808142d21aade10a40466403adf2001d7.tar.xz | |
layout improvement based on daniel's patch
The page is divided into a header, content and footer.
It is styled better and the header links to the main page.
Patch from Daniel von Fange (Leancoder):
http://pommi.nethuis.nl/storage/software/cgp/leancoder-css.cgp-v-0-1.patch
Diffstat (limited to '')
| -rw-r--r-- | detail.php | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -15,7 +15,7 @@ $seconds = $_GET['s']; | |||
| 15 | 15 | ||
| 16 | html_start(); | 16 | html_start(); |
| 17 | 17 | ||
| 18 | printf('<h1><a href="%s">«</a> %s</h1>'."\n", | 18 | printf('<h2><a href="%s">«</a> %s</h2>'."\n", |
| 19 | $CONFIG['weburl'].'/host.php?h='.htmlentities($host), $host | 19 | $CONFIG['weburl'].'/host.php?h='.htmlentities($host), $host |
| 20 | ); | 20 | ); |
| 21 | 21 | ||
