mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
copy dashboard to the output folder and load from the file system, instead of using embedded resources
This commit is contained in:
parent
799eebc9ed
commit
4dd9477bcd
137 changed files with 1424 additions and 1438 deletions
BIN
dashboard-ui/thirdparty/jqm-icon-pack-3.0/original/images/ajax-loader.gif
vendored
Normal file
BIN
dashboard-ui/thirdparty/jqm-icon-pack-3.0/original/images/ajax-loader.gif
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
BIN
dashboard-ui/thirdparty/jqm-icon-pack-3.0/original/images/ajax-loader.png
vendored
Normal file
BIN
dashboard-ui/thirdparty/jqm-icon-pack-3.0/original/images/ajax-loader.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 340 B |
BIN
dashboard-ui/thirdparty/jqm-icon-pack-3.0/original/images/icons-18-black-pack.png
vendored
Normal file
BIN
dashboard-ui/thirdparty/jqm-icon-pack-3.0/original/images/icons-18-black-pack.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
dashboard-ui/thirdparty/jqm-icon-pack-3.0/original/images/icons-18-white-pack.png
vendored
Normal file
BIN
dashboard-ui/thirdparty/jqm-icon-pack-3.0/original/images/icons-18-white-pack.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
dashboard-ui/thirdparty/jqm-icon-pack-3.0/original/images/icons-36-black-pack.png
vendored
Normal file
BIN
dashboard-ui/thirdparty/jqm-icon-pack-3.0/original/images/icons-36-black-pack.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
dashboard-ui/thirdparty/jqm-icon-pack-3.0/original/images/icons-36-white-pack.png
vendored
Normal file
BIN
dashboard-ui/thirdparty/jqm-icon-pack-3.0/original/images/icons-36-white-pack.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
112
dashboard-ui/thirdparty/jqm-icon-pack-3.0/original/index.html
vendored
Normal file
112
dashboard-ui/thirdparty/jqm-icon-pack-3.0/original/index.html
vendored
Normal file
|
@ -0,0 +1,112 @@
|
|||
<!--
|
||||
jQuery Mobile Icon Pack
|
||||
/index.html
|
||||
-->
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title> jQuery Mobile Icon Pack</title>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- jQuery Mobile CSS bits -->
|
||||
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
|
||||
|
||||
<!-- if you have a custom theme, add it here -->
|
||||
<link rel="stylesheet" href="jqm-icon-pack-2.0-original.css" />
|
||||
|
||||
<!-- Javascript includes -->
|
||||
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
|
||||
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div data-role="page">
|
||||
|
||||
<div data-role="header">
|
||||
<a href="../index.html" data-icon="home">Back</a>
|
||||
<h1>jQuery Mobile Icon Pack</h1>
|
||||
</div>
|
||||
|
||||
<div data-role="content">
|
||||
|
||||
<a href="https://github.com/commadelimited/jQuery-Mobile-Icon-Pack" data-theme="b" data-role="button">Download the Icon Pack</a>
|
||||
|
||||
<div data-role="collapsible-set" data-theme="c" data-content-theme="c">
|
||||
|
||||
<h3>Standard Buttons</h3>
|
||||
|
||||
<label> <input type="checkbox" name="checkbox-1 "/> I'm a checkbox</label>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>Choose a pet:</legend>
|
||||
<input type="radio" name="radio-pet-1a" id="radio-pet-1a" value="choice-1" checked="checked" />
|
||||
<label for="radio-pet-1a">Option 1</label>
|
||||
|
||||
<input type="radio" name="radio-pet-1a" id="radio-pet-2a" value="choice-2" />
|
||||
<label for="radio-pet-2a">Option 2</label>
|
||||
</fieldset>
|
||||
|
||||
<a href="index.html" data-role="button" data-icon="arrow-l">data-icon="arrow-l"</a>
|
||||
<a href="index.html" data-role="button" data-icon="arrow-r">data-icon="arrow-r"</a>
|
||||
<a href="index.html" data-role="button" data-icon="arrow-u">data-icon="arrow-u"</a>
|
||||
<a href="index.html" data-role="button" data-icon="arrow-d">data-icon="arrow-d"</a>
|
||||
<a href="index.html" data-role="button" data-icon="delete">data-icon="delete"</a>
|
||||
<a href="index.html" data-role="button" data-icon="plus">data-icon="plus"</a>
|
||||
<a href="index.html" data-role="button" data-icon="minus">data-icon="minus"</a>
|
||||
<a href="index.html" data-role="button" data-icon="check">data-icon="check"</a>
|
||||
<a href="index.html" data-role="button" data-icon="gear">data-icon="gear"</a>
|
||||
<a href="index.html" data-role="button" data-icon="refresh">data-icon="refresh"</a>
|
||||
<a href="index.html" data-role="button" data-icon="forward">data-icon="forward"</a>
|
||||
<a href="index.html" data-role="button" data-icon="back">data-icon="back"</a>
|
||||
<a href="index.html" data-role="button" data-icon="grid">data-icon="grid"</a>
|
||||
<a href="index.html" data-role="button" data-icon="star">data-icon="star"</a>
|
||||
<a href="index.html" data-role="button" data-icon="alert">data-icon="alert"</a>
|
||||
<a href="index.html" data-role="button" data-icon="info">data-icon="info"</a>
|
||||
<a href="index.html" data-role="button" data-icon="home">data-icon="home"</a>
|
||||
<a href="index.html" data-role="button" data-icon="search">data-icon="search"</a>
|
||||
|
||||
<h3>Extended Buttons</h3>
|
||||
<a href="index.html" data-role="button" data-icon="email">data-icon="email"</a>
|
||||
<a href="index.html" data-role="button" data-icon="page">data-icon="page"</a>
|
||||
<a href="index.html" data-role="button" data-icon="question">data-icon="question"</a>
|
||||
<a href="index.html" data-role="button" data-icon="foursquare">data-icon="foursquare"</a>
|
||||
<a href="index.html" data-role="button" data-icon="twitter">data-icon="twitter"</a>
|
||||
<a href="index.html" data-role="button" data-icon="facebook">data-icon="facebook"</a>
|
||||
<a href="index.html" data-role="button" data-icon="dollar">data-icon="dollar"</a>
|
||||
<a href="index.html" data-role="button" data-icon="euro">data-icon="euro"</a>
|
||||
<a href="index.html" data-role="button" data-icon="pound">data-icon="pound"</a>
|
||||
<a href="index.html" data-role="button" data-icon="apple">data-icon="apple"</a>
|
||||
<a href="index.html" data-role="button" data-icon="chat">data-icon="chat"</a>
|
||||
<a href="index.html" data-role="button" data-icon="trash">data-icon="trash"</a>
|
||||
<a href="index.html" data-role="button" data-icon="bell">data-icon="bell"</a>
|
||||
<a href="index.html" data-role="button" data-icon="mappin">data-icon="mappin"</a>
|
||||
<a href="index.html" data-role="button" data-icon="direction">data-icon="direction"</a>
|
||||
<a href="index.html" data-role="button" data-icon="heart">data-icon="heart"</a>
|
||||
<a href="index.html" data-role="button" data-icon="wrench">data-icon="wrench"</a>
|
||||
<a href="index.html" data-role="button" data-icon="play">data-icon="play"</a>
|
||||
<a href="index.html" data-role="button" data-icon="pause">data-icon="pause"</a>
|
||||
<a href="index.html" data-role="button" data-icon="stop">data-icon="stop"</a>
|
||||
<a href="index.html" data-role="button" data-icon="person">data-icon="person"</a>
|
||||
<a href="index.html" data-role="button" data-icon="music">data-icon="music"</a>
|
||||
<a href="index.html" data-role="button" data-icon="rss">data-icon="rss"</a>
|
||||
<a href="index.html" data-role="button" data-icon="wifi">data-icon="wifi"</a>
|
||||
<a href="index.html" data-role="button" data-icon="phone">data-icon="phone"</a>
|
||||
<a href="index.html" data-role="button" data-icon="power">data-icon="power"</a>
|
||||
<a href="index.html" data-role="button" data-icon="lock">data-icon="lock"</a>
|
||||
<a href="index.html" data-role="button" data-icon="flag">data-icon="flag"</a>
|
||||
<a href="index.html" data-role="button" data-icon="calendar">data-icon="calendar"</a>
|
||||
<a href="index.html" data-role="button" data-icon="lightning">data-icon="lightning"</a>
|
||||
<a href="index.html" data-role="button" data-icon="drink">data-icon="drink"</a>
|
||||
<a href="index.html" data-role="button" data-icon="android">data-icon="android"</a>
|
||||
<a href="index.html" data-role="button" data-icon="edit">data-icon="edit"</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div data-role="footer" data-theme="c">
|
||||
<p align="center">© 2013 - Andy Matthews</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
128
dashboard-ui/thirdparty/jqm-icon-pack-3.0/original/jqm-icon-pack-2.0-original.css
vendored
Normal file
128
dashboard-ui/thirdparty/jqm-icon-pack-3.0/original/jqm-icon-pack-2.0-original.css
vendored
Normal file
|
@ -0,0 +1,128 @@
|
|||
/*
|
||||
jQuery Mobile Icon Pack
|
||||
andy matthews
|
||||
@commadelimited
|
||||
*/
|
||||
|
||||
/* Icons
|
||||
-----------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
.ui-icon,
|
||||
.ui-icon-searchfield:after {
|
||||
background: #666666;
|
||||
background: rgba(0,0,0,.4);
|
||||
background-image: url('images/icons-18-white-pack.png');
|
||||
background-repeat: no-repeat;
|
||||
-moz-border-radius: 9px;
|
||||
-webkit-border-radius: 9px;
|
||||
border-radius: 9px;
|
||||
}
|
||||
|
||||
|
||||
/* Alt icon color
|
||||
-----------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
.ui-icon-alt {
|
||||
background: #ffffff;
|
||||
background: rgba(255,255,255,.3);
|
||||
background-image: url('images/icons-18-black-pack.png');
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
/* restore default loading image */
|
||||
.ui-icon-loading {
|
||||
background: url('images/ajax-loader.gif');
|
||||
background-size: 46px 46px;
|
||||
}
|
||||
|
||||
/* HD/"retina" sprite
|
||||
-----------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
|
||||
only screen and (-o-min-device-pixel-ratio: 3/2),
|
||||
only screen and (min--moz-device-pixel-ratio: 1.3),
|
||||
only screen and (min-device-pixel-ratio: 1.3),
|
||||
only screen and (min-resolution: 1.3dppx) {
|
||||
|
||||
.ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
|
||||
.ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
|
||||
.ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
|
||||
.ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after,
|
||||
.ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on, .ui-icon-email , .ui-icon-page,
|
||||
.ui-icon-question , .ui-icon-foursquare , .ui-icon-twitter , .ui-icon-facebook , .ui-icon-dollar , .ui-icon-euro,
|
||||
.ui-icon-pound , .ui-icon-apple , .ui-icon-chat , .ui-icon-trash , .ui-icon-bell , .ui-icon-mappin , .ui-icon-direction,
|
||||
.ui-icon-heart , .ui-icon-wrench , .ui-icon-play , .ui-icon-pause , .ui-icon-stop , .ui-icon-person , .ui-icon-music,
|
||||
.ui-icon-rss , .ui-icon-wifi , .ui-icon-phone , .ui-icon-power , .ui-icon-lock , .ui-icon-flag , .ui-icon-calendar,
|
||||
.ui-icon-lightning , .ui-icon-drink , .ui-icon-android , .ui-icon-edit {
|
||||
background-image: url('images/icons-36-white-pack.png');
|
||||
-moz-background-size: 774px 54px;
|
||||
-o-background-size: 774px 54px;
|
||||
-webkit-background-size: 774px 54px;
|
||||
background-size: 774px 54px;
|
||||
}
|
||||
.ui-icon-alt {
|
||||
background-image: url('images/icons-36-black-pack.png' );
|
||||
}
|
||||
}
|
||||
|
||||
/* first row */
|
||||
.ui-icon-plus { background-position: -0 -0; }
|
||||
.ui-icon-minus { background-position: -36px -0; }
|
||||
.ui-icon-delete { background-position: -72px -0; }
|
||||
.ui-icon-arrow-r { background-position: -108px -0; }
|
||||
.ui-icon-arrow-l { background-position: -144px -0; }
|
||||
.ui-icon-arrow-u { background-position: -180px -0; }
|
||||
.ui-icon-arrow-d { background-position: -216px -0; }
|
||||
.ui-icon-check { background-position: -252px -0; }
|
||||
.ui-icon-gear { background-position: -288px -0; }
|
||||
.ui-icon-refresh { background-position: -324px -0; }
|
||||
.ui-icon-forward { background-position: -360px -0; }
|
||||
.ui-icon-back { background-position: -396px -0; }
|
||||
.ui-icon-grid { background-position: -432px -0; }
|
||||
.ui-icon-star { background-position: -468px -0; }
|
||||
.ui-icon-alert { background-position: -504px -0; }
|
||||
.ui-icon-info { background-position: -540px -0; }
|
||||
.ui-icon-home { background-position: -576px -0; }
|
||||
.ui-icon-search,.ui-icon-searchfield:after { background-position: -612px -0; }
|
||||
.ui-icon-checkbox-off { background-position: -684px -0; }
|
||||
.ui-icon-checkbox-on { background-position: -648px -0; }
|
||||
.ui-icon-radio-off { background-position: -756px -0; }
|
||||
.ui-icon-radio-on { background-position: -718px -0; }
|
||||
|
||||
/* begin icon pack definitions */
|
||||
/* second row */
|
||||
.ui-icon-email { background-position: -0 -18px; }
|
||||
.ui-icon-page { background-position: -36px -18px; }
|
||||
.ui-icon-question { background-position: -72px -18px; }
|
||||
.ui-icon-foursquare { background-position: -108px -18px; }
|
||||
.ui-icon-twitter { background-position: -144px -18px; }
|
||||
.ui-icon-facebook { background-position: -180px -18px; }
|
||||
.ui-icon-dollar { background-position: -216px -18px; }
|
||||
.ui-icon-euro { background-position: -252px -18px; }
|
||||
.ui-icon-pound { background-position: -288px -18px; }
|
||||
.ui-icon-apple { background-position: -324px -18px; }
|
||||
.ui-icon-chat { background-position: -360px -18px; }
|
||||
.ui-icon-trash { background-position: -396px -18px; }
|
||||
.ui-icon-bell { background-position: -432px -18px; }
|
||||
.ui-icon-mappin { background-position: -468px -18px;}
|
||||
.ui-icon-direction { background-position: -504px -18px; }
|
||||
.ui-icon-heart { background-position: -540px -18px; }
|
||||
.ui-icon-wrench { background-position: -576px -18px; }
|
||||
.ui-icon-play { background-position: -612px -18px; }
|
||||
.ui-icon-pause { background-position: -648px -18px; }
|
||||
.ui-icon-stop { background-position: -684px -18px; }
|
||||
.ui-icon-person { background-position: -720px -18px; }
|
||||
.ui-icon-music { background-position: -756px -18px; }
|
||||
|
||||
/* third row */
|
||||
.ui-icon-rss { background-position: -0 -36px; }
|
||||
.ui-icon-wifi { background-position: -36px -36px; }
|
||||
.ui-icon-phone { background-position: -72px -36px; }
|
||||
.ui-icon-power { background-position: -108px -36px; }
|
||||
.ui-icon-lock { background-position: -144px -36px; }
|
||||
.ui-icon-flag { background-position: -180px -36px; }
|
||||
.ui-icon-calendar { background-position: -216px -36px; }
|
||||
.ui-icon-lightning { background-position: -252px -36px; }
|
||||
.ui-icon-drink { background-position: -288px -36px; }
|
||||
.ui-icon-android { background-position: -324px -36px; }
|
||||
.ui-icon-edit { background-position: -360px -36px; }
|
Loading…
Add table
Add a link
Reference in a new issue