Rev 16198 | Rev 18127 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16198 | Rev 17440 | ||
---|---|---|---|
Line 189... | Line 189... | ||
189 | !endif |
189 | !endif |
190 | !reset a_,t_ |
190 | !reset a_,t_ |
191 | !endif |
191 | !endif |
192 | !if $type=freework |
192 | !if $type=freework |
193 | !set v_=!record $num of wimshome/log/classes/$wims_class/freeworks/.freeworks |
193 | !set v_=!record $num of wimshome/log/classes/$wims_class/freeworks/.freeworks |
194 | !distribute lines $v_ into a_,bl,t_,de |
194 | !distribute lines $v_ into a_,bl,t_,de,bl,bl,tt_ |
195 | !if $a_>=1 and $a_<=2 |
195 | !if $a_>=1 and $a_<=2 |
196 | !increase seq_item |
196 | !increase seq_item |
197 | <li class="wims_freework_item"> |
197 | <li class="wims_freework_item"> |
198 | <span class="wims_seq_item_n">$seq_item</span> |
198 | <span class="wims_seq_item_n">$seq_item</span> |
199 | !href module=adm/class/freework&freework=$num&seq=$i $t_ |
199 | !href module=adm/class/freework&freework=$num&seq=$i $t_ |
200 | <div class="wims_freework_desc">$de</div> |
200 | <div class="wims_freework_desc">$de</div> |
- | 201 | <ul class="wims_freework_info"> |
|
- | 202 | <li class="wims_user_freework_expire small"> |
|
- | 203 | !read misc/expire.phtml.$lang $tt_ |
|
- | 204 | </li> |
|
- | 205 | </ul> |
|
201 | </li> |
206 | </li> |
202 | !endif |
207 | !endif |
203 | !reset a_,t_,bl,de |
208 | !reset a_,t_,bl,de |
204 | !endif |
209 | !endif |
205 | !if $type=exam |
210 | !if $type=exam |