Project

General

Profile

« Previous | Next » 

Revision 1289

Added by kweitzel over 14 years ago

Branch 2.8.1 merged back into Trunk

View differences:

login_forgot.htt
33 33
		<tr>
34 34
			<td height="40" align="center" style="color: #{MESSAGE_COLOR};" colspan="2">{MESSAGE}</td>
35 35
		</tr>
36
		<tr style="display: {DISPLAY_FORM}">
36
		<tr style="{DISPLAY_FORM}">
37 37
			<td height="10" colspan="2"></td>
38 38
		</tr>
39
		<tr style="display: {DISPLAY_FORM}">
39
		<tr style="{DISPLAY_FORM}">
40 40
			<td width="165" height="30" align="right">{TEXT_EMAIL}:</td>
41 41
			<td><input type="text" maxlength="255" name="email" value="{EMAIL}" style="width: 180px;" /></td>
42 42
		</tr>
43
		<tr style="display: {DISPLAY_FORM}" height="30">
43
		<tr style="{DISPLAY_FORM}" height="30">
44 44
			<td>&nbsp;</td>
45 45
			<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>
46 46
		</tr>
47
		<tr style="display: {DISPLAY_FORM}">
47
		<tr style="{DISPLAY_FORM}">
48 48
			<td height="10" colspan="2"></td>
49 49
		</tr>
50 50
		</table>
......
63 63

  
64 64
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding: 10px 0px 10px 0px;">
65 65
<tr>
66
	<td align="center" style="font-size: 10px;">
67
		<!-- 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. -->
68
		<a href="http://www.websitebaker.com/" style="color: #000000;" target="_blank">Website Baker</a>
69
		is	released under the
70
		<a href="http://www.gnu.org/copyleft/gpl.html" style="color: #000000;" target="_blank">GNU General Public License</a>
71
		<!-- 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. -->
66
	<td style="font-size:12px;text-align:center;">
67
      <!-- 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. -->
68
      <a href="http://www.websitebaker2.org/" title="external">WebsiteBaker</a> is released under the
69
      <a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a>
70
      <!-- 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. -->
72 71
	</td>
73 72
</tr>
74 73
</table>

Also available in: Unified diff