0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
templates
/
[
Home
]
File: blog-heading.tpl
<h1>{$title}</h1> {if $description neq ""} <div class="description">{$description|escape}</div> {/if} <div class="bloginfo"> {tr}Created by{/tr} {$creator|userlink} {tr}on{/tr} {$created|tiki_short_datetime}<br /> {tr}Last post{/tr} {$lastModif|tiki_short_datetime}<br /> <span class="blogactions"> {if $tiki_p_blog_post eq "y"} {if ($user and $creator eq $user) or $tiki_p_blog_admin eq "y" or $public eq "y"} <a class="bloglink" href="tiki-blog_post.php?blogId={$blogId}">{icon _id='pencil_add' alt='{tr}Post{/tr}'}</a> {/if} {/if} {if $prefs.rss_blog eq "y"} <a class="bloglink" href="tiki-blog_rss.php?blogId={$blogId}">{icon _id='feed' alt='{tr}RSS feed{/tr}'}</a> {/if} {if ($user and $creator eq $user) or $tiki_p_blog_admin eq "y"} <a class="bloglink" href="tiki-edit_blog.php?blogId={$blogId}">{icon _id='page_edit' alt='{tr}Edit blog{/tr}'}</a> {/if} {if $user and $prefs.feature_user_watches eq 'y'} {if $user_watching_blog eq 'n'} <a href="tiki-view_blog.php?blogId={$blogId}&watch_event=blog_post&watch_object={$blogId}&watch_action=add" class="icon">{icon _id='eye' alt='{tr}Monitor this Blog{/tr}'}</a> {else} <a href="tiki-view_blog.php?blogId={$blogId}&watch_event=blog_post&watch_object={$blogId}&watch_action=remove" class="icon">{icon _id='no_eye' alt='{tr}Stop Monitoring this Blog{/tr}'}</a> {/if} {/if} {if $prefs.feature_group_watches eq 'y' and ( $tiki_p_admin_users eq 'y' or $tiki_p_admin eq 'y' )} <a href="tiki-object_watches.php?objectId={$blogId|escape:"url"}&watch_event=blog_post&objectType=blog&objectName={$title|escape:"url"}&objectHref={'tiki-view_blog.php?blogId='|cat:$blogId|escape:"url"}" class="icon">{icon _id='eye_group' alt='{tr}Group Monitor{/tr}'}</a> {/if} </span> ({$posts} {tr}Posts{/tr} | {$hits} {tr}Visits{/tr} | {tr}Activity={/tr}{$activity|string_format:"%.2f"}) </div> <div class="bloginfo" align="right" > {if $user and $prefs.feature_user_watches eq 'y'} {if $category_watched eq 'y'} {tr}Watched by categories{/tr}: {section name=i loop=$watching_categories} <a href="tiki-browse_categories.php?parentId={$watching_categories[i].categId}" class="icon">{$watching_categories[i].name}</a> {/section} {/if} {/if} </div>