[geeklog-cvs] geeklog-1.3/public_html/layout/Digital_Monochrome/comment commentbar.thtml,NONE,1.1

dhaun at geeklog.net dhaun at geeklog.net
Sun Feb 23 17:28:04 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Digital_Monochrome/comment
In directory internal.geeklog.net:/tmp/cvs-serv12381/layout/Digital_Monochrome/comment

Added Files:
	commentbar.thtml 
Log Message:
Moved hard-coded HTML from COM_commentBar() to a template file.


--- NEW FILE: commentbar.thtml ---
<a name="comments"></a>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
  <tr><td align="center" class="commentbar1"><b>{story_title}</b> | {num_comments} {lang_comments} | {user_nullname} <a href="{login_logout_url}" class="commentbar1">{lang_login_logout}</a></td></tr>
  <tr>
    <td align="center" class="commentbar2">
      <form action="{parent_url}" method="POST">
        {hidden_field}
        {order_selector}
        {mode_selector}
        <input type="submit" value="{lang_refresh}">
        <input type="hidden" name="type" value="{comment_type}">
        <input type="hidden" name="pid" value="0">
        <input type="submit" name="reply" value="{lang_reply}">
      </form>
    </td>
  </tr>
  <tr><td align="center" class="commentbar3">{lang_disclaimer}</td></tr>
</table>





More information about the geeklog-cvs mailing list