严智鑫
2025-11-13 945bc394f40d8af1072a53da9a94f24207124e6d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<c:set var="ctx" value="${pageContext.request.contextPath}"/>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="${ctx}/static/bootstrap/2.3.2/css/bootstrap.min.css" type="text/css" rel="stylesheet"/>
<script src="${ctx}/static/jquery/jquery-1.9.1.min.js" type="text/javascript"></script>
<title>缺片处理</title>
</head>
<body>
<div class="content-wrapper">
    <!-- Content Header (Page header) -->
    <div>
        <section class="content-header">
              <h1>
            缺片处理
                <small></small>
              </h1>
          <ol class="breadcrumb">
            <li><a href="${ctx }/missingmanage/missingmessage"><i class="fa fa-reply"></i>缺片管理</a></li>
            <li class="active">处理成功</li>
          </ol>
        </section>
    </div>
    <div>
    <!-- Main content -->
    <section class="content container-fluid">
    <div style="margin-left: 50px;margin-top: 20px;color: silver;font-size: x-large;">
        <a href="${ctx }/missingmanage/missingmessage">返回上级</a>
    </div>
    <div style="margin-left: 20%;margin-top: 10%;font-size: xx-large;">
        <div style="float: left;">
            <img alt="#" src="${ctx }/static/images/good.jpg" style="size: 120px;">
        </div>
        <div>
            <h1>处理缺片成功!</h1><br>
            <h1>请在切割机上跳过当前pattern!</h1>
        </div>
    </div>
     </section>
    </div>
    <!-- /.content -->
  </div>
</body>
</html>