mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
yWeb: rename Y_NI_About.yhtm => Y_About_Image.yhtm
Origin commit data
------------------
Commit: 2498cb675b
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-21 (Tue, 21 Feb 2023)
Origin message was:
------------------
- yWeb: rename Y_NI_About.yhtm => Y_About_Image.yhtm
This commit is contained in:
@@ -9,7 +9,8 @@ install_DATA = extensions.txt \
|
||||
favicon.ico \
|
||||
index.html \
|
||||
robots.txt \
|
||||
Y_About.yhtm \
|
||||
Y_About_Image.yhtm \
|
||||
Y_About_yWeb.yhtm \
|
||||
Y_Baselib.js \
|
||||
Y_Blank.yhtm \
|
||||
Y_Blocks.txt \
|
||||
@@ -78,8 +79,7 @@ install_DATA = extensions.txt \
|
||||
Y_yWeb.js
|
||||
|
||||
# NI-yWeb
|
||||
install_DATA += Y_NI_About.yhtm \
|
||||
Y_NI_Camd-control.yhtm \
|
||||
install_DATA += Y_NI_Camd-control.yhtm \
|
||||
Y_NI_Infoicons-control.yhtm \
|
||||
Y_NI_m3uConInfo.yhtm \
|
||||
Y_NI_m3uConvert.yhtm \
|
||||
|
@@ -90,7 +90,7 @@ function get_update_txt()
|
||||
{
|
||||
//show_waitbox(true);
|
||||
loadSyncURL("/control/exec?Y_NI_Tools&get_update_txt");
|
||||
window.document.location.href="/Y_NI_About.yhtm?ani=false";
|
||||
window.document.location.href="/Y_About_Image.yhtm?ani=false";
|
||||
}
|
||||
|
||||
jQuery(document).ready(function(){
|
||||
@@ -112,7 +112,7 @@ jQuery(document).ready(function(){
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
{=var-set:menu={=L:info.about=} NI-Image=}{=include-block:Y_Blocks.txt;work_menu=}
|
||||
{=var-set:menu={=L:info.about_image=}=}{=include-block:Y_Blocks.txt;work_menu=}
|
||||
</div></div>
|
||||
<div class="work_box_body">
|
||||
<table border="0" cellpadding="2" cellspacing="4" width="100%">
|
||||
@@ -142,7 +142,7 @@ jQuery(document).ready(function(){
|
||||
</td>
|
||||
<td valign="top" width="28%">
|
||||
{=ini-get:/.version;imagename=}<br/>
|
||||
<abbr class="version" title="{=L:ni.about.your_image=}">
|
||||
<abbr class="version" title="{=L:info.about.your_image=}">
|
||||
<script>getVersion("{=ini-get:/.version;version=}");</script><br/>
|
||||
<script>getBuild("{=ini-get:/.version;version=}");</script><br/>
|
||||
</abbr>
|
||||
@@ -152,10 +152,10 @@ jQuery(document).ready(function(){
|
||||
<td valign="top" width="38%">
|
||||
{=if-file-exists:/tmp/update.txt~
|
||||
<script>compareVersion("{=ini-get:/.version;version=}", "{=ini-get:/tmp/update.txt;version=}");</script>
|
||||
<span class="upd_no">{=L:ni.about.image_upd_no=}</span>
|
||||
<span class="upd_yes">{=L:ni.about.image_upd_yes=}</span>
|
||||
<span class="upd_no">{=L:info.about.image_upd_no=}</span>
|
||||
<span class="upd_yes">{=L:info.about.image_upd_yes=}</span>
|
||||
<br/>
|
||||
<abbr class="version" title="{=L:ni.about.actual_image=}">
|
||||
<abbr class="version" title="{=L:info.about.actual_image=}">
|
||||
<script>getVersion("{=ini-get:/tmp/update.txt;version=}");</script>
|
||||
<br/>
|
||||
<br/>
|
@@ -6,7 +6,7 @@
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
{=var-set:menu={=L:info.about=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
|
||||
{=var-set:menu={=L:info.about_yweb=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
|
||||
<div class="work_box_body">
|
||||
<table border="0" cellpadding="2" cellspacing="4">
|
||||
<tr>
|
@@ -484,7 +484,7 @@ end-block~frame_ext
|
||||
# ------- Lay-Frame Info-Menu
|
||||
start-block~frame_info
|
||||
{=var-set:sec_menu=Y_Info_Menue.yhtm=}
|
||||
{=var-set:work=Y_NI_About.yhtm=}
|
||||
{=var-set:work=Y_About_Image.yhtm=}
|
||||
{=include-block:Y_Blocks.txt;frame_secondary=}
|
||||
end-block~frame_info
|
||||
|
||||
|
@@ -17,10 +17,10 @@ function init(){
|
||||
<div class="y_menu_sec">
|
||||
<ul id="secmenu_info">
|
||||
<li>
|
||||
<a target="work" href="Y_NI_About.yhtm">{=L:info.about=} NI-Image</a>
|
||||
<a target="work" href="Y_About_Image.yhtm">{=L:info.about_image=}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a target="work" href="Y_About.yhtm">{=L:info.about=} yWeb</a>
|
||||
<a target="work" href="Y_About_yWeb.yhtm">{=L:info.about_yweb=}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a target="work" href="Y_Info_Help.yhtm">{=L:info.help=}</a>
|
||||
|
@@ -424,7 +424,12 @@ live.timer-sync.status=Status
|
||||
|
||||
# ===== INFO
|
||||
info.help=Hilfe
|
||||
info.about=Über
|
||||
info.about_yweb=Über yWeb
|
||||
info.about_image=Über NI-Image
|
||||
info.about.your_image=Dein NI-Image
|
||||
info.about.actual_image=Aktuelles NI-Image
|
||||
info.about.image_upd_no=Kein Update verfügbar
|
||||
info.about.image_upd_yes=Update verfügbar
|
||||
info.check_for_updates=Auf Updates prüfen
|
||||
info.your_version=Deine Version
|
||||
info.actual_version=Aktuelle Version
|
||||
@@ -498,11 +503,6 @@ ni.configure=Konfigurieren
|
||||
ni.dblclick=Doppelklick erforderlich
|
||||
ni.infopage=NI Infoseite
|
||||
|
||||
ni.about.your_image=Dein NI-Image
|
||||
ni.about.actual_image=Aktuelles NI-Image
|
||||
ni.about.image_upd_no=Kein Update verfügbar
|
||||
ni.about.image_upd_yes=Update verfügbar
|
||||
|
||||
ni.camd-control=Softcams
|
||||
ni.camd-control.title=Softcam-Steuerung
|
||||
|
||||
|
@@ -424,7 +424,12 @@ live.timer-sync.status=Status
|
||||
|
||||
# ===== INFO
|
||||
info.help=Help
|
||||
info.about=About
|
||||
info.about_yweb=About yWeb
|
||||
info.about=About NI-Image
|
||||
info.about.your_image=Your NI-Image
|
||||
info.about.actual_image=Actual NI-Image
|
||||
info.about.image_upd_no=No update available
|
||||
info.about.image_upd_yes=Update available
|
||||
info.check_for_updates=Check for Updates
|
||||
info.your_version=Your Version
|
||||
info.actual_version=Actual Version
|
||||
@@ -498,11 +503,6 @@ ni.configure=Configure
|
||||
ni.dblclick=Doubleclick required
|
||||
ni.infopage=NI Infopage
|
||||
|
||||
ni.about.your_image=Your NI-Image
|
||||
ni.about.actual_image=Actual NI-Image
|
||||
ni.about.image_upd_no=No update available
|
||||
ni.about.image_upd_yes=Update available
|
||||
|
||||
ni.camd-control=Softcams
|
||||
ni.camd-control.title=Softcam-Control
|
||||
|
||||
|
Reference in New Issue
Block a user