25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

27 lines
981 B

  1. <h3><?php render_navigation($db,$collection,false); ?> &raquo; <?php hm("duplicate"); ?></h3>
  2. <?php if (isset($error)):?>
  3. <p class="error">
  4. <?php h($error);?>
  5. </p>
  6. <?php endif;?>
  7. <?php if (isset($message)):?>
  8. <p class="message">
  9. <?php h($message);?>
  10. </p>
  11. <script language="javascript">
  12. window.parent.frames["left"].location.reload();
  13. </script>
  14. <?php endif;?>
  15. <form method="post">
  16. <?php hm("copycollection"); ?>:<br/>
  17. <input type="text" value="<?php h($collection);?>" disabled="disabled"/><br/>
  18. <?php hm("to"); ?>:<br/>
  19. <input type="text" name="target" value="<?php h(x("target"));?>"/><br/>
  20. <?php hm("removeifexists"); ?><br/>
  21. <input type="checkbox" name="remove_target" value="1" <?php if(x("remove_target")):?>checked="checked"<?php endif;?>/><br/>
  22. <?php hm("copyindexes"); ?><br/>
  23. <input type="checkbox" name="copy_indexes" value="1" <?php if (x("copy_indexes")): ?>checked="checked"<?php endif;?>/><br/>
  24. <input type="submit" value="<?php hm("duplicate"); ?>"/>
  25. </form>