d5672e77eb
* Created (and haven't finished yet) Striker->parse_all_status_json(). Signed-off-by: Digimer <digimer@alteeve.ca>
262 lines
7.6 KiB
HTML
262 lines
7.6 KiB
HTML
<!-- start main-menu -->
|
|
<table align="center" class="anvil_main_menu">
|
|
<script type="text/javascript" src="/skins/alteeve/anvil.js"></script>
|
|
<tr>
|
|
<td colspan="2">
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" class="title">
|
|
#!string!striker_0113!#
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="main_option_icon">
|
|
<a href="?anvil=true&task=prep-host"><img src="#!data!skin::url!#/images/prep-host_icon.png" class="top_icon" ></a>
|
|
</td>
|
|
<td class="main_option">
|
|
<a href="?anvil=true&task=prep-host">#!string!striker_0116!#</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="main_option_icon">
|
|
<a href="?anvil=true&task=prep-network"><img src="#!data!skin::url!#/images/configure-network.png" class="top_icon" ></a>
|
|
</td>
|
|
<td class="main_option">
|
|
<a href="?anvil=true&task=prep-network">#!string!striker_0130!#</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="main_option_icon">
|
|
<a href="?anvil=true&task=create"><img src="#!data!skin::url!#/images/build-anvil_icon.png" class="top_icon" ></a>
|
|
</td>
|
|
<td class="main_option">
|
|
<a href="?anvil=true&task=sync">#!string!striker_0114!#</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<!-- end main-menu -->
|
|
|
|
<!-- start prep-host-main -->
|
|
<table align="center" class="anvil_main_menu">
|
|
<tr>
|
|
<td colspan="2">
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" class="title">
|
|
#!string!striker_0121!#
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
#!string!striker_0122!#
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
|
|
</td>
|
|
</tr>
|
|
<form name="host_setup" action="" method="post">
|
|
<tr>
|
|
#!variable!form!#
|
|
</tr>
|
|
<input type="hidden" name="anvil" id="anvil" value="1">
|
|
<input type="hidden" name="task" id="task" value="prep-host">
|
|
</form>
|
|
</table>
|
|
<!-- end prep-host-main -->
|
|
|
|
<!-- start host-setup-menu1 -->
|
|
<table align="center" class="anvil_main_menu">
|
|
<div id="host-setup">
|
|
<tr>
|
|
<td colspan="3">
|
|
#!string!message_0146!#
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3">
|
|
<input type="radio" name="type" value="node" id="node" class="radio" #!variable!node_checked!#> #!string!message_0116!# <br />
|
|
<input type="radio" name="type" value="dr" id="dr" class="radio" #!variable!dr_checked!#> #!string!message_0117!#
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3">
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3">
|
|
#!string!message_0150!#
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3">
|
|
<input type="text" name="host_name" id="host_name" value="#!variable!host_name!#" placeholder="#!string!striker_0016!#" />
|
|
<input type="hidden" name="default_host_name" id="default_host_name" value="#!variable!default_host_name!#" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3">
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3">
|
|
#!string!message_0147!#
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="text" name="host_ip_address" id="host_ip_address" value="#!variable!host_ip_address!#" placeholder="#!string!striker_0024!#" />
|
|
</td>
|
|
<td>
|
|
|
|
</td>
|
|
<td>
|
|
<!--
|
|
This combination of input type text, disk characters and autocomplete=off prevents browsers from pre-filling password and offering to save passwords.
|
|
-->
|
|
<input type="text" name="host_password" id="host_password" value="#!variable!password!#" style="text-security:disc; -webkit-text-security:disc;" autocomplete="off" placeholder="#!string!striker_0123!#" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3">
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3">
|
|
<input type="submit" name="connect" id="connect" class="button" value="#!string!striker_0049!#">
|
|
</td>
|
|
</tr>
|
|
</div>
|
|
</table>
|
|
<!-- end host-setup-menu1 -->
|
|
|
|
<!-- start confirm-initialize-host -->
|
|
<table align="center">
|
|
<form name="confirm-new-peer" action="" method="post">
|
|
<tr>
|
|
<td class="menu_title">
|
|
#!string!striker_0078!#
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="menu_details">
|
|
#!string!striker_0124!#
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
#!variable!redhat_message!#
|
|
<tr>
|
|
<td>
|
|
<table align="center" class="data_table">
|
|
<div id="confirm-new-peer">
|
|
<tr>
|
|
<td class="top_padded_cell">
|
|
#!string!striker_0125!#:
|
|
</td>
|
|
<td class="top_padded_cell">
|
|
<span class="fixed_width">#!variable!access!#</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="padded_cell">
|
|
#!string!striker_0126!#:
|
|
</td>
|
|
<td class="padded_cell">
|
|
<span class="fixed_width">#!variable!current_host_name!#</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="padded_cell">
|
|
#!string!striker_0138!#:
|
|
</td>
|
|
<td class="padded_cell">
|
|
<span class="fixed_width">#!variable!new_host_name!#</span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="padded_cell">
|
|
#!string!striker_0127!#:
|
|
</td>
|
|
<td class="padded_cell">
|
|
<span class="fixed_width">#!variable!host_uuid!#</span>
|
|
</td>
|
|
</tr>
|
|
#!variable!redhat_form!#
|
|
<tr>
|
|
<td class="button_cell" style="text-align: left;">
|
|
<a href="/cgi-bin/striker?anvil=true&task=prep-host&host_ip_address=#!data!cgi::host_ip_address::value!#" class="button">#!string!striker_0098!#</a>
|
|
</td>
|
|
<td class="button_cell" style="text-align: right;">
|
|
<input type="submit" name="confirm" id="confirm" class="button" value="#!string!striker_0128!#">
|
|
</td>
|
|
</tr>
|
|
<input type="hidden" name="anvil" id="anvil" value="#!data!cgi::anvil::value!#">
|
|
<input type="hidden" name="connect" id="connect" value="#!data!cgi::connect::value!#">
|
|
<input type="hidden" name="host_ip_address" id="host_ip_address" value="#!data!cgi::host_ip_address::value!#">
|
|
<input type="hidden" name="host_password" id="host_password" value="#!data!cgi::host_password::value!#">
|
|
<input type="hidden" name="type" id="type" value="#!data!cgi::type::value!#">
|
|
<input type="hidden" name="task" id="task" value="#!data!cgi::task::value!#">
|
|
<input type="hidden" name="host_name" id="host_name" value="#!data!cgi::host_name::value!#">
|
|
<input type="hidden" name="default_host_name" id="default_host_name" value="#!data!cgi::default_host_name::value!#">
|
|
</div>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</form>
|
|
</table>
|
|
<!-- end confirm-initialize-host -->
|
|
|
|
<!-- start host-setup-redhat-message -->
|
|
<tr>
|
|
<td class="menu_details">
|
|
#!variable!message!#
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
|
|
</td>
|
|
</tr>
|
|
<!-- end host-setup-redhat-message -->
|
|
|
|
<!-- start host-setup-redhat-form -->
|
|
<tr>
|
|
<td class="padded_cell">
|
|
#!string!message_0144!#:
|
|
</td>
|
|
<td class="padded_cell">
|
|
<input type="text" name="rh_user" id="rh_user" value="#!variable!rh_user!#" placeholder="#!string!message_0144!#" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="padded_cell">
|
|
#!string!message_0145!#:
|
|
</td>
|
|
<td class="padded_cell">
|
|
<input type="text" name="rh_password" id="rh_password" value="#!variable!rh_password!#" style="text-security:disc; -webkit-text-security:disc;" autocomplete="off" placeholder="#!string!message_0145!#" />
|
|
</td>
|
|
</tr>
|
|
<!-- end host-setup-redhat-form -->
|