diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2005-06-22 14:42:18 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2005-06-22 14:42:18 +0200 |
commit | 1f33deeae237bdcc4281de03d268528d4a09edd3 (patch) | |
tree | ba27f73a162201dc1f33a83cdb77ca724ab22fa8 /template/default/help_timer_new.html | |
parent | d6922e850779c4ff9d8bcbcef9842cf333eb8638 (diff) | |
download | vdradmin-am-1f33deeae237bdcc4281de03d268528d4a09edd3.tar.gz vdradmin-am-1f33deeae237bdcc4281de03d268528d4a09edd3.tar.bz2 |
2005-06-22: 0.97-am3.3rcv0.97-am3.3rc
- Updated all help messages.
- Added beautified tooltips in timer_list. PLEASE COMMENT!!!
- Changed saving of AutoTimer patterns: ":" -> "|" and "|" -> "\|".
- Added support for user.css for overwriting style.css (Must be located in /etc/vdradmin/). See user.css.example. PLEASE COMMENT ON THIS!!!
- Removed obsolete files (e.g. images).
- Merged style.css and navi.css.
- Reworked templates so that they use a lot of CSS (Tested using Konqueror 3.3.2 and Firefox 1.0.4).
- Fixed programming timers with special summary when using EPG_DIRECT (timer didn't get programmed) (Thanks to HolgerAusB for giving vital hints).
- Allow browsers to cache all files VDRAdmin sends, except "text/html". This should speed up VDRAdmin but changing the skin or css needs a "shift reload".
- Added support for VDR v1.3.25's info.vdr (Submitted by vejoun).
- Use localized date formates.
- Now using "video/x-mpegurl" MIME type instead of "audio/x-mpegurl" for streaming (Suggested by stefan.h).
- Added patches supplied by stefan.h:
-> using EPG's subtitle when found for AutoTimer else " " (that's the VDR way).
-> New config option VDRVFAT to find recordings if VDR has been compiled with or without VFAT define.
- Fixed calling reccmds on recordings in subdirs, manual recordings (@rectitle) and repeating timer's recordings without episode title.
- Fixed streaming of manual recordings (@rectitle) and repeating timer's recordings without episode title.
- VDRAdmin-AM now uses the required charsets setting in templates, so no need to write "&xyz;" things in .po files.
- Reworked templates to make better use of CSS (for example: timeline colours can be set by style.css).
- EPG_PRUNE now is the number of channels to fetch from VDR (had been one too less before).
- Added "install.sh" and "uninstall.sh" ("./install.sh -h" for help) (Requested by several people).
- Made "name" columns in lists wrapping again (Reported by vejoun).
- Deleting a single recording works again (Reported by vejoun).
- Fixed streaming of recordings in subdirs (Reported by vejoun).
- Added missing gray sign on deactivated AutoTimers (Reported by vejoun).
Diffstat (limited to 'template/default/help_timer_new.html')
-rw-r--r-- | template/default/help_timer_new.html | 92 |
1 files changed, 49 insertions, 43 deletions
diff --git a/template/default/help_timer_new.html b/template/default/help_timer_new.html index 0a283ef..780fd6e 100644 --- a/template/default/help_timer_new.html +++ b/template/default/help_timer_new.html @@ -9,65 +9,71 @@ <title><%! Edit Timer !%></title> <script type="text/javascript" language="JavaScript1.2" src="library.js"></script> <link href="style.css" rel="stylesheet" media="screen" type="text/css" /> + <tmpl_if usercss> + <link href="user.css" rel="stylesheet" media="screen" type="text/css" /> + </tmpl_if> </head> <body id="timer_new"> - <table width="100%" border="0" cellspacing="0" cellpadding="0" id="help"> - <tr height="30"> - <td width="30" height="30"><img src="bilder/uebersicht_oben_links.gif" alt="" width="30" height="30" border="0" /></td> - <td height="30" valign="middle" background="bilder/uebersicht_oben.gif"> - <h2><%! Edit Timer !%></h2> - </td> - <td width="30" height="30"><img src="bilder/uebersicht_oben_rechts.gif" alt="" width="30" height="30" border="0" /></td> + <table width="100%" border="0" cellspacing="0" cellpadding="0" id="help" class="group"> + <tr class="heading"> + <td class="col_left"></td> + <td><h2><%! Edit Timer !%></h2></td> + <td class="col_right"></td> + </tr> + <tr class="row_spacer"> + <td class="col_left"></td> + <td></td> + <td class="col_right"></td> </tr> - <tr> - <td width="30" background="bilder/uebersicht_links.gif"></td> - <td background="bilder/uebersicht_mitte.gif"> - <p>Here you can edit a timer's settings.</p> + <tr class="row_odd"> + <td class="col_left"></td> + <td> + <%! <p>Here you can edit a timer's settings.</p> !%> <dl> - <dt>Timer Active:</dt> - <dd>Activate or deactivate this timer. Deactivated timers are still stored in the timer list so that they can be activated again, but they do not record anything meanwhile.</dd> - <dt>AutoTimer Checking:</dt> - <dd>Depending on how this timer has been programmed you have up to three possible settings: + <dt><%! Timer Active: !%></dt> + <dd><%! Activate or deactivate this timer. Deactivated timers are still stored in the timer list so that they can be activated again, but they do not record anything meanwhile. !%></dd> + <dt><%! AutoTimer Checking: !%></dt> + <dd><%! Depending on how this timer has been programmed you have up to three possible settings: !%> <dl> - <dt>Transmission Identification</dt> - <dd>Monitor this timer using the identification provided in the EPG. Please note that this only works if the provided identification is a fix and unique value! This option is not available with timers programmed in VDR.</dd> - <dt>Time</dt> - <dd>Monitor this timer using the start and stop time.</dd> - <dt>off</dt> - <dd>Do not monitor this timer.</dd> + <dt><%! Transmission Identification !%></dt> + <dd><%! Monitor this timer using the identification provided in the EPG. Please note that this only works if the provided identification is a fix and unique value! This option is not available with timers programmed in VDR. !%></dd> + <dt><%! Time !%></dt> + <dd><%! Monitor this timer using the start and stop time. !%></dd> + <dt><%! off !%></dt> + <dd><%! Do not monitor this timer. !%></dd> </dl> </dd> - <dt>Channel</dt> - <dd>The channel to record.</dd> - <dt>Day Of Recording</dt> - <dd>The day when the timer should get active. You can enter the day in two formats: + <dt><%! Channel: !%></dt> + <dd><%! The channel to record. !%></dd> + <dt><%! Day Of Recording: !%></dt> + <dd><%! The day when the timer should get active. You can enter the day in two formats: <ul> <li>Two digits (DD). This will use the current month and year.</li> <li>ISO norm (YYYY-MM-DD). Program your timers as far in the future as you like.</li> </ul> - In case you want to program a repeating timer you can use the seven checkboxes below the text field. Check the box for each day you want the timer to get active. + In case you want to program a repeating timer you can use the seven checkboxes below the text field. Check the box for each day you want the timer to get active. !%> </dd> - <dt>Start Time</dt> - <dd>This is the time when the timer should start recording. The first text field is for "hour", the second for "minute". - <dt>End Time</dt> - <dd>This is the time when the timer should stop recording. The first text field is for "hour", the second for "minute". - <dt>Priority</dt> - <dd>An integer in the range <b>0...99</b>, defining the <b>priority</b> of this timer and of recordings created by this timer. <b>0</b> represents the lowest value, <b>99</b> the highest. The priority is used to decide which timer shall be started in case there are two or more timers with the exact same <b>start</b> time. The first timer in the list with the highest priority will be used.<br /><br />This value is also stored with the recording and is later used to decide which recording to remove from disk in order to free space for a new recording. If the disk runs full and a new recording needs more space, an existing recording with the lowest priority (and which has exceeded its guaranteed <b>lifetime</b>) will be removed.<br /><br />If all available DVB cards are currently occupied, a timer with a higher priority will interrupt the timer with the lowest priority in order to start recording.</dd> - <dt>Lifetime</dt> - <dd>The <b>guaranteed</b> lifetime (in days) of a recording created by this timer. <b>0</b> means that this recording may be automatically deleted at any time by a new recording with higher priority. <b>99</b> means that this recording will never be automatically deleted. Any number in the range <b>1...98</b> means that this recording may not be automatically deleted in favour of a new recording, until the given number of days since the <b>start</b> time of the recording has passed by.</dd> - <dt>Title of Recording</dt> - <dd>The <b>file name</b> this timer will give to a recording. If the name shall contain subdirectories, these have to be delimited by '~' (since the '/' character may be part of a regular programme name).<br /><br />The special keywords <b>TITLE</b> and <b>EPISODE</b>, if present, will be replaced by the title and episode information from the EPG data at the time of recording (if that data is available). If at the time of recording either of these cannot be determined, <b>TITLE</b> will default to the channel name, and <b>EPISODE</b> will default to a blank.</dd> - <dt>Summary</dt> - <dd>Arbitrary text that describes the recording made by this timer. If this field is not empty, its contents will be written into the <u>summary.vdr</u> file of the recording.</dd> + <dt><%! Start Time: !%></dt> + <dd><%! This is the time when the timer should start recording. The first text field is for "hour", the second for "minute". !%></dd> + <dt><%! End Time: !%></dt> + <dd><%! This is the time when the timer should stop recording. The first text field is for "hour", the second for "minute". !%></dd> + <dt><%! Priority: !%></dt> + <dd><%! An integer in the range <strong>0...99</strong>, defining the <strong>priority</strong> of this timer and of recordings created by this timer. <strong>0</strong> represents the lowest value, <strong>99</strong> the highest. The priority is used to decide which timer shall be started in case there are two or more timers with the exact same <strong>start</strong> time. The first timer in the list with the highest priority will be used.<br /><br />This value is also stored with the recording and is later used to decide which recording to remove from disk in order to free space for a new recording. If the disk runs full and a new recording needs more space, an existing recording with the lowest priority (and which has exceeded its guaranteed <strong>lifetime</strong>) will be removed.<br /><br />If all available DVB cards are currently occupied, a timer with a higher priority will interrupt the timer with the lowest priority in order to start recording. !%></dd> + <dt><%! Lifetime: !%></dt> + <dd><%! The <strong>guaranteed</strong> lifetime (in days) of a recording created by this timer. <strong>0</strong> means that this recording may be automatically deleted at any time by a new recording with higher priority. <strong>99</strong> means that this recording will never be automatically deleted. Any number in the range <strong>1...98</strong> means that this recording may not be automatically deleted in favour of a new recording, until the given number of days since the <strong>start</strong> time of the recording has passed by. !%></dd> + <dt><%! Title of Recording: !%></dt> + <dd><%! The <strong>file name</strong> this timer will give to a recording. If the name shall contain subdirectories, these have to be delimited by '~' (since the '/' character may be part of a regular programme name).<br /><br />The special keywords <strong>TITLE</strong> and <strong>EPISODE</strong>, if present, will be replaced by the title and episode information from the EPG data at the time of recording (if that data is available). If at the time of recording either of these cannot be determined, <strong>TITLE</strong> will default to the channel name, and <strong>EPISODE</strong> will default to a blank. !%></dd> + <dt><%! Summary: !%></dt> + <dd><%! Arbitrary text that describes the recording made by this timer. If this field is not empty, its contents will be written into the <span class="ref_file">summary.vdr</span> or <span class="ref_file">info.vdr</span> file of the recording. !%></dd> </dl> </td> - <td width="30" background="bilder/uebersicht_rechts.gif"></td> + <td class="col_right"></td> </tr> - <tr> - <td width="30"><img src="bilder/uebersicht_unten_links.gif" alt="" width="30" height="30" border="0" /></td> - <td background="bilder/uebersicht_unten.gif"></td> - <td width="30"><img src="bilder/uebersicht_unten_rechts.gif" alt="" width="30" height="30" border="0" /></td> + <tr class="footer"> + <td class="col_left"></td> + <td></td> + <td class="col_right"></td> </tr> </table> </body> |