summaryrefslogtreecommitdiff
path: root/template/default/config.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2005-10-21 10:24:52 +0200
committerAndreas Mair <amair.sob@googlemail.com>2005-10-21 10:24:52 +0200
commit8ed70947cc069fb98d9a281927ba0f289b0a6115 (patch)
treeecf409e62d86fa44e99b85e137e2ead3423926eb /template/default/config.html
parenta935422b27fcfc8713c63033c419081b5731fcff (diff)
downloadvdradmin-am-8ed70947cc069fb98d9a281927ba0f289b0a6115.tar.gz
vdradmin-am-8ed70947cc069fb98d9a281927ba0f289b0a6115.tar.bz2
2005-10-21: 0.97-am3.4.2rcv0.97-am3.4.2rc
- Hopefully fixed browsing in "recordings" menu (if there are folders having the same name). - Added new skin "default". - Removed i18n.pl. - Localization can be set in configuration again. - Added "Transponder" and "CA-System" to tooltips in timer_list. - Show recording's summary and subtitle in rec_edit (Requested by BigDiSt). - Check for and shorten too long summary when programming timer. - Check for too long commands sent to SVDRPort. - Channel select box in TV. - "Test" button in AutoTimer edit for showing results of current settings (Requested by Hardy Flor). - Link from channel name in prog_list2 and timer_list to prog_list. - Bring popups to the front (e.g. help, prog_detail...) (Based on a patch submitted by Ville Skyttä). - Reuse existing TV, RC and help windows (Based on a patch submitted by Ville Skyttä). - Send vdradmin.m3u when streaming. - Tooltips in timer_list, prog_timeline and at_timer_list can be deactivated (Requested by Hardy Flor). - Fixed wrong HTML tags in rec_detail (Reported by foobar42).
Diffstat (limited to 'template/default/config.html')
-rw-r--r--template/default/config.html61
1 files changed, 59 insertions, 2 deletions
diff --git a/template/default/config.html b/template/default/config.html
index 8a9bccc..45913c6 100644
--- a/template/default/config.html
+++ b/template/default/config.html
@@ -79,7 +79,7 @@
</td>
<td class="col_right"></td>
</tr>
- <tr class="row_odd" title="<%! Gets active after restarting VDRAdmin !%>">
+ <tr class="row_odd">
<td class="col_left"></td>
<td class="col_label"><h5><%! Number of channels to use: !%></h5></td>
<td class="col_value"><input type="text" name="EPG_PRUNE" value="<tmpl_var EPG_PRUNE>" size="5" maxlength="25" /></td>
@@ -91,6 +91,18 @@
<td class="col_value"><input type="text" name="LOCAL_NET" value="<tmpl_var LOCAL_NET>" size="20" maxlength="50" /></td>
<td class="col_right"></td>
</tr>
+ <tr class="row_odd">
+ <td class="col_left"></td>
+ <td class="col_label"><h5><%! Language: !%></h5></td>
+ <td class="col_value">
+ <select class="submit" name="LANG">
+<tmpl_loop name="MY_LOCALES">
+ <option value="<tmpl_var id>" <tmpl_if cur>selected</tmpl_if>><tmpl_var name></option>
+</tmpl_loop>
+ </select>
+ </td>
+ <td class="col_right"></td>
+ </tr>
<tr class="footer">
<td class="col_left"></td>
<td colspan="2"></td>
@@ -214,6 +226,15 @@
<td class="col_value"><input type="text" name="TIMES" value="<tmpl_var TIMES>" size="20" /></td>
<td class="col_right"></td>
</tr>
+ <tr class="row_odd">
+ <td class="col_left"></td>
+ <td class="col_label"><h5><%! Tooltips: !%></h5></td>
+ <td class="col_value">
+ <input type="radio" name="TL_TOOLTIP" value="1" id="tl_tooltip_yes" <tmpl_if tl_tooltip>checked</tmpl_if> /><label for="tl_tooltip_yes"><%! Yes !%></label>
+ <input type="radio" name="TL_TOOLTIP" value="0" id="tl_tooltip_no" <tmpl_unless tl_tooltip>checked</tmpl_unless> /><label for="tl_tooltip_no"><%! No !%></label>
+ </td>
+ <td class="col_right"></td>
+ </tr>
<tr class="footer">
<td class="col_left"></td>
<td colspan="2"></td>
@@ -275,6 +296,15 @@
<td class="col_right"></td>
</tr>
-->
+ <tr class="row_even">
+ <td class="col_left"></td>
+ <td class="col_label"><h5><%! Tooltips: !%></h5></td>
+ <td class="col_value">
+ <input type="radio" name="AT_TOOLTIP" value="1" id="at_tooltip_yes" <tmpl_if at_tooltip>checked</tmpl_if> /><label for="at_tooltip_yes"><%! Yes !%></label>
+ <input type="radio" name="AT_TOOLTIP" value="0" id="at_tooltip_no" <tmpl_unless at_tooltip>checked</tmpl_unless> /><label for="at_tooltip_no"><%! No !%></label>
+ </td>
+ <td class="col_right"></td>
+ </tr>
<tr class="footer">
<td class="col_left"></td>
<td colspan="2"></td>
@@ -317,6 +347,24 @@
<td class="col_value"><input type="text" name="TM_MARGIN_END" value="<tmpl_var TM_MARGIN_END>" size="3" /> <%! minutes !%></td>
<td class="col_right"></td>
</tr>
+ <tr class="row_odd">
+ <td class="col_left"></td>
+ <td class="col_label"><h5><%! Tooltips in timeline: !%></h5></td>
+ <td class="col_value">
+ <input type="radio" name="TM_TT_TIMELINE" value="1" id="tm_tl_timeline_yes" <tmpl_if tm_tt_timeline>checked</tmpl_if> /><label for="tm_tl_timeline_yes"><%! Yes !%></label>
+ <input type="radio" name="TM_TT_TIMELINE" value="0" id="tm_tl_timeline_no" <tmpl_unless tm_tt_timeline>checked</tmpl_unless> /><label for="tm_tl_timeline_no"><%! No !%></label>
+ </td>
+ <td class="col_right"></td>
+ </tr>
+ <tr class="row_even">
+ <td class="col_left"></td>
+ <td class="col_label"><h5><%! Tooltips in list: !%></h5></td>
+ <td class="col_value">
+ <input type="radio" name="TM_TT_LIST" value="1" id="tm_tl_list_yes" <tmpl_if tm_tt_list>checked</tmpl_if> /><label for="tm_tl_list_yes"><%! Yes !%></label>
+ <input type="radio" name="TM_TT_LIST" value="0" id="tm_tl_list_no" <tmpl_unless tm_tt_list>checked</tmpl_unless> /><label for="tm_tl_list_no"><%! No !%></label>
+ </td>
+ <td class="col_right"></td>
+ </tr>
<tr class="footer">
<td class="col_left"></td>
<td colspan="2"></td>
@@ -399,7 +447,7 @@
<td colspan="2"></td>
<td class="col_right"></td>
</tr>
- <tr class="row_odd" title="<%! Gets active after restarting VDRAdmin !%>">
+ <tr class="row_odd">
<td class="col_left"></td>
<td class="col_label"><h5><%! Read EPG directly using epg.data: !%></h5></td>
<td class="col_value">
@@ -490,6 +538,15 @@
</td>
<td class="col_right"></td>
</tr>
+ <tr class="row_odd">
+ <td class="col_left"></td>
+ <td class="col_label"><h5><%! In "Watch TV"? !%></h5></td>
+ <td class="col_value" colspan="2">
+ <input type="radio" name="CHANNELS_WANTED_WATCHTV" value="1" id="wtv_yes" <tmpl_if CHANNELS_WANTED_WATCHTV>checked</tmpl_if> /><label for="wtv_yes"><%! Yes !%></label>
+ <input type="radio" name="CHANNELS_WANTED_WATCHTV" value="0" id="wtv_no" <tmpl_unless CHANNELS_WANTED_WATCHTV>checked</tmpl_unless> /><label for="wtv_no"><%! No !%></label>
+ </td>
+ <td class="col_right"></td>
+ </tr>
<tr class="row_even">
<td class="col_left"></td>
<td class="col_channels">