Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
1539 bpr 1
!! Tableau d'information générale de la feuille d'exos
2
!! ce fichier utilise des mots définis dans le fichier names.phtml du module adm/sheet.$lang
1533 guerimand 3
 
4
!form reply
5763 bpr 5
 <input type="hidden" name="job" value="text"/>
1533 guerimand 6
 $table_header
7
  $table_tr
4260 czzmrn 8
   <td>$(name_shinfo[1]) <small>($name_desc_title)</small></td>
5763 bpr 9
   <td><input size="65" name="title" value="$title"/></td>
1533 guerimand 10
  </tr>
11
  $table_tr
4260 czzmrn 12
   <td>$(name_shinfo[2])</td>
1533 guerimand 13
   <td>$(statutname[$activetest+2]) &nbsp;
14
   !ifval $activetest>-1
3245 guerimand 15
    !read adm/sheet/sheetaction.phtml sheet,$sheet,$activetest,0
1533 guerimand 16
   !endif
17
   </td>
18
  </tr>
19
  $table_tr
3964 bpr 20
   <td>$(name_shinfo[3])&nbsp;<small>($name_desc_desc)</small></td>
1533 guerimand 21
   <td><textarea id="desc" class="iEdit" rows="6" cols="65" name="desc">$desc</textarea> </td>
22
  </tr>
23
  $table_tr
2271 bpr 24
   <td>$(name_shinfo[8])&nbsp; <small>($name_desc_comment)</small></td>
1969 guerimand 25
   <td><textarea id="comment" class="iEdit" rows="6" cols="65" name="comment">$comment</textarea> </td>
26
  </tr>
27
  $table_tr
2271 bpr 28
   <td>$(name_shinfo[4])&nbsp;</td>
1533 guerimand 29
   <td>
3526 bpr 30
    !distribute item $[$expday],$[$expmon],$[$expyear] into expday,expmon,expyear
31
    !set listexpyear=!listuniq $expyear,$thisyear,$[$thisyear+1]
1533 guerimand 32
    !formselect expday from 1 to 31
33
    !formselect expmon from 1 to 12 prompt $months
3526 bpr 34
    !formselect expyear list $listexpyear
1533 guerimand 35
   </td>
36
  </tr>
37
  $table_tr
38
   <td>$(name_shinfo[5])&nbsp;
3066 bpr 39
    !set wims_ref_class=wims_button_help
1533 guerimand 40
     !href target=wims_mhelp cmd=help&special_parm=sheetpage $wims_name_help
41
   </td>
5763 bpr 42
   <td><input size="30" name="prpage" value="$prpage"/></td>
1533 guerimand 43
  </tr>
44
  !if $activetest>0
45
   $table_tr
5763 bpr 46
    <input type="hidden" name="allow" value="yes"/>
1533 guerimand 47
    <td>
2271 bpr 48
     $(name_shinfo[6])&nbsp;
3066 bpr 49
     !set wims_ref_class=wims_button_help
1533 guerimand 50
      !href target=wims_mhelp cmd=help&special_parm=allowtype $wims_name_help
51
    </td>
52
    <td>
53
     !formselect allowtype list all, none, select prompt $name_allowtype
5763 bpr 54
     <br/><input size="50" name="IPlist" value="$IPlist"/> <br/>
1533 guerimand 55
     !set allowshare=0
56
     !if $sharers!=$empty
57
      ( $(name_shinfo[7])
58
      !formselect allowshare list 0,1 prompt $wims_name_no,$wims_name_yes
59
      )
60
     !else
5763 bpr 61
      <input type="hidden" name="allowshare" value="0"/>
1533 guerimand 62
     !endif
63
    </td>
64
   </tr>
65
  !endif
5874 bpr 66
 $table_end
67
 <div class="wimscenter wimsform">
1533 guerimand 68
    !ifval $activetest=-1
5763 bpr 69
     <input type="submit" value="$name_mksheet"/>
1533 guerimand 70
    !else
5763 bpr 71
     <input type="submit" value="$wims_name_tosave"/>
1533 guerimand 72
    !endif
5874 bpr 73
 </div>
5928 bpr 74
 
75
!formend