PATH:
home
/
centosnipponia
/
public_html
/
ticketing.nipponia.com
/
ticketing-old
/
include
/
client
/
templates
<?php $BUTTONS = isset($BUTTONS) ? $BUTTONS : true; ?> <div class="sidebar pull-right"> <?php if ($BUTTONS) { ?> <div class="front-page-button flush-right"> <p> <?php if ($cfg->getClientRegistrationMode() != 'disabled' || !$cfg->isClientLoginRequired()) { ?> <a href="open.php" style="display:block" class="blue button"><?php echo __('Open a New Ticket');?></a> </p> <?php } ?> <p> <a href="view.php" style="display:block" class="green button"><?php echo __('Check Ticket Status');?></a> </p> </div> <?php } ?> <div class="content"><?php if ($cfg->isKnowledgebaseEnabled() && ($faqs = FAQ::getFeatured()->select_related('category')->limit(5)) && $faqs->all()) { ?> <section><div class="header"><?php echo __('Featured Questions'); ?></div> <?php foreach ($faqs as $F) { ?> <div><a href="<?php echo ROOT_PATH; ?>kb/faq.php?id=<?php echo urlencode($F->getId()); ?>"><?php echo $F->getLocalQuestion(); ?></a></div> <?php } ?> </section> <?php } $resources = Page::getActivePages()->filter(array('type'=>'other')); if ($resources->all()) { ?> <section><div class="header"><?php echo __('Other Resources'); ?></div> <?php foreach ($resources as $page) { ?> <div><a href="<?php echo ROOT_PATH; ?>pages/<?php echo $page->getNameAsSlug(); ?>"><?php echo $page->getLocalName(); ?></a></div> <?php } ?> </section> <?php } ?></div> </div>
[+]
..
[-] dynamic-form.tmpl.php
[edit]
[-] inline-form.tmpl.php
[edit]
[-] sidebar.tmpl.php
[edit]
[-] thread-entries.tmpl.php
[edit]
[-] thread-entry.tmpl.php
[edit]
[-] thread-event.tmpl.php
[edit]
[-] thread-export.tmpl.php
[edit]
[-] ticket-print.tmpl.php
[edit]