1
0

page.uncomp.tmpl 884 B

1234567891011121314151617181920212223
  1. <tmpl_include name="inc.head.tmpl">
  2. <body>
  3. <tmpl_include name="inc.titleBar.tmpl">
  4. <div id="uncomp">
  5. <tmpl_if name="is_file">
  6. <form method="POST" name="pass_form">
  7. <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>
  8. <p><input type="submit" value=" OK " name="OK"></p>
  9. <input type="hidden" name="file" value="<tmpl_var name="url_file">">
  10. <input type="hidden" name="dir" value="<tmpl_var name="url_dir">">
  11. <input type="hidden" name="type" value="<tmpl_var name="type">">
  12. <input type="hidden" name="exec" value="true">
  13. </form>
  14. </tmpl_if>
  15. <tmpl_if name="buff">
  16. <tmpl_var name="buff">
  17. </tmpl_if>
  18. </div>
  19. <div id="close">
  20. [<a id="closeLink" href="#" onclick="window.opener.location.reload();window.close();">Close Window</a>]
  21. </div>
  22. </body>
  23. </html>