clockwerk-guacamole – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 1... Line 1...
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html> 2 <!DOCTYPE html>
3   -  
4 <!-- -  
5 Guacamole - Clientless Remote Desktop -  
6 Copyright (C) 2010 Michael Jumper -  
7   -  
8 This program is free software: you can redistribute it and/or modify -  
9 it under the terms of the GNU Affero General Public License as published by -  
10 the Free Software Foundation, either version 3 of the License, or -  
11 (at your option) any later version. -  
12   -  
13 This program is distributed in the hope that it will be useful, -  
14 but WITHOUT ANY WARRANTY; without even the implied warranty of -  
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -  
16 GNU Affero General Public License for more details. -  
17   -  
18 You should have received a copy of the GNU Affero General Public License -  
19 along with this program. If not, see <http://www.gnu.org/licenses/>. -  
20 --> -  
21   -  
22 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <html xmlns="http://www.w3.org/1999/xhtml">
23   -  
24 <head> 4 <head>
25 <link rel="icon" type="image/png" href="images/guacamole-logo-64.png"/> 5 <title>Clockwerk</title>
26 <link rel="apple-touch-icon" type="image/png" href="images/guacamole-logo-144.png"/> -  
27 <link rel="stylesheet" type="text/css" href="styles/login.css"/> 6 <link rel="stylesheet" href="styles/gray.css" type="text/css" />
28 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/> 7 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/>
29 <title>Guacamole 0.6.0</title> -  
30 </head> 8 </head>
31   -  
32 <body> 9 <body class="dark-grey">
33   -  
34 <div id="login-ui" style="display: none"> 10 <div class="center">
35 <div id="login-dialog-middle"> 11 <img src="images/clockwerk-logo.png"/>
36   -  
37 <div id="login-dialog"> 12 <h1>OpenSim Console Access</h1>
38   13 <hr/>
39 <p id="login-error"></p> 14 <script type="text/javascript" src="scripts/jquery.min.js"></script>
40   -  
41 <form id="login-form" action="#" method="post"> 15 <div id="login-ui" style="display; none">
42   -  
43 <div id="login-fields"> 16 <p id="login-error"></p>
44 <table> -  
45 <tr> -  
46 <th>Username</th> -  
47 <td><input type="text" name="username" id="username" autofocus="autofocus"/></td> 17 <form id="login-form" class="dark-grey" style="color:#000;text-shadow:none;text-align:left;max-width:480px;min-width:150px" method="post" action="#"><div class="title"></div>
48 </tr> -  
49 <tr> -  
50 <th>Password</th> -  
51 <td><input type="password" name="password" id="password"/></td> 18 <div class="element-input" ><label class="title">Username<span class="required"></span></label><input class="large" type="text" name="username" id="username" required="required"/></div>
52 </tr> -  
53 </table> -  
54   -  
55 <img class="logo" src="images/guacamole-logo-64.png" alt=""/> 19 <div class="element-password" ><label class="title">Password<span class="required"></span></label><input class="large" type="password" name="password" id="password" value="" required="required"/></div>
56 </div> 20 <div class="submit">
57   -  
58 <div id="buttons"> -  
59 <input type="submit" name="login" id="login" value="Login"/> 21 <input type="submit" name="login" id="login" value="Login" />
60 </div> 22 <input type="button" onclick="parent.location='/welcome.php'" value="Cancel" />
61   -  
62 </form> -  
63 </div> 23 </div>
64   -  
65 </div> 24 </form>
66 </div> 25 </div>
Line 67... Line 26...
67   26  
68 <!-- Connection list UI --> 27 <!-- Connection list UI -->
Line 69... Line 28...
69 <div id="connection-list-ui" style="display: none"> 28 <div id="connection-list-ui" style="display: none">
Line 88... Line 47...
88 </tbody> 47 </tbody>
89 </table> 48 </table>
Line 90... Line 49...
90   49  
Line 91... Line -...
91 </div> -  
92   -  
93 <div id="version-dialog"> -  
94 Guacamole 0.6.0 -  
95 </div> 50 </div>
Line 96... Line 51...
96   51  
97 <script type="text/javascript" src="scripts/connections.js"></script> 52 <script type="text/javascript" src="scripts/connections.js"></script>
Line 249... Line 204...
249   204  
Line 250... Line 205...
250 resetUI(); 205 resetUI();
Line -... Line 206...
-   206  
251   207 /* ]]> */ </script>
252 /* ]]> */ </script> -  
253   208