【调度系统】广东民航医疗快线调度系统源代码
wzp
2025-05-06 18c7a44d2e9db3f4a5322389c3ee94468cce4de1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <title>历史视频</title>
       <style type="text/css">
        .labelChannel{
            margin:0px 7px 0px 2px;
        }
         .flexigrid .bDiv a {
            margin: 0px 10px;
            outline: 0 none;
            text-decoration: none;
            cursor: pointer;
        }
    </style>
    <link rel="stylesheet" type="text/css" href="../../css/labelIcon.css"/>
    <link rel="stylesheet" type="text/css" href="../../../js/flexigrid/flexigrid.css"/>
    <link rel="stylesheet" type="text/css" href="../../../js/flexigrid/flexiManage.css"/>
    <script type="text/javascript" src="../../js/jquery.min.js"></script>
    <script type="text/javascript" src="../../open/player/jquery.query-2.1.7.js"></script>
    <script type="text/javascript" src="swfobject.js"></script>
    <script type="text/javascript" src="../../js/public.js"></script>
    <script type="text/javascript" src="../../../js/flexigrid/flexiManage.js"></script>
    <script type="text/javascript" src="../../../js/flexigrid/flexigrid.js"></script>
    <script type="text/javascript" src="../../../js/WdatePicker/WdatePicker.js"></script>
    <script type="text/javascript" src="../../../js/lhgdialog.min.js"></script>
    <script type="text/javascript" src="../../../js/public.js"></script>
    <script type="text/javascript" src="../../../js/date.js"></script>
    <script type="text/javascript" src="../../js/date.js"></script>
    <script type="text/javascript"  src="../../js/hashtable.js"></script>
    <script type="text/javascript" src="../../js/myajax.js"></script>
    <script type="text/javascript" src="PlayBackVideo.js"></script>
    <script type="text/javascript"></script>
    
</head>
<body onresize="loadAgain();">
    <div>
        <div style="height:38px;">
            <div style="width:420px;">
                <div style="float:left;">
                    <input type="text" id="videoTitle" disabled/>
                </div>
                <div id="selectVideo" style="float:left">
                    &nbsp;
                    <input name="videoType" type="radio" id="current" value="current" disabled/>
                    <label for="current"></label>
                    <input name="videoType" type="radio" id="history" value="history" checked disabled/>
                    <label for="history"></label>
                </div>
            </div>
            <div id="closeTip" style="float:left;padding: 0 20px;">
                <p style="margin: 0;"><span id="spanCloseSecond"></span></p>
            </div>
            <div id="selection" style="float:right;font-size:12px;"><!-- width:420px; -->
                <div id="selectDate" style="float:left;display:inline-block;">
                    <span id="labelTime"></span>
                    <input id="time" class="Wdate" type="text" style="width:115px;text-align:center;" readonly="" size="15">
                </div>
                <div style="float:left;margin:0 0 0 10px;width:275px;">
                    <span id="labelChn" style="float:left;display:inline-block;"></span>
                    <div id="channels" style="float:left;display:inline-block;width:228px;padding: 0 0 0 8px;"></div>
                </div>
                <div id="queryBtn" style="float:right;display:inline-block;">
                    <input id="query" type="button" value="      "/>
                </div>
            </div>
        </div>
        <div style="float:left;">
            <div id="cmsv6flash" style="float:left;"></div>
        </div>
        <div id="videoInfo" style="float:right;font-size:12px;">
            <table id="videoInfoTable" style="display:none;"></table>
        </div>
    </div>
</body>
</html>