Subversion Repositories wimsdev

Rev

Rev 5252 | Rev 5745 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5252 Rev 5734
1
 
1
 
2
!read adm/css.phtml
2
!read adm/css.phtml
3
!read adm/class/classname.phtml $wims_classname\
3
!read adm/class/classname.phtml $wims_classname\
4
$wims_institutionname
4
$wims_institutionname
5
!header1
5
!header1
6
 
6
 
7
!read adm/title.phtml 1\
7
!read adm/title.phtml 1\
8
$classname\
8
$classname\
9
$cdt_title\
9
$cdt_title\
10
$cdt_subtitle
10
$cdt_subtitle
11
 
11
 
12
!if $error!=$empty
12
!if $error!=$empty
13
 <p>
13
 <p>
14
 !read lang/msg.phtml.$moduclass_lang
14
 !read lang/msg.phtml.$moduclass_lang
15
!endif
15
!endif
16
 
16
 
17
!form reply
17
!form reply
18
<input type="hidden" name="job" value="adddate">
18
<input type="hidden" name="job" value="adddate"/>
19
<input type="hidden" name="job2" value="save">
19
<input type="hidden" name="job2" value="save"/>
20
<center><hr width="30%"><b>$name_workdone</b></center>
20
<center><hr width="30%"><b>$name_workdone</b></center>
21
<p>$name_session:
21
<p>$name_session:
22
!if $jyear=$empty
22
!if $jyear=$empty
23
 !let jyear=!char 1 to 4 of $wims_now
23
 !let jyear=!char 1 to 4 of $wims_now
24
 !let jmonth=!char 5 to 6 of $wims_now
24
 !let jmonth=!char 5 to 6 of $wims_now
25
 !let jday=!char 7 to 8 of $wims_now
25
 !let jday=!char 7 to 8 of $wims_now
26
!endif
26
!endif
27
!let expyear=!char 1 to 4 of $class_expiration
27
!let expyear=!char 1 to 4 of $class_expiration
28
!let creyear=!char 1 to 4 of $class_creation
28
!let creyear=!char 1 to 4 of $class_creation
29
!distribute item $[$jday],$[$jmonth],$[$jyear] into jday,jmonth,jyear
29
!distribute item $[$jday],$[$jmonth],$[$jyear] into jday,jmonth,jyear
30
!read adm/lang/datemenu.phtml.$moduclass_lang 1,jday,jmonth,jyear
30
!read adm/lang/datemenu.phtml.$moduclass_lang 1,jday,jmonth,jyear
31
<p>
31
<p>
32
$name_workdone (< $desc_limit $name_character) :
32
$name_workdone (< $desc_limit $name_character) :
33
&nbsp;
33
&nbsp;
34
    !set wims_ref_class=wims_button_help
34
    !set wims_ref_class=wims_button_help
35
!href target=wims_help cmd=new&module=$module&job=helplink&cible=jdesc $wims_name_help
35
!href target=wims_help cmd=new&module=$module&job=helplink&cible=jdesc $wims_name_help
36
<br>
36
<br>
37
 
37
 
38
<textarea $wims_id0 rows="10" cols="65" name="jdesc" wrap>
38
<textarea $wims_id0 rows="10" cols="65" name="jdesc" wrap>
39
!replace internal \( by &#92;( in $jdesc
39
!replace internal \( by &#92;( in $jdesc
40
</textarea>
40
</textarea>
41
<p>
41
<p>
42
<center><hr width="30%"><b>$name_worktodo</b></center>
42
<center><hr width="30%"><b>$name_worktodo</b></center>
43
<br>
43
<br>
44
<center>$name_nb_date:
44
<center>$name_nb_date:
45
<select  name="nbredevoir" onchange="submit()">
45
<select  name="nbredevoir" onchange="submit()">
46
!for i=0 to $max_todo
46
!for i=0 to $max_todo
47
 !if $i=$nbredevoir
47
 !if $i=$nbredevoir
48
  <option value="$i" selected>$i</option>
48
  <option value="$i" selected>$i</option>
49
 !else
49
 !else
50
  <option value="$i">$i</option>
50
  <option value="$i">$i</option>
51
 !endif
51
 !endif
52
!next i
52
!next i
53
</select>
53
</select>
54
</center>
54
</center>
55
 !for i=1 to $nbredevoir
55
 !for i=1 to $nbredevoir
56
  <br>$name_todo2
56
  <br>$name_todo2
57
   !if $(dday$i)=$empty
57
   !if $(dday$i)=$empty
58
    !let dday$i=$jday
58
    !let dday$i=$jday
59
    !let dyear$i=$jyear
59
    !let dyear$i=$jyear
60
    !let dmonth$i=$jmonth
60
    !let dmonth$i=$jmonth
61
   !endif
61
   !endif
62
   !distribute item $[$(dday$i)],$[$(dmonth$i)],$[$(dyear$i)] into dday$i,dmonth$i,dyear$i
62
   !distribute item $[$(dday$i)],$[$(dmonth$i)],$[$(dyear$i)] into dday$i,dmonth$i,dyear$i
63
   !read adm/lang/datemenu.phtml.$moduclass_lang 1,dday$i,dmonth$i,dyear$i
63
   !read adm/lang/datemenu.phtml.$moduclass_lang 1,dday$i,dmonth$i,dyear$i
64
   &#58;
64
   &#58;
65
   &nbsp;
65
   &nbsp;
66
    !set wims_ref_class=wims_button_help
66
    !set wims_ref_class=wims_button_help
67
   !href target=wims_help cmd=new&module=$module&job=helplink&cible=ddesc$i $wims_name_help
67
   !href target=wims_help cmd=new&module=$module&job=helplink&cible=ddesc$i $wims_name_help
68
<br><textarea $(wims_id$i) rows="6" cols="65" name="ddesc$i">
68
<br><textarea $(wims_id$i) rows="6" cols="65" name="ddesc$i">
69
!replace internal \( by &#92;( in $(ddesc$i)
69
!replace internal \( by &#92;( in $(ddesc$i)
70
</textarea>
70
</textarea>
71
 !next i
71
 !next i
72
<center><hr width="30%">
72
<center><hr width="30%">
73
<p><input type="submit" value="$wims_name_tosave" $wims_on_click>
73
<p><input type="submit" value="$wims_name_tosave" $wims_on_click/>
74
</center>
74
</center>
75
</form>
75
</form>
76
 
76
 
77
!set wims_menu_items=!append line back2,1,cmd=new&job=home\
77
!set wims_menu_items=!append line back2,1,cmd=new&job=home\
78
to $wims_menu_items
78
to $wims_menu_items
79
!tail
79
!tail
80
 
80