Project

General

Profile

1
<!-- BEGIN main_block -->
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
<!--
5
 @version         $Id: login_forgot.htt 77 2017-03-12 02:46:29Z Luisehahne $
6
-->
7
<head>
8
<title>Retrieve Login Details</title>
9
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
10
<meta http-equiv="content-language" content="{LANGUAGE}" />
11
<meta name="description" content="Retrieve Login Details" />
12
<meta name="keywords" content="Retrieve Login Details" />
13
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
14
</head>
15
<body onload="document.forgot_pass.email.focus();">
16

    
17
<table summary="" cellpadding="0" cellspacing="0" border="0" width="770" align="center">
18
<tr>
19
   <td width="60" valign="top">
20
      <img src="{THEME_URL}/images/logo.png" alt="Logo" />
21
   </td>
22
   <td width="5">&nbsp;</td>
23
   <td>&nbsp;</td>
24
</tr>
25
<tr>
26
   <td colspan="3">&nbsp;</td>
27
</tr>
28
<tr>
29
   <td colspan="3" style="font-size: 20px; text-align: center;">
30
      <font style="color: #003366;">{SECTION_FORGOT}</font>
31
   </td>
32
</tr>
33
</table>
34

    
35
<table summary="" cellpadding="0" cellspacing="0" border="0" width="770" align="center" style="margin-top: 30px;" class="container">
36
<tr>
37
   <td class="content">
38

    
39
   <form name="forgot_pass" action="{ACTION_URL}" method="post">
40
   <input type="hidden" name="url" value="{URL}" />
41
      <table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="500">
42
      <tr>
43
         <td height="40" align="center" style="color: #{MESSAGE_COLOR}" colspan="2">{MESSAGE}</td>
44
      </tr>
45
      <tr style="{DISPLAY_FORM}">
46
         <td height="10" colspan="2"></td>
47
      </tr>
48
      <tr style="{DISPLAY_FORM}">
49
         <td width="165" height="30" align="right">{TEXT_EMAIL}:</td>
50
         <td><input type="text" maxlength="255" name="email" value="{EMAIL}" style="width: 180px;" /></td>
51
      </tr>
52
      <tr style="{DISPLAY_FORM}" height="30">
53
         <td>&nbsp;</td>
54
         <td><input type="submit" name="submit" value="{TEXT_SEND_DETAILS}" style="width: 180px; font-size: 10px; text-transform: uppercase; color: #003366; border: 1px solid #336699; background-color: #DDDDDD; padding: 3px;"></td>
55
      </tr>
56
      <tr style="{DISPLAY_FORM}">
57
         <td height="10" colspan="2"></td>
58
      </tr>
59
      </table>
60
   </form>
61

    
62
   <center>
63
      <a href="{LOGIN_URL}">{TEXT_NEED_TO_LOGIN}</a>
64
      <br />
65
      <br />
66
      <a href="{WB_URL}/">{TEXT_HOME}</a>
67
   </center>
68

    
69
   </td>
70
</tr>
71
</table>
72

    
73
<table summary="" cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;">
74
<tr>
75
   <td style="font-size:12px;text-align:center;">
76
      <!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
77
      <a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the
78
      <a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a>
79
      <!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
80
   </td>
81
</tr>
82
</table>
83
<script type="text/javascript">
84
<!--
85
    elm = document.getElementsByTagName('form');
86
    console.info(elm);
87
      for (i=0; elm[i]; i++) {
88
        if ( (elm[i].className.indexOf('autocomplete') == -1) ) {
89
            elm[i].setAttribute('autocomplete', 'off');
90
        }
91
        if ( (elm[i].className.indexOf('accept-charset') == -1) ) {
92
            elm[i].setAttribute('accept-charset', 'utf-8');
93
        }
94
      }
95
-->
96
</script>
97
</body>
98
</html>
99
<!-- END main_block -->
(13-13/32)