Loading...
Skip to main content
Site identity, navigation, etc.
Log in
Username
Password
I forgot my password
CapsLock is on.
Log in
Stay in SSL mode
Navigation and related functionality and content
Related content
View template: tiki-received_pages.tpl
Edit CSS
Template listing
{title help="Communication Center"}{tr}Received Pages{/tr}{/title} {if $receivedPageId > 0 or $view eq 'y'} <h2>{tr}Preview{/tr}</h2> <div class="wikitext">{$parsed}</div> {/if} {if $receivedPageId > 0} <h2>{tr}Edit Received Page{/tr}</h2> <form action="tiki-received_pages.php" method="post"> <input type="hidden" name="receivedPageId" value="{$receivedPageId|escape}"> <div class="tiki-form-group row"> <label class="col-form-label col-sm-3">{tr}Name:{/tr}</label> <div class="col-sm-7"> <input type="text" name="pageName" value="{$pageName|escape}" class="form-control"> </div> </div> <div class="tiki-form-group row"> <label class="col-form-label col-sm-3">{tr}Data:{/tr}</label> <div class="col-sm-7"> <textarea name="data" rows="10" cols="60" class="form-control">{$data|escape}</textarea> </div> </div> <div class="tiki-form-group row"> <label class="col-form-label col-sm-3">{tr}Comment:{/tr}</label> <div class="col-sm-7"> <input type="text" name="comment" value="{$comment|escape}" class="form-control"> </div> </div> <div class="tiki-form-group row"> <label class="col-form-label col-sm-3"></label> <div class="col-sm-7"> <input type="submit" class="btn btn-primary btn-sm" name="preview" value="{tr}Preview{/tr}"> <input type="submit" class="btn btn-primary" name="save" value="{tr}Save{/tr}"> </div> </div> </form> {/if} <h2>{tr}Received Pages{/tr}</h2> <div align="center"> {include file='find.tpl'} {if $channels|@count > 0} <p> <span class="highlight">{tr}The highlight pages already exist.{/tr}</span> {tr}Please, change the name if you want the page to be uploaded.{/tr} </p> {/if} <div class="table-responsive"> <table class="table table-striped table-hover"> <tr> <th> <a href="tiki-received_pages.php?offset={$offset}&sort_mode={if $sort_mode eq 'receivedPageId_desc'}receivedPageId_asc{else}receivedPageId_desc{/if}">{tr}ID{/tr}</a> </th> <th> <a href="tiki-received_pages.php?offset={$offset}&sort_mode={if $sort_mode eq 'pageName_desc'}pageName_asc{else}pageName_desc{/if}">{tr}Name{/tr}</a> </th> <th> <a href="tiki-received_pages.php?offset={$offset}&sort_mode={if $sort_mode eq 'receivedDate_desc'}receivedDate_asc{else}receivedDate_desc{/if}">{tr}Date{/tr}</a> </th> <th> <a href="tiki-received_pages.php?offset={$offset}&sort_mode={if $sort_mode eq 'receivedFromSite_desc'}receivedFromSite_asc{else}receivedFromSite_desc{/if}">{tr}Site{/tr}</a> </th> <th> <a href="tiki-received_pages.php?offset={$offset}&sort_mode={if $sort_mode eq 'receivedFromUser_desc'}receivedFromUser_asc{else}receivedFromUser_desc{/if}">{tr}User{/tr}</a> </th> <th></th> </tr> {section name=user loop=$channels} <tr> <td class="id">{$channels[user].receivedPageId}</td> {if $channels[user].pageExists ne ''} <td class="text"> <span class="highlight">{$channels[user].pageName}</span> </td> {else} <td class="text">{$channels[user].pageName}</td> {/if} <td class="date">{$channels[user].receivedDate|tiki_short_date}</td> <td class="text">{$channels[user].receivedFromSite}</td> <td class="text">{$channels[user].receivedFromUser}</td> <td class="action"> <a class="tips" title=":{tr}Edit{/tr}" href="tiki-received_pages.php?offset={$offset}&sort_mode={$sort_mode}&receivedPageId={$channels[user].receivedPageId}"> {icon name='edit'} </a> <a class="tips" title=":{tr}View{/tr}" href="tiki-received_pages.php?offset={$offset}&sort_mode={$sort_mode}&view={$channels[user].receivedPageId}"> {icon name='view'} </a> <form style="display: inline;" action="tiki-received_pages.php" method="post"> {ticket} <input type="hidden" name="offset" value="{$offset}"> <input type="hidden" name="sort_mode" value="{$sort_mode}"> <input type="hidden" name="accept" value="{$channels[user].receivedPageId}"> <button id="deleteButton" type="button" onclick="confirmPopup()" class="btn btn-link px-0 pt-0 tips" title=":{tr}Accept{/tr}"> {icon name='ok'} </button> </form> <form style="display: inline;" action="tiki-received_pages.php" method="post"> {ticket} <input type="hidden" name="offset" value="{$offset}"> <input type="hidden" name="sort_mode" value="{$sort_mode}"> <input type="hidden" name="remove" value="{$channels[user].receivedPageId}"> <button id="deleteButton" type="button" onclick="confirmPopup()" class="btn btn-link px-0 pt-0 tips" title=":{tr}Remove{/tr}"> {icon name='remove'} </button> </form> </td> </tr> {sectionelse} {norecords _colspan=6} {/section} </table> </div> {pagination_links cant=$cant step=$maxRecords offset=$offset}{/pagination_links} </div> <h2>{tr}Received Structures{/tr}</h2> {if $structures|@count > 0} <p> <span class="highlight">{tr}The highlight pages already exist.{/tr}</span> {tr}Please, change the name if you want the page to be uploaded.{/tr} </p> {/if} <form action="tiki-received_pages.php" method="post"> {ticket} <div class="table-responsive"> <table class="table table-striped table-hover"> <tr> <th> </th> <th> <a href="tiki-received_pages.php?offset={$offset}&sort_modes={if $sort_modes eq 'receivedPageId_desc'}receivedPageId_asc{else}receivedPageId_desc{/if}">{tr}ID{/tr}</a> </th> <th> <a href="tiki-received_pages.php?offset={$offset}&sort_modes={if $sort_modes eq 'structureName_desc'}structureName_asc{else}structureName_desc{/if}">{tr}Structure{/tr}</a> </th> <th>{tr}Page{/tr}</th> <th> <a href="tiki-received_pages.php?offset={$offset}&sort_modes={if $sort_modes eq 'receivedDate_desc'}receivedDate_asc{else}receivedDate_desc{/if}">{tr}Date{/tr}</a> </th> <th> <a href="tiki-received_pages.php?offset={$offset}&sort_modes={if $sort_modes eq 'receivedFromSite_desc'}receivedFromSite_asc{else}receivedFromSite_desc{/if}">{tr}Site{/tr}</a> </th> <th> <a href="tiki-received_pages.php?offset={$offset}&sort_modes={if $sort_modes eq 'receivedFromUser_desc'}receivedFromUser_asc{else}receivedFromUser_desc{/if}">{tr}User{/tr}</a> </th> <th></th> </tr> {section name=user loop=$structures} {if $structures[user].structureName eq $structures[user].pageName} <tr> <td class="text"> </td> <td class="id">{$structures[user].receivedPageId}</td> <td class="text">{$structures[user].pageName}</td> <td class="text"> </td> <td class="date">{$structures[user].receivedDate|tiki_short_date}</td> <td class="text">{$structures[user].receivedFromSite}</td> <td class="text">{$structures[user].receivedFromUser}</td> <td class="action"> <a class="tips" title=":{tr}Accept{/tr}" href="tiki-received_pages.php?offset={$offset}&sort_mode={$sort_mode}&accept={$structures[user].receivedPageId}"> {icon name='ok'} </a> <form style="display: inline;" action="tiki-received_pages.php" method="post"> {ticket} <input type="hidden" name="offset" value="{$offset}"> <input type="hidden" name="sort_mode" value="{$sort_mode}"> <input type="hidden" name="remove" value="{$structures[user].receivedPageId}"> <button id="deleteButton" type="button" onclick="confirmPopup()" class="btn btn-link px-0 pt-0 tips" title=":{tr}Remove{/tr}"> {icon name='remove'} </button> </form> </td> </tr> {section name=ix loop=$structures} {if $structures[ix].structureName eq $structures[user].structureName} <tr> <td class="checkbox-cell"> <input type="checkbox" name="checked[]" value="{$structures[ix].pageName|escape}" class="form-check-input" aria-label="{tr}Select{/tr}"> </td> <td class="id">{$structures[ix].receivedPageId}</td> <td class="text"> </td> {if $structures[ix].pageExists ne ''} <td class="text"> <span class="highlight">{$structures[ix].pageName}</span> </td> {else} <td class="text">{$structures[ix].pageName}</td> {/if} <td class="date">{$structures[ix].receivedDate|tiki_short_date}</td> <td class="text">{$structures[ix].receivedFromSite}</td> <td class="text">{$structures[ix].receivedFromUser}</td> <td class="action"> <a class="tips" title=":{tr}Edit{/tr}" href="tiki-received_pages.php?offset={$offset}&sort_mode={$sort_mode}&receivedPageId={$structures[ix].receivedPageId}"> {icon name='edit'} </a> <a class="tips" title=":{tr}View{/tr}" href="tiki-received_pages.php?offset={$offset}&sort_mode={$sort_mode}&view={$structures[ix].receivedPageId}"> {icon name='view'} </a> </td> </tr> {/if} {/section} {/if} {sectionelse} {norecords _colspan=8} {/section} {select_all checkbox_names='checked[]' label="{tr}Select All{/tr}"} </table> </div> <div class="d-flex flex-row flex-wrap align-items-center"> {tr}Prefix the checked: {/tr}<input type="text" name="prefix" class="form-control"> {tr} Postfix the checked: {/tr}<input type="text" name="postfix" class="form-control"> <input type="submit" class="btn btn-primary " value="{tr}OK{/tr}"> </div> </form>
Related content
Most Popular Tags
adze
american woods
axe
broadleaf
broadleaf aspen
broadleafs
community
conifers
dendrology
eco friendly
education
froe
glossary
green
green woodworking
hammer
hard wood
hard woods
hardwoods
hickory
history
how to
joinery
literature
machinery
material processing
media
merchants
mortise
people
plane
poplar
safety
shaker
shave
society
soft woods
spokeshave
sustainable
template
tenon
terminology
tools
wood
works