File: permalink_entry.htm

package info (click to toggle)
nanoblogger 3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 640 kB
  • ctags: 133
  • sloc: sh: 2,958; xml: 98; makefile: 33
file content (15 lines) | stat: -rw-r--r-- 576 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<h2 class="date">
	$NB_EntryDate
</h2>
<div class="blogbody">
	<a id="$NB_EntryID"></a>
	<h3 class="title">$NB_EntryTitle</h3>
	$NB_EntryBody
</div>

<div class="posted">
	<br />$template_postedby $NB_EntryAuthor
$([ "$PERMALINKS" = "1" ] && echo '| <a class="link" href="'${ARCHIVES_PATH}$NB_EntryPermalink'">'$template_permlink'</a>')
$(if [ ! -z "$NB_EntryCategories" ]; then echo "| $template_catlinks $NB_EntryCategories" |sed -e '{$ s/\,$//; }'; fi)
<!-- <br /><a href="${BASE_URL}$BLOG_URL_ACTION$ARCHIVES_DIR/$permalink_file#comments">$template_cmtlink</a> -->
</div>