Changeset 1078 for trunk/htdocs/cacher/summary.tpl.php
- Timestamp:
- 2012-07-29T08:45:04+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/htdocs/cacher/summary.tpl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/cacher/summary.tpl.php
r1074 r1078 1 <?php include("../common/header.tpl.php"); ?> 2 <div class="switcher"><?php echo switcher("do", $listTypes); ?></div> 3 <?php 4 include "./sub/summary.tpl.php"; 5 6 if (ini_get("xcache.test")) { 7 ?> 8 <form method="post" action=""> 9 <div> 10 <input type="submit" name="coredump" value="Test coredump" class="submit" onclick="return confirm('<?php echo _('Sure?'); ?>');" /> 11 </div> 12 </form> 13 <?php 14 } 15 ?> 16 <?php include("./sub/moduleinfo.tpl.php"); ?> 17 18 <?php include("../common/footer.tpl.php"); ?> 1 <?php include "../common/header.tpl.php"; ?> 2 <div class="switcher"><?php echo switcher("do", $doTypes); ?></div> 3 <?php include "./sub/summary.tpl.php"; ?> 4 <?php include "./sub/moduleinfo.tpl.php"; ?> 5 <?php include "../common/footer.tpl.php"; ?>
Note: See TracChangeset
for help on using the changeset viewer.

