Difference between revisions of "PsyCrit:Add Response"
(varname fix; removed redundant text) |
(layout fixed) |
||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>[[category:forms | <noinclude>[[category:data/forms]]</noinclude><hide> | ||
<let name=targReq arg=target /> get requested target, if any | |||
</hide> | </hide> | ||
<echo raw tag>form action="/Special:MakePage" target=newpage method=POST</echo> | |||
{| | {| | ||
|- | |- | ||
| align=right | Target article: | | align=right | Target article: || <exec mod=psycrit func=List_Targets_dropdown /> | ||
|< | |[<small>[{{fullurl:{{FULLPAGENAME}}|action=purge}} refresh]</small>] | ||
< | |||
|- | |- | ||
| align=right | | | align=right | Title: || <echo tag>input name=respTitle size=40</echo> | ||
|- | |- | ||
| align=right | | | align=right valign=top | Author attribution: || <echo raw now><input name=respAuth size=80></echo> | ||
* usually author's name and institutional affiliation | |||
|- | |- | ||
| align=right | | | align=right | Date: || <echo tag>input name=respDate size=10</echo> | ||
|- | |- | ||
| align=right | | | align=right valign=top | Short name: || <echo tag>input name=respRef size=20</echo> | ||
* usually author's last name; used for page title => <u>targetname</u>/<u>date</u> <u>short name</u> | |||
* this is used for referencing the article; readers will see it | |||
|- | |- | ||
| align=right | | | align=right valign=top | Headline: || <echo tag>input name=respHdln size=40</echo> | ||
|- | |- | ||
| colspan=2 | Snippet: <echo | | colspan=2 | Snippet: <echo tag>textarea name=respSnip rows=4</echo><echo tag>/textarea</echo> | ||
|} | |} | ||
<echo raw | <echo raw> | ||
<input type=hidden name=!TPLTPAGE value="project:templates/response"> | <input type=hidden name=!TPLTPAGE value="project:templates/response"> | ||
<input type=hidden name=!TITLETPLT value=" | <input type=hidden name=!TITLETPLT value="Targets/[$target$]/[$respDate$] [$respRef$]"> | ||
<input type=submit value=Preview> <input type=reset value="-clear-"> | <input type=submit value=Preview> <input type=reset value="-clear-"> | ||
</form></echo> | </form></echo> |