|
@@ -0,0 +1,67 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+<head>
|
|
|
+ <meta charset="utf-8">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
+ <meta name="description" content="email code">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
+ <title>邮件</title>
|
|
|
+</head>
|
|
|
+<!--邮箱验证码模板-->
|
|
|
+<!-- 协同(有账号)邮件模板 -->
|
|
|
+<body>
|
|
|
+<div style="background-color:#ECECEC; padding: 35px;">
|
|
|
+ <table style="width: 800px;height: 100%; margin: 0 auto; text-align: left; position: relative; border-radius: 5px;font-size: 14px; font-family:微软雅黑, 黑体,serif; line-height: 1.5; box-shadow: rgb(153, 153, 153) 0 0 5px; border-collapse: collapse; background: #fff initial initial initial initial;">
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <th style="height: 25px; line-height: 25px; padding: 15px 35px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: RGB(148,0,211); background-color: RGB(148,0,211); border-radius: 5px 5px 0 0;">
|
|
|
+ <img src="cid:logo" alt="logo" style="width: 110px; height: 35px;">
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td style="word-break:break-all">
|
|
|
+ <div style="padding:25px 35px 40px; background-color:#fff;opacity:0.8;">
|
|
|
+ <h2 style="margin: 5px 0; ">
|
|
|
+ <span style="line-height: 20px; color: #333333; ">
|
|
|
+ <span style="line-height: 22px; font-size: medium; ">
|
|
|
+ 尊敬的用户 {0}:
|
|
|
+ </span>
|
|
|
+ </span>
|
|
|
+ </h2>
|
|
|
+ <!-- 中文 -->
|
|
|
+ <p>您好! 请点击下方链接或直接登录报告系统修改并确认您的专利报告信息</p>
|
|
|
+ <!-- <p><span style="font-size:18px;font-weight:800">识别码:</span><span style="color: #ff8c00; ">{1}</span> -->
|
|
|
+ </p>
|
|
|
+<a href="http://192.168.0.55:8085/customer_review" target="_blank" rel="noopener">{1}</a>
|
|
|
+<p>如果以上链接无法点击,请将链接地址复制到浏览器中打开,也可直接登录报告系统->任务管理->我处理页面进行查看处理</p>
|
|
|
+ <br>
|
|
|
+ <!-- 英文 -->
|
|
|
+ <h2 style="margin: 5px 0; ">
|
|
|
+ <span style="line-height: 20px; color: #333333; ">
|
|
|
+ <span style="line-height: 22px; font-size: medium; ">
|
|
|
+ Dear user :
|
|
|
+ </span>
|
|
|
+ </span>
|
|
|
+ </h2>
|
|
|
+ <p>Hello! Please click the link below or directly log in to the report system to modify and confirm your patent report information
|
|
|
+ </p>
|
|
|
+<!-- <p><span style="font-size:18px;font-weight:800">Identification number:</span><span style="color: #ff8c00; ">{1}</span> -->
|
|
|
+<p><a href="http://192.168.0.55:8085/customer_review" target="_blank" rel="noopener"></a></p>
|
|
|
+<p>If the above link cannot be clicked, please copy the link address to the browser to open it, or directly log in to the report system ->task management ->My processing page to view and process</p>
|
|
|
+ <div style="width:100%;margin:0 auto;">
|
|
|
+ <div style="padding:10px 10px 0;border-top:1px solid #ccc;color:#747474;margin-bottom:20px;line-height:1.3em;font-size:12px;">
|
|
|
+ <p>威世博团队</p>
|
|
|
+ <p>如果您有其他使用上的问题,请联系我们:********</p>
|
|
|
+ <br>
|
|
|
+ <p>此为系统邮件,请勿回复<br>Please do not reply to this system email
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+</div>
|
|
|
+</body>
|
|
|
+</html>
|