Subversion Repositories wimsdev

Rev

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

Rev 14890 Rev 17180
Line 25... Line 25...
25
  $table_header
25
  $table_header
26
  <caption>$name_list</caption>
26
  <caption>$name_list</caption>
27
  <thead>
27
  <thead>
28
    $table_hdtr
28
    $table_hdtr
29
    <th>$wims_name_name</th><th>$wims_name_action</th><th class="small">$wims_name_Language</th><th>$wims_name_Supervisor</th>
29
    <th>$wims_name_name</th><th>$wims_name_action</th><th class="small">$wims_name_Language</th><th>$wims_name_Supervisor</th>
30
    <th>$name_created<br /><span class="tt small">yyyymmdd</span></th>
30
    <th>$name_created<br><span class="tt small">yyyymmdd</span></th>
31
    <th>$name_expire<br /><span class="tt small">yyyymmdd</span></th>
31
    <th>$name_expire<br><span class="tt small">yyyymmdd</span></th>
32
    !if $actives=yes
32
    !if $actives=yes
33
      <th>$name_Load<sup>[1]</sup></th>
33
      <th>$name_Load<sup>[1]</sup></th>
34
    !endif
34
    !endif
35
    </tr>
35
    </tr>
36
  </thead><tbody>
36
  </thead><tbody>
Line 42... Line 42...
42
class_email\
42
class_email\
43
class_creation in wimshome/log/classes/$c_/.def
43
class_creation in wimshome/log/classes/$c_/.def
44
    !distribute lines $l into l_,s_,m_,f_
44
    !distribute lines $l into l_,s_,m_,f_
45
    !default f_=--
45
    !default f_=--
46
    $table_tr
46
    $table_tr
47
    <td class="small">$t_<br />$d_</td>
47
    <td class="small">$t_<br>$d_</td>
48
    <td>
48
    <td>
49
    !set wims_ref_class=wims_button wims_warning
49
    !set wims_ref_class=wims_button wims_warning
50
    !href cmd=reply&job2=erase&jobclass=$c_ $wims_name_erase
50
    !href cmd=reply&job2=erase&jobclass=$c_ $wims_name_erase
51
    &nbsp;
51
    &nbsp;
52
    !set wims_ref_class=wims_button
52
    !set wims_ref_class=wims_button
Line 76... Line 76...
76
  <caption>$name_listindependant</caption>
76
  <caption>$name_listindependant</caption>
77
  <thead>
77
  <thead>
78
    $table_hdtr
78
    $table_hdtr
79
    <th>$wims_name_name</th><th>$wims_name_action</th>
79
    <th>$wims_name_name</th><th>$wims_name_action</th>
80
    <th class="small">$wims_name_Language</th><th>$wims_name_Supervisor</th>
80
    <th class="small">$wims_name_Language</th><th>$wims_name_Supervisor</th>
81
    <th>$name_created<br /><span class="tt small">yyyymmdd</span></th>
81
    <th>$name_created<br><span class="tt small">yyyymmdd</span></th>
82
    <th>$name_expire<br /><span class="tt small">yyyymmdd</span></th>
82
    <th>$name_expire<br><span class="tt small">yyyymmdd</span></th>
83
    !if $actives=yes
83
    !if $actives=yes
84
      <th>$name_Load<sup>[1]</sup></th>
84
      <th>$name_Load<sup>[1]</sup></th>
85
    !endif
85
    !endif
86
  </thead><tbody>
86
  </thead><tbody>
87
  !for i=1 to $clcnt
87
  !for i=1 to $clcnt
Line 92... Line 92...
92
  class_email\
92
  class_email\
93
  class_creation in wimshome/log/classes/$c_/.def
93
  class_creation in wimshome/log/classes/$c_/.def
94
    !distribute lines $l into l_,s_,m_,f_
94
    !distribute lines $l into l_,s_,m_,f_
95
    !default f_=--
95
    !default f_=--
96
    $table_tr
96
    $table_tr
97
    <td class="small">$t_<br />$d_</td>
97
    <td class="small">$t_<br>$d_</td>
98
    <td>
98
    <td>
99
    !set wims_ref_class=wims_button wims_warning
99
    !set wims_ref_class=wims_button wims_warning
100
    !href cmd=reply&job2=erase&jobclass=$c_ $wims_name_erase
100
    !href cmd=reply&job2=erase&jobclass=$c_ $wims_name_erase
101
    &nbsp;
101
    &nbsp;
102
    !set wims_ref_class=wims_button
102
    !set wims_ref_class=wims_button
Line 122... Line 122...
122
!if $actives=yes
122
!if $actives=yes
123
  <div class="wimscenter">
123
  <div class="wimscenter">
124
    !form reply
124
    !form reply
125
      <span class="small bold">[1]</span>. '<span class="tt">$name_Load</span>'
125
      <span class="small bold">[1]</span>. '<span class="tt">$name_Load</span>'
126
      $name_cumul
126
      $name_cumul
127
      <input type=text name="bst_since" value="$bst_since" onchange="submit()" />
127
      <input type=text name="bst_since" value="$bst_since" onchange="submit()">
128
      ($name_format <span class="wims_emph">yyyymmdd</span>).
128
      ($name_format <span class="wims_emph">yyyymmdd</span>).
129
      <input type="hidden" name="keyword" value="$keyword" />
129
      <input type="hidden" name="keyword" value="$keyword">
130
    !formend
130
    !formend
131
    !href cmd=reply&job=bestclass&keyword=$keyword $wims_name_Show
131
    !href cmd=reply&job=bestclass&keyword=$keyword $wims_name_Show
132
    !default bst_num=10
132
    !default bst_num=10
133
    $bst_num $name_best.
133
    $bst_num $name_best.
134
  </div>
134
  </div>