| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <meta name="keywords" content="dongke,mes,ibossmes">
- <meta name="description" content="制造企业生产过程执行管理系统">
- <meta name="author" content="xuwei">
- <title>东科软件</title>
- <script src="/plugins/xeasyui/xeasyui.min.js"></script>
- <link href="/plugins/xeasyui/toolbar.min.css" rel="stylesheet" />
- </head>
- <body class="easyui-layout">
- <!--上部工具条-->
- <div id="toolbarLayout" data-options="border:false,region:'north',title:'',iconCls:'icon-grid'">
- <!--工具条-->
- <div id="tb" class="i-toolbar">
- <a href="javascript:void(0)" id="btnInsert" title="添加" class="easyui-linkbutton" iconcls="icon-add" plain="true" onclick="tbMasterAdd()">添加</a>
- <a href="javascript:void(0)" id="btnSearch" title="搜索" class="easyui-linkbutton" iconcls="icon-search" plain="true" toggle="true" onclick="tbSearch()">搜索</a>
- <a href="javascript:void(0)" id="btnExport" title="导出" class="easyui-linkbutton" iconcls="icon-excel" plain="true" onclick="tbExport()">导出</a>
- <a href="javascript:void(0)" id="btnReload" title="刷新" class="easyui-linkbutton" iconcls="icon-reload" plain="true" onclick="tbReload()">刷新</a>
- <div id="tbSearchDiv" style="display: block; padding: 10px;">
- <form id="ffMaster">
- <div>
- 开始时间:
- <input class="easyui-datebox" id="datebeginMasterS" name="datebeginMasterS" data-options="required:false,prompt:'',tipPosition:'top'" style="width:165px; height:32px;">
- -
- <input class="easyui-datebox" id="datebeginMasterD" name="datebeginMasterD" data-options="required:false,prompt:'',tipPosition:'top'" style="width:165px; height:32px;">
- 结束时间:
- <input class="easyui-datebox" id="dateendMasterS" name="dateendMasterS" data-options="required:false,prompt:'',tipPosition:'top'" style="width:165px; height:32px;">
- -
- <input class="easyui-datebox" id="dateendMasterD" name="dateendMasterD" data-options="required:false,prompt:'',tipPosition:'top'" style="width:165px; height:32px;">
- </div>
- <div style="padding-top:10px;">
- 车间:
- <input class="easyui-combobox" id="workshopMaster" name="workshopMaster" data-options="required:false,valueField:'value',textField:'text',editable:true,multiple:true,
- data:[{'text': '1车间', 'value': '1'},{'text': '2车间', 'value': '2'},{'text': '3车间', 'value': '3'}]"
- style=" width: 120px; height: 32px;">
- 成型线:
- <input class="easyui-textbox" id="groutinglinecode" name="groutinglinecode" data-options="required:false,prompt:'',tipPosition:'top'" style="width: 120px; height: 32px;">
- 物料编码:
- <input class="easyui-textbox" id="sap_sku" name="sap_sku" data-options="required:false,prompt:'',tipPosition:'top'" style="width: 120px; height: 32px;">
- 产品名称:
- <input class="easyui-textbox" id="goodsname" name="goodsname" data-options="required:false,prompt:'',tipPosition:'top'" style="width: 120px; height: 32px;">
- 工艺类型:
- <input class="easyui-combobox" id="goods_line_type" name="goods_line_type" data-options="required:false,valueField:'value',textField:'text',editable:true,multiple:true,
- data:[{'text': '高压', 'value': '1'},{'text': '普通', 'value': '0'}]"
- style=" width: 120px; height: 32px;">
- <a href="javascript:void(0)" id="btnSearchSubmit" title="清空" class="easyui-linkbutton" plain="false" onclick="$('#ffMaster').form('clear')">清空</a>
- <a href="javascript:void(0)" id="btnSearchSubmit" title="搜索" class="easyui-linkbutton" plain="false" onclick="tbSearchSubmit()">搜索</a>
- </div>
- </form>
- </div>
- </div>
- </div>
- <div id="tableLayout" data-options="border:false,region:'center',split:true,title:'',iconCls:'icon-grid'" title="East" style="width:700px;">
- <div id="tableTabs" class="easyui-tabs" data-options="border:false" style="width: 100%; height: 100%">
- <!--表格-->
- <div title="成型产能预测单">
- <table class="easyui-datagrid"
- id="DataGrid0"
- data-options="method:'get',border:false,fit:true,fitColumns:true,onDblClickRow: dgDblclickrow">
- <thead>
- <tr>
- <th data-options="field:'SID',title:'SID',align:'center',sortable:false,hidden:true"></th>
- <th data-options="field:'RECKON_CODE',title:'预测单号',align:'center',sortable:false"></th>
- <th data-options="field:'RECKON_DATEBEGIN',title:'开始时间',align:'center',sortable:false"></th>
- <th data-options="field:'RECKON_DATEEND',title:'结束时间',align:'center',sortable:false"></th>
- <th data-options="field:'USERNAME',title:'创建人',align:'center',sortable:false"></th>
- <th data-options="field:'CREATETIME',title:'创建时间',align:'center',sortable:false"></th>
- <th data-options="field:'REMARKS',title:'备注',align:'center',sortable:false"></th>
- </tr>
- </thead>
- </table>
- </div>
- <div title="产品预测(月)">
- <table class="easyui-datagrid"
- id="DataGrid1"
- data-options="method:'get',border:false,singleSelect:true,fit:true,fitColumns:true,onDblClickCell: dgDblclickcelldetail1">
- <thead>
- </thead>
- </table>
- </div>
- <div title="车间预测(月)">
- <table class="easyui-datagrid"
- id="DataGrid2"
- data-options="method:'get',border:false,singleSelect:true,fit:true,fitColumns:true,onDblClickCell: dgDblclickcelldetail2">
- <thead>
- </thead>
- </table>
- </div>
- <div title="成型线预测(月)">
- <table class="easyui-datagrid"
- id="DataGrid3"
- data-options="method:'get',border:false,singleSelect:true,fit:true,fitColumns:true,onDblClickCell: dgDblclickcelldetail3">
- <thead>
- </thead>
- </table>
- </div>
- <div title="成型线预测(日)">
- <table class="easyui-datagrid"
- id="DataGrid4"
- data-options="method:'get',border:false,singleSelect:true,fit:true,fitColumns:true">
- <thead>
- <tr>
- <th data-options="field:'WORKNAME',title:'工厂',align:'center',sortable:false"></th>
- <th data-options="field:'WORKSHOP',title:'车间',align:'center',sortable:false"></th>
- <th data-options="field:'GROUTINGLINECODE',title:'成型线',align:'center',sortable:false"></th>
- <th data-options="field:'RECKON_DATE',title:'预测日',align:'center',sortable:false"></th>
- <th data-options="field:'SAP_SKU',title:'物料编码',align:'center',sortable:false"></th>
- <th data-options="field:'FROM_TYPE',title:'分类',align:'center',sortable:false"></th>
- <th data-options="field:'RECKON_NUM',title:'计划产出',align:'center',sortable:false"></th>
- <th data-options="field:'FROM_CODE',title:'分类单号',align:'center',sortable:false"></th>
- <th data-options="field:'GROUTINGMOULDCODE',title:'模具',align:'center',sortable:false,hidden:true"></th>
- </tr>
- </thead>
- </table>
- </div>
- </div>
- </div>
- <script type="text/javascript">
- var SID = null;//总单id
- var datebeginDB = null; //开始时间
- var dateendDB = null; // 结束时间
- function formatterUA(value, row, index) {
- return Math.round(value * 10000) / 100 + '%';
- }
- $(document).ready(function () {
- var ctime = new Date();
- var beginDate = ctime.getFullYear() + "-" + (ctime.getMonth() + 1) + "-" + ctime.getDate();
- var endDate = ctime.getFullYear() + "-" + (ctime.getMonth() + 1) + "-" + (ctime.getDate());
- $("#datebeginMasterS").datebox("setValue", beginDate);
- $("#datebeginMasterD").datebox("setValue", endDate);
- tbSearchSubmit();
- });
- //主表双击事件
- function dgDblclickrow(index, row) {
- SID = row["SID"];
- datebeginDB = row["RECKON_DATEBEGIN"];
- dateendDB = row["RECKON_DATEEND"];
- $("#tableTabs").tabs("select", 1);
- LoadDataGridDetail(index, row);
- }
- //明细表1双击单元格事件
- function dgDblclickcelldetail1(index, field, value, row) {
- month = new Date().getMonth() + 1;
- month = "G" + new Date().getFullYear() + "-" + month
- if (field != '产品名称' && field != '工艺类型' && field != '物料编码' && field != month) {
- $("#tableTabs").tabs("select", 4);
- var row = $('#DataGrid1').datagrid('getRows')[index];
- var t1 = row["产品名称"];
- var t2 = row["RECKONID"];
- var t3 = row["物料编码"];
- var t4 = row["GROUTINGMOULDCODE"];
- var t5 = row["工艺类型"];
- $('#DataGrid4').datagridLoad({
- idField: 'SID',
- //queryParams: param,
- url: 'glinereckonprod.ashx?m=4&goodsname=' + t1 + '&reckonid=' + t2 + '&month=' + field + '&sap_sku=' + t3 + '&groutingmouldcode=' + t4 + '&goods_line_type=' + t5,
- fixWidth: 180,
- mergeWidth: 180,
- pageSize: 10,
- splitChar: '_',
- pagination: false
- });
- }
- }
- //明细表2双击单元格事件
- function dgDblclickcelldetail2(index, field, value) {
- month = new Date().getMonth() + 1;
- month = "G" + new Date().getFullYear() + "-" + month
- if (field != '产品名称' && field != '工艺类型' && field != '车间' && field != '物料编码' && field != month) {
- $("#tableTabs").tabs("select", 4);
- var row2 = $('#DataGrid2').datagrid('getRows')[index];
- var t1 = row2["产品名称"];
- // var t1 = row2["模具"];
- var t2 = row2["RECKONID"];
- var t3 = row2["物料编码"];
- var t4 = row2["车间"];
- var t5 = row2["GROUTINGMOULDCODE"];
- var t6 = row2["工艺类型"];
- $('#DataGrid4').datagridLoad({
- idField: 'SID',
- //queryParams: param,
- url: 'glinereckonprod.ashx?m=4&goodsname=' + t1 + '&reckonid=' + t2 + '&month=' + field + '&sap_sku=' + t3 + '&workshop=' + t4 + '&groutingmouldcode=' + t5 + '&goods_line_type=' + t6,
- fixWidth: 180,
- mergeWidth: 180,
- pageSize: 10,
- splitChar: '_',
- pagination: false
- });
- }
- }
- //明细表3双击单元格事件
- function dgDblclickcelldetail3(index, field, value) {
- month = new Date().getMonth() + 1;
- month = "G" + new Date().getFullYear() + "-" + month
- if (field != '产品名称' && field != '工艺类型' && field != '车间' && field != '物料编码' && field != '成型线' && field != month) {
- $("#tableTabs").tabs("select", 4);
- var row2 = $('#DataGrid3').datagrid('getRows')[index];
- var t1 = row2["产品名称"];
- // var t1 = row2["模具"];
- var t2 = row2["RECKONID"];
- var t3 = row2["物料编码"];
- var t4 = row2["成型线"];
- var t5 = row2["GROUTINGMOULDCODE"];
- var t6 = row2["工艺类型"];
- $('#DataGrid4').datagridLoad({
- idField: 'SID',
- //queryParams: param,
- url: 'glinereckonprod.ashx?m=4&goodsname=' + t1 + '&reckonid=' + t2 + '&month=' + field + '&sap_sku=' + t3 + '&groutinglinecode=' + t4 + '&groutingmouldcode=' + t5 + '&goods_line_type=' + t6,
- fixWidth: 180,
- mergeWidth: 180,
- pageSize: 10,
- splitChar: '_',
- pagination: false
- });
- }
- }
- //获取时间区间月份
- function getMonthBetween(start, end) {
- //初始化数组
- var result = [];
- //切割起始年月
- var s = start.split("-");
- //切割结束年月
- var e = end.split("-");
- //获取时间对象
- var min = new Date();
- var max = new Date();
- //设置起始时间
- min.setFullYear(s[0], s[1]);
- //设置结束时间
- max.setFullYear(e[0], e[1]);
- //复制一份起始时间对象
- var curr = min;
- //定义字符串
- var str = "";
- //起始时间在结束时间之前
- while (curr <= max) {
- //获取此时间的月份
- var month = curr.getMonth();
- //如果月份为0,也就是代表12月份
- if (month === 0) {
- str = (curr.getFullYear() - 1) + "-" + 12;
- } else {//正常月份
- str = curr.getFullYear() + "-" + (month < 10 ? (month) : month);
- }
- //将此年月加入数组
- result.push(str);
- //更新此时间月份
- curr.setMonth(month + 1);
- }
- return result;
- }
- //加载子表数据
- function LoadDataGridDetail(index, row) {
- var pgColumns = [[
- { field: 'RECKONID', title: 'RECKONID', width: '180', sortable: false, hidden: true, align: 'center' },
- { field: 'GROUTINGMOULDCODE', title: 'GROUTINGMOULDCODE', width: '180', sortable: false, hidden: true, align: 'center' },
- { field: '物料编码', title: '物料编码', width: '150px', resizable: true, align: 'center' },
- { field: '产品名称', title: '产品名称', width: '150px', resizable: true, align: 'center' },
- { field: '工艺类型', title: '工艺类型', width: '150px', resizable: true, align: 'center' },
- ]];
- //加载子表1
- var sid = row["SID"];
- var t1 = row["RECKON_DATEBEGIN"];
- var t2 = row["RECKON_DATEEND"];
- var months = getMonthBetween(t1, t2);
- $.each(months, function (i, val) {
- month = new Date().getMonth() + 1;
- month = new Date().getFullYear() + "-" + month
- if (val == month) {
- gs = { field: "G" + month, title: month + "(完成)", width: '180', sortable: false, align: 'center' };
- pgColumns[0].push(gs);
- }
- var s = {
- field: val, title: val, width: '180',
- styler: function (value, row, index) {
- return 'color:#00BBFF;text-decoration:underline;';
- }, sortable: false, align: 'center'
- }
- pgColumns[0].push(s);
- });
- var param = $('#ffMaster').serializeJson();
- $('#DataGrid1').datagridLoad({
- idField: 'SID',
- queryParams: param,
- url: 'glinereckonprod.ashx?m=1&datebeginDB=' + t1 + '&dateendDB=' + t2 + '&sid=' + sid,
- fixWidth: 180,
- mergeWidth: 180,
- columns: pgColumns,
- pageSize: 10,
- splitChar: '_'
- });
- //加载子表2
- var pgColumns1 = [[
- { field: 'RECKONID', title: 'RECKONID', width: '180', sortable: false, hidden: true, align: 'center' },
- { field: 'GROUTINGMOULDCODE', title: 'GROUTINGMOULDCODE', width: '180', sortable: false, hidden: true, align: 'center' },
- { field: '车间', title: '车间', width: '150px', resizable: true, align: 'center' },
- { field: '物料编码', title: '物料编码', width: '150px', resizable: true, align: 'center' },
- { field: '产品名称', title: '产品名称', width: '150px', resizable: true, align: 'center' },
- { field: '工艺类型', title: '工艺类型', width: '150px', resizable: true, align: 'center' },
- ]];
- $.each(months, function (i, val) {
- month = new Date().getMonth() + 1;
- month = new Date().getFullYear() + "-" + month
- if (val == month) {
- gs = { field: "G" + month, title: month + "(完成)", width: '180', sortable: false, align: 'center' };
- pgColumns1[0].push(gs);
- }
- var s = {
- field: val, title: val, width: '180', styler: function (value, row, index) {
- return 'color:#00BBFF;text-decoration:underline;';
- },sortable: false, align: 'center' }
- pgColumns1[0].push(s);
- });
- $('#DataGrid2').datagridLoad({
- idField: 'SID',
- queryParams: param,
- url: 'glinereckonprod.ashx?m=2&datebeginDB=' + t1 + '&dateendDB=' + t2 + '&sid=' + sid,
- fixWidth: 180,
- mergeWidth: 180,
- columns: pgColumns1,
- pageSize: 10,
- splitChar: '_'
- });
- //加载子表3
- var pgColumns2 = [[
- { field: 'RECKONID', title: 'RECKONID', width: '180', sortable: false, hidden: true, align: 'center' },
- { field: 'GROUTINGMOULDCODE', title: 'GROUTINGMOULDCODE', width: '180', sortable: false, hidden: true, align: 'center' },
- { field: '车间', title: '车间', width: '150px', resizable: true, align: 'center' },
- { field: '成型线', title: '成型线', width: '150px', resizable: true, align: 'center' },
- { field: '物料编码', title: '物料编码', width: '150px', resizable: true, align: 'center' },
- { field: '产品名称', title: '产品名称', width: '150px', resizable: true, align: 'center' },
- { field: '工艺类型', title: '工艺类型', width: '150px', resizable: true, align: 'center' },
- ]];
- $.each(months, function (i, val) {
- month = new Date().getMonth() + 1;
- month = new Date().getFullYear() + "-" + month
- if (val == month) {
- gs = { field: "G" + month, title: month + "(完成)", width: '180', sortable: false, align: 'center' };
- pgColumns2[0].push(gs);
- }
- var s = {
- field: val, title: val, width: '180', styler: function (value, row, index) {
- return 'color:#00BBFF;text-decoration:underline;';
- },sortable: false, align: 'center' }
- pgColumns2[0].push(s);
- });
- $('#DataGrid3').datagridLoad({
- idField: 'SID',
- queryParams: param,
- url: 'glinereckonprod.ashx?m=3&datebeginDB=' + t1 + '&dateendDB=' + t2 + '&sid=' + sid,
- fixWidth: 180,
- mergeWidth: 180,
- columns: pgColumns2,
- pageSize: 10,
- splitChar: '_'
- });
- }
- //搜索提交
- function tbSearchSubmit() {
- var index = $('#tableTabs').tabs('getTabIndex', $('#tableTabs').tabs('getSelected'));
- if (index == 0) {
- datebeginDB = null;
- dateendDB = null;
- SID = null;
- if ($('#ffMaster').form("validate")) {
- $('#DataGrid0').datagridLoad({
- title: '',
- idField: 'SID',
- queryParams: $('#ffMaster').serializeJson(),
- url: 'glinereckonprod.ashx?m=0',
- fixWidth: 210,
- mergeWidth: 180,
- splitChar: '_',
- });
- }
- }
- if (index == 1) {
- if (datebeginDB != null && dateendDB != null && SID != null) {
- if ($('#ffMaster').form("validate")) {
- $('#DataGrid1').datagridLoad({
- idField: 'SID',
- queryParams: $('#ffMaster').serializeJson(),
- url: 'glinereckonprod.ashx?m=1&datebeginDB=' + datebeginDB + '&dateendDB=' + dateendDB + '&sid=' + SID,
- pageSize: 10,
- fixWidth: 210,
- mergeWidth: 210,
- splitChar: '_'
- });
- }
- }
- }
- if (index == 2) {
- if (datebeginDB != null && dateendDB != null && SID != null) {
- if ($('#ffMaster').form("validate")) {
- $('#DataGrid2').datagridLoad({
- idField: 'SID',
- queryParams: $('#ffMaster').serializeJson(),
- url: 'glinereckonprod.ashx?m=2&datebeginDB=' + datebeginDB + '&dateendDB=' + dateendDB + '&sid=' + SID,
- pageSize: 10,
- fixWidth: 210,
- mergeWidth: 210,
- splitChar: '_'
- });
- }
- }
- }
- if (index == 3) {
- if (datebeginDB != null && dateendDB != null && SID != null) {
- if ($('#ffMaster').form("validate")) {
- $('#DataGrid3').datagridLoad({
- idField: 'SID',
- queryParams: $('#ffMaster').serializeJson(),
- url: 'glinereckonprod.ashx?m=3&datebeginDB=' + datebeginDB + '&dateendDB=' + dateendDB + '&sid=' + SID,
- pageSize: 10,
- fixWidth: 210,
- mergeWidth: 210,
- splitChar: '_'
- });
- }
- }
- }
- }
- //添加按钮
- function tbMasterAdd() {
- $('#DataGrid0').datagridDialog({
- title: '生成成型产能预测数据',
- width: 500,
- height: 550,
- url: 'glinereckonprod_add.html'
- });
- }
- //导出
- function tbExport() {
- var index = $('#tableTabs').tabs('getTabIndex', $('#tableTabs').tabs('getSelected'));
- if (index == 0) {
- //加载表头
- var fields1 = $('#DataGrid' + index).datagrid('getColumnFields');
- var fields2 = $('#DataGrid' + index).datagrid('getColumnFields', true);
- var fields = fields2.concat(fields1);
- var headers = [];
- for (var i = 0; i < fields.length; i++) {
- //headers.push($('#DataGridMaster').datagrid('getColumnOption', fields[i])['title']);
- headers.push(fields[i]);
- }
- $('#DataGrid' + index).datagridExport({
- headers: headers,
- fileName: '导出数据(成型产能预测单).xls',
- workSheet: '导出数据(成型产能预测单)'
- //,dataType: 'text'
- });
- }
- if (index == 1) {
- //加载表头
- var fields1 = $('#DataGrid' + index).datagrid('getColumnFields');
- var fields2 = $('#DataGrid' + index).datagrid('getColumnFields', true);
- var fields = fields2.concat(fields1);
- var headers = [];
- for (var i = 0; i < fields.length; i++) {
- //headers.push($('#DataGridMaster').datagrid('getColumnOption', fields[i])['title']);
- headers.push(fields[i]);
- }
- $('#DataGrid' + index).datagridExport({
- headers: headers,
- fileName: '导出数据(成型产能预测月.xls',
- workSheet: '导出数据(成型产能预测月)',
- //dataType: 'text'
- });
- }
- if (index == 2) {
- //加载表头
- var fields1 = $('#DataGrid' + index).datagrid('getColumnFields');
- var fields2 = $('#DataGrid' + index).datagrid('getColumnFields', true);
- var fields = fields2.concat(fields1);
- var headers = [];
- for (var i = 0; i < fields.length; i++) {
- //headers.push($('#DataGridMaster').datagrid('getColumnOption', fields[i])['title']);
- headers.push(fields[i]);
- }
- $('#DataGrid' + index).datagridExport({
- headers: headers,
- fileName: '导出数据(成型产能预测月.xls',
- workSheet: '导出数据(成型产能预测月)',
- //dataType: 'text'
- });
- }
- if (index == 3) {
- //加载表头
- var fields1 = $('#DataGrid' + index).datagrid('getColumnFields');
- var fields2 = $('#DataGrid' + index).datagrid('getColumnFields', true);
- var fields = fields2.concat(fields1);
- var headers = [];
- for (var i = 0; i < fields.length; i++) {
- //headers.push($('#DataGridMaster').datagrid('getColumnOption', fields[i])['title']);
- headers.push(fields[i]);
- }
- $('#DataGrid' + index).datagridExport({
- headers: headers,
- fileName: '导出数据(成型产能预测日.xls',
- workSheet: '导出数据(成型产能预测日)',
- //dataType: 'text'
- });
- }
- }
- //搜索按钮
- function tbSearch() {
- $('#tbSearchDiv').toggle();
- //$('#DataGridMaster').datagrid('resize');
- $('#toolbarLayout').panel('resize', { height: 'auto' });
- $('body').layout('resize');
- $('#tableTabs').tabs('resize');
- }
- //刷新
- function tbReload() {
- tbSearchSubmit();
- }
- </script>
- </body>
- </html>
|