From 34e86d2c14b20da21febb89614bbeb4522b481ef Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Wed, 18 Jan 2006 12:13:36 +0100 Subject: =?UTF-8?q?2006-01-17:=203.4.3rc=20-=20Changed=20program=20name=20?= =?UTF-8?q?to=20VDRAdmin-AM=20to=20make=20clear=20it's=20a=20fork=20of=20V?= =?UTF-8?q?DRAdmin.=20-=20Added=20"Help"=20and=20"About"=20to=20navigation?= =?UTF-8?q?=20bar=20at=20the=20left.=20-=20Hide=20"Record"=20button=20if?= =?UTF-8?q?=20prog=5Fdetail=20is=20opened=20from=20timer=5Flist.=20-=20Aft?= =?UTF-8?q?er=20clicking=20"Record"=20in=20prog=5Fdetail=20and=20leaving?= =?UTF-8?q?=20timer=5Fnew=20return=20to=20page=20where=20prog=5Fdetail=20h?= =?UTF-8?q?as=20been=20opened=20(Reported=20by=20Ferdinand=20Grassmann).?= =?UTF-8?q?=20-=20Timers=20were=20re-programmed=20every=20CheckTimers()=20?= =?UTF-8?q?call=20if=20setup=20option=20"do=20not=20add=20summary=20to=20t?= =?UTF-8?q?imers"=20is=20active=20(Reported=20by=20Ferdinand=20Grassmann).?= =?UTF-8?q?=20-=20Dropped=20sendEmail=20dependency.=20Now=20uses=20Net::SM?= =?UTF-8?q?TP=20modules=20(Patch=20by=20Ville=20Skytt=C3=A4).=20-=20Don't?= =?UTF-8?q?=20show=20EPG=20images=20for=20other=20events=20(Fixed=20by=20F?= =?UTF-8?q?erdinand=20Grassmann).=20-=20Changed=20GRAB=20so=20that=20it=20?= =?UTF-8?q?doesn't=20use=20temporary=20files=20for=20VDR=20>=3D1.3.38.=20-?= =?UTF-8?q?=20VPS=20for=20timers=20(Requested=20by=20reibuehl).=20-=20Made?= =?UTF-8?q?=20extension=20and=20mimetype=20for=20both=20live=20and=20recor?= =?UTF-8?q?dings=20streaming=20configurable=20(Suggested=20at=20vdrportal.?= =?UTF-8?q?de).=20-=20Understand=20format=20of=20VDR=20v1.3.38+=20"lste"?= =?UTF-8?q?=20command=20(Thanks=20to=20Marcus=20Breitenstein).=20-=20In=20?= =?UTF-8?q?skin=20"default":=20returning=20from=20timer=5Fnew=20didn't=20s?= =?UTF-8?q?croll=20to=20the=20line=20where=20"Rec"=20has=20been=20called?= =?UTF-8?q?=20in=20prog=5Flist/prog=5Flist2=20(Reported=20by=20Foobar42)?= =?UTF-8?q?=20-=20Fixed=20installing=20of=20missing=20Perl=20modules.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/default/about.html | 101 +++++++++++++++++++++++++++++++ template/default/at_timer_list.html | 2 +- template/default/at_timer_new.html | 2 +- template/default/config.html | 26 +++++++- template/default/copper/style.css | 1 + template/default/default/style.css | 6 ++ template/default/help.html | 44 ++++++++++++++ template/default/help_at_timer_list.html | 4 +- template/default/help_at_timer_new.html | 14 ++--- template/default/help_config.html | 34 +++++++---- template/default/index.html | 2 +- template/default/navigation.html | 11 +++- template/default/prog_detail.html | 4 +- template/default/prog_list.html | 6 +- template/default/prog_list2.html | 6 +- template/default/prog_summary.html | 2 +- template/default/prog_timeline.html | 2 +- template/default/rc.html | 2 +- template/default/rec_edit.html | 2 +- template/default/rec_list.html | 2 +- template/default/style.css | 1 + template/default/timer_list.html | 2 +- template/default/timer_new.html | 14 +++-- template/default/tv.html | 2 +- 24 files changed, 247 insertions(+), 45 deletions(-) create mode 100644 template/default/about.html create mode 100644 template/default/help.html (limited to 'template/default') diff --git a/template/default/about.html b/template/default/about.html new file mode 100644 index 0000000..a649f29 --- /dev/null +++ b/template/default/about.html @@ -0,0 +1,101 @@ + + + + + + <%! About !%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

<%! Authors !%>

<%! Current author (VDRAdmin-AM branch): !%>

Andreas Mair (Homepage)

<%! Original author (VDRAdmin): !%>

Thomas Koch (Homepage)
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

<%! Translation Team !%>

<%! Dutch: !%>

Roel Koelewijn

<%! English: !%>

Andreas Mair

<%! Finnish: !%>

Rolf Ahrenberg

<%! French: !%>

<%! At the moment unmaintained, former translations by: !%> Trois Six, map, lobotomise, bads

<%! German: !%>

Andreas Mair

<%! Spanish: !%>

Rüdiger Jung
+ + + + diff --git a/template/default/at_timer_list.html b/template/default/at_timer_list.html index 54f1637..a23325c 100644 --- a/template/default/at_timer_list.html +++ b/template/default/at_timer_list.html @@ -3,7 +3,7 @@ - VDRAdmin - <%! AutoTimer !%> + VDRAdmin-AM - <%! AutoTimer !%> diff --git a/template/default/at_timer_new.html b/template/default/at_timer_new.html index db2a7af..ee83c46 100644 --- a/template/default/at_timer_new.html +++ b/template/default/at_timer_new.html @@ -3,7 +3,7 @@ - VDRAdmin - <tmpl_if newtimer><%! Add New AutoTimer !%><tmpl_else><%! Edit AutoTimer !%></tmpl_if> + VDRAdmin-AM - <tmpl_if newtimer><%! Add New AutoTimer !%><tmpl_else><%! Edit AutoTimer !%></tmpl_if> diff --git a/template/default/config.html b/template/default/config.html index 21c4b4b..60d6c02 100644 --- a/template/default/config.html +++ b/template/default/config.html @@ -2,7 +2,7 @@ - VDRAdmin - <%! Configuration !%> + VDRAdmin-AM - <%! Configuration !%> @@ -466,6 +466,30 @@ + + +
<%! MIME type for live streaming: !%>
+ + + + + +
<%! Suffix for live streaming: !%>
+ + + + + +
<%! MIME type for recordings streaming: !%>
+ + + + + +
<%! Suffix for recordings streaming: !%>
+ + +