严智鑫
2024-05-13 cedce4883f0d204f5bf7bf87c0bf4858dabb0c23
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
<%@ page language="java" contentType="text/html; charset=utf-8"
    pageEncoding="utf-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<c:set var="ctx" value="${pageContext.request.contextPath}"/>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>失败</title>
</head>
<body>
<div class="content-wrapper">
    <!-- Content Header (Page header) -->
        <section class="content-header">
              <h1>
            单机模式
                <small>料架信息</small>
              </h1>
              <ul style="margin-top: 20px;">
            <a href="${ctx }/standalonemanage/intopage" class="btn btn-info"><font style="font-size: large;">返回上一级</font></a>
            </ul>
          <ol class="breadcrumb">
            <li><a href="${ctx }/standalonemanage/intopage"><i class="fa fa-reply"></i>单机模式</a></li>
            <li class="active">料架信息</li>
          </ol>
        </section>
    <!-- Main content -->
    <section class="content container-fluid">
        <div align="center">
            ${rawPackageHtml }
        <div>
     </section>
    <!-- /.content -->
  </div>
</body>
</html>