Subversion Repositories wimsdev

Rev

Rev 12429 | 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>
17180 bpr 13
  <hr>
3215 guerimand 14
!endif
3212 guerimand 15
 
16
!set wims_form_method=file
17
!form reply
17180 bpr 18
<input type="hidden" name="job" value="save">
3212 guerimand 19
$name_put
3214 bpr 20
<p>
17180 bpr 21
<input type="file" name="wims_deposit" size="40">
7909 bpr 22
</p>
17180 bpr 23
<div class="wimscenter wimsform"><input type="submit" value="$wims_name_send"></div>
3212 guerimand 24
 
5926 bpr 25
!formend