0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-listpages_content.tpl
{if $cant_pages > 1 or $initial or $find} {initials_filter_links} {/if} {if $tiki_p_remove eq 'y' or $prefs.feature_wiki_multiprint eq 'y'} {if $checkboxes_on eq 'n'} {assign var='checkboxes_on' value='n'} {else} {assign var='checkboxes_on' value='y'} {/if} {else} {assign var='checkboxes_on' value='n'} {/if} {if $find ne '' and $listpages|@count ne '0'} <p>{tr}Found{/tr} "{$find|escape}" {tr}in{/tr} {$listpages|@count} {tr}pages{/tr}.</p> {/if} {if $checkboxes_on eq 'y'} <form name="checkboxes_on" method="post" action="{$smarty.server.PHP_SELF}"> {/if} {assign var='pagefound' value='n'} <table class="normal"> <tr> {if $checkboxes_on eq 'y' && count($listpages) > 0} <th> {select_all checkbox_names='checked[]'} </th> {assign var='cntcol' value='1'} {else} {assign var='cntcol' value='0'} {/if} {if $prefs.wiki_list_id eq 'y'} {assign var='cntcol' value=$cntcol+1} <th> {self_link _sort_arg='sort_mode' _sort_field='page_id'}{tr}Id{/tr}{/self_link} </th> {/if} {if $prefs.wiki_list_name eq 'y'} {assign var='cntcol' value=$cntcol+1} <th> {self_link _sort_arg='sort_mode' _sort_field='pageName'}{tr}Page{/tr}{/self_link} </th> {/if} {foreach from=$wplp_used key=lc item=ln} <th>{$ln|escape}</th> {/foreach} {if $prefs.wiki_list_hits eq 'y'} {assign var='cntcol' value=$cntcol+1} <th>{self_link _sort_arg='sort_mode' _sort_field='hits'}{tr}Hits{/tr}{/self_link}</th> {/if} {if $prefs.wiki_list_lastmodif eq 'y' or $prefs.wiki_list_comment eq 'y'} {assign var='cntcol' value=$cntcol+1} <th> {assign var='lastmod_sortfield' value='lastModif'} {assign var='lastmod_shorttitle' value="{tr}Last mod{/tr}"} {if $prefs.wiki_list_lastmodif eq 'y' and $prefs.wiki_list_comment eq 'y'} {assign var='lastmod_title' value="{tr}Last modification{/tr} / {tr}Comment{/tr}"} {elseif $prefs.wiki_list_lastmodif eq 'y'} {assign var='lastmod_title' value="{tr}Last modification{/tr}"} {else} {assign var='lastmod_title' value="{tr}Comment{/tr}"} {assign var='lastmod_sortfield' value='comment'} {assign var='lastmod_shorttitle' value="{tr}Comment{/tr}"} {/if} {self_link _sort_arg='sort_mode' _sort_field=$lastmod_sortfield _title=$lastmod_title}{$lastmod_shorttitle}{/self_link} </th> {/if} {if $prefs.wiki_list_creator eq 'y'} {assign var='cntcol' value=$cntcol+1} <th> {self_link _sort_arg='sort_mode' _sort_field='creator' _title="{tr}Page creator{/tr}"}{tr}Creator{/tr}{/self_link} </th> {/if} {if $prefs.wiki_list_user eq 'y'} {assign var='cntcol' value=$cntcol+1} <th> {self_link _sort_arg='sort_mode' _sort_field='user' _title="{tr}Last author{/tr}"}{tr}Last author{/tr}{/self_link} </th> {/if} {if $prefs.wiki_list_lastver eq 'y'} {assign var='cntcol' value=$cntcol+1} <th> {self_link _sort_arg='sort_mode' _sort_field='version' _title="{tr}Last version{/tr}"}{tr}Last ver.{/tr}{/self_link} </th> {/if} {if $prefs.wiki_list_status eq 'y'} {assign var='cntcol' value=$cntcol+1} <th style="text-align:center;"> {self_link _sort_arg='sort_mode' _sort_field='flag' _icon='lock_gray'}{tr}Status of the page{/tr}{/self_link} </th> {/if} {if $prefs.wiki_list_versions eq 'y'} {assign var='cntcol' value=$cntcol+1} <th> {self_link _sort_arg='sort_mode' _sort_field='versions' _title="{tr}Versions{/tr}"}{tr}Vers.{/tr}{/self_link} </th> {/if} {if $prefs.wiki_list_links eq 'y'} {assign var='cntcol' value=$cntcol+1} <th> {self_link _sort_arg='sort_mode' _sort_field='links' _title="{tr}Links to other items in page{/tr}"}{tr}Links{/tr}{/self_link} </th> {/if} {if $prefs.wiki_list_backlinks eq 'y'} {assign var='cntcol' value=$cntcol+1} <th> {self_link _sort_arg='sort_mode' _sort_field='backlinks' _title="{tr}Links to this page in other pages{/tr}"}{tr}Backl.{/tr}{/self_link} </th> {/if} {if $prefs.wiki_list_size eq 'y'} {assign var='cntcol' value=$cntcol+1} <th> {self_link _sort_arg='sort_mode' _sort_field='size' _title="{tr}Page size{/tr}"}{tr}Size{/tr}{/self_link} </th> {/if} {if $prefs.wiki_list_language eq 'y'} {assign var='cntcol' value=$cntcol+1} <th> {self_link _sort_arg='sort_mode' _sort_field='lang' _title="{tr}Language{/tr}"}{tr}Lang.{/tr}{/self_link} </th> {/if} {if $prefs.wiki_list_categories eq 'y'} {assign var='cntcol' value=$cntcol+1} <th>{tr}Categories{/tr}</th> {/if} {if $prefs.wiki_list_categories_path eq 'y'} {assign var='cntcol' value=$cntcol+1} <th>{tr}Categories{/tr}</th> {/if} {if $prefs.wiki_list_rating eq 'y'} {assign var='cntcol' value=$cntcol+1} <th> {self_link _sort_arg='sort_mode' _sort_field='rating' _title="{tr}Ratings{/tr}"}{tr}Ratings{/tr}{/self_link} </th> {/if} {if $show_actions eq 'y'} {assign var='cntcol' value=$cntcol+1} <th>{tr}Actions{/tr}</th> {/if} </tr> {cycle values="even,odd" print=false} {section name=changes loop=$listpages} {if $find eq $listpages[changes].pageName} {assign var='pagefound' value='y'} {/if} <tr class="{cycle}"> {if $checkboxes_on eq 'y'} <td class="checkbox"> <input type="checkbox" name="checked[]" value="{$listpages[changes].pageName|escape}"/> </td> {/if} {if $prefs.wiki_list_id eq 'y'} <td class="integer"> <a href="{$listpages[changes].pageName|sefurl}" class="link" title="{tr}View page{/tr} {$listpages[changes].pageName|escape}">{$listpages[changes].page_id}</a> </td> {/if} {if $prefs.wiki_list_name eq 'y'} <td class="text"> {object_link type=wiki id=$listpages[changes].pageName url=$listpages[changes].pageName|sefurl:'wiki':'':$all_langs title=$listpages[changes].pageName|truncate:$prefs.wiki_list_name_len:"...":true} {if $prefs.wiki_list_description eq 'y' && $listpages[changes].description neq ""} <div class="subcomment"> {$listpages[changes].description|truncate:$prefs.wiki_list_description_len:"...":true} </div> {/if} {if !empty($listpages[changes].snippet)} <div class="subcomment">{$listpages[changes].snippet}</div> {/if} </td> {/if} {foreach from=$wplp_used key=lc item=ln} <td class="text"> {if $listpages[changes].translations[$lc]} <a href="{$listpages[changes].translations[$lc]|sefurl}" class="link" title="{tr}View page{/tr} {$listpages[changes].translations[$lc]|escape}"> {$listpages[changes].translations[$lc]|escape} </a> {/if} </td> {/foreach} {if $prefs.wiki_list_hits eq 'y'} <td class="integer"> {$listpages[changes].hits} </td> {/if} {if $prefs.wiki_list_lastmodif eq 'y' or $prefs.wiki_list_comment eq 'y'} <td class="date"> {if $prefs.wiki_list_lastmodif eq 'y'} <div>{$listpages[changes].lastModif|tiki_short_datetime}</div> {/if} {if $prefs.wiki_list_comment eq 'y' && $listpages[changes].comment neq ""} <div> <i>{$listpages[changes].comment|truncate:$prefs.wiki_list_comment_len:"...":true}</i> </div> {/if} </td> {/if} {if $prefs.wiki_list_creator eq 'y'} <td class="username"> {$listpages[changes].creator|userlink} </td> {/if} {if $prefs.wiki_list_user eq 'y'} <td class="username"> {$listpages[changes].user|userlink} </td> {/if} {if $prefs.wiki_list_lastver eq 'y'} <td class="integer"> {$listpages[changes].version} </td> {/if} {if $prefs.wiki_list_status eq 'y'} <td class="icon"> {if $listpages[changes].flag eq 'locked'} {icon _id='lock' alt="{tr}Locked{/tr}"} {else} {icon _id='lock_break' alt="{tr}unlocked{/tr}"} {/if} </td> {/if} {if $prefs.wiki_list_versions eq 'y'} {if $prefs.feature_history eq 'y' and $tiki_p_wiki_view_history eq 'y'} <td class="integer"> <a class="link" href="tiki-pagehistory.php?page={$listpages[changes].pageName|escape:"url"}"> {$listpages[changes].versions} </a> </td> {else} <td class="integer"> {$listpages[changes].versions} </td> {/if} {/if} {if $prefs.wiki_list_links eq 'y'} <td class="integer"> {$listpages[changes].links} </td> {/if} {if $prefs.wiki_list_backlinks eq 'y'} {if $prefs.feature_backlinks eq 'y'} <td class="integer"> <a class="link" href="tiki-backlinks.php?page={$listpages[changes].pageName|escape:"url"}"> {$listpages[changes].backlinks} </a> </td> {else} <td class="integer">{$listpages[changes].backlinks}</td> {/if} {/if} {if $prefs.wiki_list_size eq 'y'} <td class="integer">{$listpages[changes].len|kbsize}</td> {/if} {if $prefs.wiki_list_language eq 'y'} <td class="text"> {$listpages[changes].lang} </td> {/if} {if $prefs.wiki_list_categories eq 'y'} <td class="text"> {foreach item=categ from=$listpages[changes].categname name=categ} {if !$smarty.foreach.categ.first}<br />{/if} {$categ|escape} {/foreach} </td> {/if} {if $prefs.wiki_list_categories_path eq 'y'} <td class="text"> {foreach item=categpath from=$listpages[changes].categpath} {if !$smarty.foreach.categpath.first}<br />{/if} {$categpath|escape} {/foreach} </td> {/if} {if $prefs.wiki_list_rating eq 'y'} <td class="integer"> {$listpages[changes].rating} </td> {/if} {if $show_actions eq 'y'} <td class="action"> {if $listpages[changes].perms.tiki_p_edit eq 'y'} <a class="link" href="tiki-editpage.php?page={$listpages[changes].pageName|escape:"url"}">{icon _id='page_edit'}</a> <a class="link" href="tiki-copypage.php?page={$listpages[changes].pageName|escape:"url"}&version=last">{icon _id='page_copy' alt="{tr}Copy{/tr}"}</a> {/if} {if $prefs.feature_history eq 'y' and $listpages[changes].perms.tiki_p_wiki_view_history eq 'y'} <a class="link" href="tiki-pagehistory.php?page={$listpages[changes].pageName|escape:"url"}">{icon _id='page_white_stack' alt="{tr}History{/tr}"}</a> {/if} {if $listpages[changes].perms.tiki_p_assign_perm_wiki_page eq 'y'} <a class="link" href="tiki-objectpermissions.php?objectName={$listpages[changes].pageName|escape:"url"}&objectType=wiki+page&permType=wiki&objectId={$listpages[changes].pageName|escape:"url"}"> {icon _id='key' alt="{tr}Perms{/tr}"} </a> {/if} {if $listpages[changes].perms.tiki_p_remove eq 'y'} <a class="link" href="tiki-removepage.php?page={$listpages[changes].pageName|escape:"url"}&version=last">{icon _id='cross' alt="{tr}Remove{/tr}"}</a> {/if} </td> {/if} </tr> {sectionelse} {capture assign='find_htmlescaped'}{$find|escape}{/capture} {if $find ne ''} {norecords _colspan=$cntcol _text="No pages found with: "$find_htmlescaped"."} {elseif $find ne '' && $initial ne ''} {norecords _colspan=$cntcol _text="No pages found with: "$find_htmlescaped" and starting with " $initial "e;."} {elseif $find ne '' && $aliases_were_found == 'y'} {norecords _colspan=$cntcol _text="No pages found with: "$find_htmlescaped&dquot;. <br/>However, some page aliases fitting the query were found (see Aliases section above)."} {elseif $find ne '' && $initial ne '' && $aliases_were_found == 'y'} {norecords _colspan=$cntcol _text="No pages found with: "$find_htmlescaped"and starting with " $initial "e;. <br/>However, some page aliases fitting the query were found (see Aliases section above)."} {else} {norecords _colspan=$cntcol _text="No pages found."} {/if} {/section} </table> {if $checkboxes_on eq 'y' && count($listpages) > 0} {* what happens to the checked items? *} <p align="left"> {*on the left to have it close to the checkboxes*} <label for="submit_mult">{tr}Perform action with checked:{/tr}</label> <select name="submit_mult" id="submit_mult" onchange="this.form.submit();"> <option value="" selected="selected">...</option> {if $tiki_p_remove eq 'y'} <option value="remove_pages" >{tr}Remove{/tr}</option> {/if} {if $prefs.feature_wiki_multiprint eq 'y'} <option value="print_pages" >{tr}Print{/tr}</option> {if $prefs.print_pdf_from_url neq 'none'} <option value="export_pdf" >{tr}PDF{/tr}</option> {/if} {/if} {if $prefs.feature_wiki_usrlock eq 'y' and ($tiki_p_lock eq 'y' or $tiki_p_admin_wiki eq 'y')} <option value="lock_pages" >{tr}Lock{/tr}</option> <option value="unlock_pages" >{tr}Unlock{/tr}</option> {/if} {if $tiki_p_admin eq 'y'} <option value="zip">{tr}Xml Zip{/tr}</option> {/if} {* add here e.g. <option value="categorize" >{tr}categorize{/tr}</option> *} </select> </p> <script type='text/javascript'> <!-- // Fake js to allow the use of the <noscript> tag (so non-js-users can still submit) //--> </script> <noscript> <input type="submit" value="{tr}OK{/tr}" /> </noscript> {/if} {if $find and $tiki_p_edit eq 'y' and $pagefound eq 'n' and $alias_found eq 'n'} {capture assign='find_htmlescaped'}{$find|escape}{/capture} {capture assign='find_urlescaped'}{$find|escape:'url'}{/capture} <div class="navbar"> {button _text="{tr}Create Page:{/tr} $find_htmlescaped" href="tiki-editpage.php?page=$find_urlescaped&lang=$find_lang&templateId=$template_id&template_name=$template_name&categId=$create_page_with_categId" _title="{tr}Create{/tr}"} </div> {/if} {if $checkboxes_on eq 'y'} </form> {/if} {pagination_links cant=$cant step=$maxRecords offset=$offset clean=$clean}{/pagination_links}