0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
vtiger
/
5.0.4
/
custom
/
12020000
/
files
/
Smarty
/
templates
/
[
Home
]
File: CreateView.tpl
{*<!-- /********************************************************************************* ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 * ("License"); You may not use this file except in compliance with the License * The Original Code is: vtiger CRM Open Source * The Initial Developer of the Original Code is vtiger. * Portions created by vtiger are Copyright (C) vtiger. * All Rights Reserved. * ********************************************************************************/ -->*} {*<!-- module header -->*} <link rel="stylesheet" type="text/css" media="all" href="jscalendar/calendar-win2k-cold-1.css"> <script type="text/javascript" src="jscalendar/calendar.js"></script> <script type="text/javascript" src="jscalendar/lang/calendar-{$CALENDAR_LANG}.js"></script> <script type="text/javascript" src="jscalendar/calendar-setup.js"></script> <script type="text/javascript"> var gVTModule = '{$smarty.request.module}'; function sensex_info() {ldelim} var Ticker = $('tickersymbol').value; if(Ticker!='') {ldelim} $("vtbusy_info").style.display="inline"; new Ajax.Request( 'index.php', {ldelim}queue: {ldelim}position: 'end', scope: 'command'{rdelim}, method: 'post', postBody: 'module={$MODULE}&action=Tickerdetail&tickersymbol='+Ticker, onComplete: function(response) {ldelim} $('autocom').innerHTML = response.responseText; $('autocom').style.display="block"; $("vtbusy_info").style.display="none"; {rdelim} {rdelim} ); {rdelim} {rdelim} </script> {include file='Buttons_List1.tpl'} {*<!-- Contents -->*} <table border=0 cellspacing=0 cellpadding=0 width=98% align=center> <tr> <td valign=top> <img src="{$IMAGE_PATH}showPanelTopLeft.gif"> </td> <td class="showPanelBg" valign=top width=100%> {*<!-- PUBLIC CONTENTS STARTS-->*} <div class="small" style="padding:20px"> {if $OP_MODE eq 'edit_view'} {*<!-- sbb: Removing the numbers (id) from item headers: <font color="purple">[ {$ID} ] </font> -->*} <span class="lvtHeaderText">{$NAME} - {$APP.LBL_EDITING} {$APP[$SINGLE_MOD]} {$APP.LBL_INFORMATION}</span> <br> {$UPDATEINFO} {/if} {if $OP_MODE eq 'create_view'} {if $DUPLICATE neq 'true'} {assign var=create_new value="LBL_CREATING_NEW_"|cat:$MODULE} <span class="lvtHeaderText">{$APP[$create_new]}</span> <br> {else} <span class="lvtHeaderText">{$APP.LBL_DUPLICATING} "{$NAME}" </span> <br> {/if} {/if} <hr noshade size=1> <br> {include file='EditViewHidden.tpl'} {*<!-- Account details tabs -->*} <table border=0 cellspacing=0 cellpadding=0 width=95% align=center> <tr> <td> <table border=0 cellspacing=0 cellpadding=3 width=100% class="small"> <tr> <td class="dvtTabCache" style="width:10px" nowrap> </td> {if $ADVBLOCKS neq ''} <td width=75 style="width:15%" align="center" nowrap class="dvtSelectedCell" id="bi" onclick="fnLoadValues('bi','mi','basicTab','moreTab','normal','{$MODULE}')"><b>{$APP.LBL_BASIC} {$APP.LBL_INFORMATION}</b></td> <td class="dvtUnSelectedCell" style="width: 100px;" align="center" nowrap id="mi" onclick="fnLoadValues('mi','bi','moreTab','basicTab','normal','{$MODULE}')"><b>{$APP.LBL_MORE} {$APP.LBL_INFORMATION} </b></td> <td class="dvtTabCache" style="width:65%" nowrap> </td> {else} <td class="dvtSelectedCell" align=center nowrap>{$APP.LBL_BASIC} {$APP.LBL_INFORMATION}</td> <td class="dvtTabCache" style="width:65%"> </td> {/if} <tr> </table> </td> </tr> <tr> <td valign=top align=left > <!-- Basic Information Tab Opened --> <div id="basicTab"> <table border=0 cellspacing=0 cellpadding=3 width=100% class="dvtContentSpace"> <tr> <td align=left> <!-- content cache --> <table border=0 cellspacing=0 cellpadding=0 width=100%> <tr> <td id ="autocom"></td> </tr> <tr> <td style="padding:10px"> <!-- General details --> <table border=0 cellspacing=0 cellpadding=0 width=100% class="small"> <tr> <td colspan=4 style="padding:5px"> <div align="center"> {if $MODULE eq 'Accounts'} <input title="{$APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="crmbutton small save" onclick="this.form.action.value='Save'; if(formValidate())AjaxDuplicateValidate('Accounts','accountname',this.form);" type="button" name="button" value=" {$APP.LBL_SAVE_BUTTON_LABEL} " style="width:70px" > {else} <input title="{$APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="crmbutton small save" onclick="this.form.action.value='Save'; return formValidate()" type="submit" name="button" value=" {$APP.LBL_SAVE_BUTTON_LABEL} " style="width:70px" > {/if} <input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="crmbutton small cancel" onclick="window.history.back()" type="button" name="button" value=" {$APP.LBL_CANCEL_BUTTON_LABEL} " style="width:70px"> </div> </td> </tr> {foreach key=header item=data from=$BASBLOCKS} <tr> {if $header== $MOD.LBL_ADDRESS_INFORMATION && ($MODULE == 'Accounts' || $MODULE == 'Quotes' || $MODULE == 'PurchaseOrder' || $MODULE == 'SalesOrder'|| $MODULE == 'Invoice')} <td colspan=2 class="detailedViewHeader"> <b>{$header}</b></td> <td class="detailedViewHeader"> <input name="cpy" onclick="return copyAddressLeft(EditView)" type="radio"><b>{$APP.LBL_RCPY_ADDRESS}</b></td> <td class="detailedViewHeader"> <input name="cpy" onclick="return copyAddressRight(EditView)" type="radio"><b>{$APP.LBL_LCPY_ADDRESS}</b></td> {elseif $header== $MOD.LBL_ADDRESS_INFORMATION && $MODULE == 'Contacts'} <td colspan=2 class="detailedViewHeader"> <b>{$header}</b></td> <td class="detailedViewHeader"> <input name="cpy" onclick="return copyAddressLeft(EditView)" type="radio"><b>{$APP.LBL_CPY_OTHER_ADDRESS}</b></td> <td class="detailedViewHeader"> <input name="cpy" onclick="return copyAddressRight(EditView)" type="radio"><b>{$APP.LBL_CPY_MAILING_ADDRESS}</b></td> {else} <td colspan=4 class="detailedViewHeader"> <b>{$header}</b> {/if} </td> </tr> <!-- Here we should include the uitype handlings--> {include file="DisplayFields.tpl"} <tr style="height:25px"><td> </td></tr> {/foreach} <tr> <td colspan=4 style="padding:5px"> <div align="center"> {if $MODULE eq 'Emails'} <input title="{$APP.LBL_SELECTEMAILTEMPLATE_BUTTON_TITLE}" accessKey="{$APP.LBL_SELECTEMAILTEMPLATE_BUTTON_KEY}" class="crmbutton small create" onclick="window.open('index.php?module=Users&action=lookupemailtemplates&entityid={$ENTITY_ID}&entity={$ENTITY_TYPE}','emailtemplate','top=100,left=200,height=400,width=300,menubar=no,addressbar=no,status=yes')" type="button" name="button" value="{$APP.LBL_SELECTEMAILTEMPLATE_BUTTON_LABEL}"> <input title="{$MOD.LBL_SEND}" accessKey="{$MOD.LBL_SEND}" class="crmbutton small save" onclick="this.form.action.value='Save';this.form.send_mail.value='true'; return formValidate()" type="submit" name="button" value=" {$MOD.LBL_SEND} " > {/if} {if $MODULE eq 'Accounts'} <input title="{$APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="crmbutton small save" onclick="this.form.action.value='Save'; if(formValidate())AjaxDuplicateValidate('Accounts','accountname',this.form);" type="button" name="button" value=" {$APP.LBL_SAVE_BUTTON_LABEL} " style="width:70px" > {else} <input title="{$APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="crmbutton small save" onclick="this.form.action.value='Save'; return formValidate()" type="submit" name="button" value=" {$APP.LBL_SAVE_BUTTON_LABEL} " style="width:70px" > {/if} <input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="crmbutton small cancel" onclick="window.history.back()" type="button" name="button" value=" {$APP.LBL_CANCEL_BUTTON_LABEL} " style="width:70px"> </div> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <!-- Basic Information Tab Closed --> <!-- More Information Tab Opened --> <div id="moreTab"> <table border=0 cellspacing=0 cellpadding=3 width=100% class="dvtContentSpace"> <tr> <td align=left> {*<!-- content cache -->*} <table border=0 cellspacing=0 cellpadding=0 width=100%> <tr> <td id ="autocom"></td> </tr> <tr> <td style="padding:10px"> <!-- General details --> <table border=0 cellspacing=0 cellpadding=0 width=100% class="small"> <tr> <td colspan=4 style="padding:5px"> <div align="center"> {if $MODULE eq 'Accounts'} <input title="{$APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="crmbutton small save" onclick="this.form.action.value='Save'; if(formValidate())AjaxDuplicateValidate('Accounts','accountname',this.form);" type="button" name="button" value=" {$APP.LBL_SAVE_BUTTON_LABEL} " style="width:70px" > {else} <input title="{$APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="crmbutton small save" onclick="this.form.action.value='Save'; return formValidate()" type="submit" name="button" value=" {$APP.LBL_SAVE_BUTTON_LABEL} " style="width:70px" > {/if} <input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="crmbutton small cancel" onclick="window.history.back()" type="button" name="button" value=" {$APP.LBL_CANCEL_BUTTON_LABEL} " style="width:70px"> </div> </td> </tr> {foreach key=header item=data from=$ADVBLOCKS} <tr> <td colspan=4 class="detailedViewHeader"> <b>{$header}</b> </td> </tr> <!-- Here we should include the uitype handlings--> {include file="DisplayFields.tpl"} <tr style="height:25px"><td> </td></tr> {/foreach} <tr> <td colspan=4 style="padding:5px"> <div align="center"> {if $MODULE eq 'Emails'} <input title="{$APP.LBL_SELECTEMAILTEMPLATE_BUTTON_TITLE}" accessKey="{$APP.LBL_SELECTEMAILTEMPLATE_BUTTON_KEY}" class="crmbutton small create" onclick="window.open('index.php?module=Users&action=lookupemailtemplates&entityid={$ENTITY_ID}&entity={$ENTITY_TYPE}','emailtemplate','top=100,left=200,height=400,width=300,menubar=no,addressbar=no,status=yes')" type="button" name="button" value="{$APP.LBL_SELECTEMAILTEMPLATE_BUTTON_LABEL}"> <input title="{$MOD.LBL_SEND}" accessKey="{$MOD.LBL_SEND}" class="crmbutton small save" onclick="this.form.action.value='Save';this.form.send_mail.value='true'; return formValidate()" type="submit" name="button" value=" {$MOD.LBL_SEND} " > {/if} {if $MODULE eq 'Accounts'} <input title="{$APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="crmbutton small save" onclick="this.form.action.value='Save'; if(formValidate())AjaxDuplicateValidate('Accounts','accountname',this.form);" type="button" name="button" value=" {$APP.LBL_SAVE_BUTTON_LABEL} " style="width:70px" > {else} <input title="{$APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="crmbutton small save" onclick="this.form.action.value='Save'; return formValidate()" type="submit" name="button" value=" {$APP.LBL_SAVE_BUTTON_LABEL} " style="width:70px" > {/if} <input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="crmbutton small cancel" onclick="window.history.back()" type="button" name="button" value=" {$APP.LBL_CANCEL_BUTTON_LABEL} " style="width:70px"> </div> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> </td> </tr> </table> </div> </td> <td align=right valign=top><img src="{$IMAGE_PATH}showPanelTopRight.gif"></td> </tr> </table> </form> {if ($MODULE eq 'Emails' || 'Notes') and ($FCKEDITOR_DISPLAY eq 'true')} <script type="text/javascript" src="include/fckeditor/fckeditor.js"></script> <script type="text/javascript" defer="1"> var oFCKeditor = null; {if $MODULE eq 'Notes'} oFCKeditor = new FCKeditor( "notecontent" ) ; {/if} oFCKeditor.BasePath = "include/fckeditor/" ; oFCKeditor.ReplaceTextarea() ; </script> {/if} {if $MODULE eq 'Accounts'} <script> ScrollEffect.limit = 201; ScrollEffect.closelimit= 200; </script> {/if} <script> var fieldname = new Array({$VALIDATION_DATA_FIELDNAME}) var fieldlabel = new Array({$VALIDATION_DATA_FIELDLABEL}) var fielddatatype = new Array({$VALIDATION_DATA_FIELDDATATYPE}) </script>