Subversion Repositories wimsdev

Rev

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

Rev 5953 Rev 6043
Line 29... Line 29...
29
  $name_passwdtype :
29
  $name_passwdtype :
30
  <ul>
30
  <ul>
31
   !set ch_$job=checked
31
   !set ch_$job=checked
32
   <li><input type="radio" name="job" $ch_user value="user"/> $name_userpasswd</li>
32
   <li><input type="radio" name="job" $ch_user value="user"/> $name_userpasswd</li>
33
   !if $part!=$empty and $job=part
33
   !if $part!=$empty and $job=part
34
    <li><input type="radio" name="job" $ch_part value="part"/> $name_partpasswd <tt>$part</tt> ($name_warning1).</li>
34
    <li><input type="radio" name="job" $ch_part value="part"/> $name_partpasswd <span class="tt">$part</span> ($name_warning1).</li>
35
   !endif
35
   !endif
36
   <li><input type="radio" name="job" $ch_class value="class"/> $name_classpasswd ($name_warning1).</li>
36
   <li><input type="radio" name="job" $ch_class value="class"/> $name_classpasswd ($name_warning1).</li>
37
  </ul>
37
  </ul>
38
  $table_header
38
  $table_header
39
 
39
 
Line 41... Line 41...
41
   $table_header
41
   $table_header
42
    $table_tr
42
    $table_tr
43
     <th colspan="2" align="center">
43
     <th colspan="2" align="center">
44
      $(name_$(job)passwd)
44
      $(name_$(job)passwd)
45
      !if $job=part
45
      !if $job=part
46
       <tt>$part</tt>
46
       <span class="tt">$part</span>
47
      !endif
47
      !endif
48
      <input type="hidden" name="job" value="$job"/>
48
      <input type="hidden" name="job" value="$job"/>
49
     </th>
49
     </th>
50
    </tr>
50
    </tr>
51
 !endif
51
 !endif