source: documentation/trunk/tutorial_sample_files/oai/format_tweaks/browse_tweak.txt@ 26074

Last change on this file since 26074 was 26074, checked in by ak19, 12 years ago

Adding GS3 format statements prepared beforehand (and one for GS2) to use with the tutorials, so that users can just copy and paste these instead of typing them out.

File size: 532 bytes
Line 
1<gsf:template match="documentNode">
2 <td valign="top">
3 <gsf:link type="document">
4 <gsf:metadata name="thumbicon"/>
5 </gsf:link>
6 </td>
7 <td valign="middle">
8 <i>
9 <gsf:metadata name="ex.dc.Description"/>
10 </i>
11 </td>
12</gsf:template>
13
14<gsf:template match="classifierNode[@classifierStyle = 'VList']">
15 <td valign="top">
16 <gsf:link type="classifier">
17 <gsf:icon type="classifier"/>
18 </gsf:link>
19 </td>
20 <td valign="top">
21 <xsl:call-template name="choose-title"/>
22 </td>
23</gsf:template>
24
25
Note: See TracBrowser for help on using the repository browser.