ZhiYeJianKang_PeiXun/Song.Site/Manage/Panel/PrintAlert.htm
2025-02-20 15:41:53 +08:00

43 lines
1.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>打印对象未安的提示页面</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<base target="_blank" />
<script type="text/javascript" src="/Utility/CoreScripts/jquery.js"></script>
<script type="text/javascript" src="../CoreScripts/Extend.js"></script>
<style type="text/css">
<!--
body {
padding: 10px;
}
div {
font-size: 14px;
line-height: 25px;
}
a {
margin-right: 5px;
margin-left: 5px;
}
-->
</style>
</head>
<body>
<div id="strHtmInstall">打印控件未安装!点击这里<a href='/print/install_lodop32.exe'>执行安装</a>,安装后请刷新页面或重新进入。</div>
<div id="strHtmUpdate">打印控件需要升级!点击这里<a href='/print/install_lodop32.exe'>执行升级</a>,升级后请重新进入。</div>
<div id="strHtm64_Install">打印控件未安装!点击这里<a href='/print/install_lodop32.exe'>执行安装</a>,安装后请刷新页面或重新进入。</div>
<div id="strHtm64_Update">打印控件需要升级!点击这里<a href='/print/install_lodop32.exe'>执行升级</a>,升级后请重新进入。</div>
<div id="strHtmFireFox" >注意:<br>
1如曾安装过Lodop旧版附件npActiveXPLugin请在【工具】->【附加组件】->【扩展】中先卸它。</div>
<script type="text/javascript">
//获取参数
var para=$().getPara("para");
$("div").hide();
$("div[id="+para+"]").show();
//alert(para);
</script>
</body>
</html>