File: /home/awaldron/public_html/archive/teampay/application/views/email/forgot_password-html.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head><title>Create a new password on <?php echo $site_name; ?></title></head>
<body bgcolor="#EEEEEE">
<div style="max-width: 800px; margin: 0 auto; padding:10px; border:dotted 1px #BBBBBB; background-color:#AAA">
<table width="100%" border="0" cellpadding="25" cellspacing="0">
<tr>
<td width="180" valign="top" bgcolor="#DFDFDF"><a href="http://dodamp.com"><img src="http://dodamp.com/img/logo2.png" width="150" height="134"/></a></td>
<td align="left" width="100%" bgcolor="#F6F6F6" style="font: 13px/18px Helvetica, Arial, sans-serif;">
<h2 style="font: bold 30px Helvetica, Arial, sans-serif; margin: 0; padding: 0 0 18px; color: #308DCF;">Create a new password</h2>
Forgot your password, huh? No big deal.<br />
To create a new password, just follow this link:<br />
<br />
<big style="font: 16px/18px Arial, Helvetica, sans-serif;"><b><a href="<?php echo site_url('/auth/reset_password/'.$user_id.'/'.$new_pass_key); ?>" style="color: #3366cc;">Create a new password</a></b></big><br />
<br />
Link doesn't work? Copy the following link to your browser address bar:<br />
<nobr><a href="<?php echo site_url('/auth/reset_password/'.$user_id.'/'.$new_pass_key); ?>" style="color: #3366cc;"><?php echo site_url('/auth/reset_password/'.$user_id.'/'.$new_pass_key); ?></a></nobr><br />
<br />
<br />
You received this email, because it was requested by a <a href="<?php echo site_url(''); ?>" style="color: #3366cc;"><?php echo $site_name; ?></a> user. This is part of the procedure to create a new password on the system. If you DID NOT request a new password then please ignore this email and your password will remain the same.<br />
<br />
<br />
Thank you,<br />
The <?php echo $site_name; ?> Team
</td>
</tr>
</table>
</div>
</body>
</html>