[Slashdotjp-dev 458] CVS update: slashjp/plugins/Print/templates

Back to archive index

Tatsuki SUGIURA sugi****@users*****
2006年 7月 12日 (水) 20:41:53 JST


Index: slashjp/plugins/Print/templates/dispStory;print;default
diff -u slashjp/plugins/Print/templates/dispStory;print;default:1.2 slashjp/plugins/Print/templates/dispStory;print;default:1.3
--- slashjp/plugins/Print/templates/dispStory;print;default:1.2	Fri Dec 31 21:37:13 2004
+++ slashjp/plugins/Print/templates/dispStory;print;default	Wed Jul 12 20:41:53 2006
@@ -20,36 +20,36 @@
 10000
 __template__
 [% UNLESS form.nohtml;
-	topic = "<A HREF=\"$gSkin.absolutedir/search.pl?tid=$topic.tid\">$topic.alttext</A>";
+	topic = "<a href=\"$gSkin.absolutedir/search.pl?tid=$topic.tid\">$topic.alttext</a>";
 ELSE;
 	topic = topic.alttext;
 END -%]
 
-<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
-<TR><TD><B>Title</B></TD>	<TD>&nbsp;&nbsp;</TD>	<TD>[% story.title %]</TD></TR>
-<TR><TD><B>Date</B></TD>	<TD>&nbsp;&nbsp;</TD>	<TD>[% story.storytime %]</TD></TR>
-<TR><TD><B>Author</B></TD>	<TD>&nbsp;&nbsp;</TD>	<TD>[% author.nickname | strip_literal %]</TD></TR>
-<TR><TD><B>Topic</B></TD>	<TD>&nbsp;&nbsp;</TD>	<TD>[% topic %]</TD></TR>
+<table border="0" cellspacing="0" cellpadding="0">
+<tr><td><b>Title</b></td>	<td>&nbsp;&nbsp;</td>	<td>[% story.title %]</td></tr>
+<tr><td><b>Date</b></td>	<td>&nbsp;&nbsp;</td>	<td>[% story.storytime %]</td></tr>
+<tr><td><b>Author</b></td>	<td>&nbsp;&nbsp;</td>	<td>[% author.nickname | strip_literal %]</td></tr>
+<tr><td><b>Topic</b></td>	<td>&nbsp;&nbsp;</td>	<td>[% topic %]</td></tr>
 [% IF constants.use_dept -%]
-<TR><TD COLSPAN="2" NOWRAP>from the <EM>[% story.dept %]</EM> dept.</TD></TR>
+<tr><td colspan="2" NOWRAP>from the <em>[% story.dept %]</em> dept.</td></tr>
 [% END -%]
-</TABLE>
-<SMALL>[% gSkin.absolutedir -%]/article.pl?sid=[% story.sid %]</SMALL>
+</table>
+<small>[% gSkin.absolutedir -%]/article.pl?sid=[% story.sid %]</small>
 
-<P>[% Slash.parseSlashizedLinks(story.introtext) %]</P>
+<p>[% Slash.parseSlashizedLinks(story.introtext) %]</p>
 [% IF story.bodytext -%]
-<P>[% Slash.parseSlashizedLinks(story.bodytext) %]</P>
+<p>[% Slash.parseSlashizedLinks(story.bodytext) %]</p>
 [% END -%]
 
 [% IF links.size -%]
-<TABLE BORDER="0" WIDTH="25%" CELLSPACING="0" CELLPADDING="0">
-<TR><TD>Links</TD></TR>
-<TR><TD><HR NOSHADE></TD></TR>
-</TABLE>
+<table border="0" width="25%" cellspacing="0" cellpadding="0">
+<tr><td>Links</td></tr>
+<tr><td><HR NOSHADE></td></tr>
+</table>
 
-<OL>[% FOR l=links -%]
-<LI>"[% l.1 %]" - [% l.0 %]</LI>
-[% END %]</OL>
+<ol>[% FOR l=links -%]
+<li>"[% l.1 %]" - [% l.0 %]</li>
+[% END %]</ol>
 [% END -%]
 __version__
-$Id: dispStory;print;default,v 1.2 2004/12/31 12:37:13 oliver Exp $
+$Id: dispStory;print;default,v 1.3 2006/07/12 11:41:53 sugi Exp $
Index: slashjp/plugins/Print/templates/footer;print;default
diff -u slashjp/plugins/Print/templates/footer;print;default:1.2 slashjp/plugins/Print/templates/footer;print;default:1.3
--- slashjp/plugins/Print/templates/footer;print;default:1.2	Fri Dec 31 21:37:13 2004
+++ slashjp/plugins/Print/templates/footer;print;default	Wed Jul 12 20:41:53 2006
@@ -35,22 +35,22 @@
 	sitename = "$constants.sitename ($absdir)";
 END -%]
 
-<HR>
-<CENTER><SMALL>&copy; Copyright [% Slash.timeCalc(Slash.db.getTime, '%Y') %]
-- [% constants.sitepublisher %], All Rights Reserved</SMALL></CENTER>
-<HR>
+<hr>
+<center><small>&copy; Copyright [% Slash.timeCalc(Slash.db.getTime, '%Y') %]
+- [% constants.sitepublisher %], All Rights Reserved</small></center>
+<hr>
 
-<P>
-<SMALL>printed from [% sitename %], [% url %] on [% time %]</SMALL>
-</P>
+<p>
+<small>printed from [% sitename %], [% url %] on [% time %]</small>
+</p>
 [% IF form.auto -%]
 <SCRIPT LANGUAGE="JavaScript1.2">
 <!--
 	if (window.print) { window.print(); }
 //-->
-</SCRIPT>
+</script>
 [% END -%]
-</BODY>
-</HTML>
+</body>
+</html>
 __version__
-$Id: footer;print;default,v 1.2 2004/12/31 12:37:13 oliver Exp $
+$Id: footer;print;default,v 1.3 2006/07/12 11:41:53 sugi Exp $
Index: slashjp/plugins/Print/templates/header;print;default
diff -u slashjp/plugins/Print/templates/header;print;default:1.2 slashjp/plugins/Print/templates/header;print;default:1.3
--- slashjp/plugins/Print/templates/header;print;default:1.2	Fri Dec 31 21:37:13 2004
+++ slashjp/plugins/Print/templates/header;print;default	Wed Jul 12 20:41:53 2006
@@ -13,12 +13,12 @@
 __seclev__
 10000
 __template__
-</HEAD>
-<BODY>
+</head>
+<body>
 
-<H1>[% constants.sitename %]<BR>
-<SMALL>[% constants.slogan %]</SMALL><BR>
-<SMALL>[% gSkin.absolutedir %]/</SMALL></H1>
+<h1>[% constants.sitename %]<br>
+<small>[% constants.slogan %]</small><br>
+<small>[% gSkin.absolutedir %]/</small></h1>
 
 [% IF constants.run_ads -%]
 <!-- add code. You can use your own ad system - we use one that 
@@ -28,4 +28,4 @@
 <!-- end ad code -->
 [% END -%]
 __version__
-$Id: header;print;default,v 1.2 2004/12/31 12:37:13 oliver Exp $
+$Id: header;print;default,v 1.3 2006/07/12 11:41:53 sugi Exp $


Slashdotjp-dev メーリングリストの案内
Back to archive index