|
1 | | -<!-- |
2 | | -Licensed to the Apache Software Foundation (ASF) under one |
3 | | -or more contributor license agreements. See the NOTICE file |
4 | | -distributed with this work for additional information |
5 | | -regarding copyright ownership. The ASF licenses this file |
6 | | -to you under the Apache License, Version 2.0 (the |
7 | | -"License"); you may not use this file except in compliance |
8 | | -with the License. You may obtain a copy of the License at |
9 | | - |
10 | | - http://www.apache.org/licenses/LICENSE-2.0 |
11 | | - |
12 | | -Unless required by applicable law or agreed to in writing, |
13 | | -software distributed under the License is distributed on an |
14 | | -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
15 | | -KIND, either express or implied. See the License for the |
16 | | -specific language governing permissions and limitations |
17 | | -under the License. |
18 | | ---> |
19 | | -<html> |
20 | | -<head> |
21 | | -<script type="text/javascript" language="javascript" src="/resource/js/jquery.js"></script> |
22 | | -<script type="text/javascript" language="javascript" src="/resource/js/ajaxviewer.js"></script> |
23 | | -<script type="text/javascript" language="javascript" src="/resource/js/handler.js"></script> |
24 | | -<link rel="stylesheet" type="text/css" href="/resource/css/ajaxviewer.css"></link> |
25 | | -<title>${title}</title> |
26 | | -</head> |
27 | | -<body> |
28 | | -<div id="toolbar"> |
29 | | -<ul> |
30 | | - <li> |
31 | | - <a href="#" onclick="javascript:sendCtrlAltDel();"> |
32 | | - <span><img align="left" src="/resource/images/cad.gif" alt="Ctrl-Alt-Del" />Ctrl-Alt-Del</span> |
33 | | - </a> |
34 | | - </li> |
35 | | - <li> |
36 | | - <a href="#" onclick="javascript:sendCtrlEsc();"> |
37 | | - <span><img align="left" src="/resource/images/winlog.png" alt="Ctrl-Esc" style="width:16px;height:16px"/>Ctrl-Esc</span> |
38 | | - </a> |
39 | | - </li> |
40 | | -</ul> |
41 | | -<span id="light" class="dark"></span> |
42 | | -</div> |
43 | | - |
44 | | -<div id="main_panel" tabindex="1"></div> |
45 | | - |
46 | | -<script language="javascript"> |
47 | | -
|
48 | | -var tileMap = [ ${tileSequence} ]; |
49 | | -var ajaxViewer = new AjaxViewer('main_panel', '${imgUrl}', '${updateUrl}', tileMap, |
50 | | - ${width}, ${height}, ${tileWidth}, ${tileHeight}, ${rawKeyboard}); |
51 | | -
|
52 | | -$(function() { |
53 | | - ajaxViewer.start(); |
54 | | -}); |
55 | | -
|
56 | | -</script> |
57 | | - |
58 | | -</body> |
59 | | -</html> |
| 1 | +<!-- |
| 2 | +Licensed to the Apache Software Foundation (ASF) under one |
| 3 | +or more contributor license agreements. See the NOTICE file |
| 4 | +distributed with this work for additional information |
| 5 | +regarding copyright ownership. The ASF licenses this file |
| 6 | +to you under the Apache License, Version 2.0 (the |
| 7 | +"License"); you may not use this file except in compliance |
| 8 | +with the License. You may obtain a copy of the License at |
| 9 | + |
| 10 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | + |
| 12 | +Unless required by applicable law or agreed to in writing, |
| 13 | +software distributed under the License is distributed on an |
| 14 | +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | +KIND, either express or implied. See the License for the |
| 16 | +specific language governing permissions and limitations |
| 17 | +under the License. |
| 18 | +--> |
| 19 | +<html> |
| 20 | +<head> |
| 21 | +<script type="text/javascript" language="javascript" src="/resource/js/jquery.js"></script> |
| 22 | +<script type="text/javascript" language="javascript" src="/resource/js/ajaxviewer.js"></script> |
| 23 | +<script type="text/javascript" language="javascript" src="/resource/js/handler.js"></script> |
| 24 | +<link rel="stylesheet" type="text/css" href="/resource/css/ajaxviewer.css"></link> |
| 25 | +<title>${title}</title> |
| 26 | +</head> |
| 27 | +<body> |
| 28 | +<div id="toolbar"> |
| 29 | +<ul> |
| 30 | + <li> |
| 31 | + <a href="#" onclick="javascript:sendCtrlAltDel();"> |
| 32 | + <span><img align="left" src="/resource/images/cad.gif" alt="Ctrl-Alt-Del" />Ctrl-Alt-Del</span> |
| 33 | + </a> |
| 34 | + </li> |
| 35 | + <li> |
| 36 | + <a href="#" onclick="javascript:sendCtrlEsc();"> |
| 37 | + <span><img align="left" src="/resource/images/winlog.png" alt="Ctrl-Esc" style="width:16px;height:16px"/>Ctrl-Esc</span> |
| 38 | + </a> |
| 39 | + </li> |
| 40 | +</ul> |
| 41 | +<span id="light" class="dark"></span> |
| 42 | +</div> |
| 43 | + |
| 44 | +<div id="main_panel" tabindex="1"></div> |
| 45 | + |
| 46 | +<script language="javascript"> |
| 47 | +
|
| 48 | +var tileMap = [ ${tileSequence} ]; |
| 49 | +var ajaxViewer = new AjaxViewer('main_panel', '${imgUrl}', '${updateUrl}', tileMap, |
| 50 | + ${width}, ${height}, ${tileWidth}, ${tileHeight}, ${rawKeyboard}); |
| 51 | +
|
| 52 | +$(function() { |
| 53 | + ajaxViewer.start(); |
| 54 | +}); |
| 55 | +
|
| 56 | +</script> |
| 57 | + |
| 58 | +</body> |
| 59 | +</html> |
0 commit comments