connections/blog_post.tpl
changeset 9 30ef148e99f5
child 11 0cb435515672
equal deleted inserted replaced
8:b2e9a6ec0547 9:30ef148e99f5
       
     1 <!-- Start of blog post -->
       
     2 
       
     3   <span class="menuclear"></span>
       
     4   
       
     5   <p class="post-date">{DATE_D} {DATE_j} {DATE_M} {DATE_Y}</p>
       
     6   <div class="post-info">
       
     7     <h2 class="post-title">
       
     8       <a href="{PERMALINK}" rel="bookmark" title="Permanent link to this post">{POST_TITLE}</a>
       
     9     </h2>
       
    10     Posted by {USER_LINK} on {TIMESTAMP}<br />
       
    11     <a href="{PERMALINK}#do:comments" onclick="ajaxComments();">{COMMENT_STRING}</a><!-- BEGIN auth_edit -->  |  <a href="{EDIT_LINK}">edit this post</a><!-- END auth_edit -->
       
    12   </div>
       
    13   <div class="post-content post-content-disable-border">
       
    14     {POST_TEXT}
       
    15   </div>
       
    16   
       
    17   <div class="post-footer">&nbsp;</div>
       
    18   <div class="post-info">
       
    19   &nbsp;
       
    20   </div>
       
    21 
       
    22 <!-- Finish blog post -->