PATH:
home
/
letacommog
/
crmleta
/
consumerportal
/
writeable
/
templates_c
/
default
<?php /* Smarty version Smarty-3.1.19, created on 2019-01-08 19:54:22 compiled from "/home/letacommog/crmleta/consumerportal/layouts/default/templates/Faq/partials/IndexContent.tpl" */ ?> <?php /*%%SmartyHeaderCode:5680300495c34f1dee70c10-67781703%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_valid = $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '1ba4bb3d6f42a4d0345ee66009951a8be6cfd609' => array ( 0 => '/home/letacommog/crmleta/consumerportal/layouts/default/templates/Faq/partials/IndexContent.tpl', 1 => 1546883822, 2 => 'file', ), ), 'nocache_hash' => '5680300495c34f1dee70c10-67781703', 'function' => array ( ), 'has_nocache_code' => false, 'version' => 'Smarty-3.1.19', 'unifunc' => 'content_5c34f1dee7f851_21121901', ),false); /*/%%SmartyHeaderCode%%*/?> <?php if ($_valid && !is_callable('content_5c34f1dee7f851_21121901')) {function content_5c34f1dee7f851_21121901($_smarty_tpl) {?> <div class="row"> <div class="col-lg-1 col-md-1 col-sm-1 col-xs-1"></div> <div class="col-lg-10 col-md-10 col-sm-10 col-xs-10"> <div class="container-fluid"> <br> <div class="row"> <div class="col-lg-8 col-md-8 col-sm-7 col-xs-7"> <input type="text" class="form-control" ng-model="search" placeholder="{{'Search'|translate}}"> </div> <div class="col-lg-2 col-md-2 hidden-sm hidden-xs"> </div> </div> <br> <hr class="hrHeader"> <br> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="container-fluid"> <div class="row"> <div class="col-lg-9 col-md-9 col-sm-12 col-xs-12 leftEditContent" style="padding-top:0;"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <h4> {{'Top Questions'|translate}} </h4> <br> <div class="panel-group"> <accordion close-others="oneAtATime"> <accordion-group is-open="record.isOpen" ng-repeat="record in faqRecords"> <accordion-heading style="white-space:pre-line;"> <span class="text-primary" style="white-space:pre-line;">{{record.question}}</span> </accordion-heading> <h5 class="panel-title" style="white-space:pre-line;">{{record.faq_answer}}</h5> <div class="pull-right row form-inline"> <div class="col-md-6 col-sm-6 col-xs-6 col-lg-6"> <a class="text-primary" ng-click="fetchComments(record.id)" translate="ModComments"></a> </div> <div class="col-md-6 col-sm-6 col-xs-6 col-lg-6"> <a class="text-primary" ng-click="fetchDocuments(record.id)">{{documentsModuleLabel}}</a> </div> </div> </accordion-group> </accordion> </div> <a ng-if="moreRecords" ng-click="loadFaqPage(faqPageNo)">{{'more'|translate}}...</a> <p ng-if="noFaq" class="text-muted">{{'No FAQs'|translate}}</p> <p ng-if="allLoaded && !moreRecords" class="text-muted">{{'No more FAQs'|translate}}</p> </div> </div> </div> <div class="col-lg-3 col-md-3 hidden-sm hidden-xs faqSection" ng-if="categoryExists"> <h4> {{'Categories'|translate}} </h4> <ul class="nav"> <li style="cursor: pointer;" ng-class="isFaqActive(category.value)" ng-click="sendCategory(category.value)" ng-repeat="category in faqCategories"> <a class="break">{{category.label}}</a> </li> </ul> </div> </div> </div> </div> </div> <br> </div> </div> <div class="col-lg-1 col-md-1 col-sm-1 col-xs-1"></div> </div> </div> <script type="text/ng-template" id="faqRelatedComments.template"> <div class="container-fluid"> <div class="modal-header"> <button type="button" class="close" ng-click="cancel()" title="Close">×</button> <h4 class="modal-title" translate="ModComments"></h4> </div> <div class="modal-body" scroll-me="{'height':'350px'}"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <form ng-submit="addComment(commentForm.$valid,faqRecordId)" name="commentForm" novalidate="novalidate"> <textarea msd-elastic style="resize:none;height:90px;" name="comment" ng-model="newcomment.commentcontent" class="form-control text-left" placeholder="{{'Add your comment here'|translate}}..." rows="3" ng-required="true"></textarea> <span ng-if="!commentForm.$valid && commentValidate" class="text-danger">This field is required.</span> <br> <button type="submit" ng-disabled="savingComment" class="btn btn-success pull-right">{{'Submit'|translate}}</button> </form> </div> </div> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 comment-list"> <div class="row " ng-repeat="comment in comments | orderBy:'createdtime':true |limitTo:comments.length"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <p class="usertitle commnet-owner"> <b class="uname" ng-if="comment.creator.label!=='' && !comment.customer.label">{{comment.creator.label}} </b> <b class="uname" ng-if="comment.creator.label!=='' && comment.customer.label">{{comment.customer.label}} </b> <small class="utime">{{comment.createdtime}}</small> </p> <p class="comment-content" style="white-space: pre-line;">{{comment.commentcontent}}</p> <ul class="comment-docs"> <li ng-repeat=" attachment in comment.attachments"><a><small ng-if="attachment.filename" ng-click="downloadCommentFile('ModComments',comment.id,attachment.attachmentid)">{{attachment.filename}} <i class="glyphicon glyphicon-download-alt comment-document" ng-click="downloadCommentFile('ModComments',comment.id,attachment.attachmentid)"></i></small></a></li> </ul> </div> </div> <a ng-if="!commentsLoaded && !noComments && record.Status.toUpperCase()!=='CLOSED'" ng-click="loadCommentsPage(commentPageNo)">{{'more'|translate}}...</a> <p ng-if="commentsLoaded" class="text-muted">{{'No more comments'|translate}}</p> <p ng-if="!commentsLoaded && noComments" class="text-muted">{{'No comments'|translate}}</p> </div> </div> </div> </div> </script> <script type="text/ng-template" id="faqRelatedDocuments.template"> <div class="container-fluid"> <div class="modal-header"> <button type="button" class="close" ng-click="cancel()" title="Close">×</button> <h4 class="modal-title">{{documentsModuleLabel}}</h4> </div> <div class="modal-body" scroll-me="{'height':'350px'}"> <div class="alert alert-warning" style="margin: 2px 0;" ng-hide="documentsrecords"> {{'No records found.'|translate}} </div> <div class="cp-table-container" ng-show="documentsrecords"> <div class="table-responsive"> <table class="table table-hover table-condensed table-detailed dataTable no-footer"> <thead> <tr class="listViewHeaders"> <th ng-hide="documentsheader=='id'" ng-repeat="documentsheader in documentsheaders" nowrap="" class="medium"> <a href="javascript:void(0);" class="listViewHeaderValues" translate="{{documentsheader}}">{{documentsheader}}</a> </th> <th ng-hide="header=='id'" class="medium"> <a class="listViewHeaderValues">{{'Actions'|translate}}</a> </th> </tr> </thead> <tbody> <tr class="listViewEntries" ng-repeat="documentrecord in documentsrecords"> <td ng-hide="documentsheader=='id'" ng-repeat="documentsheader in documentsheaders" class="listViewEntryValue medium"> <ng-switch on="documentrecord[documentsheader].type"> <a ng-href="index.php?module=Documents&view=Detail&id={{documentrecord.id}}"></a> <span ng-switch-default title="{{documentrecord[documentsheader]}}">{{documentrecord[documentsheader]|limitTo:25}}{{documentrecord[documentsheader].length > 25 ? '...' : ''}}</span> </ng-switch> </td> <td ng-hide="documentsheader=='id'" class="listViewEntryValue medium" nowrap="" style='cursor: pointer;'> <span ng-if="documentrecord.documentExists" class="btn btn-primary" ng-click="downloadFile('Documents',documentrecord.id,faqRecordId)">{{'Download'|translate}}</span> </td> </tr> </tbody> </table> </div> </div> <a ng-if="!documentsLoaded && !noDocuments" ng-click="loadDocumentsPage(documentsPageNo)">{{'more'|translate}}...</a> <p ng-show="documentsrecords" ng-if="documentsLoaded" class="text-muted">{{'No more documents'|translate}}</p> <p ng-if="!documentsLoaded && noDocuments" class="text-muted">{{'No documents'|translate}}</p> </div> </div> </script> <?php }} ?>
[+]
..
[-] 7b97bc7745556cbe70bd60747f2f8e2e2bb03fe6.file.ProjectTaskContent.tpl.php
[edit]
[-] b1d7ce37b3cdca22316393b55cc3a53710506eea.file.IndexContentBefore.tpl.php
[edit]
[-] ac5b75b3fbeb60e5691ce71dd693cd413c3f833f.file.IndexContentAfter.tpl.php
[edit]
[-] 1f7aef7a602436c111ea34521ebef50cb042dff6.file.IndexContentAfter.tpl.php
[edit]
[-] bfcaf7316f9b0d75cbf6ed5581499b95023c0171.file.IndexContent.tpl.php
[edit]
[-] 2bdb9f06d9171c4cb052c16b89d3b9492c340ed5.file.Index.tpl.php
[edit]
[-] 326933ea4b2682127a1e48f227da89c3400a0773.file.IndexContentBefore.tpl.php
[edit]
[-] 36f0c2c1fe245e0bd9b535cfae4df938bbea62d4.file.IndexContent.tpl.php
[edit]
[-] 719b81138c246226bda911635d8c14cc3dbd7e2a.file.Home.tpl.php
[edit]
[-] d60c1d29364e7f1f9b4ea5a28563d36e42e6f0b7.file.Login.tpl.php
[edit]
[-] 16153acde9289c70ae2c7ee3816b2288e2e7bb76.file.IndexContent.tpl.php
[edit]
[-] d7d06a9bc9fc94be6140429a5c858a6105d90869.file.DetailContent.tpl.php
[edit]
[-] 61c22dc4b93e56c04415ca427c5fbeded6eb28ae.file.DetailRelatedContent.tpl.php
[edit]
[-] 78b29518220da6fce90c014c9354cc67172442ec.file.Footer.tpl.php
[edit]
[-] b39bcf1a2a02e78c0766a7441d7bcfb9b4dd1c0b.file.UpdatesContent.tpl.php
[edit]
[-] 4ec02af7279a87851348149dff56042e4ab046e7.file.Header.tpl.php
[edit]
[-] c198ff469a0a64a28562c6573a0d29b26d20c853.file.DetailRelatedContent.tpl.php
[edit]
[-] 394966af0c6b260ad4099783e1c42ac0967df313.file.Detail.tpl.php
[edit]
[-] 68eb0b3dd44249bd9d1b94a0a5b1aa57d3706f0b.file.IndexContentBefore.tpl.php
[edit]
[-] 1ba4bb3d6f42a4d0345ee66009951a8be6cfd609.file.IndexContent.tpl.php
[edit]
[-] 1df42df3661e7ae2ff57e571c3b8181184c5f8e9.file.CommentContent.tpl.php
[edit]
[-] 5f6cf3f3d0b6b47dbaf666c22d57c8e099250232.file.IndexContentAfter.tpl.php
[edit]
[-] 4f4ecef6387e63956103b143beb9b5ed9ed37460.file.MyProfile.tpl.php
[edit]
[-] 39afbbad289bb872bcf11706911435321f6a888e.file.RelatedDocumentsContent.tpl.php
[edit]
[-] 6128283b2392177f555c575fd4db19049e5c0ebc.file.DetailContentBefore.tpl.php
[edit]
[-] 845e7d325ed1bae5cf9107546be0dd422f934b0d.file.Index.tpl.php
[edit]
[-] a298e57ccb8733b374d7a1ca3646f5f3502718eb.file.ProjectMilestoneContent.tpl.php
[edit]
[-] bc43d661223d4fc07a6aa1d61372cd553fad396d.file.DetailContentAfter.tpl.php
[edit]