yWeb 2.8.a.3 Alpha-Version

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@406 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
yjogol
2010-02-24 16:16:10 +00:00
parent 24c8d684c9
commit 32c7517141
191 changed files with 8063 additions and 4185 deletions

View File

@@ -1,35 +1,22 @@
{=var-set:cancache=yPyes=}
{=include-block:Y_Blocks.txt;head=}
<script type="text/javascript" src="/Y_Baselib.js"></script>
<script type="text/javascript">
//<![CDATA[
function do_message()
{
dbox_message(document.f.nmsg.value);
}
function do_popup()
{
dbox_popup(document.f.popup.value);
}
//]]>
</script>
</head>
<body>
<div class="work_box">
<div class="work_box_head"><div class="work_box_head_h2">
{=var-set:help_url=Neutrino:yWeb:BoxControl#Message=}{=var-set:menu=Message=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
{=var-set:help_url=Help-BoxControl-Message=}{=var-set:menu={=L:messages=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
<div class="work_box_body">
<form name="f" action="" method="get" enctype="application/x-www-form-urlencoded" accept-charset="UTF-8">
<table class="y_invisible_table" cellpadding="5">
<tr><td class="y_form_header">Message to Coolstram-TV Screen</td></tr>
<form name="f" action="/control/message" method="get" enctype="application/x-www-form-urlencoded" accept-charset="UTF-8">
<table class="y_invisible_table" cellpadding="5" width="100%">
<tr><td class="y_form_header">{=L:message_to_screen=}</td></tr>
<tr><td>
<input name="nmsg" type="text" size="50" maxlength="255" title="enter message to send to TV screen"/>
<input type="button" name="message" value="send" title="send message" onclick="do_message()"/>
<input name="nmsg" type="text" size="50" maxlength="255" title="{=L:message_to_screen_desc=}"/>
<button type="submit" name="message" ytype="go" title="{=L:send=message=}">{=L:send=}</button>
</td></tr>
<tr><td class="y_form_header">Popup message to Coolstream-TV Screen</td></tr>
<tr><td class="y_form_header">{=L:popup_to_screen=}</td></tr>
<tr><td>
<input name="popup" type="text" size="50" maxlength="255" title="enter message to send to TV screen"/>
<input type="button" name="pmessage" value="send" title="send message" onclick="do_popup()"/>
<input name="popup" type="text" size="50" maxlength="255" title="{=L:message_to_screen_desc=}"/>
<button type="submit" name="pmessage" ytype="go" title="{=L:send=message=}">{=L:send=}</button>
</td></tr>
</table>
<br/>