User Tools

Site Tools


en:user:gs3_sample_format_statements

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
en:user:gs3_sample_format_statements [2016/05/12 00:24] – created kjdonen:user:gs3_sample_format_statements [2016/05/26 00:57] kjdon
Line 1: Line 1:
  
-====== Sample GReenstone 3 Format Statements ====== +====== Sample Greenstone3 Format Statements ====== 
-This page includes sample format statement code for miscellaneous tasks+This page provides examples of format statements for miscellaneous thingsSee also  
 +   * [[en:user:gs3_format_statements|Greenstone 3 Format Statements]] 
 +   * [[en:user:gs3_list_of_format_options|List of Greenstone3 Format Options]]
  
 +===== Document Display =====
  
-===== General =====+==== Linking to Abstract and Commentaries ====
  
 +<code>
 +<gsf:template name="topLevelSectionContent">
 +  <div style="text-align:right;">
 +    <gsf:if-metadata-exists>
 +      <gsf:metadata name="abstract"/>
 +      <gsf:if><gsf:link type="document" OIDmetadata="abstract" titlekey="abstract.linktitle"><gsf:icon file="iabstr.gif" select="collection"/><gsf:collectionText name="abstract"/></gsf:link></gsf:if>
 +      </gsf:if-metadata-exists>
 +      <gsf:if-metadata-exists>
 +        <gsf:metadata name="commentary"/>
 +        <gsf:if><gsf:link type="document" OIDmetadata="commentary" titlekey="commentary.linktitle"><gsf:icon file="icomm.gif" select="collection"/><gsf:collectionText name="commentary"/></gsf:link></gsf:if>
 +      </gsf:if-metadata-exists></div>
 +  </gsf:template>
 +</code>
  
-===== Document Display ===== 
 ==== Image Display Example ==== ==== Image Display Example ====
  
Line 137: Line 152:
  
  
- 
- 
- 
- 
-===== Plain Lists ===== 
- 
- 
- 
-===== Hierarchical Lists (VLists) ===== 
  
  
  
  
en/user/gs3_sample_format_statements.txt · Last modified: 2023/03/13 01:46 by 127.0.0.1