2 $this->includeTemplate($GLOBALS['top_include']);
4 <script type="text/javascript">
5 window.onload = function() {
6 document.getElementById("new").focus();
9 <form action="<?= $formaction ?>" method="post">
12 <th align="left"><?php echo T_('Old'); ?></th>
13 <td><input type="text" name="old" id="old" value="<?= $old ?>" /></td>
14 <td>← <?php echo T_('Required'); ?></td>
17 <th align="left"><?php echo T_('New'); ?></th>
18 <td><input type="text" name="new" id="new" value="" /></td>
19 <td>← <?php echo T_('Required'); ?></td>
24 <input type="submit" name="confirm" value="<?php echo T_('Rename'); ?>" />
25 <input type="submit" name="cancel" value="<?php echo T_('Cancel'); ?>" />
33 <?php if (isset($referrer)): ?>
34 <div><input type="hidden" name="referrer" value="<?php echo $referrer; ?>" /></div>
40 $this->includeTemplate($GLOBALS['bottom_include']);