|
Last change
on this file since 1078 was
1078,
checked in by moo, 10 months ago
|
|
htdocs/cache: re-adds help
|
-
Property svn:eol-style set to
native
|
|
File size:
575 bytes
|
| Rev | Line | |
|---|
| [1078] | 1 | <?php include "../common/header.tpl.php"; ?> |
|---|
| 2 | <div class="switcher"><?php echo switcher("do", $doTypes); ?></div> |
|---|
| 3 | <?php include "./sub/summary.tpl.php"; ?> |
|---|
| [34] | 4 | <?php |
|---|
| [1078] | 5 | $entryList = getEntryList(); |
|---|
| 6 | $isphp = $entryList['type'] == 'listphp'; |
|---|
| 7 | $typeName = $entryList['type_name']; |
|---|
| [1074] | 8 | ob_start($config['path_nicer']); |
|---|
| [34] | 9 | |
|---|
| [1074] | 10 | $listName = 'Cached'; |
|---|
| [1078] | 11 | $entries = $entryList['cache_list']; |
|---|
| [1074] | 12 | include "./sub/entrylist.tpl.php"; |
|---|
| [1038] | 13 | |
|---|
| [1074] | 14 | $listName = 'Deleted'; |
|---|
| [1078] | 15 | $entries = $entryList['deleted_list']; |
|---|
| [1074] | 16 | include "./sub/entrylist.tpl.php"; |
|---|
| [1072] | 17 | |
|---|
| [1074] | 18 | ob_end_flush(); |
|---|
| 19 | unset($isphp); |
|---|
| [1066] | 20 | ?> |
|---|
| [1078] | 21 | <?php include "../common/footer.tpl.php"; ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.