mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
yWeb: introduce head_close block
Origin commit data
------------------
Branch: ni/coolstream
Commit: 25b6cc49ba
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Origin message was:
------------------
- yWeb: introduce head_close block
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{=var-set:cancache=yPConf=}
|
||||
{=include-block:Y_Blocks.txt;head=}
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
{=var-set:alt_httpd={=ini-get:%(CONFIGDIR)/nhttpd.conf;WebsiteMain.override_directory;%(PUBLIC_HTTPDDIR)=}=}
|
||||
{=var-set:vf={=if-file-exists:{=var-get:alt_httpd=}/Y_Version.txt~{=var-get:alt_httpd=}/Y_Version.txt~Y_Version.txt=}=}
|
||||
<body>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{=include-block:Y_Blocks.txt;head=}
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -1,6 +1,6 @@
|
||||
start-block~timer
|
||||
{=include-block:Y_Blocks.txt;head=}
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
@@ -152,7 +152,7 @@ end-block~ext_save_settings
|
||||
# ------- No Managemant Error
|
||||
start-block~no_management
|
||||
{=include-block:Y_Blocks.txt;head=}
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<br />
|
||||
<div class="y_head">Error</div>
|
||||
@@ -261,7 +261,7 @@ start-block~head_no_charset
|
||||
end-block~head_no_charset
|
||||
|
||||
# ------- Lay-Frame HEAD
|
||||
start-block~frame_head
|
||||
start-block~head_frame
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@@ -271,10 +271,10 @@ start-block~frame_head
|
||||
<link rel="stylesheet" type="text/css" href="/Y_Dist.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/Y_User.css" />
|
||||
<title>yWeb</title>
|
||||
end-block~frame_head
|
||||
end-block~head_frame
|
||||
|
||||
# ------- Lay-Frame HEAD
|
||||
start-block~frame_iso_head
|
||||
start-block~head_frame_iso
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
@@ -284,7 +284,7 @@ start-block~frame_iso_head
|
||||
<link rel="stylesheet" type="text/css" href="/Y_Dist.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/Y_User.css" />
|
||||
<title>yWeb</title>
|
||||
end-block~frame_iso_head
|
||||
end-block~head_frame_iso
|
||||
|
||||
# ------- Lay-HEAD NI
|
||||
start-block~head_ni
|
||||
@@ -314,6 +314,11 @@ start-block~head_ni
|
||||
{=include-block:Y_Blocks.txt;jQuery_ui=}
|
||||
end-block~head_ni
|
||||
|
||||
# ------- Lay-HEAD close
|
||||
start-block~head_close
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
end-block~head_close
|
||||
|
||||
# ============= jQuery
|
||||
# ------- jQuery library
|
||||
start-block~jQuery
|
||||
@@ -353,7 +358,7 @@ function do_submit()
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body">
|
||||
{=var-set:wait_text={=L:save_values=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
@@ -397,9 +402,9 @@ start-block~frame_main
|
||||
{=if-empty:{=ini-get:%(CONFIGDIR)/Y-Web.conf;startup=}~
|
||||
{=include-block:Y_Blocks.txt;start_wizard_page=}
|
||||
~
|
||||
{=include-block:Y_Blocks.txt;frame_head=}
|
||||
{=include-block:Y_Blocks.txt;head_frame=}
|
||||
<title>yWeb</title>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<frameset rows="70,*" frameborder="0" framespacing="0">
|
||||
<frame name="prim_menu" src="Y_Menue.yhtm" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" noresize="noresize" />
|
||||
<frame name="base" src="Y_Dyn_Pages.yhtm?page=frame_boxcontrol" marginwidth="0" marginheight="0" frameborder="0" style="height:100%"; />
|
||||
@@ -417,7 +422,7 @@ end-block~frame_main
|
||||
# ------- Lay-Frame MAIN
|
||||
start-block~page_frame_rest
|
||||
{=include-block:Y_Blocks.txt;head=}
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
@@ -425,8 +430,8 @@ end-block~page_frame_rest
|
||||
|
||||
# ------- Lay-Frame Secondary-Menu
|
||||
start-block~frame_secondary
|
||||
{=include-block:Y_Blocks.txt;frame_iso_head=}
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_frame_iso=}
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<frameset cols="175,*" frameborder="0" framespacing="0">
|
||||
<frame name="sec_menu" src="{=var-get:sec_menu=}" scrolling="no" noresize="noresize" frameborder="0" />
|
||||
<frame name="work" src="{=var-get:work=}" scrolling="auto" frameborder="0" />
|
||||
@@ -492,8 +497,8 @@ end-block~frame_info
|
||||
# ==== LIVE
|
||||
# ------- Lay-Frame Live-EPG Frameset
|
||||
start-block~frame_live_epg
|
||||
{=include-block:Y_Blocks.txt;frame_head=}
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_frame=}
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<frameset rows="100,*" frameborder="0" framespacing="0">
|
||||
<frame name="epg_info" src="Y_Live_EPG_Info.yhtm" scrolling="auto" frameborder="0" />
|
||||
<frame name="epg_list" src="Y_Live_EPG.yhtm?channel={=channel=}&logoid={=logoid=}" scrolling="auto" frameborder="0" style="height:100%" />
|
||||
|
@@ -11,7 +11,7 @@ start-block~neutrino_form
|
||||
.line {border-top: 1px solid #6D96A9;}
|
||||
/*]]>*/
|
||||
</style>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
{=var-set:wait_text={=L:save_values=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
{=include-block:Y_Blocks_Neutrino.txt;{=var-get:neutrino=}=}
|
||||
|
@@ -50,7 +50,7 @@ function poschannel(box, direction){
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
|
||||
<body>
|
||||
{=var-set:wait_text={=L:save_values=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
|
@@ -112,7 +112,7 @@ function do_rename(){
|
||||
padding: 1em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{=include-block:Y_Blocks.txt;head_no_charset=}
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body class="iframe">
|
||||
<table class="bouquetlist" width="100%">
|
||||
<tr class="blist"><td><a href="Y_Boxcontrol_Channellist.yhtm#akt" target="content">{=L:bc.channels=}</a></td></tr>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{=include-block:Y_Blocks.txt;head=}
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -25,7 +25,7 @@ function do_streaminfo() {
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body class="iframe">
|
||||
<table class="bouquetitemlist">
|
||||
{=func:get_bouquets_with_epg {=bouquet=}=}
|
||||
|
@@ -131,7 +131,7 @@ function epg_plus_popup() {
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="y_menu_sec_box">
|
||||
<div class="y_menu_sec_box_head"><h2>{=L:main.boxcontrol=}</h2></div>
|
||||
|
@@ -15,7 +15,7 @@ function do_send(mode) {
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -7,7 +7,7 @@
|
||||
<script type="text/javascript">
|
||||
</script>
|
||||
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
{=var-set:wait_text={=L:epg.get_epg=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -23,7 +23,7 @@ function build_menu(){
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="build_menu()">
|
||||
<div class="y_menu_sec_box">
|
||||
<div class="y_menu_sec_box_head"><h2>{=L:main.extensions=}</h2></div>
|
||||
|
@@ -12,7 +12,7 @@ function do_submit(){
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
{=var-set:wait_text={=L:save_values=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -16,7 +16,7 @@ function init(){
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="init()">
|
||||
{=var-set:wait_text={=L:save_values=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<script type="text/javascript" src="/Y_Baselib.js"></script>
|
||||
<script type="text/javascript" src="/Y_yweb.js"></script>
|
||||
<script type="text/javascript" src="/Y_Ext_Update.js"></script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
{=var-set:wait_text={=L:save_values=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -11,7 +11,7 @@ function do_onload() {
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="do_onload()">
|
||||
{=var-set:wait_text={=L:refreshing=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -583,7 +583,7 @@ function ni() {
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="init()">
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -37,7 +37,7 @@ function ni(){
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="init()">
|
||||
{=var-set:wait_text=Speichern (Save).=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{=var-set:cancache=yPConf=}
|
||||
{=include-block:Y_Blocks.txt;head=}
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -8,7 +8,7 @@ function init(){
|
||||
add_yExtensions('info', 'secmenu_info');
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
{=var-set:management={=if-equal:{=func:get_request_data client_addr=}~{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip;{=func:get_request_data client_addr=}=}~1~=}{=if-equal:{=func:get_request_data client_addr=}~{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip2=}~1~=}=}
|
||||
<body onload="init()">
|
||||
<div class="y_menu_sec_box">
|
||||
|
@@ -9,7 +9,7 @@ function check_updates()
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -114,7 +114,7 @@ function _show_epg()
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="show_epg()" class="iframe">
|
||||
{=var-set:wait_text={=L:epg.get_epg=}=}{=include-block:Y_Blocks.txt;snip_show_wait=}
|
||||
<table id="epglist" class="y_invisible_table" cellpadding="4" cellspacing="0" width="100%">
|
||||
|
@@ -9,7 +9,7 @@ function show_info(_desc, _info1, _info2){
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<a href="javascript:window.history.back()"><u>{=L:back=}</u></a>
|
||||
<body class="iframe">
|
||||
<div class="y_epg_info">
|
||||
|
@@ -78,7 +78,7 @@ function vlc() {
|
||||
height:38px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
{=var-set:alt_httpd={=ini-get:%(CONFIGDIR)/nhttpd.conf;WebsiteMain.override_directory;%(PUBLIC_HTTPDDIR)=}=}
|
||||
{=var-set:vf={=if-file-exists:{=var-get:alt_httpd=}/Y_Version.txt~{=var-get:alt_httpd=}/Y_Version.txt~Y_Version.txt=}=}
|
||||
<body>
|
||||
|
@@ -37,7 +37,7 @@ jQuery(document).ready(function(){
|
||||
});
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -26,7 +26,7 @@ input[type="button"], .tools select {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
{=var-set:wait_text={=L:ni.camd-control.title=}<br/>=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -17,7 +17,7 @@ function do_submit()
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
{=var-set:wait_text={=L:ni.infoicons-control.title=}<br/>=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -55,7 +55,7 @@ function do_submit()
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
{=var-set:wait_text={=L:ni.netfs-control.title=}<br/>=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -21,7 +21,7 @@ function do_submit()
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="form_init()">
|
||||
{=var-set:wait_text={=L:ni.netfs-control.title=}<br/>=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -6,7 +6,7 @@ jQuery(document).ready(function(){
|
||||
});
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{=include-block:Y_Blocks.txt;head_ni=}
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -9,7 +9,7 @@
|
||||
{=var-set:xupnpdport={=script:Y_NI_Tools get_xupnpd_webif_port=}=}
|
||||
|
||||
{=include-block:Y_Blocks.txt;head_ni=}
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload='goUrl("/control/reloadplugins");'>
|
||||
{=var-set:wait_text={=L:ni.plugin-control.title=}<br/>=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -30,8 +30,7 @@
|
||||
border: 1px solid #a0a0a0;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -30,8 +30,7 @@
|
||||
border: 1px solid #a0a0a0;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -7,7 +7,7 @@ function do_onload()
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="do_onload()">
|
||||
refreshing...
|
||||
</body>
|
||||
|
@@ -31,7 +31,7 @@ function do_backup2()
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
{=var-set:wait_text=Settings=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -11,7 +11,7 @@ function init(){
|
||||
add_yExtensions('settings_plugins', 'secmenu_plugins');
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="init()">
|
||||
{=var-set:management={=if-equal:{=func:get_request_data client_addr=}~{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip;{=func:get_request_data client_addr=}=}~1~=}{=if-equal:{=func:get_request_data client_addr=}~{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip2=}~1~=}=}
|
||||
<div class="y_menu_sec_box">
|
||||
|
@@ -128,7 +128,7 @@ function change_type()
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onLoad="form_init()">
|
||||
{=var-set:wait_text={=L:save_values=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -31,7 +31,7 @@ function do_delete()
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -206,7 +206,7 @@ function do_submit()
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="do_init()">
|
||||
{=var-set:wait_text=Werte werden übernommen (Save).=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -57,7 +57,7 @@ function do_submit()
|
||||
}
|
||||
/*]]>*/
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="do_init()">
|
||||
{=var-set:wait_text={=L:save_values=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -66,7 +66,7 @@ function do_submit()
|
||||
}
|
||||
/*]]>*/
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="do_init()">
|
||||
{=var-set:wait_text={=L:save_values=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -17,7 +17,7 @@ function do_submit()
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onLoad="form_init()">
|
||||
{=var-set:wait_text={=L:save_values=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -22,7 +22,7 @@ function do_edit()
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -36,7 +36,7 @@ function do_check_input_LogosURL()
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="form_init()">
|
||||
{=var-set:wait_text={=L:save_values=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -57,7 +57,7 @@ function do_init()
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="do_init()">
|
||||
{=var-set:wait_text={=L:save_values=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -18,7 +18,7 @@ function do_unmount()
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -55,7 +55,7 @@ function do_submit()
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="do_init()">
|
||||
{=var-set:wait_text={=L:save_values=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -21,7 +21,7 @@ function goto_settings(){
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<div class="work_box_head">
|
||||
|
@@ -9,7 +9,7 @@ function do_submit() {
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
{=var-set:wait_text={=L:save_values=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -87,7 +87,7 @@ select {
|
||||
width: 220px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="do_init()">
|
||||
{=var-set:wait_text={=L:save_values=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -19,7 +19,7 @@ function do_submit()
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -18,7 +18,7 @@
|
||||
clear:both;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<br/>
|
||||
{=func:get_current_stream_info=}
|
||||
|
@@ -73,7 +73,7 @@ function init()
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="init()">
|
||||
{=var-set:wait_text={=L:save_values=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
|
@@ -2,7 +2,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
|
||||
<meta http-equiv="cache-control" content="no-cache" />
|
||||
<meta http-equiv="expires" content="0" />
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -34,7 +34,7 @@ function init() {
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="init()">
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -102,7 +102,7 @@ function do_check(){
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -40,7 +40,7 @@ function setCaretToEnd(control)
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -8,7 +8,7 @@ function goUrl(_url){
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<div class="work_box_head">
|
||||
|
@@ -34,7 +34,7 @@ function init(){
|
||||
}
|
||||
//]]>div
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="init()">
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -12,7 +12,7 @@ function init(){
|
||||
add_yExtensions('yweb', 'secmenu_yweb');
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
{=var-set:management={=if-equal:{=func:get_request_data client_addr=}~{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip;{=func:get_request_data client_addr=}=}~1~=}{=if-equal:{=func:get_request_data client_addr=}~{=ini-get:%(CONFIGDIR)/Y-Web.conf;management_ip2=}~1~=}=}
|
||||
{=var-set:automount={=find-exec:automount=}=}
|
||||
{=var-set:ether-wake={=find-exec:ether-wake=}=}
|
||||
|
@@ -16,7 +16,7 @@ function rcsim(_key)
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="work_box" id="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -117,7 +117,7 @@ function do_reload(){
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="do_switchrc_txt(); do_snapshot();">
|
||||
<div class="work_box" id="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -46,7 +46,7 @@ function do_reload(){
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="do_snapshot();">
|
||||
<div class="work_box" id="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -16,7 +16,7 @@ function do_reload(){
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body onload="do_showshot();">
|
||||
<div class="work_box" id="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version=3.0.6
|
||||
version=3.0.7
|
||||
date=01.02.2023
|
||||
info=NI-Neutrino-Webinterface
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{=var-set:cancache=yPyes=}
|
||||
{=include-block:Y_Blocks.txt;head=}
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<br/>
|
||||
<table class="y_wait_box_visible" cellpadding="8">
|
||||
|
@@ -133,7 +133,7 @@ body {
|
||||
}
|
||||
/*]]>*/
|
||||
</style>
|
||||
</head>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
|
||||
<body>
|
||||
<div class="yinfo">
|
||||
|
@@ -40,8 +40,8 @@ jQuery(document).ready(function() {
|
||||
});
|
||||
//]]>
|
||||
</script>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="ylcd4linux">
|
||||
{=if-file-exists:{=var-get:lcd4linux_png=}~
|
||||
|
Reference in New Issue
Block a user