Rev 14947 | Rev 15471 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14947 | Rev 15470 | ||
---|---|---|---|
Line 105... | Line 105... | ||
105 | <div class="wims_widget_box medium_size"> |
105 | <div class="wims_widget_box medium_size"> |
106 | <div class="title_box"> |
106 | <div class="title_box"> |
107 | <h2 class="wims_title">$(name_correctedwork)</h2> |
107 | <h2 class="wims_title">$(name_correctedwork)</h2> |
108 | </div> |
108 | </div> |
109 | <div class="box_content"> |
109 | <div class="box_content"> |
110 | <div class="field box"> |
110 | <div class="field box"> |
111 | !if $codownload=1 |
111 | !if $codownload=1 |
112 | !if $(data_0[5])!=$empty |
112 | !if $(data_0[5])!=$empty |
113 | !getfile freeworksdata/workco$freework-$(data_0[5]) $(data_0[5]) |
113 | !getfile freeworksdata/workco$freework-$(data_0[5]) $(data_0[5]) |
114 | !else |
114 | !else |
115 | $name_nouploaded |
115 | $name_nouploaded |
116 | !endif |
116 | !endif |
117 | !else |
117 | !else |
118 | $(name_nomorecodownload). |
118 | $(name_nomorecodownload). |
119 | !endif |
119 | !endif |
120 | </div> |
120 | </div> |
121 | !if $scoring>0 |
121 | !if $scoring>0 |
Line 144... | Line 144... | ||
144 | <div class="title_box"> |
144 | <div class="title_box"> |
145 | <h2 class="wims_title">$(name_solution)</h2> |
145 | <h2 class="wims_title">$(name_solution)</h2> |
146 | </div> |
146 | </div> |
147 | <div class="box_content"> |
147 | <div class="box_content"> |
148 | !if $displaysolution=1 |
148 | !if $displaysolution=1 |
149 | !read proc/listfile.phtml |
149 | !read proc/listfile.phtml solution 0 |
150 | !else |
150 | !else |
151 | $name_solutiondate |
151 | $name_solutiondate |
152 | !read adm/date.phtml $soldate |
152 | !read adm/date.phtml $soldate |
153 | $l_date_out |
153 | $l_date_out |
154 | $wims_name_at |
154 | $wims_name_at |