Difference between revisions of "PsyCrit:Add Response"

(PAGENAME -> FULLPAGENAME (wasn't including namespace))
(filtering by title LIKE "Targets/%" to prevent list-pages from being included)
Line 16: Line 16:
<call xmltag contents="option value" />Select a target...<call xmltag contents="/option" />
<call xmltag contents="option value" />Select a target...<call xmltag contents="/option" />
<let name=including val=1 />
<let name=including val=1 />
<for table="qryW3_Titles_Catgs" where="(cl_to='Data/target') AND (page_namespace=0)" sort="page_title DESC" name=pg hide>
<for table="qryW3_Titles_Catgs" where="(cl_to='Data/target') AND (page_title LIKE 'Targets/%')" sort="page_title DESC" name=pg hide>
   <let name=pg_title val="@row.pg.page_title" />
   <let name=pg_title val="@row.pg.page_title" />
   <load page=$pg_title />
   <load page=$pg_title />

Revision as of 00:44, 18 September 2008

Target article: <call xmltag contents="SELECT NAME=target" />

<call xmltag contents="option value" />Select a target...<call xmltag contents="/option" />

<for table="qryW3_Titles_Catgs" where="(cl_to='Data/target') AND (page_title LIKE 'Targets/%')" sort="page_title DESC" name=pg hide>

 <load page=$pg_title />
 
 
 
 
 <call xmltag contents=$opt_tag />ERROR: there is no variable named [keyname]. - ERROR: there is no variable named [title].<call xmltag contents="/OPTION" />

</for> <call xmltag contents="/SELECT" /> [refresh]

Title:
Author attribution:
  • usually author's name and institutional affiliation
Date:
Short name:
  • usually author's last name; used for page title => targetname/date short name
  • this is used for referencing the article; readers will see it
Snippet: