加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
xiadanresult.jsp 2.47 KB
一键复制 编辑 原始数据 按行查看 历史
何娟 提交于 2019-12-13 17:19 . 前台首页
<%@page import="com.daowen.bll.*,java.util.*"%>
<%@page import="com.daowen.entity.*,com.daowen.dal.*"%>
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ include file="huiyuan/law.jsp"%>
<!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>
<link rel="stylesheet" href="<%=SystemParam.getSiteRoot() %>/e/css/index.css" type="text/css"></link>
<link rel="stylesheet" href="<%=SystemParam.getSiteRoot() %>/admin/css/web2table.css" type="text/css"></link>
<link rel="stylesheet" href="<%=SystemParam.getSiteRoot() %>/e/css/box.all.css" type="text/css"></link>
<script src="<%=SystemParam.getSiteRoot() %>/webui/jquery/jquery-1.5.2.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(function(){
})
</script>
</head>
<body>
<jsp:include page="head.jsp"></jsp:include>
<div class="fn-clear"></div>
<input type="hidden" id="reUrl" name="reurl" value="/e/xiadan.jsp"/>
<div class="wrap">
<div class="line-title">
当前位置:<a href="<%=SystemParam.getSiteRoot() %>/e/index.jsp">首页</a> &gt;&gt; 下单
</div>
</div>
<div class="fn-clear"></div>
<div class="wrap">
<div class="cartcon" style="min-height:600px;background-color:#fff;">
<table class="grid" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td height="34px" colspan="2">
<div style="height: 50px; color: rgb(136, 136, 136); line-height: 50px; font-family: 微软雅黑;
font-size: 18px;margin-left:90px; font-weight: 600;">
<i class="fa fa-check"></i>亲, 下单成功!亲继续<a style="color:red;" href="<%=SystemParam.getSiteRoot() %>/admin/dingdanmanager.do?actiontype=get&xiadanren=${huiyuan.accountname}&forwardurl=/e/huiyuan/dingdanmanager.jsp">付款吧</a>
</div>
</td>
</tr>
</table>
</div>
</div>
<div class="fn-clear"></div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化