Revision 1692
Added by Jing Tao over 21 years ago
lib/style/eml2/eml-protocol-2.0.0.xsl | ||
---|---|---|
70 | 70 |
</xsl:call-template> |
71 | 71 |
<xsl:for-each select="proceduralStep"> |
72 | 72 |
<tr><td colspan="2" class="{$protocolsubHeaderStyle}"> |
73 |
<b>Step</b><xsl:text> </xsl:text><xsl:value-of select="position()"/>
|
|
73 |
Step<xsl:text> </xsl:text><xsl:value-of select="position()"/>:
|
|
74 | 74 |
</td> |
75 | 75 |
</tr> |
76 | 76 |
<xsl:call-template name="step"> |
... | ... | |
89 | 89 |
<xsl:param name="protocolsubHeaderStyle"/> |
90 | 90 |
<xsl:for-each select="description"> |
91 | 91 |
<tr><td width="{$firstColWidth}" class="{$protocolfirstColStyle}"> |
92 |
Description |
|
92 |
Description:
|
|
93 | 93 |
</td> |
94 | 94 |
<td width="{$secondColWidth}" class="{$secondColStyle}"> |
95 |
  |
|
95 |
<xsl:call-template name="text"> |
|
96 |
<xsl:with-param name="textfirstColStyle" select="$protocolfirstColStyle"/> |
|
97 |
</xsl:call-template> |
|
96 | 98 |
</td> |
97 | 99 |
</tr> |
98 |
<tr><td colspan="2"> |
|
99 |
<xsl:call-template name="text"> |
|
100 |
<xsl:with-param name="textfirstColStyle" select="$protocolfirstColStyle"/> |
|
101 |
</xsl:call-template> |
|
102 |
</td> |
|
103 |
</tr> |
|
104 |
</xsl:for-each> |
|
100 |
</xsl:for-each> |
|
105 | 101 |
<xsl:for-each select="citation"> |
106 | 102 |
<tr><td width="{$firstColWidth}" class="{$protocolfirstColStyle}"> |
107 |
Citation |
|
103 |
Citation:
|
|
108 | 104 |
</td> |
109 | 105 |
<td width="{$secondColWidth}" class="{$secondColStyle}"> |
110 | 106 |
  |
... | ... | |
120 | 116 |
</xsl:for-each> |
121 | 117 |
<xsl:for-each select="protocol"> |
122 | 118 |
<tr><td width="{$firstColWidth}" class="{$protocolfirstColStyle}"> |
123 |
Protocol |
|
119 |
Protocol:
|
|
124 | 120 |
</td> |
125 | 121 |
<td width="{$secondColWidth}" class="{$secondColStyle}"> |
126 | 122 |
  |
... | ... | |
136 | 132 |
</xsl:for-each> |
137 | 133 |
<xsl:for-each select="instrumentation"> |
138 | 134 |
<tr><td width="{$firstColWidth}" class="{$protocolfirstColStyle}"> |
139 |
Instrument(s) |
|
135 |
Instrument(s):
|
|
140 | 136 |
</td> |
141 | 137 |
<td width="{$secondColWidth}" class="{$secondColStyle}"> |
142 | 138 |
<xsl:value-of select="."/> |
Also available in: Unified diff
Revise templates.