File: entry.htm

package info (click to toggle)
nanoblogger 3.1-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 480 kB
  • ctags: 96
  • sloc: sh: 1,585; xml: 104; makefile: 44
file content (17 lines) | stat: -rw-r--r-- 614 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div class="item">
<a id="$NB_EntryID" name="$NB_EntryID"></a>
<h2 class="date">$NB_EntryDate</h2>
<div class="blogbody">
<h3 class="title">$NB_EntryTitle</h3>
<div class="item-description">
$NB_EntryBody
</div>
</div>

<div class="posted">
<br />Posted by <span class="item-creator">$NB_EntryAuthor</span>
$([ "$PERMALINKS" = "1" ] && echo '| <a class="link" href="'$NB_EntryPermalink'">Permalink</a>')
$([ ! -z "$NB_EntryCategories" ] && echo "| Categories: $NB_EntryCategories" |sed -e '{$ s/\,$//; }')
<!-- <br /><a href="$BLOG_URL_ACTION$ARCHIVES_DIR/$permalink_entry#comments">Comments</a> -->
</div>
</div>