Файл: templates/web/blog/index_blog_body.tpl
Строк: 45
<div id="right_sidebar">
<div
class="row1">
<span
class="cattitle">{WEBLOG_NAME} •
{WEBLOG_DESCRIPTION}</span><br/>
•
{L_WEBLOG_OWNER}: <a
href="{U_PROFILE}">{WEBLOG_OWNER}</a><br/>
• {L_CONTRIBUTORS}: {CONTRIBUTORS}</div>
<div class="row1">• <a
href="{U_ALL_ENTRIES}">{L_VIEW_ALL_ENTRIES}</a></div>
<!-- BEGIN switch_contributor_only -->
<div
class="row1">• <a
href="{U_POST_ENTRY}">{L_POST_NEW_ENTRY}</a></div>
<!-- END switch_contributor_only -->
<div
class="row1">• <a
href="{U_FRIENDS_LIST}">{L_FRIENDS_LIST}</a></div>
<!-- BEGIN switch_contributor_only -->
<div class="row1">• <a
href="{U_BLOCKED_LIST}">{L_BLOCKED_LIST}</a></div>
<!-- END switch_contributor_only -->
<!-- BEGIN switch_owner_only -->
<div
class="row1">• <a
href="{U_CONTRIBUTORS}">{L_EDIT_CONTRIBUTORS}</a></div>
<div class="row1">• <a
href="{U_WEBLOG_CP}">{L_WEBLOG_CP}</a></div>
<!-- END switch_owner_only -->
<!-- BEGIN
switch_shoutbox -->
<div class="row1">•
<a href="{U_STENA}">{L_STENA}</a></div>
<!-- END switch_shoutbox -->
<div class="row1">• <a
href="{U_RSS_FEED}">{L_RSS}</a></div>
<br/>
<!-- BEGIN switch_show_info -->
<div class="row1">
• {L_WEBLOG_STARTED}:
{STARTED_DATE}<br/>
• {L_WEBLOG_AGE}:
{WEBLOG_AGE}<br/>
• {L_TOTAL_REPLIES}:
{NUMBER_OF_REPLIES}<br/>
• {L_VISITS}:
{NUMBER_OF_VISITS}</div>
<!-- END switch_show_info -->
</div>
<div
id="page_info">
<!-- BEGIN entryrow
-->
<div class="{entryrow.ROW_CLASS}">
<div class="postprofile"><div
class="{entryrow.ROW_CLASS}">{entryrow.POSTED_BY}<br/>{entryrow.MOOD}<br/>{entryrow.CURRENTLY}</div></div>
<div class="postbody"><div
class="tab"><ul
class="linklist"><li><span
class="cattitle">{entryrow.TIME_DATE}</span></li>
<li class="rightside">{entryrow.LOCKED_ICON}<a
href="{entryrow.U_EDIT}">{entryrow.EDIT_IMG}</a> <a
href="{entryrow.U_DELETE}">{entryrow.DELETE_IMG}</a></li></ul></div>
<span class="cattitle">{entryrow.CATEGORY} <a
href="{entryrow.U_PERMALINK}">{entryrow.SUBJECT}</a></span><div
style="padding: 10px;">{entryrow.ENTRY}</div>
</div>
<a
href="{entryrow.U_VIEW_COMMENTS}">{entryrow.REPLIES}</a>|<a
href="{entryrow.U_POST_COMMENT}">{entryrow.POST_COMMENT}</a>
</div>
<!-- END entryrow -->
</div>
<br class="both"/>