0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-list_posts.tpl
{title help="Blogs"}{if isset($blogTitle)}{tr 0=$blogTitle}Blog: %0{/tr}{else}{tr}Blog{/tr}{/if}{/title} <div class="navbar"> {button href="tiki-edit_blog.php" _text="{tr}Create Blog{/tr}"} {button href="tiki-blog_post.php" _text="{tr}New Blog Post{/tr}"} {button href="tiki-list_blogs.php" _text="{tr}List Blogs{/tr}"} </div> {if $posts or ($find ne '')} {include file='find.tpl'} {/if} <table class="normal"> <tr> <th> <a href="tiki-list_posts.php?{if isset($blogId)}blogId={$blogId}&{/if}offset={$offset}&sort_mode={if $sort_mode eq 'title_asc'}title_desc{else}title_asc{/if}"> {tr}Post Title{/tr} </a> </th> {if !isset($blogId)} <th>{tr}Blog Title{/tr}</th> {/if} <th> <a href="tiki-list_posts.php?{if isset($blogId)}blogId={$blogId}&{/if}offset={$offset}&sort_mode={if $sort_mode eq 'created_desc'}created_asc{else}created_desc{/if}">{tr}Created{/tr}</a> </th> <th>{tr}Size{/tr}</th> <th> <a href="tiki-list_posts.php?{if isset($blogId)}blogId={$blogId}&{/if}offset={$offset}&sort_mode={if $sort_mode eq 'user_desc'}user_asc{else}user_desc{/if}">{tr}Author{/tr}</a> </th> <th>{tr}Actions{/tr}</th> </tr> {cycle values="odd,even" print=false} {section name=changes loop=$posts} <tr class="{cycle}"> <td class="text">{object_link type="blog post" id=$posts[changes].postId title=$posts[changes].title}</td> {if !isset($blogId)} <td class="text"> <a class="blogname" href="tiki-list_posts.php?blogId={$posts[changes].blogId}" title="{$posts[changes].blogTitle|escape}">{$posts[changes].blogTitle|truncate:$prefs.blog_list_title_len:"...":true|escape}</a> </td> {/if} <td class="date"> {$posts[changes].created|tiki_short_date} </td> <td class="integer"> {$posts[changes].size} </td> <td> {$posts[changes].user} </td> <td class="action"> <a class="link" href="tiki-blog_post.php?blogId={$posts[changes].blogId}&postId={$posts[changes].postId}">{icon _id='page_edit'}</a> <a class="link" href="tiki-list_posts.php?{if isset($blogId)}blogId={$blogId}&{/if}offset={$offset}&sort_mode={$sort_mode}&remove={$posts[changes].postId}">{icon _id='cross' alt="{tr}Remove{/tr}"}</a> </td> </tr> {sectionelse} {norecords _colspan=7} {/section} </table> {pagination_links cant=$cant step=$maxRecords offset=$offset}{/pagination_links}