connections/blog_post.tpl
author Dan
Mon, 15 Dec 2008 22:44:47 -0500
changeset 11 0cb435515672
parent 9 30ef148e99f5
permissions -rw-r--r--
Added Nuggie preview support in blog_post (though I think the Nuggie patch itself is still waiting to be committed)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
     1
<!-- Start of blog post -->
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
     2
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
     3
  <span class="menuclear"></span>
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
     4
  
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
     5
  <p class="post-date">{DATE_D} {DATE_j} {DATE_M} {DATE_Y}</p>
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
     6
  <div class="post-info">
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
     7
    <h2 class="post-title">
11
0cb435515672 Added Nuggie preview support in blog_post (though I think the Nuggie patch itself is still waiting to be committed)
Dan
parents: 9
diff changeset
     8
      <a href="{PERMALINK}" rel="bookmark" title="Permanent link to this post" onclick="if ( this.href == '#' || this.href == window.location.href + '#' ) return false;">{POST_TITLE}</a>
9
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
     9
    </h2>
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
    10
    Posted by {USER_LINK} on {TIMESTAMP}<br />
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
    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 -->
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
    12
  </div>
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
    13
  <div class="post-content post-content-disable-border">
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
    14
    {POST_TEXT}
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
    15
  </div>
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
    16
  
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
    17
  <div class="post-footer">&nbsp;</div>
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
    18
  <div class="post-info">
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
    19
  &nbsp;
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
    20
  </div>
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
    21
30ef148e99f5 Added support for Nuggie.
Dan
parents:
diff changeset
    22
<!-- Finish blog post -->