web/xsl news.xsl,1.6,1.7 section.xsl,1.20,1.21
Nick Lewycky <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/web/xsl
In directory purcel:/tmp/cvs-serv18754
Modified Files:
news.xsl section.xsl
Log Message:
Correct the style of the attributions.
See Webster's Standard American Style Manual
and http://www.alistapart.com/stories/emen/
Index: news.xsl
===================================================================
RCS file: /cvs/fresco/web/xsl/news.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- news.xsl 4 Mar 2003 19:30:33 -0000 1.6
+++ news.xsl 9 Mar 2003 03:29:11 -0000 1.7
@@ -104,7 +104,7 @@
</tr>
<tr>
<td align="right">
- <b>-- <xsl:apply-templates select="author" /></b>
+ <b>&8212;<xsl:apply-templates select="author" /></b>
</td>
</tr>
</xsl:for-each>
@@ -323,7 +323,7 @@
</tr>
<tr>
<td align="right">
- <b>-- <xsl:apply-templates select="author"/></b>
+ <b>&8212;<xsl:apply-templates select="author" /></b>
</td>
</tr>
</table>
Index: section.xsl
===================================================================
RCS file: /cvs/fresco/web/xsl/section.xsl,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- section.xsl 22 Nov 2002 12:32:21 -0000 1.20
+++ section.xsl 9 Mar 2003 03:29:12 -0000 1.21
@@ -217,7 +217,7 @@
<xsl:apply-templates select="content"/>
<br/>
<br/>
- <b>-- <xsl:value-of select="author"/></b>
+ <div style="text-align: right;"><b>&8212;<xsl:value-of select="author"/></b></div>
</td>
<td width="2" align="left" valign="top" class="dottedline" style="width:2px;">
<img src="{$blanker}" width="2" height="2" border="0" alt=""/>
@@ -285,7 +285,7 @@
<tr>
<td>
<p><xsl:apply-templates select="notes"/></p>
- <b>-- <xsl:value-of select="author"/></b>
+ <div style="text-align: right;"><b>&8212;<xsl:value-of select="author"/></b></div>
</td>
</tr>
</xsl:for-each>