Rev 17180 | Rev 17327 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17180 | Rev 17206 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | !endif |
11 | !endif |
12 | 12 | ||
13 | !if bad_source=$error |
13 | !if bad_source=$error |
14 | The item number $bad_source in the source you just submitted is not |
14 | The item number $bad_source in the source you just submitted is not |
15 | valid. |
15 | valid. |
16 | !href cmd=reply&job=prep_putsource |
16 | !href cmd=reply&job=prep_putsource $name_correctsource |
17 | . |
17 | . |
18 | !exit |
18 | !exit |
19 | !endif |
19 | !endif |
20 | 20 | ||
21 | !if bad_sheet=$error |
21 | !if bad_sheet=$error |
Line 144... | Line 144... | ||
144 | source of a public worksheet using cut-and-paste. |
144 | source of a public worksheet using cut-and-paste. |
145 | 145 | ||
146 | !set wims_menu_items=!append line sheetadmin,1,cmd=resume \ |
146 | !set wims_menu_items=!append line sheetadmin,1,cmd=resume \ |
147 | to $wims_menu_items |
147 | to $wims_menu_items |
148 | 148 | ||
- | 149 | !set wims_form_method=post |
|
149 | !form reply |
150 | !form reply |
150 | <input type="hidden" name="job" value="putsource"><p class="wimscenter"> |
151 | <input type="hidden" name="job" value="putsource"><p class="wimscenter"> |
151 | <textarea cols="55" rows="10" name="source"> |
152 | <textarea cols="55" rows="10" name="source">$ssource</textarea> |
152 | </p> |
153 | </p> |
153 | <p class="wimscenter"><input type="submit" value="$wims_name_send"> |
154 | <p class="wimscenter"><input type="submit" value="$wims_name_send"> |
154 | </p> |
155 | </p> |
155 | !formend |
156 | !formend |
156 | <span class="wims_warning">$wims_name_warning</span>. |
157 | <span class="wims_warning">$wims_name_warning</span>. |