删除过期文件
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
<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" />
|
||||
Reference in New Issue
Block a user