Changeset bd09010 in guacamole
- Timestamp:
- 04/08/12 20:17:38 (14 months ago)
- Branches:
- master, guacamole-debian-parent, rpm, unstable, unstable-websocket
- Children:
- b3d0ebc
- Parents:
- 3b27b94
- git-author:
- Michael Jumper <zhangmaike@…> (04/08/12 20:17:38)
- git-committer:
- Michael Jumper <zhangmaike@…> (04/08/12 20:17:38)
- Location:
- src/main/webapp
- Files:
-
- 3 edited
-
client.xhtml (modified) (1 diff)
-
scripts/interface.js (modified) (1 diff)
-
styles/client.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/main/webapp/client.xhtml
rfae5867 rbd09010 86 86 87 87 <!-- Touch-specific menu --> 88 <div id="touchMenu"> 89 <img id="touchShowClipboard" src="images/menu-icons/tango/edit-paste.png"/> 90 <img id="touchShowKeyboard" src="images/menu-icons/tango/input-keyboard.png"/> 91 <img id="touchLogout" src="images/menu-icons/tango/system-log-out.png"/> 92 </div> 88 <div id="touchMenu"><img id="touchShowClipboard" src="images/menu-icons/tango/edit-paste.png"/><img id="touchShowKeyboard" src="images/menu-icons/tango/input-keyboard.png"/><img id="touchLogout" src="images/menu-icons/tango/system-log-out.png"/></div> 93 89 94 90 <!-- guacamole-common-js scripts --> -
src/main/webapp/scripts/interface.js
r3b27b94 rbd09010 298 298 function() { 299 299 window.location.href = "logout"; 300 GuacamoleUI.hideTouchMenu(); 300 301 }; 301 302 -
src/main/webapp/styles/client.css
rb98e445 rbd09010 265 265 visibility: hidden; 266 266 267 display: inline-block;267 white-space: pre; 268 268 background: black; 269 269 border: 1px solid silver;
Note: See TracChangeset
for help on using the changeset viewer.
