Issues.00393 - lordmundi/wikidoctest GitHub Wiki
00393: make WCS pages mobile browser compatible
Summary: make WCS pages mobile browser compatible
Created: 2011–09–21 15:33
Status: Released
Category: Request
From: frankie
Version: 2.2
Released_In: 2.3
Description:
it would be nice if the default WCS pages worked well on mobile browsers.
Comments
frankie December 19, 2011, at 05:07 PM: Using jquery mobile, there is now a mobile template in the WCS that is served at the "/mobile" URI. If you open the default page, there should be a link in the upper right also that will take you to the mobile page. MJPEG on the display page does not work on Android stock browser- this is a known issue. Try Chrome for Android as a workaround.
The mobile WCS showing a detected list of EDGE instances on the network
The main menu for the mobile WCS interface
Associated Commits
| commit | 9cf6e5011d0e3180cfb10a7003eeab4d511db488
link9 |
||
| Author: | Frankie
|
| Date: | Thu Jul 19 17:16:15 2012 -0500
|
| Message: | [@Issue 00393: Upgraded jquery mobile to version 1.1.1
Along with the upgrade, had to fix the default transition, and some extra whitespace that started appearing around the reconfig and action element strings. @] |
Affected Files:
gui/html/jquery.mobile-1.0/images/ajax-loader.png | Bin 366 -> 0 bytes
…/jquery.mobile-1.0/images/icons-18-black.png | Bin 2152 -> 0 bytes
…/jquery.mobile-1.0/images/icons-18-white.png | Bin 1958 -> 0 bytes
…/jquery.mobile-1.0/images/icons-36-black.png | Bin 4260 -> 0 bytes
…/jquery.mobile-1.0/images/icons-36-white.png | Bin 3746 -> 0 bytes
gui/html/jquery.mobile-1.0/jquery.mobile-1.0.css | 1847 -----
gui/html/jquery.mobile-1.0/jquery.mobile-1.0.js | 6951 ------------------
…/jquery.mobile-1.0/jquery.mobile-1.0.min.css | 2 -
…/jquery.mobile-1.0/jquery.mobile-1.0.min.js | 172 -
…/jquery.mobile.structure-1.0.css | 714 —
…/jquery.mobile.structure-1.0.min.css | 2 -
…/jquery.mobile-1.1.1/images/ajax-loader.gif | Bin 0 -> 7825 bytes
…/jquery.mobile-1.1.1/images/ajax-loader.png | Bin 0 -> 340 bytes
…/jquery.mobile-1.1.1/images/icons-18-black.png | Bin 0 -> 1767 bytes
…/jquery.mobile-1.1.1/images/icons-18-white.png | Bin 0 -> 1806 bytes
…/jquery.mobile-1.1.1/images/icons-36-black.png | Bin 0 -> 3611 bytes
…/jquery.mobile-1.1.1/images/icons-36-white.png | Bin 0 -> 3648 bytes
…/jquery.mobile-1.1.1/jquery.mobile-1.1.1.css | 2140 ++++++
…/jquery.mobile-1.1.1/jquery.mobile-1.1.1.js | 7690 ++++++++++++++++++++
…/jquery.mobile-1.1.1.min.css | 2 +
…/jquery.mobile-1.1.1/jquery.mobile-1.1.1.min.js | 181 +
…/jquery.mobile.structure-1.1.1.css | 997 +++
…/jquery.mobile.structure-1.1.1.min.css | 2 +
…/jquery.mobile.theme-1.1.1.css | 1203 +++
…/jquery.mobile.theme-1.1.1.min.css | 2 +
gui/html/templates/mobile.tmpl | 17 ±
26 files changed, 12229 insertions(+), 9693 deletions(-)
| commit | 319c9dc45bc373225c8b0dad676bfb8ccff7718e
link10 |
||
| Author: | Frank Graffagnino
|
| Date: | Mon Dec 19 15:56:33 2011 -0600
|
| Message: | [@Issue 00393: Added mobile version of WCS pages
Using jquery mobile, there is now a mobile template in the WCS that is served at the "/mobile" URI. This uses the xml responses from the generic WCS in ajax calls to build mobile versions of web pages. This initial version includes reconfigs, but not yet toggles. It also includes live display monitoring and adjustment. @] |
Affected Files:
gui/html/edge_root.css | 9 +
gui/html/jquery-1.7.min.js | 4 +
gui/html/jquery.mobile-1.0/images/ajax-loader.png | Bin 0 -> 366 bytes
…/jquery.mobile-1.0/images/icons-18-black.png | Bin 0 -> 2152 bytes
…/jquery.mobile-1.0/images/icons-18-white.png | Bin 0 -> 1958 bytes
…/jquery.mobile-1.0/images/icons-36-black.png | Bin 0 -> 4260 bytes
…/jquery.mobile-1.0/images/icons-36-white.png | Bin 0 -> 3746 bytes
gui/html/jquery.mobile-1.0/jquery.mobile-1.0.css | 1847 ++++++
gui/html/jquery.mobile-1.0/jquery.mobile-1.0.js | 6951 ++++++++++++++++++++
…/jquery.mobile-1.0/jquery.mobile-1.0.min.css | 2 +
…/jquery.mobile-1.0/jquery.mobile-1.0.min.js | 172 +
…/jquery.mobile.structure-1.0.css | 714 ++
…/jquery.mobile.structure-1.0.min.css | 2 +
gui/html/lte_edge_root.xsl | 30 +
gui/html/templates/mobile.tmpl | 575 ++
gui/html/templates/xml_peers.tmpl | 16 ±
gui/html/templates/xml_reconfigs.tmpl | 44 +
gui/html/templates/xml_views_verbose.tmpl | 38 +
gui/web_commanding_server.tcl | 266 ±
19 files changed, 10657 insertions(+), 13 deletions(-)