<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
|
<%Session.CodePage=65001%>
|
<!--#include virtual="/inc/odbc.asp"-->
|
<!--#include virtual="/inc/function.asp"-->
|
<%
|
ServiceOrdID = SafeRequest(trim(request("ServiceOrdID")))
|
DispatchOrdID = SafeRequest(trim(request("DispatchOrdID")))
|
%>
|
<html>
|
<head>
|
<meta charset="utf-8">
|
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<title>民航医疗快线</title>
|
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
<link rel="stylesheet" href="/css/app.css?v=1.8">
|
</head>
|
<body class="success_body">
|
<div>
|
<style>
|
.success img{
|
width: 20%;
|
}
|
#shareit {
|
-webkit-user-select: none;
|
display: none;
|
position: absolute;
|
width: 100%;
|
height: 100%;
|
background: rgba(0,0,0,0.85);
|
text-align: center;
|
top: 0;
|
left: 0;
|
z-index: 105;
|
}
|
.arrow {
|
width: 100%;
|
height: 100%;
|
position: absolute;
|
left: 0;
|
top: 0;
|
}
|
a.center-link{
|
display: inline-block;
|
border-radius: 20px;
|
height: auto;
|
border:1px solid #fe7900;
|
background: #fe7900;
|
color: white;
|
}
|
a.center-link2{
|
display: inline-block;
|
border-radius: 20px;
|
height: auto;
|
border:1px solid #fe7900;
|
color: #fe7900;
|
}
|
</style>
|
<p class="text-center" style="margin-top: 10px;"><img width="100%" src="/img/success2.png"/></p>
|
<p class="text-center" style="color: #656565;font-size: 18px;">评价成功</p>
|
<%If ServiceOrdID<>"" And DispatchOrdID<>"" And 1=2 Then%><p class="text-center" style="color: #656565;font-size: 18px;"><a href="OrdEvaluateSaveTest.asp?ServiceOrdID=<%=ServiceOrdID%>&DispatchOrdID=<%=DispatchOrdID%>">重置评价(测试专用)</a></p><%End If%>
|
<p class="text-center" style="display: none;">
|
<a class='center-link' href="/ucenter/index" style="padding: 6px 5.3%;">进入个人中心</a>
|
<a class='center-link2' href="javascript:void(0)" style="padding: 6px 5.3%;" id="share_btn">分享我的评价</a>
|
</p>
|
<div id="shareit">
|
<img class="arrow" src="/img/share_it.png">
|
</div>
|
|
<!-- 评价后广告 -->
|
<!--默认图片-->
|
|
</div>
|
</body>
|
</html>
|