[pLog-svn] r1484 - templates/trunk/blufill

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Tue Mar 15 03:05:00 GMT 2005


Author: jondaley
Date: 2005-03-15 03:05:00 +0000 (Tue, 15 Mar 2005)
New Revision: 1484

Modified:
   templates/trunk/blufill/searchresults.template
Log:
fixed up layout

Modified: templates/trunk/blufill/searchresults.template
===================================================================
--- templates/trunk/blufill/searchresults.template	2005-03-15 03:01:24 UTC (rev 1483)
+++ templates/trunk/blufill/searchresults.template	2005-03-15 03:05:00 UTC (rev 1484)
@@ -1,4 +1,7 @@
 {include file="$blogtemplate/header.template"}
+  <tr> 
+    <td valign="top" style="width: 350px; border-left:1px solid #EAEAEA;">
+	  <div id="content"> 
    <h2>{$locale->tr("search_results")}</h2>
    <p>
     {foreach from=$searchresults item=result}
@@ -12,4 +15,9 @@
      <br/>
     {/foreach}
    </p> 
+   </div></td>
+      <td valign="top" style="border-right:1px solid #EAEAEA;">
+			 {include file="$blogtemplate/panel.template"}
+			</td>
+    </tr>
 {include file="$blogtemplate/footer.template"}




More information about the pLog-svn mailing list