]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Users/login.tpl
Release 6.5.3
[Github/sugarcrm.git] / modules / Users / login.tpl
1 <!--
2 /*********************************************************************************
3  * SugarCRM Community Edition is a customer relationship management program developed by
4  * SugarCRM, Inc. Copyright (C) 2004-2012 SugarCRM Inc.
5  * 
6  * This program is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Affero General Public License version 3 as published by the
8  * Free Software Foundation with the addition of the following permission added
9  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
10  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
11  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
12  * 
13  * This program is distributed in the hope that it will be useful, but WITHOUT
14  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
15  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
16  * details.
17  * 
18  * You should have received a copy of the GNU Affero General Public License along with
19  * this program; if not, see http://www.gnu.org/licenses or write to the Free
20  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21  * 02110-1301 USA.
22  * 
23  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
24  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
25  * 
26  * The interactive user interfaces in modified source and object code versions
27  * of this program must display Appropriate Legal Notices, as required under
28  * Section 5 of the GNU Affero General Public License version 3.
29  * 
30  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
31  * these Appropriate Legal Notices must retain the display of the "Powered by
32  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
33  * technical reasons, the Appropriate Legal Notices must display the words
34  * "Powered by SugarCRM".
35  ********************************************************************************/
36
37 /*********************************************************************************
38
39  ********************************************************************************/
40 -->
41 <script type='text/javascript'>
42 var LBL_LOGIN_SUBMIT = '{sugar_translate module="Users" label="LBL_LOGIN_SUBMIT"}';
43 var LBL_REQUEST_SUBMIT = '{sugar_translate module="Users" label="LBL_REQUEST_SUBMIT"}';
44 var LBL_SHOWOPTIONS = '{sugar_translate module="Users" label="LBL_SHOWOPTIONS"}';
45 var LBL_HIDEOPTIONS = '{sugar_translate module="Users" label="LBL_HIDEOPTIONS"}';
46 </script>
47 <table cellpadding="0" align="center" width="100%" cellspacing="0" border="0" style="margin-top: 100px;">
48         <tr>
49                 <td align="center">
50                 <div class="loginBoxShadow" style="width: 460px;">
51                         <div class="loginBox">
52                         <table cellpadding="0" cellspacing="0" border="0" align="center" width="100%">
53                                 <tr>
54                                         <td align="left"><b>{sugar_translate module="Users" label="LBL_LOGIN_WELCOME_TO"}</b><br>
55                                             {$LOGIN_IMAGE}
56                                         </td>
57                                 </tr>
58                                 <tr>
59                                         <td align="center">
60                                                 <div class="login">
61                                                         <form action="index.php" method="post" name="DetailView" id="form" onsubmit="return document.getElementById('cant_login').value == ''">
62                                                                 <table cellpadding="0" cellspacing="2" border="0" align="center" width="100%">
63
64                                                         {if $LOGIN_ERROR !=''}
65                                                                         <tr>
66                                                                                 <td scope="row" colspan="2"><span class="error">{$LOGIN_ERROR}</span></td>
67                                                         {if $WAITING_ERROR !=''}
68                                                                 <tr>
69                                                                     <td scope="row" colspan="2"><span class="error">{$WAITING_ERROR}</span></td>
70                                                                         </tr>
71                                                                 {/if}
72                                                                         </tr>
73                                                                 {else}
74                                                                         <tr>
75                                                                                 <td scope="row" width='1%'></td>
76                                                                                 <td scope="row"><span id='post_error' class="error"></span></td>
77                                                                         </tr>
78                                                                 {/if}
79                                                                         <tr>
80                                                                                 <td scope="row" colspan="2" width="100%" style="font-size: 12px; font-weight: normal; padding-bottom: 4px;">
81                                                                                 <input type="hidden" name="module" value="Users">
82                                                                                 <input type="hidden" name="action" value="Authenticate">
83                                                                                 <input type="hidden" name="return_module" value="Users">
84                                                                                 <input type="hidden" name="return_action" value="Login">
85                                                                                 <input type="hidden" id="cant_login" name="cant_login" value="">
86                                                                                 {foreach from=$LOGIN_VARS key=key item=var}
87                                                                                         <input type="hidden" name="{$key}" value="{$var}">
88                                                                                 {/foreach}
89                                                                                 </td>
90                                                                         </tr>
91
92                                     <tr><td>&nbsp;</td></tr>
93                                 {if !empty($SELECT_LANGUAGE)}
94                                     <tr>
95                                         <td scope="row">{sugar_translate module="Users" label="LBL_LANGUAGE"}:</td>
96                                         <td><select style='width: 152px' name='login_language' onchange="switchLanguage(this.value)">{$SELECT_LANGUAGE}</select></td>
97                                     </tr>
98                                 {/if}
99                                                                         <tr>
100                                                                                 <td scope="row" width="30%"><label for="user_name">{sugar_translate module="Users" label="LBL_USER_NAME"}:</label></td>
101                                                                                 <td width="70%"><input type="text" size='35' tabindex="1" id="user_name" name="user_name"  value='{$LOGIN_USER_NAME}' /></td>
102                                                                         </tr>
103                                                                         <tr>
104                                                                                 <td scope="row"><label for="user_password">{sugar_translate module="Users" label="LBL_PASSWORD"}:</label></td>
105                                                                                 <td width="30%"><input type="password" size='26' tabindex="2" id="user_password" name="user_password" value='{$LOGIN_PASSWORD}' /></td>
106                                                                         </tr>
107
108                                                                         <tr>
109                                                                                 <td>&nbsp;</td>
110                                                                                 <td><input title="{sugar_translate module="Users" label="LBL_LOGIN_BUTTON_TITLE"}"  class="button primary" class="button primary" type="submit" tabindex="3" id="login_button" name="Login" value="{sugar_translate module="Users" label="LBL_LOGIN_BUTTON_LABEL"}"><br>&nbsp;</td>
111                                                                         </tr>
112                                                                 </table>
113                                                         </form>
114                                                         
115                                                 </div>
116
117
118                                         </td>
119                                 </tr>
120                         </table>
121                         </div>
122                         <div class="password">
123                         
124                         <form action="index.php" method="post" name="fp_form" id="fp_form" >
125                                                                 <table cellpadding="0" cellspacing="2" border="0" align="center" width="100%">
126                                                                         <tr>
127                                                                                 <td colspan="2" class="login_more">
128                                                                                 <div  style="cursor: hand; cursor: pointer; display:{$DISPLAY_FORGOT_PASSWORD_FEATURE};" onclick='toggleDisplay("forgot_password_dialog");'>
129                                                                                         <a href='javascript:void(0)'><IMG src="{sugar_getimagepath file='advanced_search.gif'}" border="0" alt="Hide Options" id="forgot_password_dialog_options">{sugar_translate module="Users" label="LBL_LOGIN_FORGOT_PASSWORD"}</a>
130                                                                                 </div>
131                                                                                         <div id="forgot_password_dialog" style="display:none" >
132                                                                                                 <input type="hidden" name="entryPoint" value="GeneratePassword">
133                                                                                                 <table cellpadding="0" cellspacing="2" border="0" align="center" width="100%" >
134                                                                                                         <tr>
135                                                                                                                 <td colspan="2">
136                                                                                                                         <div id="generate_success" class='error' style="display:inline;"> </div>
137                                                                                                                 </td>
138                                                                                                         </tr>
139                                                                                                         <tr>
140                                                                                                                 <td scope="row" width="30%"><label for="fp_user_name">{sugar_translate module="Users" label="LBL_USER_NAME"}:</label></td>
141                                                                                                                 <td width="70%"><input type="text" size='26' id="fp_user_name" name="fp_user_name"  value='{$LOGIN_USER_NAME}' /></td>
142                                                                                                         </tr>
143                                                                                                         <tr>
144                                                                                                     <td scope="row" width="30%"><label for="fp_user_mail">{sugar_translate module="Users" label="LBL_EMAIL"}:</label></td>
145                                                                                                     <td width="70%"><input type="text" size='26' id="fp_user_mail" name="fp_user_mail"  value='' ></td>
146                                                                                                 </tr>
147                                                                                                         {$CAPTCHA}
148                                                                                                         <tr>
149                                                                                                             <td scope="row" width="30%"><div id='wait_pwd_generation'></div></td>
150                                                                                                                 <td width="70%"><input title="Email Temp Password" class="button" type="button" style="display:inline" onclick="validateAndSubmit(); return document.getElementById('cant_login').value == ''" id="generate_pwd_button" name="fp_login" value="{sugar_translate module="Users" label="LBL_LOGIN_SUBMIT"}"></td>
151                                                                                                         </tr>
152                                                                                                 </table>
153                                                                                         </div>
154                                                                                 </td>
155                                                                         </tr>
156                                                                 </table>
157                                                         </form>
158                         </div>  
159                 </div>
160                 </td>
161         </tr>
162 </table>
163 <br>
164 <br>