[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/Smarty/templates/ -> AddMailAccount.tpl (source)

   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  <script language="JavaScript" type="text/javascript" src="include/js/menu.js"></script>
  13  
  14  <table align="center" border="0" cellpadding="0" cellspacing="0" width="98%">
  15  
  16  <tr>
  17          <td valign="top"><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td>
  18          <td class="showPanelBg" valign="top" width="100%">
  19                  <div class="small" style="padding: 10px;">
  20                          <span class="lvtHeaderText">{$MOD.LBL_MY_MAIL_SERVER_DET}</span> <br>
  21                          <hr noshade="noshade" size="1"><br>
  22  
  23            <form action="index.php" method="post" name="EditView" id="form">
  24              <input type="hidden" name="module" value="Settings">
  25                <input type="hidden" name="action">
  26                <input type="hidden" name="server_type" value="email">
  27              <input type="hidden" name="record" value="{$ID}">
  28                  <input type="hidden" name="edit" value="{$EDIT}">
  29              <input type="hidden" name="return_module" value="Settings">
  30              <input type="hidden" name="return_action" value="index">
  31      </tr>    
  32          
  33          <table align="center" border="0" cellpadding="0" cellspacing="0" width="95%">
  34                    <tr>
  35  
  36                          <td>
  37                              <table class="small" border="0" cellpadding="3" cellspacing="0" width="100%">
  38                                  <tr>
  39                                      <td class="dvtTabCache" style="width: 10px;" nowrap="nowrap">&nbsp;</td>
  40                                      <td class="dvtSelectedCell" style="width: 100px;" align="center" nowrap="nowrap"><b>{$MOD.LBL_MY_MAIL_SERVER_DET} </b></td>
  41                              <td class="dvtTabCache" nowrap="nowrap">&nbsp;</td>
  42                                  </tr>
  43  
  44                              </table>
  45                          </td>
  46                  </tr>
  47                  <tr>
  48                          <td align="left" valign="top">
  49  
  50  <!-- General Contents for Mail Server Starts Here -->
  51  
  52  <table class="dvtContentSpace" border="0" cellpadding="3" cellspacing="0" width="100%">
  53  <tr>
  54     <td align="left">
  55       <table border="0" cellpadding="0" cellspacing="0" width="100%">
  56         <tr>
  57            <td style="padding: 10px;"><table width="100%"  border="0" cellspacing="0" cellpadding="5">
  58         <tr>
  59             <td colspan="3" class="detailedViewHeader"><b>{$MOD.LBL_EMAIL_ID}</b></td>
  60         </tr>
  61         <tr>
  62            <td class="dvtCellLabel" align="right" width="33%">{$MOD.LBL_DISPLAY_NAME}</td>
  63            <td class="dvtCellInfo" width="33%"><input type="text" name="displayname" class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" value="{$DISPLAYNAME}"/></td>
  64            <td class="dvtCellInfo" width="34%">{$MOD.LBL_NAME_EXAMPLE}</td>
  65         </tr>
  66         <tr>
  67            <td class="dvtCellLabel" align="right"><FONT class="required" color="red">{$APP.LBL_REQUIRED_SYMBOL}</FONT> {$MOD.LBL_EMAIL_ADDRESS} </td>
  68            <td class="dvtCellInfo"><input type="text" name="email" class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" value="{$EMAIL}"/></td>
  69            <td class="dvtCellInfo">{$MOD.LBL_EMAIL_EXAMPLE}</td>
  70         </tr>
  71         <tr><td colspan="3" >&nbsp;</td></tr>
  72         <tr>
  73            <td colspan="3"  class="detailedViewHeader"><b>{$MOD.LBL_INCOME_SERVER_SETTINGS}</b></td>
  74         </tr>
  75         <tr>
  76            <td class="dvtCellLabel" align="right"><FONT class="required" color="red">{$APP.LBL_REQUIRED_SYMBOL}</FONT>{$MOD.LBL_MAIL_SERVER_NAME}</td>
  77            <td class="dvtCellInfo"><input type="text" name="mail_servername" value="{$SERVERNAME}"  class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'"/></td>
  78            <td class="dvtCellInfo">&nbsp;</td>
  79         </tr>
  80         <tr>
  81             <td class="dvtCellLabel" align="right"><FONT class="required" color="red">{$APP.LBL_REQUIRED_SYMBOL}</FONT>{$APP.LBL_LIST_USER_NAME}</td>
  82             <td class="dvtCellInfo"><input type="text" name="server_username" value="{$SERVERUSERNAME}"  class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'"/></td>
  83             <td class="dvtCellInfo">&nbsp;</td>
  84         </tr>
  85         <tr>
  86             <td class="dvtCellLabel" align="right"><FONT class="required" color="red">{$APP.LBL_REQUIRED_SYMBOL}</FONT>{$MOD.LBL_LIST_PASSWORD}</td>
  87             <td class="dvtCellInfo"><input type="password" name="server_password" value="{$SERVERPASSWORD}"  class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'"/></td>
  88             <td class="dvtCellInfo">&nbsp;</td>
  89         </tr>
  90         <tr>
  91             <td colspan="3" class="dvtCellInfo">&nbsp;</td>
  92         </tr>
  93         <tr>
  94             <td class="dvtCellLabel" align="right">{$MOD.LBL_MAIL_PROTOCOL}</td>
  95             <td class="dvtCellInfo">
  96          <!-- <input type="radio" name="mailprotocol" value="pop3" {$POP3}/>&nbsp;{$MOD.LBL_POP} <font color="red">* *</font>&nbsp;
  97          <input type="radio" name="mailprotocol" value="imap" {$IMAP}/>&nbsp;{$MOD.LBL_IMAP} <font color="red">* *</font>&nbsp; -->
  98          <input type="radio" name="mailprotocol" value="imap2" {$IMAP2}/>&nbsp;{$MOD.LBL_IMAP2}
  99          <input type="radio" name="mailprotocol" value="IMAP4" {$IMAP4}/>&nbsp;{$MOD.LBL_IMAP4}
 100         </td>    
 101             <td class="dvtCellInfo">&nbsp;</td>
 102          </tr>
 103          <tr>
 104             <td class="dvtCellLabel" align="right">{$MOD.LBL_SSL_OPTIONS}</td>
 105             <td class="dvtCellInfo">
 106          <input type="radio" name="ssltype" value="notls" {$NOTLS} />&nbsp;{$MOD.LBL_NO_TLS}
 107          <input type="radio" name="ssltype" value="tls" {$TLS} />&nbsp; {$MOD.LBL_TLS} </td>
 108             <td class="dvtCellInfo">&nbsp;</td>
 109         </tr>
 110         <tr>
 111             <td class="dvtCellLabel" align="right">{$MOD.LBL_CERT_VAL}</td>
 112             <td class="dvtCellInfo">
 113          <input type="radio" name="sslmeth" value="validate-cert" {$VALIDATECERT} />&nbsp;{$MOD.LBL_VAL_SSL_CERT}
 114          <input type="radio" name="sslmeth" value="novalidate-cert" {$NOVALIDATECERT} />&nbsp;{$MOD.LBL_DONOT_VAL_SSL_CERT}
 115         </td>    
 116             <td class="dvtCellInfo">&nbsp;</td>
 117         </tr>
 118         <tr>
 119             <td class="dvtCellLabel" align="right">{$MOD.LBL_INT_MAILER}</td>
 120             <td class="dvtCellInfo">
 121          <input type="radio" name="int_mailer" value="1" {$INT_MAILER_USE} />&nbsp;{$MOD.LBL_INT_MAILER_USE}
 122          <input type="radio" name="int_mailer" value="0" {$INT_MAILER_NOUSE} />&nbsp;{$MOD.LBL_INT_MAILER_NOUSE}
 123         </td>    
 124             <td class="dvtCellInfo">&nbsp;</td>
 125         </tr>
 126         <tr>
 127             <td class="dvtCellLabel" align="right">{$MOD.LBL_REFRESH_TIMEOUT}</td>
 128             <td class="dvtCellInfo">
 129          <select value="{$BOX_REFRESH}" name="box_refresh">
 130              <option value="60000">{$MOD.LBL_1_MIN}</option>
 131              <option value="120000">{$MOD.LBL_2_MIN}</option>
 132              <option value="240000">{$MOD.LBL_3_MIN}</option>
 133              <option value="360000">{$MOD.LBL_4_MIN}</option>
 134              <option value="480000">{$MOD.LBL_5_MIN}</option>
 135          </select>
 136         </td>
 137             <td class="dvtCellInfo">&nbsp;</td>
 138         </tr>
 139         <tr>
 140             <td class="dvtCellLabel" align="right">{$MOD.LBL_EMAILS_PER_PAGE}</td>
 141             <td class="dvtCellInfo"><input type="text" name="mails_per_page" value="{$MAILS_PER_PAGE}" class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'"/></td>
 142             <td class="dvtCellInfo">&nbsp;</td>
 143      </tr><tr>
 144      <td colspan='3' align='center'>{$MOD.LBL_MAIL_DISCLAIM}</td>
 145         </tr>
 146         <tr><td colspan="3" style="border-bottom:1px dashed #CCCCCC;">&nbsp;</td></tr>
 147         <tr>
 148             <td colspan="3" align="center">
 149          <input title="{$APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="crmbutton small save" onclick="this.form.action.value='SaveMailAccount'; return verify_data(EditView)" type="submit" name="button" value="  {$APP.LBL_SAVE_BUTTON_LABEL}  " >
 150              &nbsp;&nbsp;
 151              <input title="{$APP.LBL_CANCEL_BUTTON_LABEL}>" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="crmbutton small cancel" onclick="window.history.back()" type="button" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}"></td>
 152             </td>
 153         </tr>
 154         <tr><td colspan="3" style="border-top:1px dashed #CCCCCC;">&nbsp;</td></tr>
 155         </table>
 156         </td>
 157              </tr>
 158  
 159       </table></td>
 160       </tr>
 161  </table>
 162  </td></tr>
 163  </table>
 164  </form>
 165  </td></tr>
 166  </table>
 167  
 168  {$JAVASCRIPT}


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7