⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 forgot_password_form.php

📁 完善的PHP/MySQL电子商务方案
💻 PHP
字号:
<html><head><title>MyMarket Password Recovery</title></head><style>.h1      { font-family: Arial, sans-serif; font-size: 14pt; font-weight: bold; }.label   { font-family: Arial, sans-serif; font-size: 10pt; font-weight: bold; }.normal  { font-family: Arial, sans-serif; font-size: 10pt; }.warning { font-family: Arial, sans-serif; font-size: 12pt; font-weight: bold; color: #ff0000; }</style><body bgcolor=#ffffff link=#0000ff vlink=#000099 alink=#ff0000><div class=h1>MyMarket Password Recovery<hr size=1></div><p><table cellpadding=20><tr valign=top><td width=300 class=normal>	<p>Enter in your email address to recover your password.  When you submit	this request, your password will be reset, and a new password will be sent	to you via email.	<p>If you do not want to do this, you can return to the	<a href="<?=$CFG->wwwroot?>/login.php">login screen</a> or the	<a href="<?=$CFG->wwwroot?>">home page</a> now.</td><td bgcolor=#f0f0f0>	<? if (! empty($errormsg)) { ?>		<div class=warning align=center><? pv($errormsg) ?></div>	<? } ?>	<form name="entryform" method="post" action="<?=$ME?>">	<table>	<tr>		<td class=label>Email Address:</td>		<td><input type="text" name="email" size=25 value="<? pv($frm["email"]) ?>"></td>	</tr>	<tr>		<td></td>		<td><input type="submit" value="Submit">			<input type="button" value="Cancel" onClick="javascript: history.go(-1)">			<p class=normal>			  <a href="<?=$CFG->wwwroot?>/login.php">Login Screen</a>			| <a href="<?=$CFG->wwwroot?>">Home Page</a>		</td>	</table>	</form></td></tr></table></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -