Ignore:
Timestamp:
2014-09-09T20:47:26+12:00 (10 years ago)
Author:
ak19
Message:

In the GS3 tutorial Formatting the Tudor collection, bookshelf node titles were prefixed with Bookshelf Title:, as in the GS2 tutorial, but there were no instructions to prefix document titles with Title:, whereas this was there in the GS2 tutorial. Making the GS3 version of the tutorial match the GS2 version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/trunk/tutorials/xml-source/tutorial_en.xml

    r29255 r29256  
    21782178</MajorVersion>
    21792179<MajorVersion number="3">
    2180 <Text id="0495-3">Scroll down to the <AutoText text="VList classifierNode"/> template, and add in the highlighted statement:</Text>
     2180<Text id="0495-4">First modify the <AutoText text="documentNode" /> template so that it now looks like:</Text>
     2181<Format>
     2182  &lt;gsf:template match=&quot;documentNode&quot;&gt;<br/>
     2183    <Tab n="1"/>&lt;td valign=&quot;top&quot;&gt;<br/>
     2184      <Tab n="2"/>&lt;gsf:link type=&quot;document&quot;&gt;<br/>
     2185        <Tab n="3"/>&lt;gsf:icon type=&quot;document&quot;/&gt;<br/>
     2186      <Tab n="2"/>&lt;/gsf:link&gt;<br/>
     2187    <Tab n="1"/>&lt;/td&gt;<br/>
     2188    <highlight>
     2189    <Tab n="1"/>&lt;td valign=&quot;top&quot;&gt;<br/>
     2190      <Tab n="2"/>&lt;b&gt;Title:&lt;/b&gt;<br/>
     2191      <Tab n="2"/>&lt;gsf:metadata name=&quot;Title&quot;/&gt;<br/>
     2192    <Tab n="1"/>&lt;/td&gt;<br/>
     2193    </highlight>
     2194  &lt;/gsf:template&gt;<br/>
     2195</Format>
     2196<Text id="0495-3">Next, scroll down to the <AutoText text="VList classifierNode"/> template, and add in the highlighted statement:</Text>
    21812197<Format>
    21822198  &lt;gsf:template match="classifierNode[@classifierStyle = 'VList']"&gt;<br/>
     
    21912207  &lt;/gsf:template&gt;<br/>
    21922208</Format>
    2193 <Text id="0496-3"><b>Preview</b> the collection and examine the subject hierarchy again to see the effect of your changes. Bookshelves should now say <AutoText text="Bookshelf title:"/> and then the subject name (which is the "title" of the bookshelf).</Text>
     2209<Text id="0496-3"><b>Preview</b> the collection and examine the subject hierarchy again to see the effect of your changes. Bookshelves should now say <AutoText text="Bookshelf title:"/> and then the subject name (which is the "title" of the bookshelf), while documents will display <AutoText text="Title:"/> and the title.</Text>
    21942210</MajorVersion>
    21952211</NumberedItem>
Note: See TracChangeset for help on using the changeset viewer.