Rev 12053 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4039 | bpr | 1 | !read adm/class/classname.phtml $wims_classname\ |
4020 | bpr | 2 | $wims_institutionname |
3 | |||
3212 | guerimand | 4 | !read adm/title.phtml 1\ |
4020 | bpr | 5 | $classname\ |
3212 | guerimand | 6 | $wims_name_save |
7 | |||
3215 | guerimand | 8 | !if $livret_nbcomp>0 |
12429 | bpr | 9 | $name_get |
10 | <div class="wimscenter"> |
||
11 | !getfile $file $wims_name_source |
||
12 | </div> |
||
13 | <hr /> |
||
3215 | guerimand | 14 | !endif |
3212 | guerimand | 15 | |
16 | !set wims_form_method=file |
||
17 | !form reply |
||
6235 | bpr | 18 | <input type="hidden" name="job" value="save" /> |
3212 | guerimand | 19 | $name_put |
3214 | bpr | 20 | <p> |
6235 | bpr | 21 | <input type="file" name="wims_deposit" size="40" /> |
7909 | bpr | 22 | </p> |
6235 | bpr | 23 | <div class="wimscenter wimsform"><input type="submit" value="$wims_name_send" /></div> |
3212 | guerimand | 24 | |
5926 | bpr | 25 | !formend |