Rev 17144 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1704 | bpr | 1 | $wims_name_edfile |
3999 | bpr | 2 | <span class="wims_fname">$fname</span> |
1704 | bpr | 3 | $name_in_module |
3999 | bpr | 4 | <span class="wims_mod_title">$title</span>: |
23 | reyssat | 5 | !if $makeerror!=$empty |
17143 | obado | 6 | <div class="wims_msg alert">$makeerror</div> |
7 | !else |
||
8 | !if $wims_module_log!=$empty and $error=$empty |
||
9 | <div class="wims_msg success" data-closable> |
||
10 | $name_save_done. |
||
17144 | obado | 11 | <button class="close-button wims-closer" aria-label="Dismiss alert" type="button" data-close> |
17143 | obado | 12 | <span aria-hidden="true">×</span> |
13 | </button> |
||
14 | </div> |
||
15 | !endif |
||
23 | reyssat | 16 | !endif |
17 | |||
18 | !form reply |
||
17180 | bpr | 19 | <input type="hidden" name="fname" value="$fname"> |
23 | reyssat | 20 | |
5832 | bpr | 21 | <div class="wimscenter"> |
12706 | obado | 22 | !sh content=`cat $devdir/$mod/$fname | sed 's/\&/\&/g;s/</\</g'`\ |
23 | cat <<@\ |
||
24 | <textarea id="wims_deposit" class="nowrap" name="wims_deposit" cols="70" rows="10">$$content\ |
||
23 | reyssat | 25 | </textarea>\ |
26 | @ |
||
53 | guerimand | 27 | |
12706 | obado | 28 | <p> |
17180 | bpr | 29 | <input type="submit" name="register" value="$wims_name_tosave"> |
12706 | obado | 30 | $ $ |
17180 | bpr | 31 | <input type="submit" name="abandon" value="$wims_name_giveup" class="wims_secondary_button"> |
12706 | obado | 32 | </p> |
5832 | bpr | 33 | </div> |
5925 | bpr | 34 | !formend |
1045 | bpr | 35 | |
23 | reyssat | 36 | !set wims_form_method=file |
37 | !form reply |
||
17180 | bpr | 38 | <input type="hidden" name="fname" value="$fname"> |
39 | <input type="hidden" name="register" value="file_mode"> |
||
40 | <input type="submit" value="$wims_name_send"> |
||
12706 | obado | 41 | <label for="wims_deposit2">$name_replace:</label> |
17180 | bpr | 42 | <input type="file" name="wims_deposit" id="wims_deposit2"> |
5925 | bpr | 43 | !formend |