-
-
C Web Interface
-
W Web Interface changes require a restart to take effect
-
-
-
-
-
-
-
u Download Settings
-
Setup SABnzbd or BitTorrent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
L Search Providers
-
"We provide you with a automated search service to locate binary files/secgments that can be found on the public access network called Usenet."
-
-
-
-
-
-
-
- %for newznab in config['extra_newznabs']:
-
- %endfor
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
I Quality & Post Processing
-
-
-
-
-
-
-
-
S Advanced Settings
-
-
-
-
-
-
Re-Encoding Options
-
Re-encode downloads during postprocessing. This option requires the lame or ffmpeg encoder.
-
-
-
-
Audio Properties
-
-
-
- VBR/CBR:
-
- %for x in ['cbr', 'vbr']:
- <%
- if config['encodervbrcbr'] == x:
- outputselect = 'selected'
- else:
- outputselect = ''
- %>
- ${x}
- %endfor
-
-
-
-
- Quality:
-
- %for x in [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]:
- <%
- if config['encoderquality'] == x:
- outputselect = 'selected'
- else:
- outputselect = ''
- %>
- ${x}
- %endfor
-
-
-
-
-
- Bitrate:
-
- %for x in [64, 128, 192, 256, 320]:
- <%
- if config["bitrate"] == x:
- bitrateselected = "selected"
- else:
- bitrateselected = ''
- %>
- ${x} kbps
- %endfor
-
-
- <%
- if config["samplingfrequency"] == 44100:
- freq44100 = 'selected="selected"'
- freq48000 = ''
- else:
- freq44100 = ''
- freq48000 = 'selected="selected"'
- %>
-
-
-
-
- Sampling:
-
- 44.1 kHz
- 48.0 kHz
-
-
-
-
-
-
- Advanced Encoding Options:
- Ignores audio properties
-
-
-
-
- Path to Encoder:
-
-
-
-
-
-
-
-
-
W Notifications
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
K Mirror
-
-
-
- Musicbrainz Mirror:
-
-
- %for mirror in config['mirror_list']:
- <%
- if mirror == headphones.MIRROR:
- selected = 'selected="selected"'
- else:
- selected = ''
- %>
- ${mirror}
- %endfor
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-%def>
-
-<%def name="javascriptIncludes()">
-
-%def>
diff --git a/data/interfaces/brink/css/jquery.dataTables_themeroller.css b/data/interfaces/brink/css/jquery.dataTables_themeroller.css
deleted file mode 100644
index ad40bbfe..00000000
--- a/data/interfaces/brink/css/jquery.dataTables_themeroller.css
+++ /dev/null
@@ -1,245 +0,0 @@
-
-
-/*
- * Table
- */
-table.dataTable {
- margin: 0 auto;
- clear: both;
- width: 100%;
- border-collapse: collapse;
-}
-
-table.dataTable thead th {
- padding: 3px 0px 3px 10px;
- cursor: pointer;
- *cursor: hand;
-}
-
-table.dataTable tfoot th {
- padding: 3px 10px;
-}
-
-table.dataTable td {
- margin: 0px 0px 0px 0px;
-}
-
-table.dataTable td.center,
-table.dataTable td.dataTables_empty {
- text-align: center;
-}
-
-table.dataTable tr.odd { background-color: rgba(0,0,0,0.2); }
-table.dataTable tr.even { background-color: rgba(0,0,0,0.2); }
-
-table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
-table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
-table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
-table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
-table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
-table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
-
-
-/*
- * Table wrapper
- */
-.dataTables_wrapper {
- position: relative;
- clear: both;
- *zoom: 1;
-}
-.dataTables_wrapper .ui-widget-header {
- font-weight: normal;
-}
-.dataTables_wrapper .ui-toolbar {
- padding: 5px;
-}
-
-
-/*
- * Page length menu
- */
-.dataTables_length {
- float: left;
-}
-
-
-/*
- * Filter
- */
-.dataTables_filter {
- float: right;
- text-align: right;
-}
-
-
-/*
- * Table information
- */
-.dataTables_info {
- padding-top: 3px;
- clear: both;
- float: left;
-}
-
-
-/*
- * Pagination
- */
-.dataTables_paginate {
- float: right;
- text-align: right;
-}
-
-.dataTables_paginate .ui-button {
- margin-right: -0.1em !important;
-}
-
-.paging_two_button .ui-button {
- float: left;
- cursor: pointer;
- * cursor: hand;
-}
-
-.paging_full_numbers .ui-button {
- padding: 2px 6px;
- margin: 0;
- cursor: pointer;
- * cursor: hand;
- color: #333 !important;
-}
-
-/* Two button pagination - previous / next */
-.paginate_disabled_previous,
-.paginate_enabled_previous,
-.paginate_disabled_next,
-.paginate_enabled_next {
- height: 19px;
- float: left;
- cursor: pointer;
- *cursor: hand;
- color: #111 !important;
-}
-.paginate_disabled_previous:hover,
-.paginate_enabled_previous:hover,
-.paginate_disabled_next:hover,
-.paginate_enabled_next:hover {
- text-decoration: none !important;
-}
-.paginate_disabled_previous:active,
-.paginate_enabled_previous:active,
-.paginate_disabled_next:active,
-.paginate_enabled_next:active {
- outline: none;
-}
-
-.paginate_disabled_previous,
-.paginate_disabled_next {
- color: #666 !important;
-}
-.paginate_disabled_previous,
-.paginate_enabled_previous {
- padding-left: 23px;
-}
-.paginate_disabled_next,
-.paginate_enabled_next {
- padding-right: 23px;
- margin-left: 10px;
-}
-
-.paginate_enabled_previous { background: url('../images/back_enabled.png') no-repeat top left; }
-.paginate_enabled_previous:hover { background: url('../images/back_enabled_hover.png') no-repeat top left; }
-.paginate_disabled_previous { background: url('../images/back_disabled.png') no-repeat top left; }
-
-.paginate_enabled_next { background: url('../images/forward_enabled.png') no-repeat top right; }
-.paginate_enabled_next:hover { background: url('../images/forward_enabled_hover.png') no-repeat top right; }
-.paginate_disabled_next { background: url('../images/forward_disabled.png') no-repeat top right; }
-
-/* Full number pagination */
-.paging_full_numbers a:active {
- outline: none
-}
-.paging_full_numbers a:hover {
- text-decoration: none;
-}
-
-.paging_full_numbers a.paginate_button,
-.paging_full_numbers a.paginate_active {
- border: 1px solid #aaa;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- padding: 2px 5px;
- margin: 0 3px;
- cursor: pointer;
- *cursor: hand;
- color: #333 !important;
-}
-
-.paging_full_numbers a.paginate_button {
- background-color: #ddd;
-}
-
-.paging_full_numbers a.paginate_button:hover {
- background-color: #ccc;
- text-decoration: none !important;
-}
-
-.paging_full_numbers a.paginate_active {
- background-color: #99B3FF;
-}
-
-
-/*
- * Processing indicator
- */
-.dataTables_processing {
- position: absolute;
- top: 50%;
- left: 50%;
- width: 250px;
- height: 30px;
- margin-left: -125px;
- margin-top: -15px;
- padding: 14px 0 2px 0;
- border: 1px solid #ddd;
- text-align: center;
- color: #999;
- font-size: 14px;
- background-color: white;
-}
-
-
-/*
- * Sorting
- */
-table.dataTable thead th div.DataTables_sort_wrapper {
- position: relative;
- padding-right: 20px;
- padding-right: 20px;
-}
-
-table.dataTable thead th div.DataTables_sort_wrapper span {
- position: absolute;
- top: 50%;
- margin-top: -8px;
- right: 0;
-}
-
-table.dataTable th:active {
- outline: none;
-}
-
-
-/*
- * Scrolling
- */
-.dataTables_scroll {
- clear: both;
-}
-
-.dataTables_scrollBody {
- *margin-top: -1px;
- -webkit-overflow-scrolling: touch;
-}
-
diff --git a/data/interfaces/brink/css/jquery.jscrollpane.css b/data/interfaces/brink/css/jquery.jscrollpane.css
deleted file mode 100644
index c84a762c..00000000
--- a/data/interfaces/brink/css/jquery.jscrollpane.css
+++ /dev/null
@@ -1,157 +0,0 @@
-/*
- * CSS Styles that are needed by jScrollPane for it to operate correctly.
- *
- * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
- * may not operate correctly without them.
- */
-
-.jspContainer
-{
- overflow: hidden;
- position: fixed;
-}
-
-.jspPane
-{
- position: absolute;
-}
-
-.jspVerticalBar
-{
- position: absolute;
- top: 0;
- right: 0;
- width: 14px;
- height: 100%;
- border-left: 1px solid rgba(255,255,255,0.1);
- padding: 1px;
- background: rgb(55,65,76); /* Old browsers */
- background: -moz-linear-gradient(left, rgba(55,65,76,1) 0%, rgba(45,53,63,1) 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(55,65,76,1)), color-stop(100%,rgba(45,53,63,1))); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(left, rgba(55,65,76,1) 0%,rgba(45,53,63,1) 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(left, rgba(55,65,76,1) 0%,rgba(45,53,63,1) 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(left, rgba(55,65,76,1) 0%,rgba(45,53,63,1) 100%); /* IE10+ */
- background: linear-gradient(left, rgba(55,65,76,1) 0%,rgba(45,53,63,1) 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37414c', endColorstr='#2d353f',GradientType=1 ); /* IE6-9 */
-}
-
-.jspHorizontalBar
-{
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 10px;
-}
-
-.jspVerticalBar *,
-.jspHorizontalBar *
-{
- margin: 0;
- padding: 0;
-
-}
-
-.jspCap
-{
- display: none;
-}
-
-.jspHorizontalBar .jspCap
-{
- float: left;
-}
-
-.jspTrack
-{
- position: relative;
- border-radius: 1em;
- background: rgb(13,15,17); /* Old browsers */
-background: -moz-linear-gradient(left, rgba(13,15,17,1) 0%, rgba(23,28,33,1) 100%); /* FF3.6+ */
-background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(13,15,17,1)), color-stop(100%,rgba(23,28,33,1))); /* Chrome,Safari4+ */
-background: -webkit-linear-gradient(left, rgba(13,15,17,1) 0%,rgba(23,28,33,1) 100%); /* Chrome10+,Safari5.1+ */
-background: -o-linear-gradient(left, rgba(13,15,17,1) 0%,rgba(23,28,33,1) 100%); /* Opera 11.10+ */
-background: -ms-linear-gradient(left, rgba(13,15,17,1) 0%,rgba(23,28,33,1) 100%); /* IE10+ */
-background: linear-gradient(left, rgba(13,15,17,1) 0%,rgba(23,28,33,1) 100%); /* W3C */
-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0f11', endColorstr='#171c21',GradientType=1 ); /* IE6-9 */
-}
-
-.jspDrag
-{
- position: relative;
- top: 0;
- left: 0;
- cursor: pointer;
- border-left: 1px solid rgba(255,255,255,0.1);
- border-radius: 1em;
- background: rgb(112,135,158); /* Old browsers */
-background: -moz-linear-gradient(left, rgba(112,135,158,1) 0%, rgba(76,90,107,1) 100%); /* FF3.6+ */
-background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(112,135,158,1)), color-stop(100%,rgba(76,90,107,1))); /* Chrome,Safari4+ */
-background: -webkit-linear-gradient(left, rgba(112,135,158,1) 0%,rgba(76,90,107,1) 100%); /* Chrome10+,Safari5.1+ */
-background: -o-linear-gradient(left, rgba(112,135,158,1) 0%,rgba(76,90,107,1) 100%); /* Opera 11.10+ */
-background: -ms-linear-gradient(left, rgba(112,135,158,1) 0%,rgba(76,90,107,1) 100%); /* IE10+ */
-background: linear-gradient(left, rgba(112,135,158,1) 0%,rgba(76,90,107,1) 100%); /* W3C */
-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70879e', endColorstr='#4c5a6b',GradientType=1 ); /* IE6-9 */
-}
-.jspDrag:active,
-.jspDrag:hover
-{
-}
-
-.jspHorizontalBar .jspTrack,
-.jspHorizontalBar .jspDrag
-{
- float: left;
- height: 100%;
-}
-
-.jspArrow
-{
- display: block;
- cursor: pointer;
- font-family: 'WebSymbolsRegular';
- font-size: 0.1em;
-}
-
-.jspArrow.jspDisabled
-{
- cursor: default;
-}
-
-.jspVerticalBar .jspArrow .jspArrowUp:after {
- content: ':';
-}
-.jspVerticalBar .jspArrow .jspArrowDown:after {
- content: ';';
-}
-.jspVerticalBar .jspArrow
-{
- height: 16px;
- width: 100%;
-}
-
-
-.jspHorizontalBar .jspArrow
-{
- width: 16px;
- float: left;
- height: 100%;
-}
-
-.jspVerticalBar .jspArrow:focus
-{
- outline: none;
-}
-
-.jspCorner
-{
- background: #eeeef4;
- float: left;
- height: 100%;
-}
-
-/* Yuk! CSS Hack for IE6 3 pixel bug :( */
-* html .jspCorner
-{
- margin: 0 -3px 0 0;
-}
\ No newline at end of file
diff --git a/data/interfaces/brink/css/libs/dataTable.css b/data/interfaces/brink/css/libs/dataTable.css
deleted file mode 100644
index 3ce7e1a3..00000000
--- a/data/interfaces/brink/css/libs/dataTable.css
+++ /dev/null
@@ -1,113 +0,0 @@
-.dataTables_wrapper {
- width: 100%;
- background-color: #313131;
- min-height: 155px;
- clear: both;
- _height: 302px;
- zoom: 1; /* Feeling sorry for IE */
- z-index: 1;
-}
-
-.dataTables_processing {
- position: absolute;
- top: 50%;
- left: 50%;
- width: 20px;
- height: 30px;
- margin-left: -125px;
- margin-top: -15px;
- padding: 14px 0 2px 0;
- border: 1px solid #ddd;
- text-align: center;
- color: #999;
- font-size: 14px;
- background-color: #343434;
-}
-
-.dataTables_length {
- /*
- * Look in styles.css
- * */
-}
-
-.dataTables_filter {
- /*
- * Look in style.css
- * */
-}
-
-.dataTables_info {
- /*
- * Look in style.css
- * */
-}
-
-.dataTables_paginate {
- width: 44px;
- * width: 50px;
- float: left;
- text-align: right;
- margin-top: 15px;
- padding: 5px;
-}
-
-/* Pagination nested */
-.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
- height: 19px;
- width: 19px;
- margin-left: 3px;
- float: left;
-}
-
-.paginate_disabled_previous {
- background-image: url('../images/back_disabled.jpg');
-}
-
-.paginate_enabled_previous {
- background-image: url('../images/back_enabled.jpg');
-}
-
-.paginate_disabled_next {
- background-image: url('../images/forward_disabled.jpg');
-}
-
-.paginate_enabled_next {
- background-image: url('../images/forward_enabled.jpg');
-}
-
-
-
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- * DataTables display
- */
-table.display {
- margin: auto;
- width: 100%;
- clear: both;
- border-collapse: collapse;
-
-}
-table.display tbody tr:hover td{
- background-color: rgba(255,255,255,0.1);
-}
-
-table.display thead th {
- /*Moved*/
-}
-
-table.display tfoot th {
- /*Moved*/
-}
-
-table.display tr.heading2 td {
- border-bottom: 1px solid #aaa;
-}
-
-table.display td {
- /* Moved */
-}
-
-table.display td.center {
- text-align: center;
-}
-
diff --git a/data/interfaces/brink/css/libs/jquery-ui-1.8.23.custom.css b/data/interfaces/brink/css/libs/jquery-ui-1.8.23.custom.css
deleted file mode 100644
index f46e8031..00000000
--- a/data/interfaces/brink/css/libs/jquery-ui-1.8.23.custom.css
+++ /dev/null
@@ -1,563 +0,0 @@
-/*!
- * jQuery UI CSS Framework 1.8.23
- *
- * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Theming/API
- */
-
-/* Layout helpers
-----------------------------------*/
-.ui-helper-hidden { display: none; }
-.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
-.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
-.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
-.ui-helper-clearfix:after { clear: both; }
-.ui-helper-clearfix { zoom: 1; }
-.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
-
-
-/* Interaction Cues
-----------------------------------*/
-.ui-state-disabled { cursor: default !important; }
-
-
-/* Icons
-----------------------------------*/
-
-/* states and images */
-.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
-
-
-/* Misc visuals
-----------------------------------*/
-
-/* Overlays */
-.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
-
-
-/*!
- * jQuery UI CSS Framework 1.8.23
- *
- * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Theming/API
- *
- * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Century%20Gothic,Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1em&cornerRadius=0px&bgColorHeader=252c34&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=20&borderColorHeader=000000&fcHeader=0091ff&iconColorHeader=0091ff&bgColorContent=192126&bgTextureContent=01_flat.png&bgImgOpacityContent=100&borderColorContent=363636&fcContent=ffffff&iconColorContent=ffffff&bgColorDefault=283943&bgTextureDefault=01_flat.png&bgImgOpacityDefault=1000&borderColorDefault=242424&fcDefault=a1a1a1&iconColorDefault=888888&bgColorHover=3c444b&bgTextureHover=01_flat.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=0091ff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
- */
-
-
-/* Component containers
-----------------------------------*/
-.ui-widget { font-family: Century Gothic,Verdana,Arial,sans-serif; font-size: 1em; }
-.ui-widget .ui-widget { font-size: 1em; }
-.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Century Gothic,Verdana,Arial,sans-serif; font-size: 1em; }
-.ui-widget-content { border: 1px solid #363636; background: #192126 url(images/ui-bg_flat_100_192126_40x100.png) 50% 50% repeat-x; color: #ffffff; }
-.ui-widget-content a { color: #ffffff; }
-.ui-widget-header { border: 1px solid #000000; background: #252c34 url(images/ui-bg_highlight-soft_20_252c34_1x100.png) 50% 50% repeat-x; color: #0091ff; font-weight: bold; }
-.ui-widget-header a { color: #0091ff; }
-
-/* Interaction states
-----------------------------------*/
-.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #242424; background: #283943 url(images/ui-bg_flat_1000_283943_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #a1a1a1; }
-.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #a1a1a1; text-decoration: none; }
-.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #3c444b url(images/ui-bg_flat_75_3c444b_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
-.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
-.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #0091ff url(images/ui-bg_flat_65_0091ff_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
-.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
-.ui-widget :active { outline: none; }
-
-/* Interaction Cues
-----------------------------------*/
-.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
-.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
-.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
-.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
-.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
-.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
-.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
-.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
-
-/* Icons
-----------------------------------*/
-
-/* states and images */
-.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_ffffff_256x240.png); }
-.ui-widget-content .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
-.ui-widget-header .ui-icon {background-image: url(images/ui-icons_0091ff_256x240.png); }
-.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
-.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
-.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
-.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
-.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
-
-/* positioning */
-.ui-icon-carat-1-n { background-position: 0 0; }
-.ui-icon-carat-1-ne { background-position: -16px 0; }
-.ui-icon-carat-1-e { background-position: -32px 0; }
-.ui-icon-carat-1-se { background-position: -48px 0; }
-.ui-icon-carat-1-s { background-position: -64px 0; }
-.ui-icon-carat-1-sw { background-position: -80px 0; }
-.ui-icon-carat-1-w { background-position: -96px 0; }
-.ui-icon-carat-1-nw { background-position: -112px 0; }
-.ui-icon-carat-2-n-s { background-position: -128px 0; }
-.ui-icon-carat-2-e-w { background-position: -144px 0; }
-.ui-icon-triangle-1-n { background-position: 0 -16px; }
-.ui-icon-triangle-1-ne { background-position: -16px -16px; }
-.ui-icon-triangle-1-e { background-position: -32px -16px; }
-.ui-icon-triangle-1-se { background-position: -48px -16px; }
-.ui-icon-triangle-1-s { background-position: -64px -16px; }
-.ui-icon-triangle-1-sw { background-position: -80px -16px; }
-.ui-icon-triangle-1-w { background-position: -96px -16px; }
-.ui-icon-triangle-1-nw { background-position: -112px -16px; }
-.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
-.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
-.ui-icon-arrow-1-n { background-position: 0 -32px; }
-.ui-icon-arrow-1-ne { background-position: -16px -32px; }
-.ui-icon-arrow-1-e { background-position: -32px -32px; }
-.ui-icon-arrow-1-se { background-position: -48px -32px; }
-.ui-icon-arrow-1-s { background-position: -64px -32px; }
-.ui-icon-arrow-1-sw { background-position: -80px -32px; }
-.ui-icon-arrow-1-w { background-position: -96px -32px; }
-.ui-icon-arrow-1-nw { background-position: -112px -32px; }
-.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
-.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
-.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
-.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
-.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
-.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
-.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
-.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
-.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
-.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
-.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
-.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
-.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
-.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
-.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
-.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
-.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
-.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
-.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
-.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
-.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
-.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
-.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
-.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
-.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
-.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
-.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
-.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
-.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
-.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
-.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
-.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
-.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
-.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
-.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
-.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
-.ui-icon-arrow-4 { background-position: 0 -80px; }
-.ui-icon-arrow-4-diag { background-position: -16px -80px; }
-.ui-icon-extlink { background-position: -32px -80px; }
-.ui-icon-newwin { background-position: -48px -80px; }
-.ui-icon-refresh { background-position: -64px -80px; }
-.ui-icon-shuffle { background-position: -80px -80px; }
-.ui-icon-transfer-e-w { background-position: -96px -80px; }
-.ui-icon-transferthick-e-w { background-position: -112px -80px; }
-.ui-icon-folder-collapsed { background-position: 0 -96px; }
-.ui-icon-folder-open { background-position: -16px -96px; }
-.ui-icon-document { background-position: -32px -96px; }
-.ui-icon-document-b { background-position: -48px -96px; }
-.ui-icon-note { background-position: -64px -96px; }
-.ui-icon-mail-closed { background-position: -80px -96px; }
-.ui-icon-mail-open { background-position: -96px -96px; }
-.ui-icon-suitcase { background-position: -112px -96px; }
-.ui-icon-comment { background-position: -128px -96px; }
-.ui-icon-person { background-position: -144px -96px; }
-.ui-icon-print { background-position: -160px -96px; }
-.ui-icon-trash { background-position: -176px -96px; }
-.ui-icon-locked { background-position: -192px -96px; }
-.ui-icon-unlocked { background-position: -208px -96px; }
-.ui-icon-bookmark { background-position: -224px -96px; }
-.ui-icon-tag { background-position: -240px -96px; }
-.ui-icon-home { background-position: 0 -112px; }
-.ui-icon-flag { background-position: -16px -112px; }
-.ui-icon-calendar { background-position: -32px -112px; }
-.ui-icon-cart { background-position: -48px -112px; }
-.ui-icon-pencil { background-position: -64px -112px; }
-.ui-icon-clock { background-position: -80px -112px; }
-.ui-icon-disk { background-position: -96px -112px; }
-.ui-icon-calculator { background-position: -112px -112px; }
-.ui-icon-zoomin { background-position: -128px -112px; }
-.ui-icon-zoomout { background-position: -144px -112px; }
-.ui-icon-search { background-position: -160px -112px; }
-.ui-icon-wrench { background-position: -176px -112px; }
-.ui-icon-gear { background-position: -192px -112px; }
-.ui-icon-heart { background-position: -208px -112px; }
-.ui-icon-star { background-position: -224px -112px; }
-.ui-icon-link { background-position: -240px -112px; }
-.ui-icon-cancel { background-position: 0 -128px; }
-.ui-icon-plus { background-position: -16px -128px; }
-.ui-icon-plusthick { background-position: -32px -128px; }
-.ui-icon-minus { background-position: -48px -128px; }
-.ui-icon-minusthick { background-position: -64px -128px; }
-.ui-icon-close { background-position: -80px -128px; }
-.ui-icon-closethick { background-position: -96px -128px; }
-.ui-icon-key { background-position: -112px -128px; }
-.ui-icon-lightbulb { background-position: -128px -128px; }
-.ui-icon-scissors { background-position: -144px -128px; }
-.ui-icon-clipboard { background-position: -160px -128px; }
-.ui-icon-copy { background-position: -176px -128px; }
-.ui-icon-contact { background-position: -192px -128px; }
-.ui-icon-image { background-position: -208px -128px; }
-.ui-icon-video { background-position: -224px -128px; }
-.ui-icon-script { background-position: -240px -128px; }
-.ui-icon-alert { background-position: 0 -144px; }
-.ui-icon-info { background-position: -16px -144px; }
-.ui-icon-notice { background-position: -32px -144px; }
-.ui-icon-help { background-position: -48px -144px; }
-.ui-icon-check { background-position: -64px -144px; }
-.ui-icon-bullet { background-position: -80px -144px; }
-.ui-icon-radio-off { background-position: -96px -144px; }
-.ui-icon-radio-on { background-position: -112px -144px; }
-.ui-icon-pin-w { background-position: -128px -144px; }
-.ui-icon-pin-s { background-position: -144px -144px; }
-.ui-icon-play { background-position: 0 -160px; }
-.ui-icon-pause { background-position: -16px -160px; }
-.ui-icon-seek-next { background-position: -32px -160px; }
-.ui-icon-seek-prev { background-position: -48px -160px; }
-.ui-icon-seek-end { background-position: -64px -160px; }
-.ui-icon-seek-start { background-position: -80px -160px; }
-/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
-.ui-icon-seek-first { background-position: -80px -160px; }
-.ui-icon-stop { background-position: -96px -160px; }
-.ui-icon-eject { background-position: -112px -160px; }
-.ui-icon-volume-off { background-position: -128px -160px; }
-.ui-icon-volume-on { background-position: -144px -160px; }
-.ui-icon-power { background-position: 0 -176px; }
-.ui-icon-signal-diag { background-position: -16px -176px; }
-.ui-icon-signal { background-position: -32px -176px; }
-.ui-icon-battery-0 { background-position: -48px -176px; }
-.ui-icon-battery-1 { background-position: -64px -176px; }
-.ui-icon-battery-2 { background-position: -80px -176px; }
-.ui-icon-battery-3 { background-position: -96px -176px; }
-.ui-icon-circle-plus { background-position: 0 -192px; }
-.ui-icon-circle-minus { background-position: -16px -192px; }
-.ui-icon-circle-close { background-position: -32px -192px; }
-.ui-icon-circle-triangle-e { background-position: -48px -192px; }
-.ui-icon-circle-triangle-s { background-position: -64px -192px; }
-.ui-icon-circle-triangle-w { background-position: -80px -192px; }
-.ui-icon-circle-triangle-n { background-position: -96px -192px; }
-.ui-icon-circle-arrow-e { background-position: -112px -192px; }
-.ui-icon-circle-arrow-s { background-position: -128px -192px; }
-.ui-icon-circle-arrow-w { background-position: -144px -192px; }
-.ui-icon-circle-arrow-n { background-position: -160px -192px; }
-.ui-icon-circle-zoomin { background-position: -176px -192px; }
-.ui-icon-circle-zoomout { background-position: -192px -192px; }
-.ui-icon-circle-check { background-position: -208px -192px; }
-.ui-icon-circlesmall-plus { background-position: 0 -208px; }
-.ui-icon-circlesmall-minus { background-position: -16px -208px; }
-.ui-icon-circlesmall-close { background-position: -32px -208px; }
-.ui-icon-squaresmall-plus { background-position: -48px -208px; }
-.ui-icon-squaresmall-minus { background-position: -64px -208px; }
-.ui-icon-squaresmall-close { background-position: -80px -208px; }
-.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
-.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
-.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
-.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
-.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
-.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
-
-
-/* Misc visuals
-----------------------------------*/
-
-/* Corner radius */
-.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -khtml-border-top-left-radius: 0px; border-top-left-radius: 0px; }
-.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; -khtml-border-top-right-radius: 0px; border-top-right-radius: 0px; }
-.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; -khtml-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; }
-.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -khtml-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
-
-/* Overlays */
-.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
-.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
- * jQuery UI Resizable 1.8.23
- *
- * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Resizable#theming
- */
-.ui-resizable { position: relative;}
-.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
-.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
-.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
-.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
-.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
-.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
-.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
-.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
-.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
-.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
- * jQuery UI Selectable 1.8.23
- *
- * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Selectable#theming
- */
-.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
-/*!
- * jQuery UI Accordion 1.8.23
- *
- * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Accordion#theming
- */
-/* IE/Win - Fix animation bug - #4615 */
-.ui-accordion { width: 100%; }
-.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
-.ui-accordion .ui-accordion-li-fix { display: inline; }
-.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
-.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
-.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
-.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
-.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
-.ui-accordion .ui-accordion-content-active { display: block; }
-/*!
- * jQuery UI Autocomplete 1.8.23
- *
- * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Autocomplete#theming
- */
-.ui-autocomplete { position: absolute; cursor: default; }
-
-/* workarounds */
-* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
-
-/*
- * jQuery UI Menu 1.8.23
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Menu#theming
- */
-.ui-menu {
- list-style:none;
- padding: 2px;
- margin: 0;
- display:block;
- float: left;
-}
-.ui-menu .ui-menu {
- margin-top: -3px;
-}
-.ui-menu .ui-menu-item {
- margin:0;
- padding: 0;
- zoom: 1;
- float: left;
- clear: left;
- width: 100%;
-}
-.ui-menu .ui-menu-item a {
- text-decoration:none;
- display:block;
- padding:.2em .4em;
- line-height:1.5;
- zoom:1;
-}
-.ui-menu .ui-menu-item a.ui-state-hover,
-.ui-menu .ui-menu-item a.ui-state-active {
- font-weight: normal;
- margin: -1px;
-}
-/*!
- * jQuery UI Button 1.8.23
- *
- * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Button#theming
- */
-.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
-.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
-button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
-.ui-button-icons-only { width: 3.4em; }
-button.ui-button-icons-only { width: 3.7em; }
-
-/*button text element */
-.ui-button .ui-button-text { display: block; line-height: 1.4; }
-.ui-button-text-only .ui-button-text { padding: .4em 1em; }
-.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
-.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
-.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
-.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
-/* no icon support for input elements, provide padding by default */
-input.ui-button { padding: .4em 1em; }
-
-/*button icon element(s) */
-.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
-.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
-.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
-.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
-.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
-
-/*button sets*/
-.ui-buttonset { margin-right: 7px; }
-.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
-
-/* workarounds */
-button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
-/*!
- * jQuery UI Dialog 1.8.23
- *
- * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Dialog#theming
- */
-.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
-.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
-.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
-.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
-.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
-.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
-.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
-.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
-.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
-.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
-.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
-.ui-draggable .ui-dialog-titlebar { cursor: move; }
-/*!
- * jQuery UI Slider 1.8.23
- *
- * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Slider#theming
- */
-.ui-slider { position: relative; text-align: left; }
-.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
-.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
-
-.ui-slider-horizontal { height: .8em; }
-.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
-.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
-.ui-slider-horizontal .ui-slider-range-min { left: 0; }
-.ui-slider-horizontal .ui-slider-range-max { right: 0; }
-
-.ui-slider-vertical { width: .8em; height: 100px; }
-.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
-.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
-.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
-.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
- * jQuery UI Tabs 1.8.23
- *
- * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Tabs#theming
- */
-.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
-.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
-.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
-.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
-.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
-.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
-.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
-.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
-.ui-tabs .ui-tabs-hide { display: none !important; }
-/*!
- * jQuery UI Datepicker 1.8.23
- *
- * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Datepicker#theming
- */
-.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
-.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
-.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
-.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
-.ui-datepicker .ui-datepicker-prev { left:2px; }
-.ui-datepicker .ui-datepicker-next { right:2px; }
-.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
-.ui-datepicker .ui-datepicker-next-hover { right:1px; }
-.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
-.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
-.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
-.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
-.ui-datepicker select.ui-datepicker-month,
-.ui-datepicker select.ui-datepicker-year { width: 49%;}
-.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
-.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
-.ui-datepicker td { border: 0; padding: 1px; }
-.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
-.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
-.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
-.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
-
-/* with multiple calendars */
-.ui-datepicker.ui-datepicker-multi { width:auto; }
-.ui-datepicker-multi .ui-datepicker-group { float:left; }
-.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
-.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
-.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
-.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
-.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
-.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
-.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
-.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
-
-/* RTL support */
-.ui-datepicker-rtl { direction: rtl; }
-.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
-.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
-.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
-.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
-.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
-.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
-.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
-.ui-datepicker-rtl .ui-datepicker-group { float:right; }
-.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
-.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
-
-/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
-.ui-datepicker-cover {
- position: absolute; /*must have*/
- z-index: -1; /*must have*/
- filter: mask(); /*must have*/
- top: -4px; /*must have*/
- left: -4px; /*must have*/
- width: 200px; /*must have*/
- height: 200px; /*must have*/
-}/*!
- * jQuery UI Progressbar 1.8.23
- *
- * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Progressbar#theming
- */
-.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
-.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
\ No newline at end of file
diff --git a/data/interfaces/brink/css/libs/jquery.dataTables.css b/data/interfaces/brink/css/libs/jquery.dataTables.css
deleted file mode 100644
index dda16c41..00000000
--- a/data/interfaces/brink/css/libs/jquery.dataTables.css
+++ /dev/null
@@ -1,219 +0,0 @@
-
-/*
- * Table
- */
-table.dataTable {
- margin: 0 auto;
- clear: both;
- width: 100%;
-}
-
-table.dataTable thead th {
- padding: 3px 18px 3px 10px;
- border-bottom: 1px solid black;
- font-weight: bold;
- cursor: pointer;
- *cursor: hand;
-}
-
-table.dataTable tfoot th {
- padding: 3px 18px 3px 10px;
- border-top: 1px solid black;
- font-weight: bold;
-}
-
-table.dataTable td {
- padding: 3px 10px;
-}
-
-table.dataTable td.center,
-table.dataTable td.dataTables_empty {
- text-align: center;
-}
-
-table.dataTable tr.odd { background-color: #E2E4FF; }
-table.dataTable tr.even { background-color: white; }
-
-table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
-table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
-table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
-table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
-table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
-table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
-
-
-/*
- * Table wrapper
- */
-.dataTables_wrapper {
- position: relative;
- clear: both;
- *zoom: 1;
-}
-
-
-/*
- * Page length menu
- */
-.dataTables_length {
- float: left;
-}
-
-
-/*
- * Filter
- */
-.dataTables_filter {
- float: right;
- text-align: right;
-}
-
-
-/*
- * Table information
- */
-.dataTables_info {
- clear: both;
- float: left;
-}
-
-
-/*
- * Pagination
- */
-.dataTables_paginate {
- float: right;
- text-align: right;
-}
-
-/* Two button pagination - previous / next */
-.paginate_disabled_previous,
-.paginate_enabled_previous,
-.paginate_disabled_next,
-.paginate_enabled_next {
- height: 19px;
- float: left;
- cursor: pointer;
- *cursor: hand;
- color: #111 !important;
-}
-.paginate_disabled_previous:hover,
-.paginate_enabled_previous:hover,
-.paginate_disabled_next:hover,
-.paginate_enabled_next:hover {
- text-decoration: none !important;
-}
-.paginate_disabled_previous:active,
-.paginate_enabled_previous:active,
-.paginate_disabled_next:active,
-.paginate_enabled_next:active {
- outline: none;
-}
-
-.paginate_disabled_previous,
-.paginate_disabled_next {
- color: #666 !important;
-}
-.paginate_disabled_previous,
-.paginate_enabled_previous {
- padding-left: 23px;
-}
-.paginate_disabled_next,
-.paginate_enabled_next {
- padding-right: 23px;
- margin-left: 10px;
-}
-
-.paginate_enabled_previous { background: url('../images/back_enabled.png') no-repeat top left; }
-.paginate_enabled_previous:hover { background: url('../images/back_enabled_hover.png') no-repeat top left; }
-.paginate_disabled_previous { background: url('../images/back_disabled.png') no-repeat top left; }
-
-.paginate_enabled_next { background: url('../images/forward_enabled.png') no-repeat top right; }
-.paginate_enabled_next:hover { background: url('../images/forward_enabled_hover.png') no-repeat top right; }
-.paginate_disabled_next { background: url('../images/forward_disabled.png') no-repeat top right; }
-
-/* Full number pagination */
-.paging_full_numbers {
- height: 22px;
- line-height: 22px;
-}
-.paging_full_numbers a:active {
- outline: none
-}
-.paging_full_numbers a:hover {
- text-decoration: none;
-}
-
-.paging_full_numbers a.paginate_button,
-.paging_full_numbers a.paginate_active {
- border: 1px solid #aaa;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- padding: 2px 5px;
- margin: 0 3px;
- cursor: pointer;
- *cursor: hand;
- color: #333 !important;
-}
-
-.paging_full_numbers a.paginate_button {
- background-color: #ddd;
-}
-
-.paging_full_numbers a.paginate_button:hover {
- background-color: #ccc;
- text-decoration: none !important;
-}
-
-.paging_full_numbers a.paginate_active {
- background-color: #99B3FF;
-}
-
-
-/*
- * Processing indicator
- */
-.dataTables_processing {
- position: absolute;
- top: 50%;
- left: 50%;
- width: 250px;
- height: 30px;
- margin-left: -125px;
- margin-top: -15px;
- padding: 14px 0 2px 0;
- border: 1px solid #ddd;
- text-align: center;
- color: #999;
- font-size: 14px;
- background-color: white;
-}
-
-
-/*
- * Sorting
- */
-.sorting { background: url('../images/sort_both.png') no-repeat center right; }
-.sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
-.sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }
-
-.sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
-.sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }
-
-table.dataTable th:active {
- outline: none;
-}
-
-
-/*
- * Scrolling
- */
-.dataTables_scroll {
- clear: both;
-}
-
-.dataTables_scrollBody {
- *margin-top: -1px;
-}
-
diff --git a/data/interfaces/brink/css/libs/jquery.dataTables_themeroller.css b/data/interfaces/brink/css/libs/jquery.dataTables_themeroller.css
deleted file mode 100644
index 94a24c8c..00000000
--- a/data/interfaces/brink/css/libs/jquery.dataTables_themeroller.css
+++ /dev/null
@@ -1,243 +0,0 @@
-
-
-/*
- * Table
- */
-table.dataTable {
- margin: 0 auto;
- clear: both;
- width: 100%;
-}
-
-table.dataTable thead th {
- padding: 3px 0px 3px 10px;
- cursor: pointer;
- *cursor: hand;
-}
-
-table.dataTable tfoot th {
- padding: 3px 10px;
-}
-
-table.dataTable td {
- padding: 3px 10px;
-}
-
-table.dataTable td.center,
-table.dataTable td.dataTables_empty {
- text-align: center;
-}
-
-table.dataTable tr.odd { background-color: #E2E4FF; }
-table.dataTable tr.even { background-color: white; }
-
-table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
-table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
-table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
-table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
-table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
-table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
-
-
-/*
- * Table wrapper
- */
-.dataTables_wrapper {
- position: relative;
- clear: both;
- *zoom: 1;
-}
-.dataTables_wrapper .ui-widget-header {
- font-weight: normal;
-}
-.dataTables_wrapper .ui-toolbar {
- padding: 5px;
-}
-
-
-/*
- * Page length menu
- */
-.dataTables_length {
- float: left;
-}
-
-
-/*
- * Filter
- */
-.dataTables_filter {
- float: right;
- text-align: right;
-}
-
-
-/*
- * Table information
- */
-.dataTables_info {
- padding-top: 3px;
- clear: both;
- float: left;
-}
-
-
-/*
- * Pagination
- */
-.dataTables_paginate {
- float: right;
- text-align: right;
-}
-
-.dataTables_paginate .ui-button {
- margin-right: -0.1em !important;
-}
-
-.paging_two_button .ui-button {
- float: left;
- cursor: pointer;
- * cursor: hand;
-}
-
-.paging_full_numbers .ui-button {
- padding: 2px 6px;
- margin: 0;
- cursor: pointer;
- * cursor: hand;
- color: #333 !important;
-}
-
-/* Two button pagination - previous / next */
-.paginate_disabled_previous,
-.paginate_enabled_previous,
-.paginate_disabled_next,
-.paginate_enabled_next {
- height: 19px;
- float: left;
- cursor: pointer;
- *cursor: hand;
- color: #111 !important;
-}
-.paginate_disabled_previous:hover,
-.paginate_enabled_previous:hover,
-.paginate_disabled_next:hover,
-.paginate_enabled_next:hover {
- text-decoration: none !important;
-}
-.paginate_disabled_previous:active,
-.paginate_enabled_previous:active,
-.paginate_disabled_next:active,
-.paginate_enabled_next:active {
- outline: none;
-}
-
-.paginate_disabled_previous,
-.paginate_disabled_next {
- color: #666 !important;
-}
-.paginate_disabled_previous,
-.paginate_enabled_previous {
- padding-left: 23px;
-}
-.paginate_disabled_next,
-.paginate_enabled_next {
- padding-right: 23px;
- margin-left: 10px;
-}
-
-.paginate_enabled_previous { background: url('../images/back_enabled.png') no-repeat top left; }
-.paginate_enabled_previous:hover { background: url('../images/back_enabled_hover.png') no-repeat top left; }
-.paginate_disabled_previous { background: url('../images/back_disabled.png') no-repeat top left; }
-
-.paginate_enabled_next { background: url('../images/forward_enabled.png') no-repeat top right; }
-.paginate_enabled_next:hover { background: url('../images/forward_enabled_hover.png') no-repeat top right; }
-.paginate_disabled_next { background: url('../images/forward_disabled.png') no-repeat top right; }
-
-/* Full number pagination */
-.paging_full_numbers a:active {
- outline: none
-}
-.paging_full_numbers a:hover {
- text-decoration: none;
-}
-
-.paging_full_numbers a.paginate_button,
-.paging_full_numbers a.paginate_active {
- border: 1px solid #aaa;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- padding: 2px 5px;
- margin: 0 3px;
- cursor: pointer;
- *cursor: hand;
- color: #333 !important;
-}
-
-.paging_full_numbers a.paginate_button {
- background-color: #ddd;
-}
-
-.paging_full_numbers a.paginate_button:hover {
- background-color: #ccc;
- text-decoration: none !important;
-}
-
-.paging_full_numbers a.paginate_active {
- background-color: #99B3FF;
-}
-
-
-/*
- * Processing indicator
- */
-.dataTables_processing {
- position: absolute;
- top: 50%;
- left: 50%;
- width: 250px;
- height: 30px;
- margin-left: -125px;
- margin-top: -15px;
- padding: 14px 0 2px 0;
- border: 1px solid #ddd;
- text-align: center;
- color: #999;
- font-size: 14px;
- background-color: white;
-}
-
-
-/*
- * Sorting
- */
-table.dataTable thead th div.DataTables_sort_wrapper {
- position: relative;
- padding-right: 20px;
- padding-right: 20px;
-}
-
-table.dataTable thead th div.DataTables_sort_wrapper span {
- position: absolute;
- top: 50%;
- margin-top: -8px;
- right: 0;
-}
-
-table.dataTable th:active {
- outline: none;
-}
-
-
-/*
- * Scrolling
- */
-.dataTables_scroll {
- clear: both;
-}
-
-.dataTables_scrollBody {
- *margin-top: -1px;
-}
-
diff --git a/data/interfaces/brink/css/libs/jquery.jscrollpane.css b/data/interfaces/brink/css/libs/jquery.jscrollpane.css
deleted file mode 100644
index e623bae5..00000000
--- a/data/interfaces/brink/css/libs/jquery.jscrollpane.css
+++ /dev/null
@@ -1,143 +0,0 @@
-/*
- * CSS Styles that are needed by jScrollPane for it to operate correctly.
- *
- * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
- * may not operate correctly without them.
- */
-
-.jspContainer
-{
- overflow: hidden;
- position: relative;
- z-index: 9999;
-}
-
-.jspPane
-{
- position: absolute;
-}
-
-.jspVerticalBar
-{
- position: absolute;
- top: 0;
- right: 0;
- width: 15px;
- height: 100%;
- background: rgb(90,90,90);
- border-bottom: 1px solid rgb(20,20,20);
- border-right: 1px solid rgb(20,20,20);
- border-top: 1px solid rgb(130,130,130);
- border-left: 1px solid rgb(130,130,130);
- box-shadow: 0px 0px 5px #000;
- padding-left: 2px;
- padding-right: 2px;
-}
-
-.jspHorizontalBar
-{
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 15px;
- background: rgb(160,160,160);
-}
-
-.jspVerticalBar *,
-.jspHorizontalBar *
-{
- margin: 0;
- padding: 0;
-}
-
-.jspCap
-{
- display: none;
-}
-
-.jspHorizontalBar .jspCap
-{
- float: left;
- background: rgb(160,160,160);
-}
-
-.jspTrack
-{
- position: relative;
- border-radius: 20px;
-}
-
-.jspDrag
-{
- position: relative;
- top: 0;
- left: 0;
- cursor: pointer;
- border-radius: 20px;
- box-shadow: 0px 0px 3px #000;
- border: 1px solid rgba(0,0,0,0.9);
-}
-
-.jspHorizontalBar .jspTrack,
-.jspHorizontalBar .jspDrag
-{
- float: left;
- height: 100%;
-}
-
-.jspArrow
-{
- background: rgb(160,160,160);
- text-indent: 0px;
- display: block;
- cursor: pointer;
- box-shadow: 0px 0px 3px #000;
-}
-
-.jspArrow.jspDisabled
-{
- cursor: default;
- background: rgb(90,90,90);
-}
-
-.jspVerticalBar .jspArrow
-{
- height: 20px;
- box-shadow: 1px 1px 3px;
-}
-
-.jspHorizontalBar .jspArrow
-{
- width: 20px;
- float: left;
- height: 100%;
-}
-
-.jspVerticalBar .jspArrow:focus
-{
- outline: none;
-}
-
-.jspCorner
-{
- background: rgb(160,160,160);
- border: 1px solid #000;
- float: left;
- height: 100%;
-}
-
-.jspArrowUp
-{
- background: url(../images/arrow-up.png) center center no-repeat;
-}
-.jspArrowDown
-{
- background: url(../images/arrow-down.png) center center no-repeat;
-}
-
-/* Yuk! CSS Hack for IE6 3 pixel bug :( */
-* html .jspCorner
-{
- margin: 0 -3px 0 0;
-}
\ No newline at end of file
diff --git a/data/interfaces/brink/css/libs/jquery.noty.css b/data/interfaces/brink/css/libs/jquery.noty.css
deleted file mode 100644
index b589ebfa..00000000
--- a/data/interfaces/brink/css/libs/jquery.noty.css
+++ /dev/null
@@ -1,105 +0,0 @@
-
-/* CORE STYLES */
-
- /* noty bar */
- .noty_bar {
- position: fixed;
- display: none;
- z-index: 9999999;
- }
-
- /* noty_message */
- .noty_bar .noty_message {
- text-align: center;
- }
-
- /* noty close button */
- .noty_bar .noty_close {
- cursor: pointer;
- }
-
- /* noty modal */
- .noty_modal {
- position: fixed;
- width: 100%;
- height: 100%;
- background-color: #000;
- z-index: 10000;
- opacity: 0.6;
- display: none;
- left: 0;
- top: 0;
- }
-
- /* noty container for noty_layout_topLeft & noty_layout_topRight */
- ul.noty_cont {
- position: fixed;
- z-index: 10000000;
- margin: 0px;
- padding: 0px;
- list-style: none;
- width: 300px;
- }
- ul.noty_cont li {
- position: relative;
- float: left;
- clear: both;
- list-style: none;
- padding: 0px;
- margin: 10px 0 0 0;
- width: 300px; /* Fix for: http://bugs.jquery.com/ticket/2278 */
- }
- ul.noty_cont.noty_layout_topLeft {left:20px; top:20px;}
- ul.noty_cont.noty_layout_topRight {right:40px; top:20px;}
- ul.noty_cont.noty_layout_bottomLeft {left:20px; bottom:20px}
- ul.noty_cont.noty_layout_bottomRight {right:40px; bottom:20px}
- ul.noty_cont.noty_layout_topRight li {float:right}
-
-/* LAYOUTS */
-
- /* noty_layout_top */
- .noty_bar.noty_layout_top {
- top: 0;
- left: 0;
- width: 100%;
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- border-radius: 0px;
- }
-
- /* noty_layout_bottom */
- .noty_bar.noty_layout_bottom {
- bottom: 0;
- left: 0;
- width: 100%;
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- border-radius: 0px;
- }
-
- /* noty_layout_center */
- .noty_bar.noty_layout_center {
- top: 40%;
- }
-
- /* noty_layout_topLeft & noty_layout_topRight */
- .noty_bar.noty_layout_topLeft,
- .noty_bar.noty_layout_topRight,
- .noty_bar.noty_layout_bottomLeft,
- .noty_bar.noty_layout_bottomRight {
- width: 100%;
- clear: both;
- position: relative;
- }
-
- .noty_bar.noty_layout_topLeft .noty_message,
- .noty_bar.noty_layout_topRight .noty_message,
- .noty_bar.noty_layout_bottomLeft .noty_message,
- .noty_bar.noty_layout_bottomRight .noty_message {
- text-align: left;
- }
-
- /* noty_layout_topCenter */
- .noty_bar.noty_layout_topCenter {
- top: 20px;
- }
\ No newline at end of file
diff --git a/data/interfaces/brink/css/libs/noty_theme_default.css b/data/interfaces/brink/css/libs/noty_theme_default.css
deleted file mode 100644
index da94e8c3..00000000
--- a/data/interfaces/brink/css/libs/noty_theme_default.css
+++ /dev/null
@@ -1,240 +0,0 @@
-
-/* CORE STYLES*/
-
- /* noty bar */
- .noty_bar.noty_theme_default {
- background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT8QSc9EIDAsAznxvY4pXPKr05RUE5MEVB+TyWfCEl9LZApYopCmo9C4FKSMtYoI8Bwv79aQJU4l6hXXCZrQbokJEksxHo9KMOgc6w1atHXM8K9DVC7FQnJ0i8iK3QooGgbnyKgMDygBWyYFZoqx4qS27KqLZJjA1D0jK6QJcYEQEiWv9PGkTsbqxQ8oT+ZtZB6AkdsJnQDnMoHXHLGKOgDYuCWmYhEERCI5gaamW0bnHdA3k2ltlIN+2qKRyCND0bhqSYCyTB3CAOc4WusBEIpkeBuPgJMAAX8Hs1NfqHRgAAAABJRU5ErkJggg==') repeat-x scroll left top #fff;
- }
-
- /* if you use noty with customContainer you can access noty with this way
- * .noty_custom_container noty will add automaticly this class to your customContainer
- * .noty_theme_default your theme
- * .noty_layout_inline your layout
- */
-
- /* custom container */
- .noty_custom_container.noty_theme_default.noty_layout_inline {
- position: relative;
- }
-
- /* custom growl container */
- .noty_custom_container.noty_theme_default.noty_layout_inline .noty_cont.noty_layout_inline {
- position: static;
- }
- /* custom noty bar */
- .noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar {
- border-width: 1px;
- border-style: solid;
- position: static;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- }
- .noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar .noty_message {
- font-size: 13px;
- padding: 4px;
- }
- .noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar .noty_message .noty_buttons {
- margin-top: -1px;
- }
-
- /* noty_message */
- .noty_bar.noty_theme_default .noty_message {
- padding: 8px 14px;
- font-size: 16px;
- font-weight: bold;
- width: auto;
- }
- .noty_bar.noty_theme_default.noty_closable .noty_message {
- padding: 8px 34px 8px 14px;
- }
-
- /* noty_buttons */
- .noty_bar.noty_theme_default .noty_message .noty_buttons {
- float: right;
- font-size: 13px;
- margin-top: -4px;
- margin-left: 4px;
- }
-
- /* noty_button */
- .noty_bar.noty_theme_default .noty_message .noty_buttons button {
- margin-left: 5px;
- }
-
- /* noty close button */
- .noty_bar.noty_theme_default .noty_close {
- position: absolute;
- top: 10px;
- right: 10px;
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAORJREFUeNq0lU0OgjAQhRm5gUl3rLyBB3BDQjwI4TDcgmu4NqwNJGxdueqWA4zzCJoxtvxoeckLzbz2C5ShEDNHDiXis/gkPooPY/0uvomv4ov48bUSQGUSF+Ka51WPc0kzNGwvLnm9ynHtB5B+hGkoaWDB/6t4AZOFe7ZkTxMAc1dqreU0TbnrunetbVvOsmzIPMoBrFwJYGgCY8wAgjFGDZlHFYCNK9EAXPUYmUcNgL0v1dAFMKjfRSsVx/H0hC0eOfhLmWwbfTcYozbXNsEbO/int8nhEPz4CnbAUuhfwFOAAQAA48KKOuexjwAAAABJRU5ErkJggg==');
- width: 20px;
- height: 20px;
- }
-
- /* noty modal */
- .noty_modal.noty_theme_default {
- opacity: 0.7;
- }
-
-/* LAYOUTS */
-
- /* noty_layout_top */
- .noty_bar.noty_theme_default.noty_layout_top {
- border-bottom: 3px solid #eee;
- }
-
- /* noty_layout_bottom */
- .noty_bar.noty_theme_default.noty_layout_bottom {
- border-top: 3px solid #eee;
- }
-
- .noty_bar.noty_theme_default.noty_layout_center .noty_close {
- top: 8px;
- }
-
- .noty_bar.noty_theme_default.noty_layout_center .noty_message .noty_buttons {
- margin-top: -2px
- }
-
- /* noty_layout_topLeft & noty_layout_topRight */
- .noty_bar.noty_theme_default.noty_layout_center,
- .noty_bar.noty_theme_default.noty_layout_topLeft,
- .noty_bar.noty_theme_default.noty_layout_topRight,
- .noty_bar.noty_theme_default.noty_layout_bottomLeft,
- .noty_bar.noty_theme_default.noty_layout_bottomRight {
- border: 1px solid #eee;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- }
- .noty_bar.noty_theme_default.noty_layout_center .noty_message,
- .noty_bar.noty_theme_default.noty_layout_topLeft .noty_message,
- .noty_bar.noty_theme_default.noty_layout_topRight .noty_message,
- .noty_bar.noty_theme_default.noty_layout_bottomLeft .noty_message,
- .noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message {
- font-size: 13px;
- font-weight: normal;
- }
- .noty_bar.noty_theme_default.noty_layout_topLeft .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_layout_topRight .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_layout_bottomLeft .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message .noty_buttons {
- float: none;
- border-top: 1px solid #ccc;
- margin-left: 0;
- margin-top: 10px;
- padding-top: 10px;
- text-align: right;
- }
-
- /* noty_layout_topCenter */
- .noty_bar.noty_theme_default.noty_layout_topCenter {
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- }
- .noty_bar.noty_theme_default.noty_layout_topCenter .noty_message {
- font-weight: normal;
- font-size: 13px;
- }
- .noty_bar.noty_theme_default.noty_layout_topCenter .noty_close {
- top: 50%;
- margin-top: -10px;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- .noty_bar.noty_theme_default.noty_layout_topCenter.noty_success {
- border: 1px solid #50C24E;
- }
- .noty_bar.noty_theme_default.noty_layout_topCenter .noty_message .noty_buttons {
- margin-left: 15px;
- margin-top: 0px
- }
-
-/* NOTIFICATION TYPES */
-
- /* noty_notification */
- .noty_bar.noty_theme_default.noty_notification {
- background-color: #fff;
- border-color: #ccc;
- color: #555;
- }
- .noty_bar.noty_theme_default.noty_notification.noty_layout_topLeft .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_notification.noty_layout_topRight .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_notification.noty_layout_bottomLeft .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_notification.noty_layout_bottomRight .noty_message .noty_buttons {
- border-color: #ccc;
- }
-
- /* noty_warning */
- .noty_bar.noty_theme_default.noty_warning {
- background-color: #FFEAA8;
- border-color: #FFC237;
- color: #826200;
- }
- .noty_bar.noty_theme_default.noty_warning.noty_layout_topLeft .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_warning.noty_layout_topRight .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_warning.noty_layout_bottomLeft .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_warning.noty_layout_bottomRight .noty_message .noty_buttons {
- border-color: #FFC237;
- }
-
- /* noty_alert */
- .noty_bar.noty_theme_default.noty_alert {
- background-color: #fff;
- border-color: #ccc;
- }
- .noty_bar.noty_theme_default.noty_alert.noty_layout_topLeft .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_alert.noty_layout_topRight .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_alert.noty_layout_bottomLeft .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_alert.noty_layout_bottomRight .noty_message .noty_buttons {
- border-color: #ccc;
- }
-
- /* noty_error */
- .noty_bar.noty_theme_default.noty_error {
- background-color: red;
- color: #fff;
- border-color: darkred;
- }
- .noty_bar.noty_theme_default.noty_error .noty_message {
- font-weight: bold;
- }
- .noty_bar.noty_theme_default.noty_error.noty_layout_topLeft .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_error.noty_layout_topRight .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_error.noty_layout_bottomLeft .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_error.noty_layout_bottomRight .noty_message .noty_buttons {
- border-color: darkred;
- }
-
- /* noty_success */
- .noty_bar.noty_theme_default.noty_success {
- background-color: lightgreen;
- color: darkgreen;
- border-color: #50C24E;
- }
- .noty_bar.noty_theme_default.noty_success.noty_layout_topLeft .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_success.noty_layout_topRight .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_success.noty_layout_bottomLeft .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_success.noty_layout_bottomRight .noty_message .noty_buttons {
- border-color: #50C24E;
- }
-
- /* noty_information */
- .noty_bar.noty_theme_default.noty_information {
- background-color: #57B7E2;
- border-color: #0B90C4;
- color: #fff;
- }
- .noty_bar.noty_theme_default.noty_information.noty_layout_topLeft .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_information.noty_layout_topRight .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_information.noty_layout_bottomLeft .noty_message .noty_buttons,
- .noty_bar.noty_theme_default.noty_information.noty_layout_bottomRight .noty_message .noty_buttons {
- border-color: #0B90C4;
- }
-
\ No newline at end of file
diff --git a/data/interfaces/brink/css/style.css b/data/interfaces/brink/css/style.css
deleted file mode 100644
index 7bcb6eb7..00000000
--- a/data/interfaces/brink/css/style.css
+++ /dev/null
@@ -1,826 +0,0 @@
-body {
- margin: 0px;
- padding: 0px;
- font-family: "Century Gothic", Verdana, Tahoma, Arial, sans-serif;
- overflow: hidden;
- font-size: 100%;
-}
-
-/*
- * Univarsal
- * */
-
- .clear{
- clear:both;
- }
-
- /*Removes outline in Chrome*/
- *:focus{
- outline: none;
- }
-
- /*
- * Links Styles
- * */
-
-a:link {
- color: rgb(200,200,200);
- text-decoration: none;
- }
-a:visited {
- color: rgb(200,200,200);
- text-decoration: none;
- }
-a:hover { /*this effect is not shown in NN4.xx*/
- color: rgb(255,255,255);
- text-decoration: none;
- }
-a:active {/*colour in NN4.xx is red*/
- color: rgb(200,200,200);
- text-decoration: none;
-}
-
-#container { width: 100%; margin: auto; }
-
-/*Text format*/
-h1,h2,h3,h4,h5,h6{padding-left: 10px,}
-
-h1
- {
- font-size: 1.2em;
- text-decoration: none;
- margin: 0;
- line-height: 2em;
- color: rgb(0,145,255);
-}
-h2 { font-size: 1em; color: rgb(255,255,255); text-shadow: -1px -1px 0px rgb(10,10,10); margin-bottom: 0px; text-decoration: none; padding: 0px;}
-h3 { font-size: .8em; font-weight: normal; color: rgb(140,140,140); }
-h4 { padding: .6px; font-size: 0.8em; color: rgba(0,0,0,0.6); text-shadow: 1px 1px 0px rgba(255,255,255,0.1); text-decoration: none;}
-
-p { color: rgb(160,160,160); text-shadow: 1px 1px 1px #000; margin-top: 8px; margin-bottom: 8px; }
-small { color: rgb(160,160,160); }
-/*#table_body*/
-#table_body{
- width: 100%;
- border-collapse: collapse;
- overflow: hidden;
-}
-/*header*/
-#header
-{
- box-sizing: border-box;
- height: 45px;
- border-bottom: 1px solid #000;
- box-shadow: 1px 1px 2px #000;
- vertical-align: middle;
-}
-
-div#logo{ float: left; margin-left: .5em; width: 12em;}
-div#logo img{ width: 2.5em; }
-
-/* *
- * Search holder
- */
-div#searchbar
-{
- margin-top: .5em;
- margin-right: .5em;
- float: right;
-}
-div#searchbar input[type="text"]{
- margin: 0px;
- padding: 0;
- padding-left: 5px;
- float: left;
- width: 150px;
-}
-div#searchbar select{
- float: left;
-}
-/*
- * end searchbar
- * */
-
-/*Noty*/
-div.custom_container /*Makes use of noty*/
-{
- width: 320px;
- position: fixed;
- top: 25px;
- right: 25px;
- z-index: 999999;
-}
-
-/*Commits*/
-span#commits-behind {
- position: relative;
-}
-span#commits-behind {
- position: absolute;
- background-color: red;
- margin-top: -12px;
- padding: 2px;
- border: 1px solid white;
- text-align: center;
- border-radius: 4px;
-}
-
-/*Menu*/
-ul#nav
-{
- list-style-type: none;
- padding: 0;
- margin: 0;
- float: left;
- height: 100%;
- width: 60%;
-}
-
-
-ul#nav li
-{
- float: left;
- padding: 0;
- margin: 0;
- line-height: 3em;
- font-size: 1em;
- text-align: center;
- height: 100%;
-}
-ul#nav li a:hover{
- background-color: rgba(8,160,255,0.1);
- color: rgba(0,145,255,0.8);
- text-shadow: 1px 1px rgba(0,0,0,0.9);
-}
-ul#nav li a{
- padding-left: 10px;
- padding-right: 10px;
- display: block;
- color: rgba(0,0,0,0.9);
- text-shadow: 1px 1px rgba(0,145,255,0.2);
-}
-
-/* *
- * Sub navigation
- */
-
-#nav-sub-container {
- width: 100%;
- border-bottom: 1px solid rgb(0,145,255);
- background: #000;
- height: 2.3em;
-}
-#nav-sub-container li {
- font-size: .8em;
- text-align: center;
- line-height: 2.8em;
-}
-#nav-sub-container.nav-sub-fixed {
- position: fixed;
- top: 53px;
- width: 22em;
- border-right: 1px solid rgb(0,145,255);
- border-radius: 0 0 10em 0;
-}
-
-ul#nav-sub { float: left; }
-ul#nav-view { float:right; }
-
-/*DropDown*/
-ul#nav-sub li ul { display: none; list-style: none; padding: 0; margin: 0; box-shadow: 0px 5px 5px #000;}
-ul#nav-sub li:hover ul { display: block; }
-ul#nav-sub li ul li { background-color: rgba(0,0,0,.5); float: none; text-align: left;}
-ul#nav-sub li ul li a{ display: block;
-border-top:1px solid rgba(255,255,255,.1);
-border-bottom:1px solid rgba(0,0,0,.1);
- }
-ul#nav-sub li ul li a:hover{ color: rgb(0,145,255); }
-
-
-ul#nav-sub,
-ul#nav-view {
- list-style: none;
- padding: 0px;
- margin: 0px;
- height: 100%;
-}
-
-ul#nav-view li,
-ul#nav-sub > li {
- float: left;
- border-right: 1px solid rgba(255,255,255,0.2);
-}
-
-ul#nav-view li,
-ul#nav-sub li a {
- display: block;
- padding: 0 10px 0 10px;
- text-decoration: none;
- color: rgba(255,255,255,.3);
-}
-ul#nav-view > li:hover,
-ul#nav-sub > li:hover > a {
- color: rgb(0,145,255);
- border-bottom: 2px solid rgb(0,145,255);
- cursor: pointer;
-}
-ul#nav-sub > li > a.active {
- color: rgb(0,145,255);
- border-bottom: 2px solid rgb(0,145,255);
- cursor: pointer;
-}
-
-ul#content-container{
- overflow: hidden;
-}
-
-div#main {
- overflow: hidden;
-}
-
-.table_wrapper {
- border-radius: 5px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- width: 100%;
- min-height: 50px;
- clear: both;
- _height: 302px;
- zoom: 1;
-}
-
-/*Inputs & Select*/
-input, textarea, select, option {
- appearance:none;
- -moz-appearance:none; /* Firefox */
- -webkit-appearance:none; /* Safari and Chrome */
- -0-appearance:none; /* Safari and Chrome */
- padding-left: 5px;
- padding-right: 5px;
- font-size: .8em;
- color: rgba(255,255,255,0.6);
- line-height: 2em;
- font-weight: bold;
- margin: 0;
-}
-input[type="text"]{
- height: 27px;
-}
-
-input, textarea{
- border: 1px solid rgba(0,0,0,0.6);
- background: rgba(0,0,0,.1);
- border: 1px solid rgba(0,0,0,.3);
-}
-input[type=checkbox]:hover,
-input[type=radio]:hover,
-input[type='text']:focus,
-input[type='password']:focus,
-textarea:focus {
- background-color: rgba(0,145,255,.1);
- color: #fff;
-}
-
-select,
-input[type="button"],
-input[type="submit"]{
- background-color: rgba(0,0,0,.1);
- border: 1px solid rgba(0,0,0,.3);
- height: 2.3em;
- display: inline;
-}
-select:hover,
-input[type="button"]:hover,
-input[type="submit"]:hover{
- background-color: rgba(0,145,255,.1);
- color: #fff;
-}
-select option{
- background: rgb(31,31,31);
- border: 0;
-}
-select option:hover{
- background: rgb(255,255,255);
- color: #000;
-}
-
-input[type=checkbox],
-input[type=radio] {
- display: inline-block;
- font-size: 15px;
- line-height: 1em;
- margin: 0 0.25em 0 0;
- padding: 0;
- width: 1.25em;
- height: 1.25em;
- vertical-align: text-top;
-}
-
-input[type=radio] {
- -webkit-border-radius: 2em; /* Make radios round */
-}
-
-input[type="radio"]:checked {
- background: rgba(0,145,255,.8);
-}
-
-input[type="checkbox"]:checked{
- background: rgb(0,145,255) no-repeat center center;
-}
-input[type="checkbox"]:checked:after{
- content: '.';
- color: rgb(255,255,255);
- font-family: 'WebSymbolsRegular';
- font-weight: bold;
- font-size: 1em;
- text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
- margin-left: 1px;
- margin-bottom: 2px;
-}
-
-/*End Inputs & Select*/
-
-.manage_wrapper { width: 88%; margin: 20px auto 0 auto; padding: 25px; min-height: 150px; clear: both; _height: 302px; zoom: 1; }
-
-/*config*/
-div#config_wrapper { margin: auto; width: 640px;}
-div#config_wrapper div table { width: 100%; border-collapse:separate; border-spacing: 10px; }
-div#config_wrapper div table tr td:first-child{ width: 50%; }
-div#config_wrapper div table tr td{ vertical-align: middle; }
-div.group {
- padding: 5px;
- background-color: rgba(0,0,0,0.1);
- border-top: 1px solid rgba(0,0,0,0.1);
- border-left: 1px solid rgba(0,0,0,0.1);
- border-bottom: 1px solid rgba(255,255,255,0.1);
- border-right: 1px solid rgba(255,255,255,0.1);
- display: block;
-}
-/*end config*/
-
-/* Artist Table Style*/
-table#artist_table { width: 100%;}
-table#artist_table th#select { text-align: left; }
-table#artist_table th#albumart { text-align: center; width: 100px; }
-table#artist_table th#name { text-align: left; min-width: 150px; }
-table#artist_table th#album { text-align: left; min-width: 100px; }
-table#artist_table th#have { text-align: center; min-width: 50px; }
-
-table#artist_table td#select { vertical-align: middle; text-align: center; }
-table#artist_table td#albumart { vertical-align: middle; text-align: left; }
-table#artist_table td#name { vertical-align: middle; text-align: left; }
-table#artist_table td#album { vertical-align: middle; text-align: left; }
-table#artist_table td#have { vertical-align: middle; }
-
-table#album_table { width: 100%; }
-/* Album Tableheader*/
-table#album_table th#select { vertical-align: middle; text-align: left; width: 25px; }
-table#album_table th#albumart {vertical-align: middle; text-align: left; width: 70px; }
-table#album_table th#albumname {vertical-align: middle; text-align: left; min-width: 150px; }
-table#album_table th#reldate {vertical-align: middle; width: 175px; text-align: left; min-width: 70px; }
-table#album_table th#status {vertical-align: middle; width: 175px; text-align: left; min-width: 80px; }
-table#album_table th#type {vertical-align: middle; width: 175px; text-align: left; min-width: 60px; max-width: 100px; }
-table#album_table th#bitrate {vertical-align: middle; text-align: left; min-width: 60px; }
-/* Album tabledata */
-table#album_table td#select { vertical-align: middle; text-align: left; }
-table#album_table td#albumart { vertical-align: middle; text-align: left; }
-/*Artist Bio*/
-.artist-bio-container{
- width: 100%;
- height: 240px;
- background-color: rgba(0,0,0,0.5);
- position: relative;
-}
-.artist-bio-container .artist-art{
- width: 240px;
- max-height: 240px;
- float: left;
- margin: 10px;
- box-shadow: 0 0 6px #000;
- -moz-box-shadow: 0 0 6px #000;
- -webkit-box-shadow: 0 0 6px #000;
- -o-box-shadow: 0 0 6px #000;
- overflow: hidden;
-}
-.artist-bio-container .artist-art img{
- width: 100%;
-}
-.artist-bio-container .artist-bio{
- float: left;
- font-size: .8em;
- display: block;
- width: 35%;
-}
-
-/*Grid View Artist*/
-.image-container {
- position: relative;
- display: none;
- float: left;
- width: 126px;
- margin: 10px 10px 10px 10px;
-}
-.image-tag {
- z-index: 2;
- position: absolute;
- top: 0px;
- left: 10px;
- width: .6em;
- height: 1.2em;
- border-radius: 0 0 2px 2px;
- box-shadow: 1px 2px 2px #000;
- display: none;
-}
-.image-tag.Wanted {
- background-color: rgb(0,175,255);
- display: block;
-}
-.image-tag.Downloaded {
- background-color: #5DD345;
- display: block;
-}
-.image-container .image-box{
- height: 126px;
- width: 126px;
- position: relative;
-}
-.image-container .image-box img {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0px;
- left: 0px;
- z-index: 1;
- border: 0;
- box-shadow: 0px 0px 10px rgb(0,0,0);
- -moz-box-shadow: 0px 0px 10px rgb(0,0,0);
- -webkit-box-shadow: 0px 0px 10px rgb(0,0,0);
- -o-box-shadow: 0px 0px 10px rgb(0,0,0);
-}
-
-.image-container .image-box input {
- position: absolute;
- top: 0px;
- width: 100%;
- height: 100%;
- text-align: center;
-}
-.image-container .image-box input:checked {
- box-shadow: 0px 0px 10px rgb(0,145,255);
- -moz-box-shadow: 0px 0px 10px rgb(0,145,255);
- -webkit-box-shadow: 0px 0px 10px rgb(0,145,255);
- -0-box-shadow: 0px 0px 10px rgb(0,145,255);
-}
-.image-container .image-box .image-count {
- width: 100%;
- height: 100%;
- font-size: 10em;
-}
-.image-container .image-actions {
- display: none;
- position: absolute;
- bottom: 0;
- left: 0;
- z-index: 4;
- width: 100%;
- height: 20%;
- font-size: 1em;
- line-height: 1.5em;
- text-align: center;
- background-color: rgba(0,0,0,0.5);
-}
-.image-container:hover .image-actions{
- display: block;
-}
-.image-container .image-info{
- text-align: left;
- font-size: 0.7em;
- position: relative;
- top: 5px;
- left: 0px;
- width: 100%;
- height: 40px;
- text-shadow: 1px 1px 2px #000;
- overflow: hidden;
- border-bottom: 1px solid rgba(0,0,0,0.1);
-}
-/* Album art image sizes */
-.album-art-small
-{
- position: relative;
- width: 61px;
- height: 61px;
- float: left;
- overflow: visible;
- background-color: rgb(255,255,255);
- position: relative;
- text-align: center;
- box-shadow: 0 0 3px #000;
- -moz-box-shadow: 0 0 3px #000;
- -webkit-box-shadow: 0 0 3px #000;
- -o-box-shadow: 0 0 3px #000;
-}
-.album-art-small img { width: 100%; height: 100%; }
-.album-art-small .album-actions {
- position: absolute;
- bottom: 0px;
- left: 0px;
- width: 100%;
- background-color: rgba(0,0,0,0.5);
-}
-.artist-status div{
- width: 100%;
- height: 100%;
- background-color: rgba(0,0,0,0.5);
- position: absolute;
- top: 0;
- left: 0;
- z-index: 2;
- line-height: 3.8em;
- text-align: center;
-}
-.album-art-small img { width: 100%; height: 100%; z-index: 200; border: 0; }
-div.status:hover { }
-.album-art-big
-{
- background: url(../images/box-big.png) no-repeat top left;
- float: left;
- height: 200px;
- margin-left: 20px;
- margin-top. 20px;
- padding-top:5px;
- padding-left: 27px;
- padding-bottom: 5px;
- padding-right: 110px;
- position: relative;
- width: 200px;
- z-index: 200;
-}
-.album-art-cd
-{
- background: url(../images/cd-big.png);
- width: 191px;
- height: 191px;
- position: absolute;
- top: 9px;
- right: 20px;
- z-index: 1;
-}
-.album-art-big img { width: 200px; height: 200px; position: absolute; z-index: 2; }
-
-#album-describtion { float: left; width: 400px; min-height: 200px; margin-left: 20px; }
-table#album_table td#albumname { vertical-align: middle; text-align: left; }
-table#album_table td#reldate { vertical-align: middle; text-align: left; }
-table#album_table td#status { vertical-align: middle; text-align: left; }
-table#album_table td#type { vertical-align: middle; text-align: left; }
-table#album_table td#have { vertical-align: middle; }
-table#album_table td#bitrate { vertical-align: middle; text-align: left; }
-
-div#albumheader { margin: 20px 0px 40px 0px; min-height: 200px; }
-
-/*
- Track
-*/
-div#track_wrapper { font-size: 12px; width: 100%; clear:both; }
-table#track_table { margin-top: 20px; width: 100%; }
-table#track_table td { padding: 3px 10px 3px 10px; }
-table#track_table th#number { text-align: left; width: 30px; padding-left: 4px; }
-table#track_table th#name { text-align:left ; min-width: 160px; }
-table#track_table th#duration { text-align: left; width: 90px; }
-table#track_table th#location { text-align: left; min-width: 180px; }
-table#track_table th#bitrate { text-align: left; min-width: 75px; }
-
-table#track_table td#number { vertical-align: middle; text-align: left; font-size: 12px; overflow: hidden; }
-table#track_table td#name { vertical-align: middle; text-align: left; font-size: 12px; overflow: hidden; }
-table#track_table td#duration { vertical-align: middle; text-align: left; font-size: 12px; overflow: hidden; }
-table#track_table td#location { vertical-align: middle; text-align: left; font-size: 12px; overflow: hidden; }
-table#track_table td#bitrate { vertical-align: middle; text-align: left; font-size: 12px; overflow: hidden; }
-
-
-
-/* History table*/
-table#history_table { width: 100%; font-size: 12px; }
-table#history_table td#dateadded { vertical-align: middle; text-align: left; min-width: 150px; font-size: 14px; }
-table#history_table td#filename { vertical-align: middle; text-align: left; min-width: 100px; font-size: 15px; }
-table#history_table td#size { vertical-align: middle; text-align: left; min-width: 75px; font-size: 14px; }
-table#history_table td#status { vertical-align: middle; text-align: left; font-size: 14px; }
-table#history_table td#action { vertical-align: middle; text-align: left; font-size: 14px; }
-
-/*
- Log
-*/
-table#log_table { width: 100%; }
-table#log_table th#timestamp { text-align: left; min-width: 150px; }
-table#log_table th#level { text-align: left; min-width: 60px; }
-table#log_table th#message { text-align: left; min-width: 500px; }
-/*
- Upcoming
-*/
-/*Upcoming Tablehead*/
-table#upcoming_table {width: 100%;}
-table#upcoming_table th#albumart { text-align: left; min-width: 20%; }
-table#upcoming_table th#albumname { text-align: left; min-width: 200px; }
-table#upcoming_table th#artistname { text-align: left; min-width: 150px; }
-table#upcoming_table th#reldate { text-align: left; min-width: 100px; }
-table#upcoming_table th#type { text-align: left; min-width: 75px; }
-
-/*Upcoming Tabledata*/
-table#upcoming_table td#select { vertical-align: middle; text-align: left; }
-table#upcoming_table td#albumart { vertical-align: middle; text-align: left; min-width: 50px; }
-table#upcoming_table td#albumname { vertical-align: middle; text-align: left; min-width: 200px; }
-table#upcoming_table td#artistname { vertical-align: middle; text-align: left; min-width: 150px; }
-table#upcoming_table td#reldate { vertical-align: middle; text-align: left; min-width: 100px; }
-table#upcoming_table td#type { vertical-align: middle; text-align: left; min-width: 75px; }
-table#upcoming_table td#status { vertical-align: middle; text-align: left; }
-
-/*Wanted Tablehead*/
-table#wanted_table { width: 100%; }
-table#wanted_table th#albumart { text-align: left; min-width: 50px; }
-table#wanted_table th#albumname { text-align: left; min-width: 200px; }
-table#wanted_table th#artistname { text-align: left; min-width: 150px; }
-table#wanted_table th#reldate { text-align: left; min-width: 100px; }
-table#wanted_table th#type { text-align: left; min-width: 75px; }
-
-/*Wanted Tabledata*/
-table#wanted_table td#select { vertical-align: middle; text-align: left; }
-table#wanted_table td#albumart { vertical-align: middle; text-align: left; min-width: 50px; }
-table#wanted_table td#albumname { vertical-align: middle; text-align: left; min-width: 200px; }
-table#wanted_table td#artistname { vertical-align: middle; text-align: left; min-width: 150px; }
-table#wanted_table td#reldate { vertical-align: middle; text-align: left; min-width: 100px; }
-table#wanted_table td#type { vertical-align: middle; text-align: left; min-width: 75px; }
-table#wanted_table td#status { vertical-align: middle; text-align: left; }
-
-/*Search Results Tablehead*/
-table#searchresults_table { width: 100%; }
-table#searchresults_table th#albumname { text-align: left; min-width: 225px; }
-table#searchresults_table th#artistname { text-align: left; min-width: 325px; }
-table#searchresults_table th#score { text-align: left; min-width: 75px; }
-
-table#searchresults_table td#albumname { vertical-align: middle; text-align: left; min-width: 200px; }
-table#searchresults_table td#artistname { vertical-align: middle; text-align: left; min-width: 300px; }
-table#searchresults_table td#score { vertical-align: middle; text-align: left; min-width: 75px; }
-
-/*progress container*/
-
-div.progress-container span
-{
- float: left;
- margin: auto;
- color: #fffff;
-}
-div.progress-container span:hover
-{
-
-}
-div.progress-container
-{
- width: 100%;
- height: 15px;
- margin: 2px 5px 2px 0px;
- overflow: hidden;
- text-align: center;
- border: 1px solid rgb(10,10,10);
- box-shadow: 1px 1px 0px rgba(255,255,255,0.2);
- border-radius: 2px;
- background: rgba(0,0,0,0.1);
-}
-/*Progress bar*/
-div.progress-container div
-{
- height: 100%;
- background: rgb(57,69,81); /* Old browsers */
-background: -moz-linear-gradient(top, rgba(57,69,81,1) 0%, rgba(54,64,76,1) 49%, rgba(36,43,51,1) 50%, rgba(36,43,51,1) 100%); /* FF3.6+ */
-background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,69,81,1)), color-stop(49%,rgba(54,64,76,1)), color-stop(50%,rgba(36,43,51,1)), color-stop(100%,rgba(36,43,51,1))); /* Chrome,Safari4+ */
-background: -webkit-linear-gradient(top, rgba(57,69,81,1) 0%,rgba(54,64,76,1) 49%,rgba(36,43,51,1) 50%,rgba(36,43,51,1) 100%); /* Chrome10+,Safari5.1+ */
-background: -o-linear-gradient(top, rgba(57,69,81,1) 0%,rgba(54,64,76,1) 49%,rgba(36,43,51,1) 50%,rgba(36,43,51,1) 100%); /* Opera 11.10+ */
-background: -ms-linear-gradient(top, rgba(57,69,81,1) 0%,rgba(54,64,76,1) 49%,rgba(36,43,51,1) 50%,rgba(36,43,51,1) 100%); /* IE10+ */
-background: linear-gradient(top, rgba(57,69,81,1) 0%,rgba(54,64,76,1) 49%,rgba(36,43,51,1) 50%,rgba(36,43,51,1) 100%); /* W3C */
-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394551', endColorstr='#242b33',GradientType=0 ); /* IE6-9 */
-}
-
-/*text format for match/procent*/
-.searchmatch,
-.havetracks
-{
- display: block;
- float: left;
- width: 100%;
- font-size: 12px;
- position: relative;
- text-align: center;
-}
-
-
-#footer /*#footer*/
-{
- /*ColorStyles.css*/
- height: 50px;
- border-collapse: collapse;
- box-sizing: border-box;
-}
-
-#footer .btn a {
- font-size: .8em;
- background: rgba(0,0,0,.1);
- border: 1px solid rgba(0,0,0,.3);
- padding: 5px 10px 5px 10px;
- margin: 0px 5px 0px 5px;
-}
-#footer .btn a:hover {
- background: rgba(255,255,255,.1);
-}
-#footer .btn.left{
- float: left;
-}
-#footer .btn.right{
- float: right;
-}
-
-/*Footer manage/settings*/
-#options
-{
- float: left;
- padding: 5px;
- list-style-type: none;
- position: relative;
- background-color: #192126;
-
-}
-#options li { }
-#options li a{
- padding-left: 20px;
- padding-right: 5px;
- line-height: 25px;
- display: block;
- color: rgb(120,120,120);
-}
-#options li a:hover { background: rgb(255,255,255); }
-#options li span{ width: 30px; text-align: center; display:inline-block; }
-#options ul
-{
- list-style-type: none;
- padding: 0px;
- margin: 0px;
- position: absolute;
- display: none;
- background-color: rgba(0,0,0,0.5);
- width: 200px;
-}
-
-#options li:hover ul
-{
- display: block;
-}
-
-span#version { text-align: center; font-weight: bold; }
-span#donate { text-align: center; margin: 20px auto 20px auto; }
-
-/* Shutdown
- * */
-
-div#shutdown
-{
- position: fixed;
- top: 0px;
- left: 0px;
- width: 100%;
- height: 100%;
- background-color: rgba(0,0,0,0.9);
- z-index: 999;
-}
-div#shutdown div
-{
- position: fixed;
- top: 50%;
- left: 50%;
- width: 0px;
- height: 0px;
-}
-div#shutdown div div
-{
- text-align: center;
- position: relative;
- float: left;
- left: -150px;
- top: -100px;
- width: 300px;
- height: 200px;
-}
-
-
-.cloudtag { padding-top: 30px; font-size:16px; }
-#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
-#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
-#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
-#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
-#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
-#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
-#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
-#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
-#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
-#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
-
-#cloud { padding: 2px; line-height: 1.5em; text-align: center; }
-#cloud a { padding: 0px; }
-#cloud { margin: 0; }
-#cloud li { display: inline; }
\ No newline at end of file
diff --git a/data/interfaces/brink/css/theme/default.css b/data/interfaces/brink/css/theme/default.css
deleted file mode 100644
index 9f54f508..00000000
--- a/data/interfaces/brink/css/theme/default.css
+++ /dev/null
@@ -1,71 +0,0 @@
-/*
- * * * * * * * * *
- * Colors Styles *
- * * * * * * * * *
- * A great site to adjust the colors is:
- * http://gradients.glrzad.com/
- * Just copy the lines, and replace it in here.
- */
-/* Main Header */
-body{
- background: #192126;
- color: #fff;
-}
-#header
-{
-background: rgb(57,69,81); /* Old browsers */
-background: -moz-linear-gradient(top, rgba(57,69,81,1) 0%, rgba(36,43,51,1) 100%); /* FF3.6+ */
-background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,69,81,1)), color-stop(100%,rgba(36,43,51,1))); /* Chrome,Safari4+ */
-background: -webkit-linear-gradient(top, rgba(57,69,81,1) 0%,rgba(36,43,51,1) 100%); /* Chrome10+,Safari5.1+ */
-background: -o-linear-gradient(top, rgba(57,69,81,1) 0%,rgba(36,43,51,1) 100%); /* Opera 11.10+ */
-background: -ms-linear-gradient(top, rgba(57,69,81,1) 0%,rgba(36,43,51,1) 100%); /* IE10+ */
-background: linear-gradient(top, rgba(57,69,81,1) 0%,rgba(36,43,51,1) 100%); /* W3C */
-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394551', endColorstr='#242b33',GradientType=0 ); /* IE6-9 */
-}
-#footer{
-background: rgb(45,54,63); /* Old browsers */
-background: -moz-linear-gradient(top, rgba(45,54,63,1) 0%, rgba(36,43,51,1) 100%); /* FF3.6+ */
-background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,54,63,1)), color-stop(100%,rgba(36,43,51,1))); /* Chrome,Safari4+ */
-background: -webkit-linear-gradient(top, rgba(45,54,63,1) 0%,rgba(36,43,51,1) 100%); /* Chrome10+,Safari5.1+ */
-background: -o-linear-gradient(top, rgba(45,54,63,1) 0%,rgba(36,43,51,1) 100%); /* Opera 11.10+ */
-background: -ms-linear-gradient(top, rgba(45,54,63,1) 0%,rgba(36,43,51,1) 100%); /* IE10+ */
-background: linear-gradient(top, rgba(45,54,63,1) 0%,rgba(36,43,51,1) 100%); /* W3C */
-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d363f', endColorstr='#242b33',GradientType=0 ); /* IE6-9 */
-border-top: 1px solid rgb(100,122,132);
-}
-/*Tablehead color*/
-table.display {
-border-collapse: collapse;
-}
-table.display tbody tr td{
- background: #192126; /* Old browsers */
- background: rgba(0,0,0,.1); /* Old browsers */
- border-bottom: 1px solid rgba(0,0,0,.1);
- border-top: 1px solid rgba(0,0,0,.1);
- padding: 5px 10px 5px 10px;
-}
-table.display thead tr th
-{
- background: rgb(53,68,76); /* Old browsers */
- background: -moz-linear-gradient(top, rgba(53,68,76,1) 0%, rgba(44,57,63,1) 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,68,76,1)), color-stop(100%,rgba(44,57,63,1))); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, rgba(53,68,76,1) 0%,rgba(44,57,63,1) 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, rgba(53,68,76,1) 0%,rgba(44,57,63,1) 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, rgba(53,68,76,1) 0%,rgba(44,57,63,1) 100%); /* IE10+ */
- background: linear-gradient(top, rgba(53,68,76,1) 0%,rgba(44,57,63,1) 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35444c', endColorstr='#2c393f',GradientType=0 ); /* IE6-9 */
- border-top: 1px solid rgba(255,255,255,0.2);
- border-bottom: 1px solid rgba(0,0,0,0.2);
- border-collapse: collapse;
- padding: .4em;
- font-size: .8em;
- color: rgba(0,0,0,0.9);
- text-shadow: 1px 1px rgba(255,255,255,0.1);
- -moz-text-shadow: 1px 1px rgba(0,145,255,0.1);
- border-right: 1px solid rgba(0,0,0,.1);
- border-left: 1px solid rgba(255,255,255,.1);
-}
-
-/*
- * Scrollbar Colors
- * */
\ No newline at end of file
diff --git a/data/interfaces/brink/extras.html b/data/interfaces/brink/extras.html
deleted file mode 100644
index 3bb120a4..00000000
--- a/data/interfaces/brink/extras.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<%inherit file="base.html" />
-<%def name="body()">
-
-
Suggestions
- %for artist in cloudlist:
-
-
-
${artist['Count']}
-
-
- %if artist['Status'] == 'Loading':
-
- %else:
- ${havetracks}/${totaltracks}
- %endif
-
-
-
-
- %endfor
-
-
-%def>
diff --git a/data/interfaces/brink/fonts/websymbols-regular-webfont.eot b/data/interfaces/brink/fonts/websymbols-regular-webfont.eot
deleted file mode 100644
index 4bf9c07a..00000000
Binary files a/data/interfaces/brink/fonts/websymbols-regular-webfont.eot and /dev/null differ
diff --git a/data/interfaces/brink/fonts/websymbols-regular-webfont.svg b/data/interfaces/brink/fonts/websymbols-regular-webfont.svg
deleted file mode 100644
index ecf0e309..00000000
--- a/data/interfaces/brink/fonts/websymbols-regular-webfont.svg
+++ /dev/null
@@ -1,108 +0,0 @@
-
-
-
-
-This is a custom SVG webfont generated by Font Squirrel.
-Copyright : Copyright c 2011 by Just Be Nice studio All rights reserved
-Designer : Igor Kiselev
-Foundry : Just Be Nice studio
-Foundry URL : httpwwwjustbenicestudiocom
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/data/interfaces/brink/fonts/websymbols-regular-webfont.ttf b/data/interfaces/brink/fonts/websymbols-regular-webfont.ttf
deleted file mode 100644
index e7da1ba1..00000000
Binary files a/data/interfaces/brink/fonts/websymbols-regular-webfont.ttf and /dev/null differ
diff --git a/data/interfaces/brink/fonts/websymbols-regular-webfont.woff b/data/interfaces/brink/fonts/websymbols-regular-webfont.woff
deleted file mode 100644
index a5f7f01c..00000000
Binary files a/data/interfaces/brink/fonts/websymbols-regular-webfont.woff and /dev/null differ
diff --git a/data/interfaces/brink/history.html b/data/interfaces/brink/history.html
deleted file mode 100644
index 46118e47..00000000
--- a/data/interfaces/brink/history.html
+++ /dev/null
@@ -1,80 +0,0 @@
-<%inherit file="base.html"/>
-<%!
- from headphones import helpers
-%>
-
-<%def name="body()">
-
-
-
-
- Date Added
- File Name
- Size
- Status
-
-
-
-
- %for item in history:
- <%
- if item['Status'] == 'Processed':
- grade = 'A'
- elif item['Status'] == 'Snatched':
- grade = 'C'
- elif item['Status'] == 'Unprocessed':
- grade = 'X'
- else:
- grade = 'U'
-
- fileid = 'unknown'
- if item['URL'].find('nzb') != -1:
- fileid = 'nzb'
- if item['URL'].find('torrent') != -1:
- fileid = 'torrent'
- %>
-
- ${item['DateAdded']}
- ${item['Title']} [${fileid} ][album page]
- ${helpers.bytes_to_mb(item['Size'])}
- ${item['Status']}
- [retry ][new ]
-
- %endfor
-
-
-%def>
-
-<%def name="headIncludes()">
-
-%def>
-
-<%def name="javascriptIncludes()">
-
-
-%def>
\ No newline at end of file
diff --git a/data/interfaces/brink/images/arrow-down.png b/data/interfaces/brink/images/arrow-down.png
deleted file mode 100644
index 0f7be79e..00000000
Binary files a/data/interfaces/brink/images/arrow-down.png and /dev/null differ
diff --git a/data/interfaces/brink/images/arrow-up.png b/data/interfaces/brink/images/arrow-up.png
deleted file mode 100644
index e7a108da..00000000
Binary files a/data/interfaces/brink/images/arrow-up.png and /dev/null differ
diff --git a/data/interfaces/brink/images/box-big.png b/data/interfaces/brink/images/box-big.png
deleted file mode 100644
index ed600faf..00000000
Binary files a/data/interfaces/brink/images/box-big.png and /dev/null differ
diff --git a/data/interfaces/brink/images/cd-big.png b/data/interfaces/brink/images/cd-big.png
deleted file mode 100644
index e0d1e144..00000000
Binary files a/data/interfaces/brink/images/cd-big.png and /dev/null differ
diff --git a/data/interfaces/brink/images/no-cover.png b/data/interfaces/brink/images/no-cover.png
deleted file mode 100644
index aad9ba5f..00000000
Binary files a/data/interfaces/brink/images/no-cover.png and /dev/null differ
diff --git a/data/interfaces/brink/images/sort_asc.png b/data/interfaces/brink/images/sort_asc.png
deleted file mode 100644
index 969b9be4..00000000
Binary files a/data/interfaces/brink/images/sort_asc.png and /dev/null differ
diff --git a/data/interfaces/brink/images/sort_both.png b/data/interfaces/brink/images/sort_both.png
deleted file mode 100644
index 4d869170..00000000
Binary files a/data/interfaces/brink/images/sort_both.png and /dev/null differ
diff --git a/data/interfaces/brink/images/sort_desc.png b/data/interfaces/brink/images/sort_desc.png
deleted file mode 100644
index b74e3d10..00000000
Binary files a/data/interfaces/brink/images/sort_desc.png and /dev/null differ
diff --git a/data/interfaces/brink/index.html b/data/interfaces/brink/index.html
deleted file mode 100644
index 3e2f841a..00000000
--- a/data/interfaces/brink/index.html
+++ /dev/null
@@ -1,165 +0,0 @@
-<%inherit file="base.html"/>
-<%!
- from headphones import helpers
-%>
-
-<%def name="body()">
-
-
- %for artist in artists:
- <%
- totaltracks = artist['TotalTracks']
- havetracks = artist['HaveTracks']
- if not havetracks:
- havetracks = 0
- try:
- percent = (havetracks*100.0)/totaltracks
- if percent > 100:
- percent = 100
- except (ZeroDivisionError, TypeError):
- percent = 0
- totaltracks = '?'
- %>
-
-
-
-
- %if artist['Status'] == 'Loading':
-
- %else:
- ${havetracks}/${totaltracks}
- %endif
-
-
-
-
- %endfor
-
-
-
-
-
-
- Artist Name
- Latest Album
- Have
-
-
-
- %for artist in artists:
- <%
- totaltracks = artist['TotalTracks']
- havetracks = artist['HaveTracks']
- if not havetracks:
- havetracks = 0
- try:
- percent = (havetracks*100.0)/totaltracks
- if percent > 100:
- percent = 100
- except (ZeroDivisionError, TypeError):
- percent = 0
- totaltracks = '?'
-
- if artist['ReleaseDate'] and artist['LatestAlbum']:
- releasedate = artist['ReleaseDate']
- albumdisplay = '%s (%s)' % (artist['LatestAlbum'], artist['ReleaseDate'])
- if releasedate > helpers.today():
- grade = 'A'
- else:
- grade = 'Z'
- elif artist['LatestAlbum']:
- releasedate = ''
- grade = 'Z'
- albumdisplay = '%s ' % artist['LatestAlbum']
- else:
- releasedate = ''
- grade = 'Z'
- albumdisplay = 'None '
-
- if artist['Status'] == 'Paused':
- grade = 'X'
-
- %>
-
-
-
-
-
-
- %if artist['Status'] == 'Loading':
-
-
-
- %endif
-
-
-
- ${artist['ArtistName']}
- ${albumdisplay}
-
-
-
${havetracks}/${totaltracks}
-
-
-
-
-
- %endfor
-
-
-
-%def>
-
-<%def name="headIncludes()">
-
-%def>
-
-<%def name="javascriptIncludes()">
-
-
-%def>
\ No newline at end of file
diff --git a/data/interfaces/brink/js/configscript.js b/data/interfaces/brink/js/configscript.js
deleted file mode 100644
index 8382f5f9..00000000
--- a/data/interfaces/brink/js/configscript.js
+++ /dev/null
@@ -1,174 +0,0 @@
-
-$(document).ready(function() {
- // Ajax Config Form
- $('.ajax').ajaxForm({
- success: function() {
- var noty_id = noty({
- text:'
Settings Saved!',
- layout: 'bottomRight',
- type:'success'
- });
- /*
- var noty_id = noty({
- text:'
Carefull!',
- layout: 'bottomRight',
- type:'warning'
- });
- var noty_id = noty({
- text:'
Something went wrong!',
- layout: 'bottomRight',
- type:'error'
- });
- var noty_id = noty({
- text:'
Settings has been saved successfully!',
- layout: 'bottomRight',
- type:'information'
- });
- var noty_id = noty({
- text:'
Settings has been saved successfully!',
- layout: 'bottomRight',
- type:'success'
- });
- var noty_id = noty({
- text:'
Settings has been saved successfully!',
- layout: 'bottomRight',
- });
- */
- }
- });
-});
-
-// Enabled/disabled label
-$(document).ready(function(){
- $( '.switch' ).each(function(){
- //set Label name to current active state
- var labelName = 'label[for="' + $( this ).attr( "name" ) + '"]';
- var switchId = $( this ).attr( "name" ) + "_switch";
- if ( $( this ).is(':checked') ){
- $( labelName ).text( 'Enabled' );
- $("#" + switchId ).slideDown();
- enit();
- }
- else {
- $( labelName ).text( 'Disabled' );
- $("#" + switchId ).slideUp();
- enit();
- }
- //Change label
- $( this ).change(function(){
- if ( $( this ).is( ':checked' ) ){
-
- $( labelName ).text( 'Enabled' );
- $("#" + switchId ).slideDown();
- enit();
- }
- else{
- $( labelName ).text( 'Disabled' );
- $("#" + switchId ).slideUp();
- enit();
- }
- });
- });
-});
-
-
-//Slider for interval
-$(function(){
- $( '.sliderInterval' ).each(function(){
- var sliderName = $(this).attr("for");
- var a = $('input[name="' + sliderName + '"]').val();
- var b = 60;
- var c = a % b;
- if (a == 60){
- $('#' + sliderName ).text( (a-c)/b + " hour" );
- }
- else if (c <= 0){
- $('#' + sliderName ).text( (a-c)/b + " hours" );
- } else if ( a >= b ){
- $('#' + sliderName ).text( (a-c)/b + " hours " + c + " minutes" );
- } else {
- $('#' + sliderName ).text( a + " minutes" );
- }
- // Slider Function
- $( this ).slider({
- range: "max",
- min: 30,
- max: 1440,
- step: 10,
- value: a,
- slide: function( event, ui ) {
- a = ui.value;
- c = a % b;
- if (a == 60){
- $('input[name="' + sliderName + '"]').val( ui.value );
- $('#' + sliderName ).text( (a-c)/b + " hour" );
- }
- else if (c <= 0){
- $('input[name="' + sliderName + '"]').val( ui.value );
- $('#' + sliderName ).text( (a-c)/b + " hours" );
- } else if ( a >= b ){
- $('input[name="' + sliderName + '"]').val( ui.value );
- $('#' + sliderName ).text( (a-c)/b + " hours " + c + " minutes" );
- } else {
- $('input[name="' + sliderName + '"]').val( ui.value );
- $('#' + sliderName ).text( a + " minutes" );
- }
- }
- });
- });
-});
-
-// Sliders
-$(document).ready(function() {
- var amountDwnld = $( "#amount-download-scan" ).val();
- $( "#slider-download-scan" ).slider({
- value: amountDwnld,
- min: 1,
- max: 120,
- slide: function( event, ui ) {
- $( "#amount-download-scan" ).val(ui.value);
- }
- });
-});
-$(function() {
- var amountSearch = $( "#amount-nbz-search" ).val();
- $( "#slider-nbz-search" ).slider({
- value: amountSearch,
- min: 1,
- max: 120,
- slide: function( event, ui ) {
- $( "#amount-nbz-search" ).val(ui.value);
- }
- });
-});
-$(function() {
- var amountLib = $( "#amount-lib-scan" ).val();
- $( "#slider-lib-scan" ).slider({
- value: amountLib,
- min: 1,
- max: 120,
- slide: function( event, ui ) {
- $( "#amount-lib-scan" ).val( ui.value );
- }
- });
-});
-
-hideServerDivs = function () {
- $("#customoptions").hide("fast");
- $("#hpserveroptions").hide("fast");
-};
-// end sliders
-
-handleNewSelection = function () {
-
- hideServerDivs();
-
- switch ($(this).val()) {
- case 'custom':
- $("#customoptions").show("fast");
- break;
- case 'headphones':
- $("#hpserveroptions").show("fast");
- break;
- }
-};
\ No newline at end of file
diff --git a/data/interfaces/brink/js/jquery-ui-1.8.21.custom.min.js b/data/interfaces/brink/js/jquery-ui-1.8.21.custom.min.js
deleted file mode 100644
index 3fe9ccb7..00000000
--- a/data/interfaces/brink/js/jquery-ui-1.8.21.custom.min.js
+++ /dev/null
@@ -1,125 +0,0 @@
-/*! jQuery UI - v1.8.21 - 2012-06-05
-* https://github.com/jquery/jquery-ui
-* Includes: jquery.ui.core.js
-* Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */
-(function(a,b){function c(b,c){var e=b.nodeName.toLowerCase();if("area"===e){var f=b.parentNode,g=f.name,h;return!b.href||!g||f.nodeName.toLowerCase()!=="map"?!1:(h=a("img[usemap=#"+g+"]")[0],!!h&&d(h))}return(/input|select|textarea|button|object/.test(e)?!b.disabled:"a"==e?b.href||c:c)&&d(b)}function d(b){return!a(b).parents().andSelf().filter(function(){return a.curCSS(this,"visibility")==="hidden"||a.expr.filters.hidden(this)}).length}a.ui=a.ui||{};if(a.ui.version)return;a.extend(a.ui,{version:"1.8.21",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}}),a.fn.extend({propAttr:a.fn.prop||a.fn.attr,_focus:a.fn.focus,focus:function(b,c){return typeof b=="number"?this.each(function(){var d=this;setTimeout(function(){a(d).focus(),c&&c.call(d)},b)}):this._focus.apply(this,arguments)},scrollParent:function(){var b;return a.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?b=this.parents().filter(function(){return/(relative|absolute|fixed)/.test(a.curCSS(this,"position",1))&&/(auto|scroll)/.test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0):b=this.parents().filter(function(){return/(auto|scroll)/.test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0),/fixed/.test(this.css("position"))||!b.length?a(document):b},zIndex:function(c){if(c!==b)return this.css("zIndex",c);if(this.length){var d=a(this[0]),e,f;while(d.length&&d[0]!==document){e=d.css("position");if(e==="absolute"||e==="relative"||e==="fixed"){f=parseInt(d.css("zIndex"),10);if(!isNaN(f)&&f!==0)return f}d=d.parent()}}return 0},disableSelection:function(){return this.bind((a.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}}),a.each(["Width","Height"],function(c,d){function h(b,c,d,f){return a.each(e,function(){c-=parseFloat(a.curCSS(b,"padding"+this,!0))||0,d&&(c-=parseFloat(a.curCSS(b,"border"+this+"Width",!0))||0),f&&(c-=parseFloat(a.curCSS(b,"margin"+this,!0))||0)}),c}var e=d==="Width"?["Left","Right"]:["Top","Bottom"],f=d.toLowerCase(),g={innerWidth:a.fn.innerWidth,innerHeight:a.fn.innerHeight,outerWidth:a.fn.outerWidth,outerHeight:a.fn.outerHeight};a.fn["inner"+d]=function(c){return c===b?g["inner"+d].call(this):this.each(function(){a(this).css(f,h(this,c)+"px")})},a.fn["outer"+d]=function(b,c){return typeof b!="number"?g["outer"+d].call(this,b):this.each(function(){a(this).css(f,h(this,b,!0,c)+"px")})}}),a.extend(a.expr[":"],{data:function(b,c,d){return!!a.data(b,d[3])},focusable:function(b){return c(b,!isNaN(a.attr(b,"tabindex")))},tabbable:function(b){var d=a.attr(b,"tabindex"),e=isNaN(d);return(e||d>=0)&&c(b,!e)}}),a(function(){var b=document.body,c=b.appendChild(c=document.createElement("div"));c.offsetHeight,a.extend(c.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0}),a.support.minHeight=c.offsetHeight===100,a.support.selectstart="onselectstart"in c,b.removeChild(c).style.display="none"}),a.extend(a.ui,{plugin:{add:function(b,c,d){var e=a.ui[b].prototype;for(var f in d)e.plugins[f]=e.plugins[f]||[],e.plugins[f].push([c,d[f]])},call:function(a,b,c){var d=a.plugins[b];if(!d||!a.element[0].parentNode)return;for(var e=0;e
0?!0:(b[d]=1,e=b[d]>0,b[d]=0,e)},isOverAxis:function(a,b,c){return a>b&&a=9||!!b.button?this._mouseStarted?(this._mouseDrag(b),b.preventDefault()):(this._mouseDistanceMet(b)&&this._mouseDelayMet(b)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,b)!==!1,this._mouseStarted?this._mouseDrag(b):this._mouseUp(b)),!this._mouseStarted):this._mouseUp(b)},_mouseUp:function(b){return a(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,b.target==this._mouseDownEvent.target&&a.data(b.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(b)),!1},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(a){return this.mouseDelayMet},_mouseStart:function(a){},_mouseDrag:function(a){},_mouseStop:function(a){},_mouseCapture:function(a){return!0}})})(jQuery);;/*! jQuery UI - v1.8.21 - 2012-06-05
-* https://github.com/jquery/jquery-ui
-* Includes: jquery.ui.position.js
-* Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */
-(function(a,b){a.ui=a.ui||{};var c=/left|center|right/,d=/top|center|bottom/,e="center",f={},g=a.fn.position,h=a.fn.offset;a.fn.position=function(b){if(!b||!b.of)return g.apply(this,arguments);b=a.extend({},b);var h=a(b.of),i=h[0],j=(b.collision||"flip").split(" "),k=b.offset?b.offset.split(" "):[0,0],l,m,n;return i.nodeType===9?(l=h.width(),m=h.height(),n={top:0,left:0}):i.setTimeout?(l=h.width(),m=h.height(),n={top:h.scrollTop(),left:h.scrollLeft()}):i.preventDefault?(b.at="left top",l=m=0,n={top:b.of.pageY,left:b.of.pageX}):(l=h.outerWidth(),m=h.outerHeight(),n=h.offset()),a.each(["my","at"],function(){var a=(b[this]||"").split(" ");a.length===1&&(a=c.test(a[0])?a.concat([e]):d.test(a[0])?[e].concat(a):[e,e]),a[0]=c.test(a[0])?a[0]:e,a[1]=d.test(a[1])?a[1]:e,b[this]=a}),j.length===1&&(j[1]=j[0]),k[0]=parseInt(k[0],10)||0,k.length===1&&(k[1]=k[0]),k[1]=parseInt(k[1],10)||0,b.at[0]==="right"?n.left+=l:b.at[0]===e&&(n.left+=l/2),b.at[1]==="bottom"?n.top+=m:b.at[1]===e&&(n.top+=m/2),n.left+=k[0],n.top+=k[1],this.each(function(){var c=a(this),d=c.outerWidth(),g=c.outerHeight(),h=parseInt(a.curCSS(this,"marginLeft",!0))||0,i=parseInt(a.curCSS(this,"marginTop",!0))||0,o=d+h+(parseInt(a.curCSS(this,"marginRight",!0))||0),p=g+i+(parseInt(a.curCSS(this,"marginBottom",!0))||0),q=a.extend({},n),r;b.my[0]==="right"?q.left-=d:b.my[0]===e&&(q.left-=d/2),b.my[1]==="bottom"?q.top-=g:b.my[1]===e&&(q.top-=g/2),f.fractions||(q.left=Math.round(q.left),q.top=Math.round(q.top)),r={left:q.left-h,top:q.top-i},a.each(["left","top"],function(c,e){a.ui.position[j[c]]&&a.ui.position[j[c]][e](q,{targetWidth:l,targetHeight:m,elemWidth:d,elemHeight:g,collisionPosition:r,collisionWidth:o,collisionHeight:p,offset:k,my:b.my,at:b.at})}),a.fn.bgiframe&&c.bgiframe(),c.offset(a.extend(q,{using:b.using}))})},a.ui.position={fit:{left:function(b,c){var d=a(window),e=c.collisionPosition.left+c.collisionWidth-d.width()-d.scrollLeft();b.left=e>0?b.left-e:Math.max(b.left-c.collisionPosition.left,b.left)},top:function(b,c){var d=a(window),e=c.collisionPosition.top+c.collisionHeight-d.height()-d.scrollTop();b.top=e>0?b.top-e:Math.max(b.top-c.collisionPosition.top,b.top)}},flip:{left:function(b,c){if(c.at[0]===e)return;var d=a(window),f=c.collisionPosition.left+c.collisionWidth-d.width()-d.scrollLeft(),g=c.my[0]==="left"?-c.elemWidth:c.my[0]==="right"?c.elemWidth:0,h=c.at[0]==="left"?c.targetWidth:-c.targetWidth,i=-2*c.offset[0];b.left+=c.collisionPosition.left<0?g+h+i:f>0?g+h+i:0},top:function(b,c){if(c.at[1]===e)return;var d=a(window),f=c.collisionPosition.top+c.collisionHeight-d.height()-d.scrollTop(),g=c.my[1]==="top"?-c.elemHeight:c.my[1]==="bottom"?c.elemHeight:0,h=c.at[1]==="top"?c.targetHeight:-c.targetHeight,i=-2*c.offset[1];b.top+=c.collisionPosition.top<0?g+h+i:f>0?g+h+i:0}}},a.offset.setOffset||(a.offset.setOffset=function(b,c){/static/.test(a.curCSS(b,"position"))&&(b.style.position="relative");var d=a(b),e=d.offset(),f=parseInt(a.curCSS(b,"top",!0),10)||0,g=parseInt(a.curCSS(b,"left",!0),10)||0,h={top:c.top-e.top+f,left:c.left-e.left+g};"using"in c?c.using.call(b,h):d.css(h)},a.fn.offset=function(b){var c=this[0];return!c||!c.ownerDocument?null:b?a.isFunction(b)?this.each(function(c){a(this).offset(b.call(this,c,a(this).offset()))}):this.each(function(){a.offset.setOffset(this,b)}):h.call(this)}),function(){var b=document.getElementsByTagName("body")[0],c=document.createElement("div"),d,e,g,h,i;d=document.createElement(b?"div":"body"),g={visibility:"hidden",width:0,height:0,border:0,margin:0,background:"none"},b&&a.extend(g,{position:"absolute",left:"-1000px",top:"-1000px"});for(var j in g)d.style[j]=g[j];d.appendChild(c),e=b||document.documentElement,e.insertBefore(d,e.firstChild),c.style.cssText="position: absolute; left: 10.7432222px; top: 10.432325px; height: 30px; width: 201px;",h=a(c).offset(function(a,b){return b}).offset(),d.innerHTML="",e.removeChild(d),i=h.top+h.left+(b?2e3:0),f.fractions=i>21&&i<22}()})(jQuery);;/*! jQuery UI - v1.8.21 - 2012-06-05
-* https://github.com/jquery/jquery-ui
-* Includes: jquery.ui.draggable.js
-* Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */
-(function(a,b){a.widget("ui.draggable",a.ui.mouse,{widgetEventPrefix:"drag",options:{addClasses:!0,appendTo:"parent",axis:!1,connectToSortable:!1,containment:!1,cursor:"auto",cursorAt:!1,grid:!1,handle:!1,helper:"original",iframeFix:!1,opacity:!1,refreshPositions:!1,revert:!1,revertDuration:500,scope:"default",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1,snapMode:"both",snapTolerance:20,stack:!1,zIndex:!1},_create:function(){this.options.helper=="original"&&!/^(?:r|a|f)/.test(this.element.css("position"))&&(this.element[0].style.position="relative"),this.options.addClasses&&this.element.addClass("ui-draggable"),this.options.disabled&&this.element.addClass("ui-draggable-disabled"),this._mouseInit()},destroy:function(){if(!this.element.data("draggable"))return;return this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled"),this._mouseDestroy(),this},_mouseCapture:function(b){var c=this.options;return this.helper||c.disabled||a(b.target).is(".ui-resizable-handle")?!1:(this.handle=this._getHandle(b),this.handle?(c.iframeFix&&a(c.iframeFix===!0?"iframe":c.iframeFix).each(function(){a('
').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1e3}).css(a(this).offset()).appendTo("body")}),!0):!1)},_mouseStart:function(b){var c=this.options;return this.helper=this._createHelper(b),this.helper.addClass("ui-draggable-dragging"),this._cacheHelperProportions(),a.ui.ddmanager&&(a.ui.ddmanager.current=this),this._cacheMargins(),this.cssPosition=this.helper.css("position"),this.scrollParent=this.helper.scrollParent(),this.offset=this.positionAbs=this.element.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},a.extend(this.offset,{click:{left:b.pageX-this.offset.left,top:b.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}),this.originalPosition=this.position=this._generatePosition(b),this.originalPageX=b.pageX,this.originalPageY=b.pageY,c.cursorAt&&this._adjustOffsetFromHelper(c.cursorAt),c.containment&&this._setContainment(),this._trigger("start",b)===!1?(this._clear(),!1):(this._cacheHelperProportions(),a.ui.ddmanager&&!c.dropBehaviour&&a.ui.ddmanager.prepareOffsets(this,b),this._mouseDrag(b,!0),a.ui.ddmanager&&a.ui.ddmanager.dragStart(this,b),!0)},_mouseDrag:function(b,c){this.position=this._generatePosition(b),this.positionAbs=this._convertPositionTo("absolute");if(!c){var d=this._uiHash();if(this._trigger("drag",b,d)===!1)return this._mouseUp({}),!1;this.position=d.position}if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+"px";if(!this.options.axis||this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";return a.ui.ddmanager&&a.ui.ddmanager.drag(this,b),!1},_mouseStop:function(b){var c=!1;a.ui.ddmanager&&!this.options.dropBehaviour&&(c=a.ui.ddmanager.drop(this,b)),this.dropped&&(c=this.dropped,this.dropped=!1);var d=this.element[0],e=!1;while(d&&(d=d.parentNode))d==document&&(e=!0);if(!e&&this.options.helper==="original")return!1;if(this.options.revert=="invalid"&&!c||this.options.revert=="valid"&&c||this.options.revert===!0||a.isFunction(this.options.revert)&&this.options.revert.call(this.element,c)){var f=this;a(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){f._trigger("stop",b)!==!1&&f._clear()})}else this._trigger("stop",b)!==!1&&this._clear();return!1},_mouseUp:function(b){return this.options.iframeFix===!0&&a("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)}),a.ui.ddmanager&&a.ui.ddmanager.dragStop(this,b),a.ui.mouse.prototype._mouseUp.call(this,b)},cancel:function(){return this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear(),this},_getHandle:function(b){var c=!this.options.handle||!a(this.options.handle,this.element).length?!0:!1;return a(this.options.handle,this.element).find("*").andSelf().each(function(){this==b.target&&(c=!0)}),c},_createHelper:function(b){var c=this.options,d=a.isFunction(c.helper)?a(c.helper.apply(this.element[0],[b])):c.helper=="clone"?this.element.clone().removeAttr("id"):this.element;return d.parents("body").length||d.appendTo(c.appendTo=="parent"?this.element[0].parentNode:c.appendTo),d[0]!=this.element[0]&&!/(fixed|absolute)/.test(d.css("position"))&&d.css("position","absolute"),d},_adjustOffsetFromHelper:function(b){typeof b=="string"&&(b=b.split(" ")),a.isArray(b)&&(b={left:+b[0],top:+b[1]||0}),"left"in b&&(this.offset.click.left=b.left+this.margins.left),"right"in b&&(this.offset.click.left=this.helperProportions.width-b.right+this.margins.left),"top"in b&&(this.offset.click.top=b.top+this.margins.top),"bottom"in b&&(this.offset.click.top=this.helperProportions.height-b.bottom+this.margins.top)},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var b=this.offsetParent.offset();this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0])&&(b.left+=this.scrollParent.scrollLeft(),b.top+=this.scrollParent.scrollTop());if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&a.browser.msie)b={top:0,left:0};return{top:b.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:b.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var a=this.element.position();return{top:a.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:a.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var b=this.options;b.containment=="parent"&&(b.containment=this.helper[0].parentNode);if(b.containment=="document"||b.containment=="window")this.containment=[b.containment=="document"?0:a(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,b.containment=="document"?0:a(window).scrollTop()-this.offset.relative.top-this.offset.parent.top,(b.containment=="document"?0:a(window).scrollLeft())+a(b.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(b.containment=="document"?0:a(window).scrollTop())+(a(b.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];if(!/^(document|window|parent)$/.test(b.containment)&&b.containment.constructor!=Array){var c=a(b.containment),d=c[0];if(!d)return;var e=c.offset(),f=a(d).css("overflow")!="hidden";this.containment=[(parseInt(a(d).css("borderLeftWidth"),10)||0)+(parseInt(a(d).css("paddingLeft"),10)||0),(parseInt(a(d).css("borderTopWidth"),10)||0)+(parseInt(a(d).css("paddingTop"),10)||0),(f?Math.max(d.scrollWidth,d.offsetWidth):d.offsetWidth)-(parseInt(a(d).css("borderLeftWidth"),10)||0)-(parseInt(a(d).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(f?Math.max(d.scrollHeight,d.offsetHeight):d.offsetHeight)-(parseInt(a(d).css("borderTopWidth"),10)||0)-(parseInt(a(d).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom],this.relative_container=c}else b.containment.constructor==Array&&(this.containment=b.containment)},_convertPositionTo:function(b,c){c||(c=this.position);var d=b=="absolute"?1:-1,e=this.options,f=this.cssPosition=="absolute"&&(this.scrollParent[0]==document||!a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,g=/(html|body)/i.test(f[0].tagName);return{top:c.top+this.offset.relative.top*d+this.offset.parent.top*d-(a.browser.safari&&a.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():g?0:f.scrollTop())*d),left:c.left+this.offset.relative.left*d+this.offset.parent.left*d-(a.browser.safari&&a.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():g?0:f.scrollLeft())*d)}},_generatePosition:function(b){var c=this.options,d=this.cssPosition=="absolute"&&(this.scrollParent[0]==document||!a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,e=/(html|body)/i.test(d[0].tagName),f=b.pageX,g=b.pageY;if(this.originalPosition){var h;if(this.containment){if(this.relative_container){var i=this.relative_container.offset();h=[this.containment[0]+i.left,this.containment[1]+i.top,this.containment[2]+i.left,this.containment[3]+i.top]}else h=this.containment;b.pageX-this.offset.click.lefth[2]&&(f=h[2]+this.offset.click.left),b.pageY-this.offset.click.top>h[3]&&(g=h[3]+this.offset.click.top)}if(c.grid){var j=c.grid[1]?this.originalPageY+Math.round((g-this.originalPageY)/c.grid[1])*c.grid[1]:this.originalPageY;g=h?j-this.offset.click.toph[3]?j-this.offset.click.toph[2]?k-this.offset.click.left=0;k--){var l=d.snapElements[k].left,m=l+d.snapElements[k].width,n=d.snapElements[k].top,o=n+d.snapElements[k].height;if(!(l-f=k&&g<=l||h>=k&&h<=l||gl)&&(e>=i&&e<=j||f>=i&&f<=j||ej);default:return!1}},a.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(b,c){var d=a.ui.ddmanager.droppables[b.options.scope]||[],e=c?c.type:null,f=(b.currentItem||b.element).find(":data(droppable)").andSelf();g:for(var h=0;h ').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("resizable",this.element.data("resizable")),this.elementIsWrapper=!0,this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")}),this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0}),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css({margin:this.originalElement.css("margin")}),this._proportionallyResize()),this.handles=c.handles||(a(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se");if(this.handles.constructor==String){this.handles=="all"&&(this.handles="n,e,s,w,se,sw,ne,nw");var d=this.handles.split(",");this.handles={};for(var e=0;e