Skip to content

Commit

Permalink
changed: syncing web interface trunk -> dharma
Browse files Browse the repository at this point in the history
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35611 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
malard committed Dec 10, 2010
1 parent 4fd9997 commit 9f7c724
Show file tree
Hide file tree
Showing 7 changed files with 305 additions and 64 deletions.
81 changes: 81 additions & 0 deletions addons/webinterface.default/css/core.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions addons/webinterface.default/css/ipad.css
@@ -0,0 +1,9 @@
.contentContainer {
overflow-x: hidden;
overflow-y: auto;
position: absolute;
height: auto;
bottom: auto;
background: #fff;
padding-bottom: 150px;
}
Binary file added addons/webinterface.default/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions addons/webinterface.default/index.html
Expand Up @@ -9,7 +9,7 @@
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<!-- <link href="/images/logo.png" rel="image_src" /> -->
<meta name="robots" content="NOINDEX, NOFOLLOW">
<link href="/css/core.css?1.3.30" rel="stylesheet" type="text/css">
<link href="/css/core.css?1.3.57" rel="stylesheet" type="text/css">
<link href="/css/ipad.css?1.0.5" rel="stylesheet" media="only screen and (max-device-width: 1024px)" type="text/css">
<script type="text/javascript" src="/js/jquery-1.4.2.js"></script>
<script type="text/javascript" src="/js/Launcher.js?1.0.0"></script>
Expand All @@ -19,11 +19,12 @@
<div id="commsErrorPanel" style="display: none;"></div>
<div id="navigation">
<ul>
<li id="remoteControl">Remote</li>
<!-- <li id="remoteControl">Remote</li> -->
<li id="movieLibrary">Movies</li>
<li id="tvshowLibrary">TV Shows</li>
<!-- <li id="tvshowLibrary">TV Shows</li> -->
<li id="musicLibrary">Music</li>
<li id="settingsPanel">Settings</li>
<!-- <li id="pictureLibrary">Pictures</li> -->
<!-- <li id="settingsPanel">Settings</li> -->
</ul>
</div>
<img src="/images/ajax-loader.gif" alt="Loading please wait" id="spinner" style="display: none">
Expand Down
2 changes: 1 addition & 1 deletion addons/webinterface.default/js/Launcher.js
Expand Up @@ -44,7 +44,7 @@
//
// For details, see the script.aculo.us web site: http://script.aculo.us/

var DEBUG_MODE = false; /* Set to false to enable cached javascript */
var DEBUG_MODE = true; /* Set to false to enable cached javascript */

var Launcher = {
VERSION: '1.0.0',
Expand Down

0 comments on commit 9f7c724

Please sign in to comment.