yWeb: rename Y_yweb.js => Y_yWeb.js

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4eace25154
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-20 (Mon, 20 Feb 2023)

Origin message was:
------------------
- yWeb: rename Y_yweb.js => Y_yWeb.js

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2023-02-20 20:47:53 +01:00
parent fa8d630a8a
commit 6f50f76a4d
13 changed files with 19 additions and 19 deletions

View File

@@ -75,7 +75,7 @@ install_DATA = extensions.txt \
Y_User.css \ Y_User.css \
Y_Version.txt \ Y_Version.txt \
Y_Wait.yhtm \ Y_Wait.yhtm \
Y_yweb.js Y_yWeb.js
# NI-yWeb # NI-yWeb
install_DATA += Y_NIlib.js \ install_DATA += Y_NIlib.js \

View File

@@ -2,7 +2,7 @@
{=include-block:Y_Blocks.txt;js_jquery=} {=include-block:Y_Blocks.txt;js_jquery=}
{=include-block:Y_Blocks.txt;js_prototype=} {=include-block:Y_Blocks.txt;js_prototype=}
<script src="/Y_Baselib.js"></script> <script src="/Y_Baselib.js"></script>
<script src="/Y_yweb.js"></script> <script src="/Y_yWeb.js"></script>
<script> <script>
function epg_plus_popup() { function epg_plus_popup() {
window.open("Y_EPG_Plus.yhtm","_blank","resizable=yes,scrollbars=yes"); window.open("Y_EPG_Plus.yhtm","_blank","resizable=yes,scrollbars=yes");

View File

@@ -3,7 +3,7 @@
{=include-block:Y_Blocks.txt;head=} {=include-block:Y_Blocks.txt;head=}
{=include-block:Y_Blocks.txt;js_prototype=} {=include-block:Y_Blocks.txt;js_prototype=}
<script src="/Y_Baselib.js"></script> <script src="/Y_Baselib.js"></script>
<script src="/Y_yweb.js"></script> <script src="/Y_yWeb.js"></script>
<script> <script>
function build_menu(){ function build_menu(){
// ext.read_items(); // ext.read_items();

View File

@@ -2,7 +2,7 @@
{=include-block:Y_Blocks.txt;head=} {=include-block:Y_Blocks.txt;head=}
{=include-block:Y_Blocks.txt;js_prototype=} {=include-block:Y_Blocks.txt;js_prototype=}
<script src="/Y_Baselib.js"></script> <script src="/Y_Baselib.js"></script>
<script src="/Y_yweb.js"></script> <script src="/Y_yWeb.js"></script>
<script src="/Y_Ext_Update.js"></script> <script src="/Y_Ext_Update.js"></script>
<script> <script>
function do_submit(){ function do_submit(){

View File

@@ -2,7 +2,7 @@
{=include-block:Y_Blocks.txt;head=} {=include-block:Y_Blocks.txt;head=}
{=include-block:Y_Blocks.txt;js_prototype=} {=include-block:Y_Blocks.txt;js_prototype=}
<script src="/Y_Baselib.js"></script> <script src="/Y_Baselib.js"></script>
<script src="/Y_yweb.js"></script> <script src="/Y_yWeb.js"></script>
<script src="/Y_Ext_Update.js"></script> <script src="/Y_Ext_Update.js"></script>
<script> <script>
function init(){ function init(){

View File

@@ -2,7 +2,7 @@
{=include-block:Y_Blocks.txt;head=} {=include-block:Y_Blocks.txt;head=}
{=include-block:Y_Blocks.txt;js_prototype=} {=include-block:Y_Blocks.txt;js_prototype=}
<script src="/Y_Baselib.js"></script> <script src="/Y_Baselib.js"></script>
<script src="/Y_yweb.js"></script> <script src="/Y_yWeb.js"></script>
<script src="/Y_Ext_Update.js"></script> <script src="/Y_Ext_Update.js"></script>
{=include-block:Y_Blocks.txt;head_close=} {=include-block:Y_Blocks.txt;head_close=}
<body> <body>

View File

@@ -1,7 +1,7 @@
{=include-block:Y_Blocks.txt;head=} {=include-block:Y_Blocks.txt;head=}
{=include-block:Y_Blocks.txt;js_prototype=} {=include-block:Y_Blocks.txt;js_prototype=}
<script src="/Y_Baselib.js"></script> <script src="/Y_Baselib.js"></script>
<script src="/Y_yweb.js"></script> <script src="/Y_yWeb.js"></script>
<script> <script>
function do_onload() { function do_onload() {
yhttpd_cache_clear(''); yhttpd_cache_clear('');

View File

@@ -2,7 +2,7 @@
{=include-block:Y_Blocks.txt;head=} {=include-block:Y_Blocks.txt;head=}
{=include-block:Y_Blocks.txt;js_prototype=} {=include-block:Y_Blocks.txt;js_prototype=}
<script src="/Y_Baselib.js"></script> <script src="/Y_Baselib.js"></script>
<script src="/Y_yweb.js"></script> <script src="/Y_yWeb.js"></script>
<script> <script>
function init(){ function init(){
add_yExtensions('info', 'secmenu_info'); add_yExtensions('info', 'secmenu_info');

View File

@@ -2,7 +2,7 @@
{=include-block:Y_Blocks.txt;head=} {=include-block:Y_Blocks.txt;head=}
{=include-block:Y_Blocks.txt;js_prototype=} {=include-block:Y_Blocks.txt;js_prototype=}
<script src="/Y_Baselib.js"></script> <script src="/Y_Baselib.js"></script>
<script src="/Y_yweb.js"></script> <script src="/Y_yWeb.js"></script>
<script> <script>
/*Indicator*/ /*Indicator*/
var g_i_active = false; var g_i_active = false;

View File

@@ -2,7 +2,7 @@
{=include-block:Y_Blocks.txt;head=} {=include-block:Y_Blocks.txt;head=}
{=include-block:Y_Blocks.txt;js_prototype=} {=include-block:Y_Blocks.txt;js_prototype=}
<script src="/Y_Baselib.js"></script> <script src="/Y_Baselib.js"></script>
<script src="/Y_yweb.js"></script> <script src="/Y_yWeb.js"></script>
<script> <script>
function init(){ function init(){
add_yExtensions('settings_general', 'secmenu_settings_general'); add_yExtensions('settings_general', 'secmenu_settings_general');

View File

@@ -1,7 +1,7 @@
{=include-block:Y_Blocks.txt;head=} {=include-block:Y_Blocks.txt;head=}
{=include-block:Y_Blocks.txt;js_prototype=} {=include-block:Y_Blocks.txt;js_prototype=}
<script src="/Y_Baselib.js"></script> <script src="/Y_Baselib.js"></script>
<script src="/Y_yweb.js"></script> <script src="/Y_yWeb.js"></script>
<script> <script>
function cmd_popup(){ function cmd_popup(){
window.open('Y_Tools_Cmd.yhtm','cmd','width=720,height=470,resizable=yes'); window.open('Y_Tools_Cmd.yhtm','cmd','width=720,height=470,resizable=yes');

View File

@@ -1,3 +1,3 @@
version=3.0.36 version=3.0.37
date=19.02.2023 date=20.02.2023
info=NI-Neutrino-Webinterface info=NI-Neutrino-Webinterface

View File

@@ -1,14 +1,14 @@
/* yWeb by yjogol /* yWeb by yjogol
internal organisation of yweb internal organisation of yWeb
*/ */
/* define namespace */ /* define namespace */
if(typeof(Y) == "undefined") if(typeof(Y) == "undefined")
Y = {}; Y = {};
/* Class Y.yweb */ /* Class Y.yWeb */
Y.yweb = new Class.create(); Y.yWeb = new Class.create();
Object.extend(Y.yweb.prototype, { Object.extend(Y.yWeb.prototype, {
ver_file_prop : new Hash(), ver_file_prop : new Hash(),
yweb_version: $H({major:'0', minor:'0', patch:'0', pre:'0'}), yweb_version: $H({major:'0', minor:'0', patch:'0', pre:'0'}),
yweblib_version: $H({major:'1', minor:'0', patch:'0', pre:'0'}), yweblib_version: $H({major:'1', minor:'0', patch:'0', pre:'0'}),
@@ -57,14 +57,14 @@ Object.extend(Y.yweb.prototype, {
/* main instance */ /* main instance */
if (window == top.top_main.prim_menu) { if (window == top.top_main.prim_menu) {
var yweb = new Y.yweb(); var yweb = new Y.yWeb();
yweb.require_prototype("1.7.3"); yweb.require_prototype("1.7.3");
} }
else else
if(top.top_main.prim_menu && top.top_main.prim_menu.yweb) if(top.top_main.prim_menu && top.top_main.prim_menu.yweb)
var yweb = top.top_main.prim_menu.yweb; var yweb = top.top_main.prim_menu.yweb;
else { // should not happen! else { // should not happen!
var yweb = new Y.yweb(); var yweb = new Y.yWeb();
yweb.require_prototype("1.7.3"); yweb.require_prototype("1.7.3");
} }