[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 {*<!-- 2 /********************************************************************************* 3 ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 * 10 ********************************************************************************/ 11 -->*} 12 {strip} 13 <input type="hidden" id="pageNumber" value="{$CURRENT_PAGE}"> 14 <input type="hidden" id="totalCount" value="{$PAGING_INFO['recordCount']}" /> 15 <input type="hidden" id="totalPageCount" value="{$PAGING_INFO['pageCount']}" /> 16 <input type="hidden" id="recordsCount" value="{$PAGING_INFO['recordCount']}"/> 17 <input type="hidden" id="selectedIds" name="selectedIds" /> 18 <input type="hidden" id="excludedIds" name="excludedIds" /> 19 <input type="hidden" id="alphabetValue" value="{$ALPHABET_VALUE}" /> 20 <input type="hidden" id="pageStartRange" value="{$PAGING_INFO['startSequence']}" /> 21 <input type="hidden" id="pageEndRange" value="{$PAGING_INFO['endSequence']}" /> 22 <input type="hidden" id="previousPageExist" {if $CURRENT_PAGE neq 1}value="1"{/if} /> 23 <input type="hidden" id="nextPageExist" value="{$PAGING_INFO['nextPageExists']}" /> 24 <input type="hidden" id="pageLimit" value="{$PAGING_INFO['pageLimit']}" /> 25 <input type="hidden" id="noOfEntries" value="{$PAGING_INFO['recordCount']}" /> 26 {assign var = ALPHABETS_LABEL value = vtranslate('LBL_ALPHABETS', 'Vtiger')} 27 {assign var = ALPHABETS value = ','|explode:$ALPHABETS_LABEL} 28 29 <div class="alphabetSorting noprint"> 30 <table width="100%" class="table-bordered" style="border: 1px solid #ddd;table-layout: fixed"> 31 <tbody> 32 <tr> 33 {foreach item=ALPHABET from=$ALPHABETS} 34 <td class="portalAlphabetSearch textAlignCenter cursorPointer {if $ALPHABET_VALUE eq $ALPHABET} highlightBackgroundColor {/if}" style="padding : 0px !important"><a id="{$ALPHABET}" href="#">{$ALPHABET}</a></td> 35 {/foreach} 36 </tr> 37 </tbody> 38 </table> 39 </div> 40 <div id="selectAllMsgDiv" class="alert-block msgDiv noprint"> 41 <strong><a id="selectAllMsg">{vtranslate('LBL_SELECT_ALL',$MODULE)} {vtranslate($MODULE ,$MODULE)} (<span id="totalRecordsCount"></span>)</a></strong> 42 </div> 43 <div id="deSelectAllMsgDiv" class="alert-block msgDiv noprint"> 44 <strong><a id="deSelectAllMsg">{vtranslate('LBL_DESELECT_ALL_RECORDS',$MODULE)}</a></strong> 45 </div> 46 <div class="contents-topscroll noprint"> 47 <div class="topscroll-div"> 48 49 </div> 50 </div> 51 <div class="listViewContentDiv" id="listViewContents"> 52 <div class="listViewEntriesDiv contents-bottomscroll"> 53 <div class="bottomscroll-div"> 54 <input type="hidden" value="{$COLUMN_NAME}" id="orderBy"> 55 <input type="hidden" value="{$SORT_ORDER}" id="sortOrder"> 56 <span class="listViewLoadingImageBlock hide modal noprint" id="loadingListViewModal"> 57 <img class="listViewLoadingImage" src="{vimage_path('loading.gif')}" alt="no-image" title="{vtranslate('LBL_LOADING', $MODULE)}"/> 58 <p class="listViewLoadingMsg">{vtranslate('LBL_LOADING_LISTVIEW_CONTENTS', $MODULE)}........</p> 59 </span> 60 {assign var=WIDTHTYPE value=$CURRENT_USER_MODEL->get('rowheight')} 61 <table class="table table-bordered listViewEntriesTable"> 62 <thead> 63 <tr class="listViewHeaders"> 64 <th width="5%"> 65 <input type="checkbox" id="listViewEntriesMainCheckBox" /> 66 </th> 67 <th nowrap> 68 <a href="javascript:void(0);" id="portalname" class="portalListViewHeader" 69 data-nextsortorderval="{if $COLUMN_NAME eq 'portalname'}{$NEXT_SORT_ORDER}{else}ASC{/if}">{vtranslate('LBL_BOOKMARK_NAME', $MODULE)} 70 {if $COLUMN_NAME eq 'portalname'}<img class="{$SORT_IMAGE} icon-white">{/if}</a> 71 </th> 72 <th nowrap> 73 <a href="javascript:void(0);" id="portalurl" class="portalListViewHeader" 74 data-nextsortorderval="{if $COLUMN_NAME eq 'portalurl'}{$NEXT_SORT_ORDER}{else}ASC{/if}">{vtranslate('LBL_BOOKMARK_URL', $MODULE)} 75 {if $COLUMN_NAME eq 'portalurl'}<img class="{$SORT_IMAGE} icon-white">{/if}</a></a> 76 </th> 77 <th nowrap> 78 <a href="javascript:void(0);" id="createdtime" class="portalListViewHeader" 79 data-nextsortorderval="{if $COLUMN_NAME eq 'createdtime'}{$NEXT_SORT_ORDER}{else}ASC{/if}">{vtranslate('LBL_CREATED_ON', $MODULE)} 80 {if $COLUMN_NAME eq 'createdtime'}<img class="{$SORT_IMAGE} icon-white">{/if}</a></a> 81 </th> 82 <th nowrap class="{$WIDTHTYPE}"></th> 83 </tr> 84 </thead> 85 <tbody> 86 {foreach item=LISTVIEW_ENTRY key=RECORD_ID from=$LISTVIEW_ENTRIES} 87 <tr class="listViewEntries" data-id="{$RECORD_ID}" data-recordurl="index.php?module=Portal&view=Detail&record={$RECORD_ID}"> 88 <td width="5%" class="{$WIDTHTYPE}"> 89 <input type="checkbox" value="{$RECORD_ID}" class="listViewEntriesCheckBox" /> 90 </td> 91 <td class="listViewEntryValue {$WIDTHTYPE}" nowrap> 92 <a href="index.php?module=Portal&view=Detail&record={$RECORD_ID}" sl-processed="1">{$LISTVIEW_ENTRY->get('portalname')}</a> 93 </td> 94 <td class="listViewEntryValue {$WIDTHTYPE}" nowrap> 95 <a class="urlField cursorPointer" href="{if substr($LISTVIEW_ENTRY->get('portalurl'), 0, 4) neq 'http'}//{/if}{$LISTVIEW_ENTRY->get('portalurl')}" target="_blank" sl-processed="1">{$LISTVIEW_ENTRY->get('portalurl')}</a> 96 </td> 97 <td class="listViewEntryValue {$WIDTHTYPE}" nowrap>{$LISTVIEW_ENTRY->get('createdtime')}</td> 98 <td nowrap class="{$WIDTHTYPE}"> 99 <div class="actions pull-right"> 100 <span class="actionImages"> 101 <i title="{vtranslate('LBL_EDIT', $MODULE)}" class="icon-pencil alignMiddle editRecord"></i> 102 <i title="{vtranslate('LBL_DELETE', $MODULE)}" class="icon-trash alignMiddle deleteRecord"></i> 103 </span> 104 </div> 105 </td> 106 </tr> 107 {/foreach} 108 </tbody> 109 </table> 110 {if $PAGING_INFO['recordCount'] eq '0'} 111 <table class="emptyRecordsDiv"> 112 <tbody> 113 <tr> 114 <td> 115 {vtranslate('LBL_NO')} {vtranslate('LBL_BOOKMARKS', $MODULE)} {vtranslate('LBL_FOUND')}. {vtranslate('LBL_CREATE')} <a class="addBookmark">{vtranslate('LBL_BOOKMARK', $MODULE)}</a> 116 </td> 117 </tr> 118 </tbody> 119 </table> 120 {/if} 121 </div> 122 </div> 123 </div> 124 </div> 125 </div> 126 {/strip}
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |