Files
recycled-ni-neutrino/src/nhttpd/web/Y_Ext_Update_refresh.yhtm
yjogol 4057e777dc yweb: 2.8.0.0 Release
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@483 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 9dff920fb8
Author: yjogol <yjogol2@online.de>
Date: 2010-03-14 (Sun, 14 Mar 2010)
2010-03-14 07:55:42 +00:00

27 lines
811 B
Plaintext

{=include-block:Y_Blocks.txt;head=}
<script type="text/javascript" src="/prototype.js"></script>
<script type="text/javascript" src="/Y_Baselib.js"></script>
<script type="text/javascript" src="/Y_yweb.js"></script>
<script type="text/javascript">
//<![CDATA[
function do_onload() {
yhttpd_cache_clear('');
ext.read_items();
parent.sec_menu.location.reload();
}
//]]>
</script>
</head>
<body onload="do_onload()">
{=var-set:wait_text={=L:refreshing=}=}{=include-block:Y_Blocks.txt;snip_wait=}
<div class="work_box">
<div class="work_box_head"><div class="work_box_head_h2">
{=var-set:help_url=Help-Extensions-Update=}{=var-set:menu={=L:ext.ext_saved=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
<div class="work_box_body" width="100%s">
{=L:ext.refresh_now=}
</div>
</div>
</body>
</html>