Rev 5926 | Rev 6235 | 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 |
9 | $name_get |
||
6148 | bpr | 10 | <p class="wimscenter"> |
3215 | guerimand | 11 | !getfile $file $wims_name_source |
6148 | bpr | 12 | </div> |
13 | <hr/> |
||
3215 | guerimand | 14 | !endif |
3212 | guerimand | 15 | |
16 | !set wims_form_method=file |
||
17 | !form reply |
||
5734 | bpr | 18 | <input type="hidden" name="job" value="save"/> |
3212 | guerimand | 19 | $name_put |
20 | |
||
3214 | bpr | 21 | <p> |
5734 | bpr | 22 | <input type="file" name="wims_deposit" size="40"/> |
3214 | bpr | 23 | </p> |
5875 | bpr | 24 | <div class="wimscenter wimsform"><input type="submit" value="$wims_name_send"/></div> |
3212 | guerimand | 25 | |
5926 | bpr | 26 | !formend |
27 |