Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sick-Beard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
Sick-Beard
Commits
05d83c7b
Commit
05d83c7b
authored
Feb 19, 2011
by
Jonathon Saine
Browse files
Options
Downloads
Patches
Plain Diff
Initial tweak of massedit design.
parent
19a892b9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/interfaces/default/inc_top.tmpl
+2
-0
2 additions, 0 deletions
data/interfaces/default/inc_top.tmpl
data/interfaces/default/manage_massEdit.tmpl
+70
-2
70 additions, 2 deletions
data/interfaces/default/manage_massEdit.tmpl
with
72 additions
and
2 deletions
data/interfaces/default/inc_top.tmpl
+
2
−
0
View file @
05d83c7b
...
@@ -19,7 +19,9 @@
...
@@ -19,7 +19,9 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"$sbRoot/css/smooth-grinder/jquery-ui-1.8.9.custom.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"$sbRoot/css/smooth-grinder/jquery-ui-1.8.9.custom.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"$sbRoot/css/superfish.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"$sbRoot/css/superfish.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"$sbRoot/css/tablesorter.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"$sbRoot/css/tablesorter.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"$sbRoot/css/ui.dropdownchecklist.themeroller.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
media=
"only screen and (max-device-width: 480px)"
href=
"$sbRoot/css/iphone.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
media=
"only screen and (max-device-width: 480px)"
href=
"$sbRoot/css/iphone.css"
/>
<style
type=
"text/css"
>
<style
type=
"text/css"
>
<!
--
<!
--
.ac_loading
{
background
:
white
url
(
"$sbRoot/images/loading16.gif"
)
right
center
no-repeat
;
}
.ac_loading
{
background
:
white
url
(
"$sbRoot/images/loading16.gif"
)
right
center
no-repeat
;
}
...
...
This diff is collapsed.
Click to expand it.
data/interfaces/default/manage_massEdit.tmpl
+
70
−
2
View file @
05d83c7b
...
@@ -13,17 +13,17 @@
...
@@ -13,17 +13,17 @@
<script type="text/javascript" src="$sbRoot/js/qualityChooser.js"></script>
<script type="text/javascript" src="$sbRoot/js/qualityChooser.js"></script>
<script type="text/javascript" src="$sbRoot/js/massEdit.js"></script>
<script type="text/javascript" src="$sbRoot/js/massEdit.js"></script>
<form action="massEditSubmit" method="post">
<form action="massEditSubmit" method="post">
<input type="hidden" name="toEdit" value="$showList" />
<input type="hidden" name="toEdit" value="$showList" />
<h3>Root show directories:</h3>
<h3>Root show directories:</h3>
<br />
#for $cur_dir in $root_dir_list:
#for $cur_dir in $root_dir_list:
#set $cur_index = $root_dir_list.index($cur_dir)
#set $cur_index = $root_dir_list.index($cur_dir)
<input type="button" class="edit_root_dir" id="edit_root_dir_$cur_index" value="Edit">
$cur_dir => <span id="display_new_root_dir_$cur_index">$cur_dir</span>
$cur_dir => <span id="display_new_root_dir_$cur_index">$cur_dir</span>
<input type="hidden" name="orig_root_dir_$cur_index" value="$cur_dir">
<input type="hidden" name="orig_root_dir_$cur_index" value="$cur_dir">
<input type="text" style="display: none" name="new_root_dir_$cur_index" id="new_root_dir_$cur_index" class="new_root_dir" value="$cur_dir">
<input type="text" style="display: none" name="new_root_dir_$cur_index" id="new_root_dir_$cur_index" class="new_root_dir" value="$cur_dir">
<input type="button" class="edit_root_dir" id="edit_root_dir_$cur_index" value="Edit">
<br />
<br />
#end for
#end for
<br />
<br />
...
@@ -66,6 +66,74 @@ Then Re-download the episodes in any or all of these qualities as they are avail
...
@@ -66,6 +66,74 @@ Then Re-download the episodes in any or all of these qualities as they are avail
<br />
<br />
<br />
<br />
* Note: Changing the show paths or season folders value will cause all selected shows to be refreshed.<br />
* Note: Changing the show paths or season folders value will cause all selected shows to be refreshed.<br />
<br /><br /><br /><br /><br /><br />
<table id="masseditTable" class="sickbeardTable" style="width: 400px;" cellspacing="1" border="0" cellpadding="0">
<thead><tr><th colspan="2">Mass Edit - Temp Design</th></tr></thead>
<tbody>
<tr>
<td nowrap="nowrap"><span style="font-weight: 700; font-size: 13px;">Quality: </span></td>
<td>
<select id="edit_quality2">
<option value="keep">< keep ></option>
#set $selected = None
<option value="0">Custom
#for $curPreset in sorted($common.qualityPresets):
<option value="$curPreset" #if $curPreset == $quality_value then "SELECTED" else ""#>$common.qualityPresetStrings[$curPreset]
#end for
</select>
</td>
</tr>
<tr class="alt">
<td align="center" valign="top">
<b>Initial:</b><br/>
#set $anyQualityList = filter(lambda x: x > $common.Quality.NONE, $common.Quality.qualityStrings)
<select id="anyQualities" name="anyQualities" multiple="multiple" size="len($anyQualityList)" disabled>
#for $curQuality in sorted($anyQualityList):
<option value="$curQuality" #if $curQuality in $anyQualities then "SELECTED" else ""#>$common.Quality.qualityStrings[$curQuality]
#end for
</select>
</td>
<td align="center" valign="top">
<b>Archive:</b><br/>
#set $bestQualityList = filter(lambda x: x > $common.Quality.SDTV, $common.Quality.qualityStrings)
<select id="bestQualities" name="bestQualities" multiple="multiple" size="len($bestQualityList)" disabled>
#for $curQuality in sorted($bestQualityList):
<option value="$curQuality" #if $curQuality in $bestQualities then "SELECTED" else ""#>$common.Quality.qualityStrings[$curQuality]
#end for
</select>
</td>
</tr>
<tr>
<td nowrap="nowrap"><span style="font-weight: 700; font-size: 13px;">Season Folders: </span></td>
<td>
<select id="edit_season_folders2">
<option value="keep">< keep ></option>
<option value="enable">enable</option>
<option value="disable">disable</option>
</select>
</td>
</tr>
<tr>
<td nowrap="nowrap"><span style="font-weight: 700; font-size: 13px;">Paused: </span></td>
<td>
<select id="edit_paused2">
<option value="keep">< keep ></option>
<option value="enable">enable</option>
<option value="disable">disable</option>
</select>
</td>
</tr>
</tbody>
</table>
<br /><br /><br /><br /><br /><br />
<script type="text/javascript" charset="utf-8">
<script type="text/javascript" charset="utf-8">
jQuery('#location').fileBrowser({ title: 'Select Show Location' });
jQuery('#location').fileBrowser({ title: 'Select Show Location' });
</script>
</script>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment