/
home
/
sjslayjy
/
public_html
/
olddevlok
/
resources
/
views
/
emails
/
Upload File
HOME
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>LTS-HRMS | Reset Password</title> <style type="text/css" media="screen"> /* Force Hotmail to display emails at full width */ .ExternalClass { display: block !important; width: 100%; } /* Force Hotmail to display normal line spacing */ .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div { line-height: 100%; } body, p, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } body, p, td { font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #333333; line-height: 1.5em; } h1 { font-size: 24px; font-weight: normal; line-height: 24px; } body, p { margin-bottom: 0; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; } img { outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; } a img { border: none; } .background { background-color: #333333; } table.background { margin: 0; padding: 0; width: 100% !important; } .block-img { display: block; line-height: 0; } a { color: white; text-decoration: none; } a, a:link { color: #2A5DB0; text-decoration: underline; } table td { border-collapse: collapse; } td { vertical-align: top; text-align: left; } .wrap { width: 600px; } .wrap-cell { padding-top: 30px; padding-bottom: 30px; } .header-cell, .body-cell, .footer-cell { padding-left: 20px; padding-right: 20px; } .header-cell { background-color: #eeeeee; font-size: 24px; color: #ffffff; } .body-cell { background-color: #ffffff; padding-top: 30px; padding-bottom: 34px; } .footer-cell { background-color: #eeeeee; text-align: center; font-size: 13px; padding-top: 30px; padding-bottom: 30px; } .card { width: 400px; margin: 0 auto; } .data-heading { text-align: right; padding: 10px; background-color: #ffffff; font-weight: bold; } .data-value { text-align: left; padding: 10px; background-color: #ffffff; } .force-full-width { width: 100% !important; } </style> <style type="text/css" media="only screen and (max-width: 600px)"> @media only screen and (max-width: 600px) { body[class*="background"], table[class*="background"], td[class*="background"] { background: #eeeeee !important; } table[class="card"] { width: auto !important; } td[class="data-heading"], td[class="data-value"] { display: block !important; } td[class="data-heading"] { text-align: left !important; padding: 10px 10px 0; } table[class="wrap"] { width: 100% !important; } td[class="wrap-cell"] { padding-top: 0 !important; padding-bottom: 0 !important; } } </style> </head> <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0" bgcolor="" class="background"> <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" class="background"> <tr> <td align="center" valign="top" width="100%" class="background"> <center> <table cellpadding="0" cellspacing="0" width="600" class="wrap"> <tr> <td valign="top" class="wrap-cell" style="padding-top:30px; padding-bottom:30px;"> <table cellpadding="0" cellspacing="0" class="force-full-width"> <tr> <td height="90" valign="top" class="header-cell"> <img width="196" height="60" src="" alt="logo" style="margin:15px;"> </td> </tr> <tr> <td valign="top" class="body-cell"> <table cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff"> <tr> <td valign="top" style="padding-bottom:15px; background-color:#ffffff;"> <h1>Password Reset</h1> </td> </tr> <tr> <td valign="top" style="padding-bottom:20px; background-color:#ffffff;"> If you've lost your password or wish to reset it, use the link below to started. </td> </tr> <tr> <td> <table cellspacing="0" cellpadding="0" width="100%" bgcolor="#ffffff"> <tr> <td style="width:200px;background:#008000;"> <div><!--[if mso]> <v:rect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="#" style="height:40px;v-text-anchor:middle;width:200px;" stroke="f" fillcolor="#008000"> <w:anchorlock/> <center> <![endif]--> <a href="{{URL('/')}}/verify_reset_token/{{$confirmation_code}}" style="background-color:red;color:#ffffff;display:inline-block;font-family:sans-serif;font-size:18px;line-height:40px;text-align:center;text-decoration:none;width:200px;-webkit-text-size-adjust:none;"> Reset Your Password</a> <!--[if mso]> </center> </v:rect> <![endif]--></div> </td> <td width="360" style="background-color:#ffffff; font-size:0; line-height:0;"> </td> </tr> </table> </td> </tr> <tr> <td style="padding-top:20px;background-color:#ffffff;"> If you did not request a password reset, you can safely Ignore this email. Only a person with access to your email reset your account password. </td> </tr> </table> </td> </tr> <tr> <td valign="top" class="footer-cell"> © {{date('Y')}} Logimetrix Techsolutions Pvt Ltd. All Rights Reserved. </td> </tr> </table> </td> </tr> </table> </center> </td> </tr> </table> </body> </html>