<%@ 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>
|