mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
Your reaction to this commit were remarkable. You demanded with an imperious kind to revert this commit. You spoke about any rules only, and I didn't hear evidencing explanations from you. Admittedly, my commit wasn't very pretty and not the best style because everything was squashed in a single commit with some customizations, but which is ultimately just a formality... that's about it, and was quite compliant with license conditions. In additional, your name was noted on the commit. I'm just reminding you, until a few years ago, you didn't care about licenses. The general copyright mainly lies with yjogol and a lot of changes of the origin yweb code has been coming in by several committers since yweb exists. I won't judge, whether any unique selling points play a role, but such restrictions are exactly what the license should prevent. Especially as, many creeped in brandings in some code parts (not only yweb) do suggest that. Besides neutralizing such things, mainly it was the purpose to get more compatibility, even though some functionalities were removed or switched off. Related to yweb I have decided to take back this commit for the sake of peace, and I hope you are happy with it. However, I still reserve to continue using and adopting yweb.
76 lines
2.7 KiB
Plaintext
76 lines
2.7 KiB
Plaintext
{=include-block:Y_Blocks.txt;management_check_top=}
|
|
{=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" src="/Y_Ext_Update.js"></script>
|
|
</head>
|
|
<body>
|
|
{=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:help_url=Help-Extensions-Update=}{=var-set:menu={=L:ext.installer_updater=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
|
|
<div class="work_box_body" style="width:100%">
|
|
<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.update_preview=}</div>
|
|
<table class="lt_table" cellspacing="0" cellpadding="2">
|
|
<thead align="left">
|
|
<tr valign="bottom">
|
|
<th> </th>
|
|
<th>{=L:ext.site=}</th><th>{=L:ext.type=}</th><th>{=L:ext.extension=}</th>
|
|
<th>{=L:ext.tag=}</th><th>{=L:ext.your=}<br/>{=L:ext.version=}</th><th>{=L:ext.update=}<br/>{=L:ext.version=}</th>
|
|
<th title="minimal yWeb version">yWeb</th><th>{=L:ext.size=}</th><th>{=L:ext.info=}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="update_list">
|
|
<tr><td></td></tr>
|
|
</tbody>
|
|
</table>
|
|
<button type="button" ytype="go" title="" name="set_updates" onclick="do_set_updates()">{=L:ext.update_install=}</button>
|
|
</form>
|
|
<br/>
|
|
<div id="free">?</div>
|
|
{=L:ext.free=}: <span id="avaiable">?</span>k
|
|
<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><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="extentions" cols="90" rows="5" title="extention 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>
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
window.setTimeout("build_list();",500);
|
|
yversion_str="{=ini-get:Y_Version.txt;version=}";
|
|
//]]>
|
|
</script>
|
|
</body>
|
|
</html>
|
|
{=include-block:Y_Blocks.txt;management_check_bottom=}
|
|
|