Files
SRCMS/Application/Admin/View/Post/send.html

27 lines
1.3 KiB
HTML
Raw Normal View History

2015-10-06 20:25:13 +08:00
<include file="Public/header" title="审核报告" />
<div id="page-wrapper">
<form method="post" action="{:U('post/send')}">
<div class="form-group">
<h4><strong>分发漏洞报告</strong></h4>
<h5>通过邮件快速转发漏洞报告给对应部门,帮助各部门协同响应安全事件</h5><hr/>
</div>
<div class="form-group">
<label>邮箱地址:</label>
<input type="text" name="email" class="form-control" style="width:50%" value="请输入邮箱地址" >
</label>
</div>
<div class="form-group">
<label>标题:</label>
<input type="text" name="title" class="form-control" style="width:50%" value="新的漏洞报告需要处理" >
</label>
</div>
<div class="form-group">
<label>附言:</label>
<input type="text" name="tips" class="form-control" style="width:50%;" value="您好!有一封新的漏洞报告需要您处理:[报告编号 {$post.id}]{$post.title}报告地址http://__ROOT__/admin.php??m=Admin&c=post&a=update&id={$post.id},请您登录应急响应中心后台跟进并及时更新漏洞状态!" >
</label>
</div>
<button type="submit" class="btn btn-default">提交</button>
</form>
</div>
<include file="Public/footer" />