Rev 5756 | Rev 5926 | 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 |
||
10 | <center> |
||
11 | !getfile $file $wims_name_source |
||
12 | </center> |
||
5756 | bpr | 13 | <p></p><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> |
3214 | bpr | 25 | </form> |
3212 | guerimand | 26 |