⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 composeemailtemplate.js

📁 SugarCRM5.1 开源PHP客户关系管理系统
💻 JS
字号:
/********************************************************************************* * SugarCRM is a customer relationship management program developed by * SugarCRM, Inc. Copyright (C) 2004 - 2007 SugarCRM Inc. *  * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License version 3 as published by the * Free Software Foundation with the addition of the following permission added * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. *  * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more * details. *  * You should have received a copy of the GNU General Public License along with * this program; if not, see http://www.gnu.org/licenses or write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA. *  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. *  * The interactive user interfaces in modified source and object code versions * of this program must display Appropriate Legal Notices, as required under * Section 5 of the GNU General Public License version 3. *  * In accordance with Section 7(b) of the GNU General Public License version 3, * these Appropriate Legal Notices must retain the display of the "Powered by * SugarCRM" logo. If the display of the logo is not reasonably feasible for * technical reasons, the Appropriate Legal Notices must display the words * "Powered by SugarCRM". ********************************************************************************/SUGAR.email2.templates['compose'] = '<div id="composeLayout{idx}" class="ylayout-inactive-content"></div>' +'<div id="composeOverFrame{idx}" style="height:100%;width:100%">' +'	<form id="emailCompose{idx}" name="ComposeEditView" action="index.php" method="POST">' +'		<input type="hidden" id="email_id{idx}" name="email_id" value="">' +'		<input type="hidden" id="type{idx}" name="type" value="">' +'		<input type="hidden" id="composeLayoutId" name="composeLayoutId" value="shouldNotSeeMe">' +'		<input type="hidden" id="composeType" name="composeType">' +'		<input type="hidden" id="fromAccount" name="fromAccount">' +'		<input type="hidden" id="sendSubject" name="sendSubject">' +'		<input type="hidden" id="sendDescription" name="sendDescription">' +'		<input type="hidden" id="sendTo" name="sendTo">' +'		<input type="hidden" id="sendBcc" name="sendBcc">' +'		<input type="hidden" id="sendCc" name="sendCc">' +'		<input type="hidden" id="setEditor" name="setEditor">' +'		<input type="hidden" id="sendCharset" name="sendCharset">' +'		<input type="hidden" id="saveToSugar" name="saveToSugar">' +'		<input type="hidden" id="parent_id" name="parent_id">' +'		<input type="hidden" id="parent_type" name="parent_type">' +'		<input type="hidden" id="attachments" name="attachments">' +'		<input type="hidden" id="documents" name="documents">' +'		<input type="hidden" id="outbound_email{idx}" name="outbound_email">' +'		<input type="hidden" id="templateAttachments" name="templateAttachments">' +'		<input type="hidden" id="templateAttachmentsRemove{idx}" name="templateAttachmentsRemove">' +'		<table id="composeHeaderTable{idx}" cellpadding="0" cellspacing="0" border="0" width="100%">' +'			<tr>' +'				<td class="listViewThS1" NOWRAP>' +'					<button type="button" class="button" onclick="SUGAR.email2.composeLayout.sendEmail({idx}, false);"><img src="themes/default/images/icon_email_send.gif" align="absmiddle" border="0"> {app_strings.LBL_EMAIL_SEND}</button>' +'					<button type="button" class="button" onclick="SUGAR.email2.composeLayout.saveDraft({idx}, false);"><img src="themes/default/images/icon_email_save.gif" align="absmiddle" border="0"> {app_strings.LBL_EMAIL_SAVE_DRAFT}</button>' +'					<button type="button" class="button" onclick="SUGAR.email2.composeLayout.showAttachmentPanel({idx}, false);"><img src="themes/default/images/icon_email_attach.gif" align="absmiddle" border="0"> {app_strings.LBL_EMAIL_ATTACHMENTS}</button>' +//'					<button type="button" class="button" onclick="SUGAR.email2.composeLayout.showContactsPanel({idx}, false);"><img src="themes/default/images/icon_email_addressbook.gif" align="absmiddle" border="0"> {app_strings.LBL_EMAIL_ADDRESS_BOOK_TITLE}</button>' +'					<button type="button" class="button" onclick="SUGAR.email2.composeLayout.showOptionsPanel({idx}, false);"><img src="themes/default/images/icon_email_options.gif" align="absmiddle" border="0"> {app_strings.LBL_EMAIL_OPTIONS}</button>' +'				</td>' +'			</tr>' +'			<tr>' +'				<td>' +'					<div style="margin:5px;">' +'					<table cellpadding="4" cellspacing="0" border="0" width="100%">' +'						<tr>' +'							<td class="emailUILabel" NOWRAP >' +'								{app_strings.LBL_EMAIL_FROM}:' +'							</td>' +'							<td class="emailUIField" NOWRAP>' +'								<div>' +'									&nbsp;&nbsp;<select class="ac_input" id="addressFrom{idx}" name="addressFrom{idx}"></select>' +'								</div>' +'							</td>' +'						</tr>' +'						<tr>' +'							<td class="emailUILabel" NOWRAP>' +'								<button class="button" type="button" onclick="SUGAR.email2.addressBook.selectContactsDialogue(\'addressTo{idx}\')">' + '                                   {app_strings.LBL_EMAIL_TO}:' +'                               </button>' + '							</td>' +'							<td class="emailUIField" NOWRAP>' +'								<div class="ac_autocomplete">' +'									&nbsp;&nbsp;<input class="ac_input" type="text" size="500" id="addressTo{idx}" name="addressTo{idx}">' +'									<div class="ac_container" id="addressToAC{idx}"></div>' +'								</div>' +'							</td>' +'						</tr>' +'						<tr>' +'							<td class="emailUILabel" NOWRAP>' +'                               <button class="button" type="button" onclick="SUGAR.email2.addressBook.selectContactsDialogue(\'addressCC{idx}\')">' + '								{app_strings.LBL_EMAIL_CC}:' +'                               </button>' + '							</td>' +'							<td class="emailUIField" NOWRAP>' +'								<div class="ac_autocomplete">' +'									&nbsp;&nbsp;<input class="ac_input" type="text" size="2000" id="addressCC{idx}" name="addressCC{idx}">' +'									<div class="ac_container" id="addressCcAC{idx}"></div>' +'								</div>' +'							</td>' +'						</tr>' +'						<tr>' +'							<td class="emailUILabel" NOWRAP>' +'                               <button class="button" type="button" onclick="SUGAR.email2.addressBook.selectContactsDialogue(\'addressBCC{idx}\')">' + '                               {app_strings.LBL_EMAIL_BCC}:' +'                               </button>' + '							</td>' +'							<td class="emailUIField" NOWRAP>' +'								<div class="ac_autocomplete">' +'									&nbsp;&nbsp;<input class="ac_input" type="text" size="2000" id="addressBCC{idx}" name="addressBCC{idx}">' +'									<div class="ac_container" id="addressBccAC{idx}"></div>' +'								</div>' +'							</td>' +'						</tr>' +'						<tr>' +'							<td class="emailUILabel" NOWRAP width="1%">' +'								{app_strings.LBL_EMAIL_SUBJECT}:' +'							</td>' +'							<td class="emailUIField" NOWRAP width="99%">' +'								<div class="ac_autocomplete">' +'									&nbsp;&nbsp;<input class="ac_input" type="text" size="2000" id="emailSubject{idx}" name="subject{idx}" value="">' +'								</div>' +'							</td>' +'						</tr>' +'					</table>' +'					</div>' +'				</td>'	 +'			</tr>' +'		</table>' +'		<div id="htmleditor{idx}" name="htmleditor{idx}"></div>' +'		<div id="divAttachments{idx}" class="ylayout-inactive-content">' +'			<div style="padding:5px;">' +'				<table cellpadding="2" cellspacing="0" border="0">' +'					<tr>' +'						<th>' +'							<b>{app_strings.LBL_EMAIL_ATTACHMENTS}</b>' +'							<br />' +'							&nbsp;' +'						</th>' +'					</tr>' +'					<tr>' +'						<td>' +'							<input type="button" name="add_file_button" onclick="SUGAR.email2.composeLayout.addFileField();" value="{mod_strings.LBL_ADD_FILE}" class="button" />' +'							<div id="addedFiles{idx}" name="addedFiles{idx}"></div>' +'						</td>' +'					</tr>' +'					<tr>' +'						<td>' +'							&nbsp;' +'							<br />' +'							&nbsp;' +'						</td>' +'					</tr>' +'					<tr>' +'						<th>' +'							<b>{app_strings.LBL_EMAIL_ATTACHMENTS2}</b>' +'							<br />' +'							&nbsp;' +'						</th>' +'					</tr>' +'					<tr>' +'						<td>' +'							<input type="button" name="add_document_button" onclick="SUGAR.email2.composeLayout.addDocumentField({idx});" value="{mod_strings.LBL_ADD_DOCUMENT}" class="button" />' +'							<div id="addedDocuments{idx}"></div>' + //<input name="document{idx}0" id="document{idx}0" type="hidden" /><input name="documentId{idx}0" id="documentId{idx}0" type="hidden" /><input name="documentName{idx}0" id="documentName{idx}0" disabled size="30" type="text" /><input type="button" id="documentSelect{idx}0" onclick="SUGAR.email2.selectDocument({idx}0, this);" class="button" value="{app_strings.LBL_EMAIL_SELECT}" /><input type="button" id="documentRemove{idx}0" onclick="SUGAR.email2.deleteDocumentField({idx}0, this);" class="button" value="{app_strings.LBL_EMAIL_REMOVE}" /><br /></div>' +'						</td>' +'					</tr>' +'					<tr>' +'						<td>' +'							&nbsp;' +'							<br />' +'							&nbsp;' +'						</td>' +'					</tr>' +'					<tr>' +'						<th>' +'							<div id="templateAttachmentsTitle{idx}" style="display:none"><b>{app_strings.LBL_EMAIL_ATTACHMENTS3}</b></div>' +'							<br />' +'							&nbsp;' +'						</th>' +'					</tr>' +'					<tr>' +'						<td>' +'							<div id="addedTemplateAttachments{idx}"></div>' +'						</td>' +'					</tr>' +'				</table>' +'			</div>' +'		</div>' +'		<div id="divOptions{idx}" class="ylayout-inactive-content"' +'			<div style="padding:5px;">' +'				<table border="0" width="100%">' +'					<tr>' +'						<td NOWRAP style="padding:2px;">' +'							<b>{app_strings.LBL_EMAIL_TEMPLATES}:</b>' +'						</td>' +'					</tr>' +'					<tr>' +'						<td NOWRAP style="padding:2px;">' +'							<select name="email_template{idx}" id="email_template{idx}"  onchange="SUGAR.email2.composeLayout.applyEmailTemplate(\'{idx}\', this.options[this.selectedIndex].value);"></select>' +'						</td>' +'					</tr>' +'				</table>' +'				<br />' +'				<table border="0" width="100%">' +'					<tr>' +'						<td NOWRAP style="padding:2px;">' +'							<b>{app_strings.LBL_EMAIL_SIGNATURES}:</b>' +'						</td>' +'					</tr>' +'					<tr>' +'						<td NOWRAP style="padding:2px;">' +'							<select name="signatures{idx}" id="signatures{idx}" onchange="SUGAR.email2.composeLayout.setSignature(\'{idx}\');"></select>' +'						</td>' +'					</tr>' +'				</table>' +'				<br />' +'				<table border="0" width="100%">' +'					<tr>' +'						<td NOWRAP style="padding:2px;">' +'							<b>{app_strings.LBL_EMAIL_CHARSET}:</b>' +'						</td>' +'					</tr>' +'					<tr>' +'						<td NOWRAP style="padding:2px;">' +'							<select name="charsetOptions{idx}" id="charsetOptions{idx}"></select>' +'						</td>' +'					</tr>' +'				</table>' +'				<br />' +'				<table border="0" width="100%">' +'					<tr>' +'						<td NOWRAP style="padding:2px;">' +'							<b>{app_strings.LBL_EMAIL_COMMON}:</b>' +'						</td>' +'					</tr>' +'					<tr>' +'						<td NOWRAP style="padding:2px;">' +'							<input type="checkbox" id="setEditor{idx}" name="setEditor{idx}" value="1" />&nbsp;' +'							<b>{app_strings.LBL_EMAIL_HTML_RTF}:</b>' +'						</td>' +'					</tr>' +'					<tr>' +'						<td NOWRAP style="padding:2px;">' +'							<input class="checkbox" type="checkbox" id="saveOutbound{idx}" name="saveOutbound{idx}" value="1" />&nbsp;' +'							<b>{app_strings.LBL_EMAIL_SETTINGS_SAVE_OUTBOUND}:</b>' +'						</td>' +'					</tr>' +'				</table>' +'			</div>' +'		</div>' +'	</form>' +'</div>';

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -