[Slashdotjp-dev 498] CVS update: slashjp/plugins/YASS/templates

Back to archive index

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


Index: slashjp/plugins/YASS/templates/index;sites;default
diff -u slashjp/plugins/YASS/templates/index;sites;default:1.2 slashjp/plugins/YASS/templates/index;sites;default:1.3
--- slashjp/plugins/YASS/templates/index;sites;default:1.2	Fri Dec 31 21:37:18 2004
+++ slashjp/plugins/YASS/templates/index;sites;default	Wed Jul 12 20:42:07 2006
@@ -11,32 +11,32 @@
 __name__
 index
 __template__
-<TABLE>
-	<TR>
-		<TD>
+<table>
+	<tr>
+		<td>
 		Here is a small list of the sites we know about. This list represents just a small number of the slash sites that are out there. The sites list is updated nightly and sites that are not found to be working are removed (in theory that is).
-		</TD>
-	</TR>
-	<TR>
-		<TD>
-			<H2>New Sites:</H2>
+		</td>
+	</tr>
+	<tr>
+		<td>
+			<h2>Most Recent Sites:</h2>
 			[% FOREACH site = new_sites %]
-				<A HREF="[% site.url %]">[% site.title %]</A><br>
+				<a href="[% site.url %]">[% site.title %]</a><br>
 			[% END %]
-		</TD>
-	</TR>
-	<TR>
-		<TD>
-			<H2>All Sites:</H2>
+		</td>
+	</tr>
+	<tr>
+		<td>
+			<h2>All Sites:</h2>
 			[% FOREACH site = all_sites %]
-				<A HREF="[% site.url %]">[% site.title %]</A> ([% IF user.is_admin %]<A HREF="[% gSkin.rootdir %]/admin.pl?op=edit&amp;sid=[% site.sid %]">Edit</A>|[% END %]<A HREF="[% gSkin.rootdir %]/article.pl?sid=[% site.sid %]">original announcement</A>[% IF form.all && site.failures %]|<B>FAILURE</B>[% END %])<br>
-				<FONT size="-1">[% site.url %]</FONT><br><br>
+				<a href="[% site.url %]">[% site.title %]</a> ([% IF user.is_admin %]<a href="[% gSkin.rootdir %]/admin.pl?op=edit&amp;sid=[% site.sid %]">Edit</a>|[% END %]<a href="[% gSkin.rootdir %]/article.pl?sid=[% site.sid %]">original announcement</a>[% IF form.all && site.failures %]|<b>FAILURE</b>[% END %])<br>
+				[% site.url %]<br><br>
 			[% END %]
-		</TD>
-	</TR>
-</TABLE>
+		</td>
+	</tr>
+</table>
 
 __seclev__
 100
 __version__
-$Id: index;sites;default,v 1.2 2004/12/31 12:37:18 oliver Exp $
+$Id: index;sites;default,v 1.3 2006/07/12 11:42:07 sugi Exp $


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