Rev 6043 | Rev 7801 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6043 | Rev 6235 | ||
---|---|---|---|
Line 160... | Line 160... | ||
160 | <p> |
160 | <p> |
161 | !set wims_menu_items=!append line sheetadmin,1,cmd=resume \ |
161 | !set wims_menu_items=!append line sheetadmin,1,cmd=resume \ |
162 | to $wims_menu_items |
162 | to $wims_menu_items |
163 | 163 | ||
164 | !form reply |
164 | !form reply |
165 | <input type="hidden" name="job" value="putsource"/><p class="wimscenter"> |
165 | <input type="hidden" name="job" value="putsource" /><p class="wimscenter"> |
166 | <textarea cols="55" rows="10" name="source">$source</textarea> |
166 | <textarea cols="55" rows="10" name="source">$source</textarea> |
167 | </p> |
167 | </p> |
168 | <p class="wimscenter"><input type="submit" value="$wims_name_send"/></p> |
168 | <p class="wimscenter"><input type="submit" value="$wims_name_send" /></p> |
169 | 169 | ||
170 | !formend |
170 | !formend |
171 | <span class="wims_warning">$wims_name_warning</span>. |
171 | <span class="wims_warning">$wims_name_warning</span>. |
172 | It is advised not to modify the source code of the worksheet as it may abort the |
172 | It is advised not to modify the source code of the worksheet as it may abort the |
173 | worksheet. |
173 | worksheet. |
Line 193... | Line 193... | ||
193 | </p> |
193 | </p> |
194 | !exit |
194 | !exit |
195 | !endif |
195 | !endif |
196 | 196 | ||
197 | !if $error=srcnoexo |
197 | !if $error=srcnoexo |
198 | This worksheet does not have any exercises yet, so the source code is empty.<br/> |
198 | This worksheet does not have any exercises yet, so the source code is empty.<br /> |
199 | !href cmd=resume Back to edit the worksheet |
199 | !href cmd=resume Back to edit the worksheet |
200 | !exit |
200 | !exit |
201 | !endif |
201 | !endif |
202 | 202 | ||
203 | !msg $error |
203 | !msg $error |