diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2005-10-21 10:24:52 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2005-10-21 10:24:52 +0200 |
commit | 8ed70947cc069fb98d9a281927ba0f289b0a6115 (patch) | |
tree | ecf409e62d86fa44e99b85e137e2ead3423926eb /template/default/navigation.html | |
parent | a935422b27fcfc8713c63033c419081b5731fcff (diff) | |
download | vdradmin-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/navigation.html')
-rw-r--r-- | template/default/navigation.html | 94 |
1 files changed, 48 insertions, 46 deletions
diff --git a/template/default/navigation.html b/template/default/navigation.html index 041cf5e..300af95 100644 --- a/template/default/navigation.html +++ b/template/default/navigation.html @@ -11,10 +11,10 @@ <script type="text/javascript"> <!-- function rc_open() { - window.open("./vdradmin.pl?aktion=rc_show", "_blank", "width=213, height=510, resizable=no, scrollbars=no, status=no, toolbar=no"); + window.open("./vdradmin.pl?aktion=rc_show", "vdradminRC", "width=213, height=510, resizable=no, scrollbars=no, status=no, toolbar=no"); } function tv_open() { - window.open("./vdradmin.pl?aktion=tv_show", "_blank", "width=615, height=548, resizable=yes, scrollbars=no, status=no, toolbar=no"); + window.open("./vdradmin.pl?aktion=tv_show", "vdradminTV", "width=615, height=548, resizable=yes, scrollbars=no, status=no, toolbar=no"); } // --> </script> @@ -24,50 +24,52 @@ <div class="logo"> <a href="./" target="_top"><tmpl_if linvdr><img src="bilder/logo_linvdr.gif" alt="" height="50px" width="150px" border="0" /><tmpl_else><img src="bilder/logo_other.gif" alt="" height="50" width="150" border="0" /></tmpl_if></a> </div> - <div class="separator"></div> - <div class="navi"> - <a href="vdradmin.pl?aktion=prog_summary" target="main"><%! What's On Now? !%></a> + <div class="nav_bar"> + <div class="separator"></div> + <div class="navi"> + <a href="vdradmin.pl?aktion=prog_summary" target="main"><%! What's On Now? !%></a> + </div> + <div class="separator"></div> + <div class="navi"> + <a href="vdradmin.pl?aktion=prog_list2" target="main"><%! Playing Today !%></a> + </div> + <div class="separator"></div> + <div class="navi"> + <a href="vdradmin.pl?aktion=prog_timeline" target="main"><%! Timeline !%></a> + </div> + <div class="separator"></div> + <div class="navi"> + <a href="vdradmin.pl?aktion=prog_list" target="main"><%! Channels !%></a> + </div> + <div class="separator"></div> + <div class="navi"> + <a href="vdradmin.pl?aktion=timer_list" target="main"><%! Timer !%></a> + </div> + <div class="separator"></div> + <div class="navi"> + <a href="vdradmin.pl?aktion=at_timer_list" target="main"><%! AutoTimer !%></a> + </div> + <div class="separator"></div> + <div class="navi"> + <a href="vdradmin.pl?aktion=rec_list" target="main"><%! Recordings !%></a> + </div> + <div class="separator"></div> + <div class="navi"> + <a href="vdradmin.pl?aktion=config" target="main"><%! Configuration !%></a> + </div> + <div class="separator"></div> + <div class="navi"> + <a href="javascript:rc_open();"><%! Remote Control !%></a> + </div> + <div class="separator"></div> + <div class="navi"> + <a href="vdradmin.pl?aktion=tv_show" target="main"><%! Watch TV !%></a> + </div> + <form action="vdradmin.pl" method="get" name="FormName" target="main" class="search"> + <input type="text" name="search" /><br /> + <input type="submit" name="submit" value="<%! Search !%>" /> + <input type="hidden" name="aktion" value="prog_summary" /> + </form> </div> - <div class="separator"></div> - <div class="navi"> - <a href="vdradmin.pl?aktion=prog_list2" target="main"><%! Playing Today !%></a> - </div> - <div class="separator"></div> - <div class="navi"> - <a href="vdradmin.pl?aktion=prog_timeline" target="main"><%! Timeline !%></a> - </div> - <div class="separator"></div> - <div class="navi"> - <a href="vdradmin.pl?aktion=prog_list" target="main"><%! Channels !%></a> - </div> - <div class="separator"></div> - <div class="navi"> - <a href="vdradmin.pl?aktion=timer_list" target="main"><%! Timer !%></a> - </div> - <div class="separator"></div> - <div class="navi"> - <a href="vdradmin.pl?aktion=at_timer_list" target="main"><%! AutoTimer !%></a> - </div> - <div class="separator"></div> - <div class="navi"> - <a href="vdradmin.pl?aktion=rec_list" target="main"><%! Recordings !%></a> - </div> - <div class="separator"></div> - <div class="navi"> - <a href="vdradmin.pl?aktion=config" target="main"><%! Configuration !%></a> - </div> - <div class="separator"></div> - <div class="navi"> - <a href="javascript:rc_open();"><%! Remote Control !%></a> - </div> - <div class="separator"></div> - <div class="navi"> - <a href="vdradmin.pl?aktion=tv_show" target="main"><%! Watch TV !%></a> - </div> - <form action="vdradmin.pl" method="get" name="FormName" target="main" class="search"> - <input type="text" name="search" /> - <input type="submit" name="submit" value="<%! Search !%>" /> - <input type="hidden" name="aktion" value="prog_summary" /> - </form> </body> </html> |