diff options
| author | Pim van den Berg | 2009-09-20 13:52:56 +0200 |
|---|---|---|
| committer | Pim van den Berg | 2009-09-20 13:52:56 +0200 |
| commit | f440df5666c73c924ea6a6ce1c5de0eb7e8092f3 (patch) | |
| tree | 2b4f792096437841fa05df86b8b7fdb4108ceb91 /detail.php | |
| parent | initial import of cgp (diff) | |
| download | apt-panopticon_cgp-f440df5666c73c924ea6a6ce1c5de0eb7e8092f3.zip apt-panopticon_cgp-f440df5666c73c924ea6a6ce1c5de0eb7e8092f3.tar.gz apt-panopticon_cgp-f440df5666c73c924ea6a6ce1c5de0eb7e8092f3.tar.bz2 apt-panopticon_cgp-f440df5666c73c924ea6a6ce1c5de0eb7e8092f3.tar.xz | |
display term as a list on detail page
Diffstat (limited to 'detail.php')
| -rw-r--r-- | detail.php | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -29,13 +29,13 @@ $term = array( | |||
| 29 | ); | 29 | ); |
| 30 | 30 | ||
| 31 | $args = $_GET; | 31 | $args = $_GET; |
| 32 | print "<ul>\n"; | ||
| 32 | foreach($term as $key => $s) { | 33 | foreach($term as $key => $s) { |
| 33 | $args['s'] = $s; | 34 | $args['s'] = $s; |
| 34 | printf('<a href="%s/%s">%s</a>'."\n", | 35 | printf('<li><a href="%s/%s">%s</a></li>'."\n", |
| 35 | $CONFIG['weburl'], build_url('detail.php', $args), $key); | 36 | $CONFIG['weburl'], build_url('detail.php', $args), $key); |
| 36 | } | 37 | } |
| 37 | 38 | print "</ul>\n"; | |
| 38 | print "<br>\n"; | ||
| 39 | 39 | ||
| 40 | $plugins = collectd_plugins($host); | 40 | $plugins = collectd_plugins($host); |
| 41 | 41 | ||
