page.rename.tmpl 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <tmpl_include name="inc.head.tmpl">
  2. <tmpl_include name="inc.subhead.tmpl">
  3. <tmpl_if name="is_start">
  4. <form method="POST" action="index.php?iid=rename" name="move_form">
  5. <p>
  6. <label for="fileFromDis"><tmpl_var name="_REN_FILE"></label>
  7. <input disabled="true" type="text" name="fileFromDis" id="fileFromDis" size="91" value="<tmpl_var name="file">">
  8. </p>
  9. <p>
  10. <label for="fileTo"><tmpl_var name="_REN_STRING"></label>
  11. <input type="text" name="fileTo" id="fileTo" size="91" value="<tmpl_var name="file">">
  12. </p>
  13. <p><input type="submit" value="OK" name="OK"></p>
  14. <input type="hidden" name="dir" value="<tmpl_var name="dir">"/>
  15. <input type="hidden" name="fileFrom" value="<tmpl_var name="file">"/>
  16. </form>
  17. <tmpl_else>
  18. <tmpl_var name="messages">
  19. <tmpl_if name="no_error">
  20. <tmpl_var name="_REN_DONE"><br>
  21. renamed <em><tmpl_var name="fileFrom"></em> to <em><tmpl_var name="fileTo"></em>
  22. <tmpl_else>
  23. <tmpl_var name="_REN_ERROR">
  24. </tmpl_if>
  25. </tmpl_if>
  26. </td>
  27. </tr>
  28. </table>
  29. [<a href="#" onclick="window.opener.location.reload();window.close();">Close Window</a>]
  30. </td>
  31. </tr>
  32. </table>
  33. <tmpl_include name="inc.fluxlink.tmpl">
  34. </body>
  35. </html>