Rev 3985 | Rev 5657 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3985 | Rev 4552 | ||
---|---|---|---|
Line 142... | Line 142... | ||
142 | !endif |
142 | !endif |
143 | 143 | ||
144 | !if prep_putsource=$error |
144 | !if prep_putsource=$error |
145 | If you have saved the source code of a worksheet previously, you can insert this code |
145 | If you have saved the source code of a worksheet previously, you can insert this code |
146 | into the current worksheet, by copying this code into the window below, |
146 | into the current worksheet, by copying this code into the window below, |
147 | then clicking on the button < |
147 | then clicking on the button <span class="wims_button disabled">$wims_name_send</span>. |
- | 148 | You may also insert the |
|
148 | source code of a public worksheet by cutting and pasting. |
149 | source code of a public worksheet by cutting and pasting. |
149 | <p> |
150 | <p> |
150 | !set wims_menu_items=!append line sheetadmin,1,cmd=resume \ |
151 | !set wims_menu_items=!append line sheetadmin,1,cmd=resume \ |
151 | to $wims_menu_items |
152 | to $wims_menu_items |
152 | 153 | ||
153 | !form reply |
154 | !form reply |
154 | <input type="hidden" name="job" value="putsource"><center> |
155 | <input type="hidden" name="job" value="putsource"><center> |
155 | <textarea cols="55" rows="10" name="source">$source</textarea> |
156 | <textarea cols="55" rows="10" name="source">$source</textarea> |
156 | <p><input type="submit" value="$wims_name_send"> |
157 | <p><input type="submit" value="$wims_name_send"> |
157 | </center></form> |
158 | </center></form> |
- | 159 | <span class="wims_warning">$wims_name_warning</span>. |
|
158 |
|
160 | It is advised not to modify the source code of the worksheet as it may abort the |
159 | worksheet. |
161 | worksheet. |
160 | !exit |
162 | !exit |
161 | !endif |
163 | !endif |
162 | 164 | ||
163 | !if prep_modify=$error |
165 | !if prep_modify=$error |