liyaozhi
2025-10-28 1320688354fd168c51cf2e05f29a2253f4ed9c00
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    <script type="text/javascript" src="../internal.js"></script>
    <link rel="stylesheet" type="text/css" href="video.css" />
  </head>
  <body>
    <div class="wrapper">
      <div id="videoTab">
        <div id="tabHeads" class="tabhead">
          <span tabSrc="video" class="focus" data-content-id="video"><var id="lang_tab_insertV"></var></span>
          <!--<span tabSrc="upload" data-content-id="upload"><var id="lang_tab_uploadV"></var></span>-->
        </div>
        <div id="tabBodys" class="tabbody">
          <div id="video" class="focus">
            <table>
              <tr>
                <td><label for="videoUrl" class="url"><var id="lang_video_url"></var></label></td>
                <td><input id="videoUrl" type="text"></td>
              </tr>
              <tr>
                <td><label for="videoPoster" class="url"><var id="lang_video_poster"></var></label></td>
                <td><input id="videoPoster" type="text"></td>
              </tr>
            </table>
            <div id="preview"></div>
            <div id="videoInfo">
              <fieldset>
                <legend><var id="lang_video_size"></var></legend>
                <table>
                  <tr>
                    <td><label for="videoWidth"><var id="lang_videoW"></var></label></td>
                    <td><input class="txt" id="videoWidth" type="text" /></td>
                  </tr>
                  <tr>
                    <td><label for="videoHeight"><var id="lang_videoH"></var></label></td>
                    <td><input class="txt" id="videoHeight" type="text" /></td>
                  </tr>
                </table>
              </fieldset>
              <fieldset>
                <legend><var id="lang_alignment"></var></legend>
                <div id="videoFloat"></div>
              </fieldset>
            </div>
          </div>
          <div id="upload" class="panel">
            <div id="upload_left">
              <div id="queueList" class="queueList">
                <div class="statusBar element-invisible">
                  <div class="progress">
                    <span class="text">0%</span>
                    <span class="percentage"></span>
                  </div>
                  <div class="info"></div>
                  <div class="btns">
                    <div id="filePickerBtn"></div>
                    <div class="uploadBtn"><var id="lang_start_upload"></var></div>
                  </div>
                </div>
                <div id="dndArea" class="placeholder">
                  <div class="filePickerContainer">
                    <div id="filePickerReady"></div>
                  </div>
                </div>
                <ul class="filelist element-invisible">
                  <li id="filePickerBlock" class="filePickerBlock"></li>
                </ul>
              </div>
            </div>
            <div id="uploadVideoInfo">
              <fieldset>
                <legend><var id="lang_upload_size"></var></legend>
                <table>
                  <tr>
                    <td><label><var id="lang_upload_width"></var></label></td>
                    <td><input class="txt" id="upload_width" type="text" /></td>
                  </tr>
                  <tr>
                    <td><label><var id="lang_upload_height"></var></label></td>
                    <td><input class="txt" id="upload_height" type="text" /></td>
                  </tr>
                </table>
              </fieldset>
              <fieldset>
                <legend><var id="lang_upload_alignment"></var></legend>
                <div id="upload_alignment"></div>
              </fieldset>
            </div>
          </div>
        </div>
      </div>
    </div>
 
    <!-- jquery -->
    <script type="text/javascript" src="../../third-party/jquery-1.10.2.min.js"></script>
 
    <!-- webuploader -->
    <script type="text/javascript" src="../../third-party/webuploader/webuploader.min.js"></script>
    <link rel="stylesheet" type="text/css" href="../../third-party/webuploader/webuploader.css">
 
    <!-- video -->
    <script type="text/javascript" src="video.js"></script>
  </body>
</html>