1
0

page.uncomp.tmpl 1.0 KB

1234567891011121314151617181920212223242526
  1. <tmpl_include name="inc.head.tmpl">
  2. <tmpl_include name="inc.subhead.tmpl">
  3. <body bgcolor="#829FB5" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>
  4. <tmpl_if name="is_file">
  5. <form method="POST" name="pass_form">
  6. <p><label for="passwd">Please enter password for the file (leave blank if no password required):</label> <input type="text" name="passwd" id="passwd" size="60"></p>
  7. <p><input type="submit" value=" OK " name="OK"></p>
  8. <input type="hidden" name="file" value="<tmpl_var name="url_file">">
  9. <input type="hidden" name="dir" value="<tmpl_var name="url_dir">">
  10. <input type="hidden" name="type" value="<tmpl_var name="type">">
  11. <input type="hidden" name="exec" value="true">
  12. </form>
  13. </tmpl_if>
  14. <tmpl_if name="buff">
  15. <tmpl_var name="buff">
  16. </tmpl_if>
  17. </td>
  18. </tr>
  19. </table>
  20. [<a href="#" onclick="window.opener.location.reload();window.close();">Close Window</a>]
  21. </td>
  22. </tr>
  23. </table>
  24. <tmpl_include name="inc.fluxlink.tmpl">
  25. </body>
  26. </html>