Subversion Repositories wimsdev

Rev

Rev 6235 | 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
9
 $name_get
7909 bpr 10
 <div class="wimscenter">
3215 guerimand 11
 !getfile $file $wims_name_source
6148 bpr 12
 </div>
6235 bpr 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
20
&nbsp;
3214 bpr 21
<p>
6235 bpr 22
<input type="file" name="wims_deposit" size="40" />
7909 bpr 23
</p>
6235 bpr 24
<div class="wimscenter wimsform"><input type="submit" value="$wims_name_send" /></div>
3212 guerimand 25
 
5926 bpr 26
!formend
27