Subversion Repositories wimsdev

Rev

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

Rev 9221 Rev 10998
Line 24... Line 24...
24
<caption>$name_list</caption>
24
<caption>$name_list</caption>
25
$table_hdtr
25
$table_hdtr
26
<th>$wims_name_name</th><th>$wims_name_action</th><th class="small">$wims_name_Language</th><th>$wims_name_Supervisor</th>
26
<th>$wims_name_name</th><th>$wims_name_action</th><th class="small">$wims_name_Language</th><th>$wims_name_Supervisor</th>
27
<th>$name_created<br /><span class="tt small">yyyymmdd</span></th>
27
<th>$name_created<br /><span class="tt small">yyyymmdd</span></th>
28
<th>$name_expire<br /><span class="tt small">yyyymmdd</span></th>
28
<th>$name_expire<br /><span class="tt small">yyyymmdd</span></th>
29
</tr>
-
 
30
!if $actives=yes
29
!if $actives=yes
31
 <th>load<sup>[1]</sup></th>
30
 <th>$name_Load<sup>[1]</sup></th>
32
!endif
31
!endif
-
 
32
</tr>
33
!for i=1 to $sccnt
33
!for i=1 to $sccnt
34
 !set l=!line $i of $sclasses
34
 !set l=!line $i of $sclasses
35
 !distribute items $l into c_,e_,t_,d_
35
 !distribute items $l into c_,e_,t_,d_
36
 !set l=!defof class_lang\
36
 !set l=!defof class_lang\
37
class_supervisor\
37
class_supervisor\
Line 70... Line 70...
70
<th>$wims_name_name</th><th>$wims_name_action</th>
70
<th>$wims_name_name</th><th>$wims_name_action</th>
71
<th class="small">$wims_name_Language</th><th>$wims_name_Supervisor</th>
71
<th class="small">$wims_name_Language</th><th>$wims_name_Supervisor</th>
72
<th>$name_created<br /><span class="tt small">yyyymmdd</span></th>
72
<th>$name_created<br /><span class="tt small">yyyymmdd</span></th>
73
<th>$name_expire<br /><span class="tt small">yyyymmdd</span></th>
73
<th>$name_expire<br /><span class="tt small">yyyymmdd</span></th>
74
!if $actives=yes
74
!if $actives=yes
75
 <th>load<sup>[1]</sup></th>
75
 <th>$name_Load<sup>[1]</sup></th>
76
!endif
76
!endif
77
!for i=1 to $clcnt
77
!for i=1 to $clcnt
78
 !set l=!line $i of $classes
78
 !set l=!line $i of $classes
79
 !distribute items $l into c_,e_,t_,d_
79
 !distribute items $l into c_,e_,t_,d_
80
 !set l=!defof class_lang\
80
 !set l=!defof class_lang\
Line 108... Line 108...
108
!endif
108
!endif
109
 
109
 
110
!if $actives=yes
110
!if $actives=yes
111
 <div class="wimscenter">
111
 <div class="wimscenter">
112
 !form reply
112
 !form reply
113
 <span class="small bold">[1]</span>. <span class="tt">load</span>''
113
 <span class="small bold">[1]</span>. <span class="tt">$name_Load</span>''
114
$name_cumul
114
$name_cumul
115
 <input type=text name="bst_since" value="$bst_since" onchange="submit()" />
115
 <input type=text name="bst_since" value="$bst_since" onchange="submit()" />
116
 ($name_format <span class="wims_emph">yyyymmdd</span>).
116
 ($name_format <span class="wims_emph">yyyymmdd</span>).
117
 <input type="hidden" name="keyword" value="$keyword" />
117
 <input type="hidden" name="keyword" value="$keyword" />
118
 
118