【调度系统】广东民航医疗快线调度系统源代码
克樊道人
2024-12-02 61ce8cc6883e5f94e6470141df3484167caf31ed
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
<!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">
    </style>
    <link type="text/css" href="RealPlayVideo.css" rel="stylesheet"/>
    <script type="text/javascript" src="../../js/jquery.min.js"></script>
    <script type="text/javascript" src="../../../js/public.js"></script>
    <script type="text/javascript" src="../../open/player/jquery.query-2.1.7.js"></script>
    <script type="text/javascript" src="../../../js/lhgdialog.min.js"></script>
    <script type="text/javascript" src="../../js/myajax.js"></script>
    <script type="text/javascript" src="../../js/public.js"></script>
    <script type="text/javascript" src="swfobject.js"></script>
    <script type="text/javascript" src="RealPlayVideo.js"></script>
    <script type="text/javascript"></script>
    
</head>
<body onresize="setPanelWidth();">
    <div>
        <div style="height:38px;">
            <div style="width:480px;"><!-- float:left; -->
                <div style="float:left;">
                    <input type="text" id="videoTitle"/>
                </div>
                <div id="selectVideo" style="float:left">
                    &nbsp;
                    <input name="videoType" type="radio" id="current" value="current" checked disabled/>
                    <label for="current"></label>
                    <input name="videoType" type="radio" id="history" value="history" 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 style="float:right;width:120px;">
                <div class="btn" id="btn1" style="float:left;display:inline-block"><span>4</span></div>
                <div class="btn" id="btn2" style="float:left;display:inline-block"><span>9</span></div>
                <div class="btn" id="btn3" style="float:left;display:inline-block"><span>16</span></div>
            </div>
        </div>
        <div id="cmsv6flash"></div>
        <div id="bottomSelection" style="height:40px;padding: 10px 0 0 0;">
            <input type="radio" name="voiceType" id="monitor" value="monitor" checked/>
            <label for="monitor" class="labelSelection"></label>
            <input type="radio" name="voiceType" id="talkback" value="talkback">
            <label for="talkback" class="labelSelection"></label>
            <div style="display:inline-block;margin:0 0 0 20px;">
            <span></span>
            <select id="monitorChns" style=""></select>    
            </div>
            
            <button id="operationBtn" style="margin:0 0 0 20px;font-size:18px;"></button>
            <div id="status" style="display:inline-block;margin:0 0 0 20px;"></div>
        </div>
    </div>
</body>
</html>