Subversion Repositories wimsdev

Rev

Rev 2523 | Rev 3070 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2523 Rev 3049
Line 11... Line 11...
11
!endif
11
!endif
12
 
12
 
13
!set wims_form_method=file
13
!set wims_form_method=file
14
!form reply
14
!form reply
15
Image file to send to the exercise:
15
Image file to send to the exercise:
16
<input type=file name=wims_deposit>
16
<input type=file name="wims_deposit">
17
<input type=submit value="$wims_name_tosave">
17
<input type=submit value="$wims_name_tosave">
18
</form>
18
</form>
19
 
19
 
20
:sendend
20
:sendend
21
 
21
 
Line 24... Line 24...
24
!else
24
!else
25
 Here is the list of image files in this exercise.
25
 Here is the list of image files in this exercise.
26
 <p><center><table border=2>
26
 <p><center><table border=2>
27
 <th>File name<th>glimps<th>-
27
 <th>File name<th>glimps<th>-
28
 !for i in $imglist
28
 !for i in $imglist
29
  <tr><td valign=middle align=center>$i
29
  <tr><td valign="middle" align="center">$i
30
  <td valign=middle align=center>
30
  <td valign="middle" align="center">
31
  <img src="$wims_ref_name?cmd=getfile&+session=$wims_session&+special_parm=oefimg/$i" alt=""
31
  <img src="$wims_ref_name?cmd=getfile&+session=$wims_session&+special_parm=oefimg/$i" alt=""
32
   height=40 width=50>
32
   height=40 width=50>
33
  <td valign=middle align=center>
33
  <td valign="middle" align="center">
34
  !href cmd=reply&delfile=$i  $wims_name_erase
34
  !href cmd=reply&delfile=$i  $wims_name_erase
35
 !next i
35
 !next i
36
 $table_end <p>
36
 $table_end <p>
37
 !set example=!item 1 of $imglist
37
 !set example=!item 1 of $imglist
38
 These images files can be accessed in the statement of the exercise
38
 These images files can be accessed in the statement of the exercise