Subversion Repositories wimsdev

Rev

Rev 5756 | Rev 5953 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2329 guerimand 1
!!!### language independant
2
!!
3
!! Tableau d'information générale de la feuille d'exos
4
 
5
!form reply
5734 bpr 6
 <input type="hidden" name="job" value="text"/>
2329 guerimand 7
 $table_header
8
  $table_tr
2765 bpr 9
   <td>$(name_shinfo[1]) <small>($name_desc_title)</small> </td>
5734 bpr 10
   <td><input size="65" name="title" value="$title"/></td>
2329 guerimand 11
  </tr>
12
  $table_tr
2765 bpr 13
   <td>$(name_shinfo[2]) </td>
2329 guerimand 14
   <td>$(statutname[$activetest+2]) &nbsp;
15
   !ifval $activetest>-1
3245 guerimand 16
    !read adm/sheet/sheetaction.phtml exam,$exam,$activetest,0
2329 guerimand 17
   !endif
18
   </td>
19
  </tr>
20
  $table_tr
2765 bpr 21
   <td>$(name_shinfo[3])&nbsp;  <small>($name_desc_desc)</small></td>
2329 guerimand 22
   <td><textarea id="desc" class="iEdit" rows="6" cols="65" name="desc">$desc</textarea> </td>
23
  </tr>
24
  $table_tr
2765 bpr 25
   <td>$(name_shinfo[8])&nbsp; <small>($name_desc_comment)</small></td>
2329 guerimand 26
   <td><textarea id="comment" class="iEdit" rows="6" cols="65" name="comment">$comment</textarea> </td>
27
  </tr>
28
  $table_tr
2765 bpr 29
   <td>$(name_shinfo[4])</td>
2329 guerimand 30
   <td>
31
    !distribute item $[$expday],$[$expmon] into expday,expmon
32
    !formselect expday from 1 to 31
33
    !formselect expmon from 1 to 12 prompt $months
34
    !formselect expyear from $thisyear to $thisyear+1
35
   </td>
36
  </tr>
37
  $table_tr
2765 bpr 38
   <td>$(name_shinfo[9])&nbsp; <small>($name_desc_duration)</small>
2329 guerimand 39
   </td>
5734 bpr 40
   <td><input size="5" name="duration" value="$duration"/></td>
2329 guerimand 41
  </tr>
42
  $table_tr
2765 bpr 43
   <td>$(name_shinfo[10])
2329 guerimand 44
   </td>
5734 bpr 45
   <td><input size="5" name="tries" value="$stries"/></td>
2329 guerimand 46
  </tr>
47
  !if $activetest>0
48
   $table_tr
5734 bpr 49
    <input type="hidden" name="allow" value="yes"/>
2329 guerimand 50
    <td>
2765 bpr 51
     $(name_shinfo[6])
3069 bpr 52
     &nbsp;
53
     !set wims_ref_class=wims_button_help
2329 guerimand 54
      !href target=wims_mhelp cmd=help&special_parm=allowtype $wims_name_help
55
    </td>
56
    <td>
57
     !formselect allowtype list all, simulation, none, select prompt $name_allowtype
5756 bpr 58
     <br/><input size="50" name="IPlist" value="$IPlist"/> <br/>
2329 guerimand 59
     !set allowshare=0
60
     !if $sharers!=$empty
61
      ( $(name_shinfo[7])
62
      !formselect allowshare list 0,1 prompt $wims_name_no,$wims_name_yes
63
      )
64
     !else
5734 bpr 65
      <input type="hidden" name="allowshare" value="0"/>
2329 guerimand 66
     !endif
5756 bpr 67
     <br/>$name_shinfo_cutt&nbsp; <input size="50" name="cutt" value="$cutt"/>
2329 guerimand 68
    </td>
69
   </tr>
70
  !endif
71
  $table_tr
3049 bpr 72
   <td colspan="2" align="center">
2329 guerimand 73
    !ifval $activetest=-1
5734 bpr 74
     <input type="submit" value="$name_mkexam"/>
2329 guerimand 75
    !else
5734 bpr 76
     <input type="submit" value="$wims_name_tosave"/>
2329 guerimand 77
    !endif
78
   </td>
79
  </tr>
80
 $table_end
5926 bpr 81
 
82
!formend