[pLog-svn] r1783 - in plog/branches/plog-1.0.1/templates: blueish grey

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Thu Apr 7 22:41:05 GMT 2005


Author: jondaley
Date: 2005-04-07 22:41:04 +0000 (Thu, 07 Apr 2005)
New Revision: 1783

Modified:
   plog/branches/plog-1.0.1/templates/blueish/commentform.template
   plog/branches/plog-1.0.1/templates/grey/footer.template
   plog/branches/plog-1.0.1/templates/grey/grey.css
Log:
xhtml compliance

Modified: plog/branches/plog-1.0.1/templates/blueish/commentform.template
===================================================================
--- plog/branches/plog-1.0.1/templates/blueish/commentform.template	2005-04-07 22:40:03 UTC (rev 1782)
+++ plog/branches/plog-1.0.1/templates/blueish/commentform.template	2005-04-07 22:41:04 UTC (rev 1783)
@@ -24,6 +24,13 @@
         width="16" height="16" align="middle"  alt="Link" />
   </div>  
   <textarea tabindex="5" id="text" name="commentText" rows="10" cols="50"></textarea><br /><br />
+{if $authimage->isEnabled()}
+<div><label for="authImage">AuthImage</label><input type="text"
+  name="authImage"
+ id="authImage" value="" />&nbsp;{$authimage->show()}</div>
+{/if}
+
+
   <input style="font-weight: bold;" type="submit" name="post" value="&nbsp;{$locale->tr("comment_send")}&nbsp;" /><br /><br />
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>

Modified: plog/branches/plog-1.0.1/templates/grey/footer.template
===================================================================
--- plog/branches/plog-1.0.1/templates/grey/footer.template	2005-04-07 22:40:03 UTC (rev 1782)
+++ plog/branches/plog-1.0.1/templates/grey/footer.template	2005-04-07 22:41:04 UTC (rev 1783)
@@ -4,14 +4,15 @@
   <div class="Sidetitle">
    <h4>{$locale->tr("search")}</h4>
   </div>
-  <p> 
-   <form name="search_form" method="post" action="{$url->getIndexUrl()}">
-    <input type="text" name="searchTerms" value="" size="14" /><br/>
-    <input type="hidden" name="op" value="Search" />
-    <input type="hidden" name="blogId" value="{$blog->getId()}"/>   
-    <input type="submit" name="Search" value="{$locale->tr("search")|capitalize}" />
+   <form method="post" action="{$url->getIndexUrl()}">
+    <p>
+      <input type="text" name="searchTerms" value="" size="14" /><br/>
+      <input type="hidden" name="op" value="Search" />
+      <input type="hidden" name="blogId" value="{$blog->getId()}"/>   
+      <input type="submit" name="Search" 
+            value="{$locale->tr("search")|capitalize}" />
+    </p>
    </form>
-  </p>
   
   <div class="Sidetitle">
    <h4>{$locale->tr("archives")}</h4>

Modified: plog/branches/plog-1.0.1/templates/grey/grey.css
===================================================================
--- plog/branches/plog-1.0.1/templates/grey/grey.css	2005-04-07 22:40:03 UTC (rev 1782)
+++ plog/branches/plog-1.0.1/templates/grey/grey.css	2005-04-07 22:41:04 UTC (rev 1783)
@@ -119,7 +119,6 @@
 
 #Resource-Desc a:link, 
 #Resource-Desc a,
-#Resource-Desc a:href
 #Resource-Desc a:hover {
  text-decoration: none;
  border: 0px;




More information about the pLog-svn mailing list