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