Rev 14787 | Rev 14827 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14787 | Rev 14796 | ||
---|---|---|---|
Line 124... | Line 124... | ||
124 | </div> |
124 | </div> |
125 | !endif |
125 | !endif |
126 | </fieldset> |
126 | </fieldset> |
127 | !endif |
127 | !endif |
128 | 128 | ||
- | 129 | !if $flistsolution!=$empty |
|
129 | < |
130 | <div class="wims_widget_box"> |
130 | < |
131 | <h2 class="box_title">$(name_solution)</h2> |
131 | !if $displaysolution=1 |
132 | !if $displaysolution=1 |
132 | <div> |
133 | <div> |
133 | <ul class="inline"> |
134 | <ul class="inline"> |
134 | !for f in $(flistsolution) |
135 | !for f in $(flistsolution) |
135 | <li class="text-icon file"> |
136 | <li class="text-icon file"> |
136 | !getfile freeworks/$freework/$f $f |
137 | !getfile freeworks/$freework/$f $f |
137 | </li> |
138 | </li> |
138 | !next f |
139 | !next f |
139 | </ul> |
140 | </ul> |
140 | </div> |
141 | </div> |
141 | !else |
142 | !else |
142 | $name_solutiondate |
143 | $name_solutiondate |
143 | !read adm/date.phtml $soldate |
144 | !read adm/date.phtml $soldate |
144 | $l_date_out |
145 | $l_date_out |
145 | $wims_name_at |
146 | $wims_name_at |
146 | !replace internal : by H in $(timesoldate). |
147 | !replace internal : by H in $(timesoldate). |
147 | !endif |
148 | !endif |
148 | </ |
149 | </div> |
- | 150 | !endif |
|
149 | 151 | ||
150 | !if $activetest>1 and $type>=2 |
152 | !if $activetest>1 and $type>=2 |
151 | $name_userperimemessage |
153 | $name_userperimemessage |
152 | !endif |
154 | !endif |