EngineGP/template/sections/web/hosting/free/install.html
Sergei Solovev b59003e559 Reformat code
This update contains code reformatting to meet PHP standards.
2023-11-12 21:12:42 +03:00

39 lines
1.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h4 class="hblock_content">Параметры установки</h4>
<div class="block_content">
<form action="[home]servers/id/[id]/section/web/subsection/hosting/action/install/go" method="POST" id="install">
<table class="table_pad input_pad">
<tbody>
<tr>
<td width="5%" align="right">Адрес:</td>
<td><input name="subdomain" placeholder="Введите адрес"></td>
<td>
<select name="domain">
[domains]
</select>
</td>
</tr>
<tr>
<td width="5%" align="right">Пароль:</td>
<td colspan="2">
<input name="passwd" placeholder="Введите пароль администратора">
</td>
</tr>
<tr>
<td colspan="2">
<div class="btn btn-none">Если не указывать пароль, то система сгенерирует его автоматически.</div>
</td>
<td align="right">
<button onclick="loading(1)" class="btn-success btn-short">Установить</button>
</td>
</tr>
</tbody>
</table>
</form>
</div>
<script type="text/javascript">
var server = '[id]';
</script>
<script src="[js]sections/web/hosting.js" type="text/javascript"></script>