Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
1479 bpr 1
!read adm/title.phtml 1\
2
$wims_classname - $wims_institutionname\
3
$wims_name_config
1319 guerimand 4
 
1326 bpr 5
<p><hr width="40%"> <p>
1319 guerimand 6
 
2051 guerimand 7
$name_param_change <small> [
8
 !href target=wims_mhelp cmd=help $wims_name_help
9
 ] </small>:
1319 guerimand 10
 
11
!form reply
12
<input type="hidden" name="job" value="config">
13
<ul>
1479 bpr 14
 <li>$wims_name_title&nbsp;:<br>
1319 guerimand 15
  <input size="60" name="cf_title" value="$cf_title">
1479 bpr 16
 <li>$wims_name_Description&nbsp;:<br>
3049 bpr 17
  <textarea wrap name="cf_description" cols=60 rows=5>$cf_description</textarea></li>
1951 guerimand 18
 <li>$name_color : <br>
19
  <table border=1>
20
   <tr>
21
   <td style="background-color: $(livret_scorecolor[1])">$name_nowork</td>
22
   !for k=2 to 11
23
    <td style="background-color: $(livret_scorecolor[$k])" align="center">$[($k-1)*10] %</td>
24
   !next k
25
   </tr>
26
   <tr>
1319 guerimand 27
   !for k=1 to 11
1951 guerimand 28
    <td><input type="text" value="$(livret_scorecolor[$k])" name="cf_scorecolor$k" size="8"></td>
1319 guerimand 29
   !next k
1951 guerimand 30
   </tr>
31
  </table>
32
 <li>$name_configtext4 :
33
  !formselect cf_scoreoption list class,livret prompt $name_listscoreoption
1319 guerimand 34
 </li>
1951 guerimand 35
 <li>$name_configtext5 :
36
  !formselect cf_scoreview list -1,0,2,3,4 prompt $name_listscoreview
37
 </li>
1768 guerimand 38
 <li>$name_configtext3 <input type="text" name="cf_minac" value="$livret_minac" size="5"></li>
1479 bpr 39
 <li>$name_score_modify: <br>
1319 guerimand 40
 !for i in $asheets
41
   <input type="checkbox" name="cf_nonactivesheet" value="$i"
42
  !if $i isitemof $cf_nonactivesheet
43
   checked
44
  !endif
45
  >
46
  !let t=!record $i of  wimshome/log/classes/$wims_class/sheets/.sheets
47
  $i :
48
  !line 3 of $t
49
  <br>
50
 !next i
51
 </li>
52
</ul>
1479 bpr 53
<p><center><input type="submit" name="cf_set" value="$wims_name_tosave">
54
&nbsp;&nbsp;<input type="submit" name="cf_abandon" value="$wims_name_giveup">
1326 bpr 55
</center></form>
56
 
57
 
1400 guerimand 58
!!set wims_menu_items=!append line cls_livret,1,cmd=reply&job=home\
59
!! to $wims_menu_items
60
 
1326 bpr 61
!reset cf_nonactivesheet,cf_set,cf_title,cf_description