提交 e4e9cd6c 编写于 作者: W wangzuohuai

增加测试网页,移除非必要文件

上级 07426fb9
; 脚本由 Inno Setup 脚本向导 生成!
; 有关创建 Inno Setup 脚本文件的详细资料请查阅帮助文档!
#define MyAppName "PluginOK中间件"
#define MyAppVersion "1.3.1.2"
#define MyAppPublisher "成都佐罗软件有限公司"
#define MyAppURL "http://www.zorrosoft.com/"
#define MyAppExeName "WrlSetup.exe"
[Setup]
; 注: AppId的值为单独标识该应用程序。
; 不要为其他安装程序使用相同的AppId值。
; (若要生成新的 GUID,可在菜单中点击 "工具|生成 GUID"。)
AppId={{20BAC19B-5557-453A-877A-3B6DEAC4C907}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\PluginOK
DefaultGroupName={#MyAppName}
AllowNoIcons=yes
; 以下行修改为实际的路径。
LicenseFile=F:\Zorro\PluginOK\Bin\license.txt
InfoAfterFile=F:\Zorro\PluginOK\Bin\TestWrl.txt
; 以下行取消注释,以在非管理安装模式下运行(仅为当前用户安装)。
PrivilegesRequired=admin
OutputDir=F:\Zorro\PluginOK
OutputBaseFilename=PluginOK
Compression=lzma
SolidCompression=yes
WizardStyle=modern
[Languages]
Name: "chinesesimp"; MessagesFile: "compiler:Default.isl"
[Files]
Source: "F:\Zorro\PluginOK\Bin\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; 注意: 不要在任何共享系统文件上使用“Flags: ignoreversion”
[Icons]
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
[Run]
Filename: "{app}\WrlSetup.exe";Parameters: "/S /I";Description: "安装服务";StatusMsg:"正在安装服务,请稍后..."
[UninstallRun]
Filename: "{app}\WrlSetup.exe";Parameters: "/S /U";StatusMsg:"正在停止服务并卸载,请稍后..."
; 脚本由 Inno Setup 脚本向导 生成!
; 有关创建 Inno Setup 脚本文件的详细资料请查阅帮助文档!
#define MyAppName "PluginOK中间件网络版"
#define MyAppVersion "2.1.1.2"
#define MyAppPublisher "成都佐罗软件有限公司"
#define MyAppURL "http://www.zorrosoft.com/"
#define MyAppExeName "ZbaSetup.exe"
[Setup]
; 注: AppId的值为单独标识该应用程序。
; 不要为其他安装程序使用相同的AppId值。
; (若要生成新的 GUID,可在菜单中点击 "工具|生成 GUID"。)
AppId={{908D7515-15F9-4A48-B36D-5FE2A52DE3E6}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\PluginOKNet
DefaultGroupName={#MyAppName}
AllowNoIcons=yes
; 以下行修改为实际的路径。
LicenseFile=F:\Zorro\PluginOK\Net\license.txt
InfoAfterFile=F:\Zorro\PluginOK\Net\TestWrl.txt
; 以下行取消注释,以在非管理安装模式下运行(仅为当前用户安装)。
PrivilegesRequired=admin
OutputDir=F:\Zorro\PluginOK
OutputBaseFilename=PluginOKNet
Compression=lzma
SolidCompression=yes
WizardStyle=modern
[Languages]
Name: "chinesesimp"; MessagesFile: "compiler:Default.isl"
[Files]
Source: "F:\Zorro\PluginOK\Net\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; 注意: 不要在任何共享系统文件上使用“Flags: ignoreversion”
[Icons]
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
[Run]
Filename: "{app}\ZbaSetup.exe";Parameters: "/S /I";Description: "安装服务";StatusMsg:"正在安装服务,请稍后..."
[UninstallRun]
Filename: "{app}\ZbaSetup.exe";Parameters: "/S /U";StatusMsg:"正在停止服务并卸载,请稍后..."
; 脚本由 Inno Setup 脚本向导 生成!
; 有关创建 Inno Setup 脚本文件的详细资料请查阅帮助文档!
#define MyAppName "PluginOK中间件服务器"
#define MyAppVersion "2.1.1.2"
#define MyAppPublisher "成都佐罗软件有限公司"
#define MyAppURL "http://www.zorrosoft.com/"
#define MyAppExeName "ZbaSetup.exe"
[Setup]
; 注: AppId的值为单独标识该应用程序。
; 不要为其他安装程序使用相同的AppId值。
; (若要生成新的 GUID,可在菜单中点击 "工具|生成 GUID"。)
AppId={{9EDC5C47-7F4B-4EAD-AE07-C24938298689}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\PluginOKServer
DefaultGroupName={#MyAppName}
AllowNoIcons=yes
; 以下行修改为实际的路径。
LicenseFile=F:\Zorro\PluginOK\Server\license.txt
; 以下行取消注释,以在非管理安装模式下运行(仅为当前用户安装)。
PrivilegesRequired=admin
OutputDir=F:\Zorro\PluginOK
OutputBaseFilename=PluginOKServer
Compression=lzma
SolidCompression=yes
WizardStyle=modern
[Languages]
Name: "chinesesimp"; MessagesFile: "compiler:Default.isl"
[Files]
Source: "F:\Zorro\PluginOK\Server\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; 注意: 不要在任何共享系统文件上使用“Flags: ignoreversion”
[Icons]
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
[Run]
Filename: "{app}\ZbaSetup.exe";Parameters: "/S /AI";Description: "安装服务器";StatusMsg:"正在安装服务器,请稍后..."
[UninstallRun]
Filename: "{app}\ZbaSetup.exe";Parameters: "/S /AR";StatusMsg:"正在停止服务器并卸载,请稍后..."

<!DOCTYPE html>
<html manifest="/websocket.appcache">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>AutoCAD Applet Test</title>
<link href="css/res.css" rel="stylesheet"/>
<link rel="shortcut icon" href="{% static 'Files/favicon.ico' %}" type="image/x-icon">
<script src="PluginOK/base.js"></script>
<script src="PluginOK/wrl.js"></script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onopen()">
showmessage('连接成功');
WrlVisibilityListener(true);
WrlScrollListener(true);
$('body').find('#btn_send').attr('disabled', false);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onclose(param1,param2,param3)">
WrlVisibilityListener(false);
WrlScrollListener(false);
nAppletRunID = 0;
nRequstAppletID = 0;
showmessage(param2);
$('body').find('#btn_conn').attr('disabled', false);
$('body').find('#btn_close').attr('disabled', true);
$('body').find('#btn_send').attr('disabled', true);
$('body').find('#btn_fitpage').attr('disabled', true);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onmessage(param)">
DealRecMessage(param);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onerror(param)">
showmessage(param);
</script>
<script type="text/javascript">
$(document).ready(function(){
$("#inp_url").attr("value",GetDefaultConn());
});
</script>
</head>
<body>
<object ID="WrlWS" CLASSID="CLSID:C0971B90-4513-4E2D-A0B6-15B915FE748A" width="0" height="0"></object>
<br />
<iframe name="ACADApplet" id="ACADApplet" src="AcadApplet3.html" frameborder="0" align="left" width="550" height="540" scrolling="no">
</iframe>
<div class="container">
<div class="page-header">
<h2 style="margin-top:20px;margin-left:20px; text-align:center; ">PluginOK内嵌ACAD小程序自动适配及还原1</h2>
</div>
<div class="row" style="margin-bottom:20px;">
<div class="col-sm-6 col-md-5 col-lg-4">
<div>
<input type="text" class="form-control" size="50" style="margin-bottom:3px;" id="inp_url" placeholder="连接" value="ws://localhost:80?sid=12345&flag=1" />
<button type="button" id="btn_conn" class="btn btn-primary">连接</button>
<button type="button" id="btn_close" class="btn btn-danger" disabled="disabled">断开</button>
<button type="button" id="btn_clear" class="btn btn-danger">清空通讯记录</button>
<button type="button" id="btn_fitpage" class="btn btn-danger" disabled="disabled">适配显示切换</button>
</div>
<br />
<div style="margin-bottom:20px;">
<textarea id="inp_send" class="form-control" style="margin-bottom:3px;min-width:350px;min-height:250px;" placeholder="请输入发送的内容">{"req":"Wrl_ACADApplet","rid":8,"para":{"Type":"0","Title":"AutoCAD Applet","Flag":2,"Left":20,"Top":20,"Width":480,"Height":320,"IframeX":0,"IframeY":210,"BarW":0,"BarH":0,"Version":"0","Url": "http://zorrosoft.com/Acadframe1.html","Open":"D:/Zorro/test1.dwg","App":1}}</textarea>
<button type="button" id="btn_send" class="btn btn-info btn-block">发送(Ctrl+Enter)</button>
</div>
</div>
<div class="col-sm-6 col-md-7 col-lg-8">
<div id="div_msgzone" class="panel panel-default">
<div class="panel-heading">通讯记录</div>
<div id="div_msg" class="panel-body" style="min-height:400px;width:500px;"></div>
</div>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html manifest="/websocket.appcache">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Tencent Web Applet Test</title>
<link href="css/res.css" rel="stylesheet"/>
<link rel="shortcut icon" href="{% static 'Files/favicon.ico' %}" type="image/x-icon">
<script src="PluginOK/base.js"></script>
<script src="PluginOK/wrl.js"></script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onopen()">
showmessage('连接成功');
WrlVisibilityListener(true);
WrlScrollListener(true);
$('body').find('#btn_send').attr('disabled', false);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onclose(param1,param2,param3)">
WrlVisibilityListener(false);
WrlScrollListener(false);
nAppletRunID = 0;
nRequstAppletID = 0;
showmessage(param2);
$('body').find('#btn_conn').attr('disabled', false);
$('body').find('#btn_close').attr('disabled', true);
$('body').find('#btn_send').attr('disabled', true);
$('body').find('#btn_fitpage').attr('disabled', true);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onmessage(param)">
DealRecMessage(param);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onerror(param)">
showmessage(param);
</script>
<script type="text/javascript">
$(document).ready(function(){
$("#inp_url").attr("value",GetDefaultConn());
});
</script>
</head>
<body>
<object ID="WrlWS" CLASSID="CLSID:C0971B90-4513-4E2D-A0B6-15B915FE748A" width="0" height="0"></object>
<br />
<iframe name="TXWebApplet" id="TXWebApplet" src="TXApplet3.html" frameborder="0" align="left" width="550" height="540" scrolling="no">
</iframe>
<div class="container">
<div class="page-header">
<h2 style="margin-top:20px;margin-left:20px; text-align:center; ">PluginOK网页内嵌微信自动适配及还原1</h2>
</div>
<div class="row" style="margin-bottom:20px;">
<div class="col-sm-6 col-md-5 col-lg-4">
<div>
<input type="text" class="form-control" size="50" style="margin-bottom:3px;" id="inp_url" placeholder="连接" value="ws://localhost:80?sid=12345&flag=1" />
<button type="button" id="btn_conn" class="btn btn-primary">连接</button>
<button type="button" id="btn_close" class="btn btn-danger" disabled="disabled">断开</button>
<button type="button" id="btn_clear" class="btn btn-danger">清空通讯记录</button>
<button type="button" id="btn_fitpage" class="btn btn-danger" disabled="disabled">适配显示切换</button>
</div>
<br />
<div style="margin-bottom:20px;">
<textarea id="inp_send" class="form-control" style="margin-bottom:3px;min-width:350px;min-height:250px;" placeholder="请输入发送的内容">{"req":"Wrl_TXWebApplet","rid":8,"para":{"Type":"0","Title":"Tencent Web Applet","Flag":2,"Left":20,"Top":20,"Width":480,"Height":320,"IframeX":0,"IframeY":210,"BarW":0,"BarH":0,"Version":"0","Url": "http://zorrosoft.com/TXFrame1.html","App":0}}</textarea>
<button type="button" id="btn_send" class="btn btn-info btn-block">发送(Ctrl+Enter)</button>
</div>
</div>
<div class="col-sm-6 col-md-7 col-lg-8">
<div id="div_msgzone" class="panel panel-default">
<div class="panel-heading">通讯记录</div>
<div id="div_msg" class="panel-body" style="min-height:400px;width:500px;"></div>
</div>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html manifest="/websocket.appcache">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>当前页内嵌点聚电子签章小程序测试(PluginOK)</title>
<link href="css/res.css" rel="stylesheet"/>
<link rel="shortcut icon" href="{% static 'Files/favicon.ico' %}" type="image/x-icon">
<script src="PluginOK/base.js"></script>
<script src="PluginOK/wrl.js"></script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onopen()">
showmessage('连接成功');
WrlVisibilityListener(true);
WrlScrollListener(true);
$('body').find('#btn_send').attr('disabled', false);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onclose(param1,param2,param3)">
WrlVisibilityListener(false);
WrlScrollListener(false);
nAppletRunID = 0;
nRequstAppletID = 0;
showmessage(param2);
$('body').find('#btn_conn').attr('disabled', false);
$('body').find('#btn_close').attr('disabled', true);
$('body').find('#btn_send').attr('disabled', true);
$('body').find('#btn_fitpage').attr('disabled', true);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onmessage(param)">
DealRecMessage(param);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onerror(param)">
showmessage(param);
</script>
<script type="text/javascript">
$(document).ready(function(){
$("#inp_url").attr("value",GetDefaultConn());
});
</script>
</head>
<body>
<object ID="WrlWS" CLASSID="CLSID:C0971B90-4513-4E2D-A0B6-15B915FE748A" width="0" height="0"></object>
<br />
<iframe name="AIPSignApplet" id="AIPSignApplet" src="AIPSignApplet.html" frameborder="0" align="left" width="550" height="540" scrolling="no">
</iframe>
<div class="container">
<div class="page-header">
<h2 style="margin-top:20px;margin-left:20px; text-align:center; ">点聚电子签章小程序适配显示</h2>
</div>
<div class="row" style="margin-bottom:20px;">
<div class="col-sm-6 col-md-5 col-lg-4">
<div>
<input type="text" class="form-control" size="50" style="margin-bottom:3px;" id="inp_url" placeholder="连接" value="ws://localhost:80?sid=12345&flag=1" />
<button type="button" id="btn_conn" class="btn btn-primary">连接</button>
<button type="button" id="btn_close" class="btn btn-danger" disabled="disabled">断开</button>
<button type="button" id="btn_clear" class="btn btn-danger">清空通讯记录</button>
<button type="button" id="btn_fitpage" class="btn btn-danger" disabled="disabled">适配显示切换</button>
</div>
<br />
<div style="margin-bottom:20px;">
<textarea id="inp_send" class="form-control" style="margin-bottom:3px;min-width:350px;min-height:250px;" placeholder="请输入发送的内容">{"req":"Wrl_AppletStart","rid":8,"para":{"Type":"0","Title":"点聚电子签章小程序","NodeName":"AIPSignApplet","PID":"62978E9A-9B00-4E42-9E70-0BE7526E14C0","Flag":2,"Left":20,"Top":20,"Width":480,"Height":320,"IframeX":0,"IframeY":210,"BarW":0,"BarH":0,"Url": "http://zorrosoft.com/aipframe1.html","Open":"D:/Zorro/Test.pdf"}}</textarea>
<button type="button" id="btn_send" class="btn btn-info btn-block">发送(Ctrl+Enter)</button>
</div>
</div>
<div class="col-sm-6 col-md-7 col-lg-8">
<div id="div_msgzone" class="panel panel-default">
<div class="panel-heading">通讯记录</div>
<div id="div_msg" class="panel-body" style="min-height:400px;width:500px;"></div>
</div>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html manifest="/websocket.appcache">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>当前页内嵌Flash播放小程序测试(PluginOK)</title>
<style>
<link href="css/res.css" rel="stylesheet"/>
<link rel="shortcut icon" href="{% static 'Files/favicon.ico' %}" type="image/x-icon">
<script src="PluginOK/base.js"></script>
<script src="PluginOK/wrl.js"></script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onopen()">
showmessage('连接成功');
WrlVisibilityListener(true);
WrlScrollListener(true);
$('body').find('#btn_send').attr('disabled', false);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onclose(param1,param2,param3)">
WrlVisibilityListener(false);
WrlScrollListener(false);
nAppletRunID = 0;
nRequstAppletID = 0;
showmessage(param2);
$('body').find('#btn_conn').attr('disabled', false);
$('body').find('#btn_close').attr('disabled', true);
$('body').find('#btn_send').attr('disabled', true);
$('body').find('#btn_fitpage').attr('disabled', true);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onmessage(param)">
DealRecMessage(param);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onerror(param)">
showmessage(param);
</script>
<script type="text/javascript">
$(document).ready(function(){
$("#inp_url").attr("value",GetDefaultConn());
});
</script>
</head>
<body>
<object ID="WrlWS" CLASSID="CLSID:C0971B90-4513-4E2D-A0B6-15B915FE748A" width="0" height="0"></object>
<br />
<iframe name="FlashApplet" id="FlashApplet" src="FlashApplet3.html" frameborder="0" align="left" width="550" height="540" scrolling="no">
</iframe>
<div class="container">
<div class="page-header">
<h2 style="margin-top:20px;margin-left:20px; text-align:center; ">Flash播放小程序自动显示适配及还原</h2>
</div>
<div class="row" style="margin-bottom:20px;">
<div class="col-sm-6 col-md-5 col-lg-4">
<div>
<input type="text" class="form-control" size="50" style="margin-bottom:3px;" id="inp_url" placeholder="连接" value="ws://localhost:80?sid=12345&flag=1" />
<button type="button" id="btn_conn" class="btn btn-primary">连接</button>
<button type="button" id="btn_close" class="btn btn-danger" disabled="disabled">断开</button>
<button type="button" id="btn_clear" class="btn btn-danger">清空通讯记录</button>
<button type="button" id="btn_fitpage" class="btn btn-danger" disabled="disabled">适配显示切换</button>
</div>
<br />
<div style="margin-bottom:20px;">
<textarea id="inp_send" class="form-control" style="margin-bottom:3px;min-width:350px;min-height:250px;" placeholder="请输入发送的内容">{"req":"Wrl_FlashApplet","rid":8,"para":{"Type":"0","Title":"Flash播放小程序","Flag":2,"Left":20,"Top":20,"Width":480,"Height":320,"IframeX":0,"IframeY":210,"BarW":0,"BarH":0,"Version":"0","Url": "http://zorrosoft.com/flashframe1.html","Open":"http://zorrosoft.com/Files/test.swf"}}</textarea>
<button type="button" id="btn_send" class="btn btn-info btn-block">发送(Ctrl+Enter)</button>
</div>
</div>
<div class="col-sm-6 col-md-7 col-lg-8">
<div id="div_msgzone" class="panel panel-default">
<div class="panel-heading">通讯记录</div>
<div id="div_msg" class="panel-body" style="min-height:400px;width:500px;"></div>
</div>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html manifest="/websocket.appcache">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>当前页内嵌IE控件小程序测试(PluginOK)</title>
<link href="css/res.css" rel="stylesheet"/>
<link rel="shortcut icon" href="{% static 'Files/favicon.ico' %}" type="image/x-icon">
<script src="PluginOK/base.js"></script>
<script src="PluginOK/wrl.js"></script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onopen()">
showmessage('连接成功');
WrlVisibilityListener(true);
WrlScrollListener(true);
$('body').find('#btn_send').attr('disabled', false);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onclose(param1,param2,param3)">
WrlVisibilityListener(false);
WrlScrollListener(false);
nAppletRunID = 0;
nRequstAppletID = 0;
showmessage(param2);
$('body').find('#btn_conn').attr('disabled', false);
$('body').find('#btn_close').attr('disabled', true);
$('body').find('#btn_send').attr('disabled', true);
$('body').find('#btn_fitpage').attr('disabled', true);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onmessage(param)">
DealRecMessage(param);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onerror(param)">
showmessage(param);
</script>
<script type="text/javascript">
$(document).ready(function(){
$("#inp_url").attr("value",GetDefaultConn());
});
</script>
</head>
<body>
<object ID="WrlWS" CLASSID="CLSID:C0971B90-4513-4E2D-A0B6-15B915FE748A" width="0" height="0"></object>
<br />
<iframe name="IEApplet" id="IEApplet" src="IEApplet3.html" frameborder="0" align="left" width="550" height="540" scrolling="no">
</iframe>
<div class="container">
<div class="page-header">
<h2 style="margin-top:20px;margin-left:20px; text-align:center; ">IE内嵌小程序显示自动适配及还原</h2>
</div>
<div class="row" style="margin-bottom:20px;">
<div class="col-sm-6 col-md-5 col-lg-4">
<div>
<input type="text" class="form-control" size="50" style="margin-bottom:3px;" id="inp_url" placeholder="连接" value="ws://localhost:80?sid=12345&flag=1" />
<button type="button" id="btn_conn" class="btn btn-primary">连接</button>
<button type="button" id="btn_close" class="btn btn-danger" disabled="disabled">断开</button>
<button type="button" id="btn_clear" class="btn btn-danger">清空通讯记录</button>
<button type="button" id="btn_fitpage" class="btn btn-danger" disabled="disabled">显示适配切换</button>
</div>
<br />
<div style="margin-bottom:20px;">
<textarea id="inp_send" class="form-control" style="margin-bottom:3px;min-width:350px;min-height:250px;" placeholder="请输入发送的内容">{"req":"Wrl_IEApplet","rid":8,"para":{"Type":"0","Title":"IE控件小程序","Flag":2,"Left":20,"Top":20,"Width":480,"Height":320,"IframeX":0,"IframeY":210,"BarW":0,"BarH":0,"Version":"0","Url": "http://zorrosoft.com/ieframe1.html","Open":"http://zorrosoft.com"}}</textarea>
<button type="button" id="btn_send" class="btn btn-info btn-block">发送(Ctrl+Enter)</button>
</div>
</div>
<div class="col-sm-6 col-md-7 col-lg-8">
<div id="div_msgzone" class="panel panel-default">
<div class="panel-heading">通讯记录</div>
<div id="div_msg" class="panel-body" style="min-height:400px;width:500px;"></div>
</div>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html manifest="/websocket.appcache">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Office Applet Test</title>
<link href="css/res.css" rel="stylesheet"/>
<link rel="shortcut icon" href="{% static 'Files/favicon.ico' %}" type="image/x-icon">
<script src="PluginOK/base.js"></script>
<script src="PluginOK/wrl.js"></script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onopen()">
showmessage('连接成功');
WrlVisibilityListener(true);
WrlScrollListener(true);
$('body').find('#btn_send').attr('disabled', false);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onclose(param1,param2,param3)">
WrlVisibilityListener(false);
WrlScrollListener(false);
nAppletRunID = 0;
nRequstAppletID = 0;
showmessage(param2);
$('body').find('#btn_conn').attr('disabled', false);
$('body').find('#btn_close').attr('disabled', true);
$('body').find('#btn_send').attr('disabled', true);
$('body').find('#btn_fitpage').attr('disabled', true);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onmessage(param)">
DealRecMessage(param);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onerror(param)">
showmessage(param);
</script>
<script type="text/javascript">
$(document).ready(function(){
$("#inp_url").attr("value",GetDefaultConn());
});
</script>
</head>
<body>
<object ID="WrlWS" CLASSID="CLSID:C0971B90-4513-4E2D-A0B6-15B915FE748A" width="0" height="0"></object>
<br />
<iframe name="OfficeApplet" id="OfficeApplet" src="OfficeApplet3.html" frameborder="0" align="left" width="550" height="540" scrolling="no">
</iframe>
<div class="container">
<div class="page-header">
<h2 style="margin-top:20px;margin-left:20px; text-align:center; ">PluginOK内嵌Office小程序自动适配及还原1</h2>
</div>
<div class="row" style="margin-bottom:20px;">
<div class="col-sm-6 col-md-5 col-lg-4">
<div>
<input type="text" class="form-control" size="50" style="margin-bottom:3px;" id="inp_url" placeholder="连接" value="ws://localhost:80?sid=12345&flag=1" />
<button type="button" id="btn_conn" class="btn btn-primary">连接</button>
<button type="button" id="btn_close" class="btn btn-danger" disabled="disabled">断开</button>
<button type="button" id="btn_clear" class="btn btn-danger">清空通讯记录</button>
<button type="button" id="btn_fitpage" class="btn btn-danger" disabled="disabled">适配显示切换</button>
</div>
<br />
<div style="margin-bottom:20px;">
<textarea id="inp_send" class="form-control" style="margin-bottom:3px;min-width:350px;min-height:250px;" placeholder="请输入发送的内容">{"req":"Wrl_OfficeApplet","rid":8,"para":{"Type":"0","Title":"Office Applet","Flag":2,"Left":20,"Top":20,"Width":480,"Height":320,"IframeX":0,"IframeY":210,"BarW":0,"BarH":0,"Version":"0","Url": "http://zorrosoft.com/officeframe1.html","OType":"1","Open":"D:/Zorro/test.doc"}}</textarea>
<button type="button" id="btn_send" class="btn btn-info btn-block">发送(Ctrl+Enter)</button>
</div>
</div>
<div class="col-sm-6 col-md-7 col-lg-8">
<div id="div_msgzone" class="panel panel-default">
<div class="panel-heading">通讯记录</div>
<div id="div_msg" class="panel-body" style="min-height:400px;width:500px;"></div>
</div>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html manifest="/websocket.appcache">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>当前页内嵌VLC多媒体播放小程序测试(PluginOK)</title>
<link href="css/res.css" rel="stylesheet"/>
<link rel="shortcut icon" href="{% static 'Files/favicon.ico' %}" type="image/x-icon">
<script src="PluginOK/base.js"></script>
<script src="PluginOK/wrl.js"></script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onopen()">
showmessage('连接成功');
WrlVisibilityListener(true);
WrlScrollListener(true);
$('body').find('#btn_send').attr('disabled', false);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onclose(param1,param2,param3)">
WrlVisibilityListener(false);
WrlScrollListener(false);
nAppletRunID = 0;
nRequstAppletID = 0;
showmessage(param2);
$('body').find('#btn_conn').attr('disabled', false);
$('body').find('#btn_close').attr('disabled', true);
$('body').find('#btn_send').attr('disabled', true);
$('body').find('#btn_fitpage').attr('disabled', true);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onmessage(param)">
DealRecMessage(param);
</script>
<script language ="javascript" type ="text/javascript" for="WrlWS" event="onerror(param)">
showmessage(param);
</script>
<script type="text/javascript">
$(document).ready(function(){
$("#inp_url").attr("value",GetDefaultConn());
});
</script>
</head>
<body>
<object ID="WrlWS" CLASSID="CLSID:C0971B90-4513-4E2D-A0B6-15B915FE748A" width="0" height="0"></object>
<br />
<iframe name="VLCApplet" id="VLCApplet" src="VLCApplet3.html" frameborder="0" align="left" width="550" height="540" scrolling="no>
<param ID="2" Play="http://www.zorrosoft.com/Files/PluginOKBrowserApplet.mp4" />
<param ID="3" Play="rtsp://wzh:test123456@192.168.1.8:554/h264/ch1/main/av_stream" Caching="500" />
</iframe>
<div class="container">
<div class="page-header">
<h2 style="margin-top:20px;margin-left:20px; text-align:center; ">VLC多媒体播放小程序显示适配及还原</h2>
</div>
<div class="row" style="margin-bottom:20px;">
<div class="col-sm-6 col-md-5 col-lg-4">
<div>
<input type="text" class="form-control" size="50" style="margin-bottom:3px;" id="inp_url" placeholder="连接" value="ws://localhost:80?sid=12345&flag=1" />
<button type="button" id="btn_conn" class="btn btn-primary">连接</button>
<button type="button" id="btn_close" class="btn btn-danger" disabled="disabled">断开</button>
<button type="button" id="btn_clear" class="btn btn-danger">清空通讯记录</button>
<button type="button" id="btn_fitpage" class="btn btn-danger" disabled="disabled">显示适配切换</button>
</div>
<br />
<div style="margin-bottom:20px;">
<textarea id="inp_send" class="form-control" style="margin-bottom:3px;min-width:350px;min-height:250px;" placeholder="请输入发送的内容">{"req":"Wrl_VLCApplet","rid":4,"para":{"Type":"0","Title":"VLC多媒体播放小程序","Flag":2,"Left":20,"Top":20,"Width":480,"Height":320,"IframeX":0,"IframeY":210,"BarW":0,"BarH":0,"Url": "http://zorrosoft.com/vlcframe1.html","ShowType":3,"Open":"rtsp://wzh:test123456@192.168.1.8:554/h264/ch1/main/av_stream"}}</textarea>
<button type="button" id="btn_send" class="btn btn-info btn-block">发送(Ctrl+Enter)</button>
</div>
</div>
<div class="col-sm-6 col-md-7 col-lg-8">
<div id="div_msgzone" class="panel panel-default">
<div class="panel-heading">通讯记录</div>
<div id="div_msg" class="panel-body" style="min-height:400px;width:500px;"></div>
</div>
</div>
</div>
</div>
</body>
</html>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册