Subversion Repositories wimsdev

Rev

Rev 12636 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12636 Rev 12638
Line 6... Line 6...
6
!set alevel=$class_level
6
!set alevel=$class_level
7
<div id="widget_zone_list">
7
<div id="widget_zone_list">
8
!if $jquery_defined=yes
8
!if $jquery_defined=yes
9
  !read adm/tabscript zone_list
9
  !read adm/tabscript zone_list
10
!endif
10
!endif
11
<script src="scripts/js/tablesort.js"></script>
-
 
-
 
11
 
12
<ul>
12
<ul>
13
 <li><a href="#wims_levelform">$wims_name_properties</a></li>
13
 <li><a href="#wims_levelform">$wims_name_properties</a></li>
14
 <li><a href="#wims_othergestion">$name_othergestion</a></li>
14
 <li><a href="#wims_othergestion">$name_othergestion</a></li>
15
 <li><a href="#wims_zone_class">$wims_name_class</a></li>
15
 <li><a href="#wims_zone_class">$wims_name_class</a></li>
16
 <li><a href="#wims_zone_program">$wims_name_program</a></li>
16
 <li><a href="#wims_zone_program">$wims_name_program</a></li>
Line 23... Line 23...
23
!if $classcnt=0
23
!if $classcnt=0
24
  <p>
24
  <p>
25
  $name_level1
25
  $name_level1
26
  !href cmd=reply&job=addclass $wims_name_addclass
26
  !href cmd=reply&job=addclass $wims_name_addclass
27
  !!/
27
  !!/
28
  !! !href cmd=reply&job=addcsvclass $name_addcsvclass
28
  !! !href cmd=reply&job=addcsvclass $name_addcsvclass
29
  !!.
29
  !!.
30
  !! $
30
  !! $
31
  !set wims_ref_class=wims_button_help
31
  !set wims_ref_class=wims_button_help
32
  !href cmd=help&special_parm=structure#class $wims_name_help
32
  !href cmd=help&special_parm=structure#class $wims_name_help
33
  </p>
33
  </p>
34
!else
34
!else
35
  !set table_id=TABLE_classlist
35
  !set table_id=TABLE_classlist
36
  !set table_class=sortable
36
  !set table_class=sortable
37
  $table_header
37
  $table_header
38
  <caption>$name_level4
38
  <caption>$name_level4
39
  $
39
    $
40
  !set wims_ref_class=wims_button_help
40
    !set wims_ref_class=wims_button_help
41
  !href cmd=help&special_parm=structure#class $wims_name_help
41
    !href cmd=help&special_parm=structure#class $wims_name_help
42
  !! !href cmd=reply&job=addclass $wims_name_addclass
42
    !! !href cmd=reply&job=addclass $wims_name_addclass
43
  !! /
43
    !! /
44
  !! !href cmd=reply&job=addcsvclass $name_addcsvclass
44
    !! !href cmd=reply&job=addcsvclass $name_addcsvclass
45
  </caption>
45
  </caption>
46
  <thead>
46
  <thead>
47
  $table_hdtr
47
  $table_hdtr
48
  <th scope="col">$name_code</th><th scope="col">$wims_name_name</th>
48
  <th scope="col">$name_code</th><th scope="col">$wims_name_name</th>
49
  <th scope="col">$wims_name_action</th><th scope="col">$name_supervisor2</th>
49
  <th scope="col">$wims_name_action</th><th scope="col">$name_supervisor2</th>
Line 80... Line 80...
80
    <td>$c</td>
80
    <td>$c</td>
81
    </tr>
81
    </tr>
82
  !next i
82
  !next i
83
  </tbody>
83
  </tbody>
84
  $table_end
84
  $table_end
85
  <script>
-
 
86
    new Tablesort(document.getElementById('TABLE_classlist'));
-
 
87
  </script>
85
  !read tablesort.phtml
88
!endif
86
!endif
89
</div>
87
</div>
90
<div id="wims_zone_program">
88
<div id="wims_zone_program">
91
!if $progcnt=0
89
!if $progcnt=0
92
  <p>
90
  <p>
Line 142... Line 140...
142
    </td><td>$c</td>
140
    </td><td>$c</td>
143
    </tr>
141
    </tr>
144
  !next i
142
  !next i
145
  </tbody>
143
  </tbody>
146
  $table_end
144
  $table_end
147
  <script>
145
  !read tablesort.phtml
148
    new Tablesort(document.getElementById('TABLE_programlist'));
-
 
149
 </script>
-
 
150
!endif
146
!endif
151
!set wims_menu_items=!append line addclass,1,cmd=reply&job=addclass\
147
!set wims_menu_items=!append line addclass,1,cmd=reply&job=addclass\
152
addcsvclass,1,cmd=reply&job=addcsvclass\
148
addcsvclass,1,cmd=reply&job=addcsvclass\
153
itemsep,0,\
149
itemsep,0,\
154
addprog,1,cmd=reply&job=addprog\
150
addprog,1,cmd=reply&job=addprog\