Subversion Repositories wimsdev

Rev

Rev 11430 | Rev 12706 | Go to most recent revision | 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
6
<pre>
7
$makeerror
8
</pre>
6235 bpr 9
<hr />
23 reyssat 10
!endif
11
 
12
!form reply
6223 bpr 13
<input type="hidden" name="fname" value="$fname" />
23 reyssat 14
 
5832 bpr 15
<div class="wimscenter">
23 reyssat 16
!sh content=`cat $devdir/$mod/$fname | sed 's/\&/\&amp;/g;s/</\&lt;/g'`\
17
 cat <<@\
9421 bpr 18
<textarea id="wims_deposit" class="nowrap" name="wims_deposit" cols="70" rows="10">$$content\
23 reyssat 19
</textarea>\
20
@
53 guerimand 21
 
23 reyssat 22
<p>
8056 obado 23
    <input type="submit" name="register" value="$wims_name_tosave" />
11430 bpr 24
$ $
8056 obado 25
    <input type="submit" name="abandon" value="$wims_name_giveup" class="wims_secondary_button" />
5832 bpr 26
</p>
27
</div>
5925 bpr 28
!formend
1045 bpr 29
 
23 reyssat 30
!set wims_form_method=file
31
!form reply
8056 obado 32
    <input type="hidden" name="fname" value="$fname" />
33
    <input type="hidden" name="register" value="file_mode" />
34
    <input type="submit" value="$wims_name_send" />
11635 bpr 35
   <label for="wims_deposit2">$name_replace:</label>
36
    <input type="file" name="wims_deposit" id="wims_deposit2" />
5925 bpr 37
!formend