[Cpan-forum-commit] rev 124 - trunk/templates
svn at pti.co.il
svn at pti.co.il
Tue Mar 22 11:29:00 IST 2005
Author: gabor
Date: 2005-03-22 11:29:00 +0200 (Tue, 22 Mar 2005)
New Revision: 124
Modified:
trunk/templates/admin.tmpl
trunk/templates/home.tmpl
trunk/templates/navigation.tmpl
trunk/templates/search.tmpl
Log:
put search box on every page
Modified: trunk/templates/admin.tmpl
===================================================================
--- trunk/templates/admin.tmpl 2005-03-22 09:18:22 UTC (rev 123)
+++ trunk/templates/admin.tmpl 2005-03-22 09:29:00 UTC (rev 124)
@@ -3,8 +3,6 @@
<TMPL_INCLUDE NAME="navigation.tmpl">
-<TMPL_INCLUDE NAME="search_form.tmpl">
-
<TMPL_IF updated>
Data updated. <a href="/admin/">look it again</a>
<TMPL_ELSE>
Modified: trunk/templates/home.tmpl
===================================================================
--- trunk/templates/home.tmpl 2005-03-22 09:18:22 UTC (rev 123)
+++ trunk/templates/home.tmpl 2005-03-22 09:29:00 UTC (rev 124)
@@ -3,7 +3,6 @@
<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 09:18:22 UTC (rev 123)
+++ trunk/templates/navigation.tmpl 2005-03-22 09:29:00 UTC (rev 124)
@@ -13,10 +13,10 @@
<a href="/admin/">admin</a> |
</TMPL_IF>
<TMPL_ELSE>
- <a href="/login/">login</a> |
- <a href="/register/">register</a> |
+ <a href="/login/">login</a>
+ <a href="/register/">register</a>
</TMPL_IF>
- <a href="/search/">search</a>
]
</div>
+<TMPL_INCLUDE NAME="search_form.tmpl">
Modified: trunk/templates/search.tmpl
===================================================================
--- trunk/templates/search.tmpl 2005-03-22 09:18:22 UTC (rev 123)
+++ trunk/templates/search.tmpl 2005-03-22 09:29:00 UTC (rev 124)
@@ -3,8 +3,6 @@
<TMPL_INCLUDE NAME="navigation.tmpl">
-<TMPL_INCLUDE NAME="search_form.tmpl">
-
<TMPL_LOOP groups>
<a href="/dist/<TMPL_VAR name>"><TMPL_VAR name></a><br />
</TMPL_LOOP>
More information about the Cpan-forum-commit
mailing list