[Cpan-forum-commit] rev 128 - in trunk: . templates
svn at pti.co.il
svn at pti.co.il
Tue Mar 22 14:42:04 IST 2005
Author: gabor
Date: 2005-03-22 14:42:04 +0200 (Tue, 22 Mar 2005)
New Revision: 128
Modified:
trunk/TODO
trunk/templates/groups.tmpl
trunk/templates/home.tmpl
trunk/templates/navigation.tmpl
trunk/templates/posts.tmpl
Log:
move the search form around again
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2005-03-22 12:10:36 UTC (rev 127)
+++ trunk/TODO 2005-03-22 12:42:04 UTC (rev 128)
@@ -31,8 +31,6 @@
- Script that populates databse should not lock the whole database for a long time
Maybe it should fetch all the data to memory and work there.
-- make paging available responses 1..10, 11.20, etc,
-
- replace the e-mail address checking by if ($q->param('email') !~ $Email::Address::addr_spec) {
- Enable people to edit their posts
Modified: trunk/templates/groups.tmpl
===================================================================
--- trunk/templates/groups.tmpl 2005-03-22 12:10:36 UTC (rev 127)
+++ trunk/templates/groups.tmpl 2005-03-22 12:42:04 UTC (rev 128)
@@ -3,6 +3,7 @@
<link href="/rss/dist/<TMPL_VAR group>" rel="alternate" type="application/rss+xml" title ="CPAN::Forum <TMPL_VAR group> rss" />
<TMPL_INCLUDE NAME="navigation.tmpl">
<TMPL_INCLUDE NAME="links.tmpl">
+<TMPL_INCLUDE NAME="search_form.tmpl">
<p>
This section of the site is for discussing the <b><TMPL_VAR group></b> CPAN distribution.
Modified: trunk/templates/home.tmpl
===================================================================
--- trunk/templates/home.tmpl 2005-03-22 12:10:36 UTC (rev 127)
+++ trunk/templates/home.tmpl 2005-03-22 12:42:04 UTC (rev 128)
@@ -3,6 +3,7 @@
<link href="/rss/all" rel="alternate" type="application/rss+xml" title ="CPAN::Fourm rss" />
<TMPL_INCLUDE NAME="navigation.tmpl">
+<TMPL_INCLUDE NAME="search_form.tmpl">
<TMPL_INCLUDE NAME="listing.tmpl">
Modified: trunk/templates/navigation.tmpl
===================================================================
--- trunk/templates/navigation.tmpl 2005-03-22 12:10:36 UTC (rev 127)
+++ trunk/templates/navigation.tmpl 2005-03-22 12:42:04 UTC (rev 128)
@@ -13,10 +13,9 @@
<a href="/admin/">admin</a> |
</TMPL_IF>
<TMPL_ELSE>
- <a href="/login/">login</a>
+ <a href="/login/">login</a> |
<a href="/register/">register</a>
</TMPL_IF>
]
</div>
-<TMPL_INCLUDE NAME="search_form.tmpl">
Modified: trunk/templates/posts.tmpl
===================================================================
--- trunk/templates/posts.tmpl 2005-03-22 12:10:36 UTC (rev 127)
+++ trunk/templates/posts.tmpl 2005-03-22 12:42:04 UTC (rev 128)
@@ -2,10 +2,10 @@
<p id="pageTitle"><TMPL_VAR group> - <TMPL_VAR subject></p>
<TMPL_INCLUDE NAME="navigation.tmpl">
-
<TMPL_IF group>
<TMPL_INCLUDE NAME="links.tmpl">
</TMPL_IF>
+<TMPL_INCLUDE NAME="search_form.tmpl">
<TMPL_IF post>
<p>
More information about the Cpan-forum-commit
mailing list