]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Users/login.tpl
Release 6.2.0
[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-2011 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 </script>
45 <table cellpadding="0" align="center" width="100%" cellspacing="0" border="0">
46         <tr>
47                 <td align="center">
48                 <div class="loginBoxShadow" style="width: 460px;">
49                         <div class="loginBox">
50                         <table cellpadding="0" cellspacing="0" border="0" align="center">
51                                 <tr>
52                                         <td align="left"><b>{sugar_translate module="Users" label="LBL_LOGIN_WELCOME_TO"}</b><br>
53                                             {$LOGIN_IMAGE}
54                                         </td>
55                                 </tr>
56                                 <tr>
57                                         <td align="center">
58                                                 <div class="login">
59                                                         <form action="index.php" method="post" name="DetailView" id="form" onsubmit="return document.getElementById('cant_login').value == ''">
60                                                                 <table cellpadding="0" cellspacing="2" border="0" align="center" width="100%">
61                                                                         {if $LOGIN_ERROR !=''}
62                                                                         <tr>
63                                                                                 <td scope="row" colspan="2"><span class="error">{$LOGIN_ERROR}</span></td>
64                                                         {if $WAITING_ERROR !=''}
65                                                                 <tr>
66                                                                     <td scope="row" colspan="2"><span class="error">{$WAITING_ERROR}</span></td>
67                                                                         </tr>
68                                                                 {/if}
69                                                                         </tr>
70                                                                 {else}
71                                                                         <tr>
72                                                                                 <td scope="row" width='1%'></td>
73                                                                                 <td scope="row"><span id='post_error' class="error"></span></td>
74                                                                         </tr>
75                                                                 {/if}
76                                                                         <tr>
77                                                                                 <td scope="row" colspan="2" width="100%" style="font-size: 12px; font-weight: normal; padding-bottom: 4px;">
78                                                                                 {sugar_translate label="NTC_LOGIN_MESSAGE"}
79                                                                                 <input type="hidden" name="module" value="Users">
80                                                                                 <input type="hidden" name="action" value="Authenticate">
81                                                                                 <input type="hidden" name="return_module" value="Users">
82                                                                                 <input type="hidden" name="return_action" value="Login">
83                                                                                 <input type="hidden" id="cant_login" name="cant_login" value="">
84                                                                                 <input type="hidden" name="login_module" value="{$LOGIN_MODULE}">
85                                                                                 <input type="hidden" name="login_action" value="{$LOGIN_ACTION}">
86                                                                                 <input type="hidden" name="login_record" value="{$LOGIN_RECORD}">
87                                                                                 </td>
88                                                                         </tr>
89                                                                         
90                                     <tr><td>&nbsp;</td></tr>
91                                                                         <tr>
92                                                                                 <td scope="row" width="30%">{sugar_translate module="Users" label="LBL_USER_NAME"}:</td>
93                                                                                 <td width="70%"><input type="text" size='35' tabindex="1" id="user_name" name="user_name"  value='{$LOGIN_USER_NAME}' /></td>
94                                                                         </tr>
95                                                                         <tr>
96                                                                                 <td scope="row">{sugar_translate module="Users" label="LBL_PASSWORD"}:</td>
97                                                                                 <td width="30%"><input type="password" size='26' tabindex="2" id="user_password" name="user_password" value='{$LOGIN_PASSWORD}' /></td>
98                                                                         </tr>
99                                                                         {if !empty($SELECT_LANGUAGE)}
100                                                                         
101                                                                         
102                                                                         <tr>
103                                                                             <td scope="row">{sugar_translate module="Users" label="LBL_LANGUAGE"}:</td>
104                                         <td><select style='width: 152px' name='login_language' onchange="switchLanguage(this.value)">{$SELECT_LANGUAGE}</select></td>
105                                                                         </tr>
106                                     <tr><td>&nbsp;</td></tr>
107                                                                         {/if}
108                                                                         <tr>
109                                                                                 <td>&nbsp;</td>
110                                                                                 <td><input title="{sugar_translate module="Users" label="LBL_LOGIN_BUTTON_TITLE"}" accessKey="{sugar_translate module="Users" label="LBL_LOGIN_BUTTON_TITLE"}" 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                                                         <form action="index.php" method="post" name="fp_form" id="fp_form" >
115                                                                 <table cellpadding="0" cellspacing="2" border="0" align="center" width="100%">
116                                                                         <tr>
117                                                                                 <td colspan="2" class="login_more">
118                                                                                 <div  style="cursor: hand; cursor: pointer; display:{$DISPLAY_FORGOT_PASSWORD_FEATURE};" onclick='toggleDisplay("forgot_password_dialog");'>
119                                                                                         <IMG src="{sugar_getimagepath file='advanced_search.gif'}" border="0" alt="Hide Options" id="forgot_password_dialog_options">
120                                                                                         <a href='javascript:void(0)'>{sugar_translate module="Users" label="LBL_LOGIN_FORGOT_PASSWORD"}</a>
121                                                                                 </div>
122                                                                                         <div id="forgot_password_dialog" style="display:none" >
123                                                                                                 <input type="hidden" name="entryPoint" value="GeneratePassword">
124                                                                                                 <table cellpadding="0" cellspacing="2" border="0" align="center" width="100%" >
125                                                                                                         <tr>
126                                                                                                                 <td colspan="2">
127                                                                                                                         <div id="generate_success" class='error' style="display:inline;"> </div>
128                                                                                                                 </td>
129                                                                                                         </tr>
130                                                                                                         <tr>
131                                                                                                                 <td scope="row" width="30%">{sugar_translate module="Users" label="LBL_USER_NAME"}:</td>
132                                                                                                                 <td width="70%"><input type="text" size='26' id="fp_user_name" name="fp_user_name"  value='{$LOGIN_USER_NAME}' /></td>
133                                                                                                         </tr>
134                                                                                                         <tr>
135                                                                                                     <td scope="row" width="30%">{sugar_translate module="Users" label="LBL_EMAIL"}:</td>
136                                                                                                     <td width="70%"><input type="text" size='26' id="fp_user_mail" name="fp_user_mail"  value='' ></td>
137                                                                                                 </tr>
138                                                                                                         {$CAPTCHA}
139                                                                                                         <tr>
140                                                                                                             <td scope="row" width="30%"><div id='wait_pwd_generation'></div></td>
141                                                                                                                 <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>
142                                                                                                         </tr>
143                                                                                                 </table>
144                                                                                         </div>
145                                                                                 </td>
146                                                                         </tr>
147                                                                 </table>
148                                                         </form>
149                                                 </div>
150
151
152                                         </td>
153                                 </tr>
154                         </table>
155                         </div>
156
157 </div>
158                 </td>
159         </tr>
160 </table>
161 <br>
162 <br>