Rev 16456 | Rev 17180 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16456 | Rev 17165 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | 2 | ||
3 | !if $step=-3 |
3 | !if $step=-3 |
4 |
|
4 | <div class="wims_content"> |
- | 5 | !if $keyword!=$empty |
|
- | 6 | !let s=open |
|
- | 7 | !endif |
|
- | 8 | <details $s> |
|
- | 9 | <summary>$name_clonebyclass</summary> |
|
5 | !read proc/search.phtml |
10 | !read proc/search.phtml |
6 | <p>$name_clickclone</p> |
11 | <p>$name_clickclone</p> |
7 | !if $debcls!=$empty |
12 | !if $debcls!=$empty |
8 | !set table_id=TABLE_clonelist |
13 | !set table_id=TABLE_clonelist |
9 | !set table_class=sortable |
14 | !set table_class=sortable |
Line 116... | Line 121... | ||
116 | </tbody> |
121 | </tbody> |
117 | $table_end |
122 | $table_end |
118 | !read tablesort.phtml |
123 | !read tablesort.phtml |
119 | !else |
124 | !else |
120 | $name_nofound |
125 | $name_nofound |
121 | !endif |
126 | !endif |
- | 127 | </details> |
|
- | 128 | <details> |
|
- | 129 | <summary>$(name_clonebytgz[1])</summary> |
|
- | 130 | !set wims_form_method=file |
|
- | 131 | !form reply |
|
- | 132 | <fieldset class="property_fields blockcenter"> |
|
- | 133 | <legend>$(name_clonebytgz[2])</legend> |
|
- | 134 | <input type="hidden" name="job" value="upload" /> |
|
- | 135 | <div class="field box fullwidth"> |
|
- | 136 | <label for="wims_deposit">$(name_clonebytgz[3])</label> |
|
- | 137 | <input type="hidden" name="step" value="-1" /> |
|
- | 138 | <input type="hidden" name="sourcecls" value="file" /> |
|
- | 139 | <input type="file" name="wims_deposit" id="wims_deposit" size="40" /> |
|
- | 140 | </div> |
|
- | 141 | <div class="wimscenter"> |
|
- | 142 | <input type="submit" value="$wims_name_send" /> |
|
122 | </div> |
143 | </div> |
- | 144 | </fieldset> |
|
- | 145 | !formend |
|
- | 146 | </details> |
|
- | 147 | ||
- | 148 | </div> |
|
123 |
|
149 | !exit |
124 | !endif |
150 | !endif |
125 | 151 | ||
126 | !if $step=-2 |
152 | !if $step=-2 |
127 | !! saisie du mot de passe de clonage pour les classes privées. |
153 | !! saisie du mot de passe de clonage pour les classes privées. |
128 | $name_getcloningpwd |
154 | $name_getcloningpwd |
129 | !form reply |
155 | !form reply |
130 | <input size="20" name="clonepwd" value="$clonepwd" id="clonepwd" /> |
156 | <input size="20" name="clonepwd" value="$clonepwd" id="clonepwd" /> |
Line 135... | Line 161... | ||
135 | !endif |
161 | !endif |
136 | 162 | ||
137 | !if $step>=-1 and $step<3 |
163 | !if $step>=-1 and $step<3 |
138 | <div class="wims_msg info"> |
164 | <div class="wims_msg info"> |
139 | $name_cpexempleintro. |
165 | $name_cpexempleintro. |
- | 166 | !if $ssourcecls=file |
|
- | 167 | <br /> |
|
- | 168 | $(name_clonebytgz[4]) |
|
- | 169 | !endif |
|
140 | </div> |
170 | </div> |
141 | !endif |
171 | !endif |
142 | 172 | ||
143 | !if $step=-1 |
173 | !if $step=-1 |
144 | <div class="wims_content spacer"> |
174 | <div class="wims_content spacer"> |