mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
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
93 lines
2.5 KiB
Plaintext
93 lines
2.5 KiB
Plaintext
{=include-block:Y_Blocks.txt;management_check_top=}
|
|
{=include-block:Y_Blocks.txt;head=}
|
|
{=include-block:Y_Blocks.txt;js_prototype=}
|
|
<script src="/Y_Baselib.js"></script>
|
|
<script src="/Y_yWeb.js"></script>
|
|
<script src="/Y_Ext_Update.js"></script>
|
|
<script>
|
|
function init(){
|
|
window.setTimeout("uninstall_build_list();",300);
|
|
}
|
|
</script>
|
|
<style>
|
|
.type, .uninstall{
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
{=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">
|
|
<div class="work_box_head">
|
|
<div class="work_box_head_h2">
|
|
{=var-set:menu={=L:ext.uninstaller=}=}{=include-block:Y_Blocks.txt;work_menu=}
|
|
</div>
|
|
</div>
|
|
<div class="work_box_body">
|
|
<div id="statusline">
|
|
<img border="0" src="/images/wait.gif" width="20" height="20" alt="wait"/>
|
|
<span id="status">{=L:ext.search_for_ext=}</span>
|
|
</div>
|
|
|
|
<form method="post" name="update" action="">
|
|
<br/>
|
|
<div class="y_form_header_oline">{=L:ext.installed_extensions=}</div>
|
|
<table class="lt_table" cellspacing="0" cellpadding="2">
|
|
<thead align="left">
|
|
<tr valign="bottom">
|
|
<th>{=L:ext.type=}</th>
|
|
<th>{=L:ext.extension=}</th>
|
|
<th>{=L:ext.tag=}</th>
|
|
<th>{=L:ext.version=}</th>
|
|
<th>{=L:ext.size=}</th>
|
|
<th>{=L:ext.uninstall=}</th>
|
|
<th>{=L:ext.info=}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="update_list">
|
|
<tr style="display: none">
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
<br/>
|
|
<div id="free">?</div>
|
|
<div>{=L:ext.free=}: <span id="avaiable">?</span>k</div>
|
|
<br/>
|
|
<form method="post" name="log" action="">
|
|
<div class="y_form_header_oline">Log</div>
|
|
<table class="lt_table" cellspacing="0" cellpadding="4">
|
|
<thead align="left">
|
|
<tr>
|
|
<th> </th>
|
|
<th>{=L:ext.action=}</th>
|
|
<th>{=L:ext.status=}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="slog_list">
|
|
<tr style="display: none">
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<br/>
|
|
</form>
|
|
<br/>
|
|
<div class="y_form_header">{=L:ext.preview=}</div>
|
|
<form name="f" accept-charset="UTF-8" action="/y/cgi">
|
|
<table border="0" class="y_form_table" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td><textarea name="extensions" cols="90" rows="5" title="extension list"></textarea></td>
|
|
</tr>
|
|
</table>
|
|
<br/>
|
|
<input type="hidden" name="tmpl" value="Y_Ext_Update_refresh.yhtm"/>
|
|
<input type="hidden" name="execute" value="include-block:Y_Blocks.txt;ext_save_settings;nix"/>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
{=include-block:Y_Blocks.txt;management_check_bottom=}
|