diff --git a/templates/dups.html b/templates/dups.html index 0695ea6..5c56fd5 100644 --- a/templates/dups.html +++ b/templates/dups.html @@ -9,7 +9,7 @@
-

{{page_title}}

+

{{page_title}}

@@ -71,7 +71,7 @@ }
- + {# pass this through so that the back-end can delete this message when it rm_dups #} {% set auto=namespace(str="") %} @@ -93,7 +93,7 @@ {% set all_count.k_files = all_count.k_files + count.keep %} {% set all_count.d_files = all_count.d_files + count.del %} {% endif %} -
Choose between these files:
+
Choose between these files:
{% set count=namespace( del=0, keep=0, man_del=0, man_keep=0 ) %} {% for dups in DD.per_file_dups %} {% set outer_loop=loop.index %} @@ -123,7 +123,7 @@ {% endif %} {% if page.cnt <= pagesize %} {% if loop.index == 1 %} -
+
{% set kfid.count = kfid.count+1 %} @@ -140,7 +140,7 @@ F[{{kfid.count}}{{loop.index}}]="{{dup.id}}" {% if loop.index == dups|length %} -
+
{% endif %} {% endif %} {% endif %} @@ -175,8 +175,8 @@ {% set count.m_files = count.m_files + dup.hashes|wordcount %} {% set count.m_dirs = count.m_dirs +1 %} {% if page.cnt <= pagesize %} -
-
Choose path to KEEP (same file names in 2 different directories):
+
+
Choose path to KEEP (same file names in 2 different directories):
{{dup.count}} duplicates in: {% if dup.d1 == "" %} {% set d1="/" %} @@ -203,7 +203,7 @@ {% endif %} {% endfor %} {% if count.keep_d %} -
+
{% set auto.str = auto.str + "
  • Keeping {} files in {} paths, Deleting={} file in {} paths
  • ".format( count.keep_f, count.keep_d, count.keep_f, count.keep_d) %} {% set all_count.k_files = all_count.k_files + count.keep_f %} {% set all_count.d_files = all_count.d_files + count.keep_f %} @@ -224,7 +224,7 @@ So by counting/double-check, uniq files kept = {{all_count.k_files+all_count.mk_ #} {% endif %} -
    +