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

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:user:gs3_sample_format_statements [2016/05/12 02:05] – created kjdonen:user:gs3_sample_format_statements [2016/05/26 01:06] – [Sample Greenstone3 Format Statements] kjdon
Line 4: Line 4:
    * [[en:user:gs3_format_statements|Greenstone 3 Format Statements]]    * [[en:user:gs3_format_statements|Greenstone 3 Format Statements]]
    * [[en:user:gs3_list_of_format_options|List of Greenstone3 Format Options]]    * [[en:user:gs3_list_of_format_options|List of Greenstone3 Format Options]]
 +   * [[en:user:gs3_sample_interface_modifications|Some sample interface modifications]]
  
 ===== Document Display ===== ===== Document Display =====
 +
 +==== Linking to Abstract and Commentaries ====
 +
 +{{ :en:user:abstract-example.png?direct&500 |}}
 +
 +<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>
 +
 ==== Image Display Example ==== ==== Image Display Example ====
  
en/user/gs3_sample_format_statements.txt · Last modified: 2023/03/13 01:46 by 127.0.0.1