Science Environment for Ecological Knowledge
Ecoinformatics site parent site of Partnership for Biodiversity Informatics site parent site of SEEK - Home
Science Environment for Ecological Knowledge









 

 

 



User Check Tag

Difference between current version and current version:

At line 0 added 26 lines.
+ Includes its body, if the user check validates.
+
+ ----
+
+ !Usage
+
+ <wiki:UserCheck exists="true|false">
+ ;:''JSP or HTML content''
+ </wiki:UserCheck>
+
+ !Parameters
+
+ ;__exists__: If set to "true", then the content is included if there is a valid username; if set to "false", includes the content when there is no valid username.
+
+ !Example
+ {{{
+ <wiki:UserCheck exists="true">
+ G'day,<wiki:UserName />
+ </wiki:UserCheck>
+
+ <wiki:UserCheck exists="false">
+ Set your name in <wiki:LinkTo page="UserPreferences">UserPreferences</wiki:LinkTo>
+ </wiki:UserCheck>
+ }}}
+
+ Displays a greeting, if the user has validated; else displays a link to the page UserPreferences.

Back to User Check Tag, or to the Page History.