Subversion Repositories wimsdev

Rev

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

Rev 14836 Rev 17440
Line 4... Line 4...
4
  <div class="wims_seq" id="wims_user_freework">
4
  <div class="wims_seq" id="wims_user_freework">
5
  <ul class="wims_work_list">
5
  <ul class="wims_work_list">
6
  !for i in $fw_list
6
  !for i in $fw_list
7
    !set s_=!item $i of $ds_list
7
    !set s_=!item $i of $ds_list
8
    !set sh=!record $i of wimshome/log/classes/$wims_class/freeworks/.freeworks
8
    !set sh=!record $i of wimshome/log/classes/$wims_class/freeworks/.freeworks
9
    !distribute lines $sh into ac,t_,ti,d_
9
    !distribute lines $sh into ac,bl,ti,d_,bl,bl,t_
10
    <li class="wims_freework_item">
10
    <li class="wims_freework_item">
11
      <span class="wims_user_freework_type">$wims_name_Freework $i.</span>
11
      <span class="wims_user_freework_type">$wims_name_Freework $i.</span>
12
      <span class="wims_user_freework_title">
12
      <span class="wims_user_freework_title">
13
        !href module=adm/class/freework&freework=$i $ti
13
        !href module=adm/class/freework&freework=$i $ti
14
      </span>
14
      </span>
15
      <ul class="wims_freework_info">
15
      <ul class="wims_freework_info">
16
        !if $ac>=2
16
        !if $ac>=2
17
          <li><span class="wims_status wims_status_3">$U_expired</span></li>
17
          <li><span class="wims_status wims_status_3">$U_expired</span></li>
18
        !else
18
        !else
19
          !if showshexpire iswordof $class_option
19
!!          !if showshexpire iswordof $class_option
-
 
20
!! if a parameter is needed, a new name should be choose.
20
            <li class="wims_user_freework_expire small">
21
            <li class="wims_user_freework_expire small">
21
              !read misc/expire.phtml.$lang $t_
22
              !read misc/expire.phtml.$lang $t_
22
            </li>
23
            </li>
23
          !endif
24
!!          !endif
24
        !endif
25
        !endif
25
      </ul>
26
      </ul>
26
  !next i
27
  !next i
27
  </ul>
28
  </ul>
28
  </div>
29
  </div>