You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fileexists.html 1.2KB

12345678910111213141516171819202122232425262728293031
  1. <div id="{dialog_name}" title="{title}" class="fileexists">
  2. <span class="why">{why}<!-- Which files do you want to keep --></span><br/>
  3. <span class="what">{what}<!-- If you select both versions, the copied file will have a number added to its name. --></span><br/>
  4. <br/>
  5. <table>
  6. <th><input id="checkbox-allnewfiles" class="allnewfiles checkbox" type="checkbox" /><label for="checkbox-allnewfiles">{allnewfiles}<span class="count"></span></label></th>
  7. <th><input id="checkbox-allexistingfiles" class="allexistingfiles checkbox" type="checkbox" /><label for="checkbox-allexistingfiles">{allexistingfiles}<span class="count"></span></label></th>
  8. </table>
  9. <div class="conflicts">
  10. <div class="template">
  11. <div class="filename"></div>
  12. <div class="replacement">
  13. <input type="checkbox" class="checkbox u-left"/>
  14. <label>
  15. <span class="svg icon"></span>
  16. <div class="mtime"></div>
  17. <div class="size"></div>
  18. </label>
  19. </div>
  20. <div class="original">
  21. <input type="checkbox" class="checkbox u-left" />
  22. <label>
  23. <span class="svg icon"></span>
  24. <div class="mtime"></div>
  25. <div class="size"></div>
  26. <div class="message"></div>
  27. </label>
  28. </div>
  29. </div>
  30. </div>
  31. </div>