[Cpan-forum-commit] rev 12 - trunk/templates
svn at pti.co.il
svn at pti.co.il
Sat Jan 15 16:44:51 IST 2005
Author: gabor
Date: 2005-01-15 16:44:51 +0200 (Sat, 15 Jan 2005)
New Revision: 12
Modified:
trunk/templates/about.tmpl
trunk/templates/faq.tmpl
trunk/templates/footer.tmpl
trunk/templates/head.tmpl
trunk/templates/home.tmpl
Log:
fixing w3 compilance in some of the pages
Modified: trunk/templates/about.tmpl
===================================================================
--- trunk/templates/about.tmpl 2005-01-15 14:32:11 UTC (rev 11)
+++ trunk/templates/about.tmpl 2005-01-15 14:44:51 UTC (rev 12)
@@ -1,6 +1,9 @@
<TMPL_INCLUDE NAME="head.tmpl">
<h2>About CPAN::Forum</h2>
+</div>
+
<TMPL_INCLUDE NAME="navigation.tmpl">
+
<div class="blurb">
The CPAN Forum is a web forum for discussing Perl's CPAN modules - asking questions,
making comments, helping other users, etc. This is not a forum for generic Perl
@@ -71,4 +74,5 @@
<li> Better integration with search.cpan.org, cpanratings.perl.org, books.perl.org ?</li>
</ul>
</div>
+
<TMPL_INCLUDE NAME="footer.tmpl">
Modified: trunk/templates/faq.tmpl
===================================================================
--- trunk/templates/faq.tmpl 2005-01-15 14:32:11 UTC (rev 11)
+++ trunk/templates/faq.tmpl 2005-01-15 14:44:51 UTC (rev 12)
@@ -1,5 +1,7 @@
<TMPL_INCLUDE NAME="head.tmpl">
<h2>Frequently Asked Questions</h2>
+</div>
+
<TMPL_INCLUDE NAME="navigation.tmpl">
<div class="faq">
<ol>
@@ -15,7 +17,7 @@
</ol>
<hr />
<dl>
- <dt><a name="#self">Hey, the service has just been launched. How can be there any questions?</a></dt>
+ <dt><a name="self">Hey, the service has just been launched. How can be there any questions?</a></dt>
<dd>I talk to myself and frequently ask questions... :-)</dd>
<dt><a name="nologin">Why can't I login?</a></dt>
<dd>
Modified: trunk/templates/footer.tmpl
===================================================================
--- trunk/templates/footer.tmpl 2005-01-15 14:32:11 UTC (rev 11)
+++ trunk/templates/footer.tmpl 2005-01-15 14:44:51 UTC (rev 12)
@@ -5,5 +5,10 @@
Site maintainer is not responsible for content.
</div>
</div>
+<p>
+ <a href="http://validator.w3.org/check?uri=referer"><img
+ src="http://www.w3.org/Icons/valid-xhtml10"
+ alt="Valid XHTML 1.0!" height="31" width="88" /></a>
+</p>
</body>
</html>
Modified: trunk/templates/head.tmpl
===================================================================
--- trunk/templates/head.tmpl 2005-01-15 14:32:11 UTC (rev 11)
+++ trunk/templates/head.tmpl 2005-01-15 14:44:51 UTC (rev 12)
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<title><TMPL_IF title><TMPL_VAR title><TMPL_ELSE>CPAN Forum</TMPL_IF></title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <link rel="stylesheet" href="/style.css" type="text/css">
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <link rel="stylesheet" href="/style.css" type="text/css" />
</head>
<body>
<TMPL_IF test_site_warning>
Modified: trunk/templates/home.tmpl
===================================================================
--- trunk/templates/home.tmpl 2005-01-15 14:32:11 UTC (rev 11)
+++ trunk/templates/home.tmpl 2005-01-15 14:44:51 UTC (rev 12)
@@ -1,9 +1,11 @@
<TMPL_INCLUDE NAME="head.tmpl">
- <h2></h2>
- </div>
- <TMPL_INCLUDE NAME="navigation.tmpl">
- <div id="posts">
- <h3>Latest posts:</h3>
- <TMPL_INCLUDE NAME="listing.tmpl">
- </div>
- <TMPL_INCLUDE NAME="footer.tmpl">
+<h2></h2>
+</div>
+
+<TMPL_INCLUDE NAME="navigation.tmpl">
+<div id="posts">
+ <h3>Latest posts:</h3>
+ <TMPL_INCLUDE NAME="listing.tmpl">
+</div>
+
+<TMPL_INCLUDE NAME="footer.tmpl">
More information about the Cpan-forum-commit
mailing list