yWeb: rework for basic functionality

Based on the last changes by svenhoefer
This commit is contained in:
2022-11-07 21:22:45 +01:00
parent 8189f3c86d
commit ccf604cc8e
145 changed files with 11179 additions and 596 deletions

View File

@@ -8,11 +8,16 @@
<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>
<div class="work_box_head">
<div class="work_box_head_h2">
{=var-set:menu={=L:ext.installer_updater=}=}{=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/>
@@ -21,30 +26,44 @@
<thead align="left">
<tr valign="bottom">
<th>&nbsp;</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>
<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>
<tr style="display: none">
<td></td>
</tr>
</tbody>
</table>
<br/>
<button type="button" ytype="go" title="" name="set_updates" onclick="do_set_updates()">{=L:ext.update_install=}</button>&nbsp;
</form>
<br/>
<div id="free">?</div>
{=L:ext.free=}: <span id="avaiable">?</span>k
<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>
<div class="y_form_header_oline">Log</div>
<table class="lt_table" cellspacing="0" cellpadding="4">
<thead align="left">
<tr>
<th>&nbsp;</th><th>{=L:ext.action=}</th><th>{=L:ext.status=}</th>
<th>&nbsp;</th>
<th>{=L:ext.action=}</th>
<th>{=L:ext.status=}</th>
</tr>
</thead>
<tbody id="slog_list">
<tr><td></td></tr>
<tr style="display: none">
<td></td>
</tr>
</tbody>
</table>
<br/>
@@ -54,7 +73,7 @@
<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>
<td><textarea name="extensions" cols="90" rows="5" title="extension list"></textarea></td>
</tr>
</table>
<br/>
@@ -72,4 +91,3 @@
</body>
</html>
{=include-block:Y_Blocks.txt;management_check_bottom=}