|
|
|
<!-- start anvil_button_off -->
|
|
|
|
<img src="#!data!skin::url!#/images/anvil_icon_off.png" class="top_icon">
|
|
|
|
<!-- end anvil_button_off -->
|
|
|
|
|
|
|
|
<!-- start anvil_button_on -->
|
|
|
|
<a href="?anvil=true"><img src="#!data!skin::url!#/images/anvil_icon_on.png" class="top_icon"></a>
|
|
|
|
<!-- end anvil_button_on -->
|
|
|
|
|
|
|
|
<!-- start back_button_off -->
|
|
|
|
<img src="#!data!skin::url!#/images/back_off.png" class="top_icon">
|
|
|
|
<!-- end back_button_off -->
|
|
|
|
|
|
|
|
<!-- start back_button_on -->
|
|
|
|
<a href="#!variable!url!#"><img src="#!data!skin::url!#/images/back_on.png" class="top_icon"></a>
|
|
|
|
<!-- end back_button_on -->
|
|
|
|
|
|
|
|
<!-- start button_bar_left -->
|
|
|
|
<table id="button_bar">
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<a href="/"><img src="#!data!skin::url!#/images/logo.png" class="logo"></a>
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
#!variable!back_button!#
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
#!variable!refresh_button!#
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<!-- end button_bar_left -->
|
|
|
|
|
|
|
|
<!-- start button_bar_right -->
|
|
|
|
<table id="button_bar">
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
#!variable!configure_button!#
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
#!variable!striker_button!#
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
#!variable!anvil_button!#
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
#!variable!user_button!#
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<a href="https://alteeve.com/w/Support" target="_new"><img src="#!data!skin::url!#/images/help_icon_on.png" id="help_icon" class="top_icon"></a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<!-- end button_bar_right -->
|
|
|
|
|
|
|
|
<!-- start configure_button_off -->
|
|
|
|
<img src="#!data!skin::url!#/images/configure_icon_off.png" class="top_icon">
|
|
|
|
<!-- end configure_button_off -->
|
|
|
|
|
|
|
|
<!-- start configure_button_on -->
|
|
|
|
<a href="?configure=true"><img src="#!data!skin::url!#/images/configure_icon_on.png" class="top_icon"></a>
|
|
|
|
<!-- end configure_button_on -->
|
|
|
|
|
|
|
|
<!-- start error_message -->
|
|
|
|
<div class="error_message"><span style="color: #ff3f7f;">*</span> #!variable!error_message!# </div>
|
|
|
|
<!-- end error_message -->
|
|
|
|
|
|
|
|
<!-- start footer -->
|
|
|
|
<div class="footer">
|
|
|
|
<table width="100%">
|
|
|
|
<tr>
|
|
|
|
<td width="2%">
|
|
|
|
|
|
|
|
</td>
|
|
|
|
<td width="48%"">
|
|
|
|
#!variable!user!#
|
|
|
|
</td>
|
|
|
|
<td width="48%" style="text-align: right;">
|
|
|
|
#!string!brand_0005!#
|
|
|
|
</td>
|
|
|
|
<td width="2%">
|
|
|
|
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<!-- end footer -->
|
|
|
|
|
|
|
|
<!-- start header -->
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="#!variable!language!#">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
|
|
|
|
<!-- Disable caching during development. -->
|
|
|
|
<meta http-equiv="cache-control" content="max-age=0" />
|
|
|
|
<meta http-equiv="cache-control" content="no-cache" />
|
|
|
|
<meta http-equiv="expires" content="0" />
|
|
|
|
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
|
|
|
|
<meta http-equiv="pragma" content="no-cache" /> <title>#!string!brand_0001!# - #!string!brand_0003!#</title>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="#!data!skin::url!#/main.css" media="screen" />
|
|
|
|
<script type="text/javascript" src="/jquery-latest.js"></script>
|
|
|
|
<script type="text/javascript" src="#!data!skin::url!#/main.js"></script>
|
|
|
|
</head>
|
|
|
|
<!-- end header -->
|
|
|
|
|
|
|
|
<!-- start input_number_form -->
|
|
|
|
#!variable!description!#<br />
|
|
|
|
<input type="number" name="#!variable!name!#" id="#!variable!id!#" value="#!variable!value!#" placeholder="#!variable!field!#" class="#!variable!class!#" #!variable!extra!#>
|
|
|
|
<!-- end input_number_form -->
|
|
|
|
|
|
|
|
<!-- start input_text_form -->
|
|
|
|
#!variable!description!#<br />
|
|
|
|
<input type="text" name="#!variable!name!#" id="#!variable!id!#" value="#!variable!value!#" placeholder="#!variable!field!#" class="#!variable!class!#" #!variable!extra!#>
|
|
|
|
<input type="hidden" name="#!variable!name!#_default" id="#!variable!id!#_default" value="#!variable!default_value!#" >
|
|
|
|
<!-- end input_text_form -->
|
|
|
|
|
|
|
|
<!-- start footer -->
|
|
|
|
<div class="footer">
|
|
|
|
<table width="100%">
|
|
|
|
<tr>
|
|
|
|
<td width="2%">
|
|
|
|
|
|
|
|
</td>
|
|
|
|
<td width="48%"">
|
|
|
|
#!variable!user!#
|
|
|
|
</td>
|
|
|
|
<td width="48%" style="text-align: right;">
|
|
|
|
#!string!brand_0005!#
|
|
|
|
</td>
|
|
|
|
<td width="2%">
|
|
|
|
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<!-- end footer -->
|
|
|
|
|
|
|
|
<!-- start master -->
|
|
|
|
#!variable!header!#
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<table class="body_table" height="100%">
|
|
|
|
<tr>
|
|
|
|
<td class="header" width="10%" style="white-space: nowrap;">
|
|
|
|
#!variable!left_top_bar!#
|
|
|
|
</td>
|
|
|
|
<td class="header" width="80%">
|
|
|
|
#!variable!center_top_bar!#
|
|
|
|
</td>
|
|
|
|
<td class="header" width="10%" style="white-space: nowrap;">
|
|
|
|
#!variable!right_top_bar!#
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan="3" height="100%">
|
|
|
|
<div id="center_body">
|
|
|
|
#!variable!center_body!#
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
#!variable!left_bottom_bar!#
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
#!variable!center_bottom_bar!#
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
#!variable!right_bottom_bar!#
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
#!variable!footer!#
|
|
|
|
</html>
|
|
|
|
<!-- end master -->
|
|
|
|
|
|
|
|
<!-- start refresh_button_off -->
|
|
|
|
<img src="#!data!skin::url!#/images/refresh_off.png" class="top_icon">
|
|
|
|
<!-- end refresh_button_off -->
|
|
|
|
|
|
|
|
<!-- start refresh_button_on -->
|
|
|
|
<a href="#!variable!url!#"><img src="#!data!skin::url!#/images/refresh_on.png" class="top_icon"></a>
|
|
|
|
<!-- end refresh_button_on -->
|
|
|
|
|
|
|
|
<!-- start select_form -->
|
|
|
|
#!variable!description!#<br />
|
|
|
|
<input type="select" name="#!variable!name!#" id="#!variable!id!#" #!variable!extra!#>#!variable!options!#</select>
|
|
|
|
<!-- end select_form -->
|
|
|
|
|
|
|
|
<!-- start striker_button_off -->
|
|
|
|
<img src="#!data!skin::url!#/images/striker_icon_off.png" class="top_icon">
|
|
|
|
<!-- end striker_button_off -->
|
|
|
|
|
|
|
|
<!-- start striker_button_on -->
|
|
|
|
<a href="?striker=true"><img src="#!data!skin::url!#/images/striker_icon_on.png" class="top_icon"></a>
|
|
|
|
<!-- end striker_button_on -->
|
|
|
|
|
|
|
|
<!-- start user_button_off -->
|
|
|
|
<img src="#!data!skin::url!#/images/users_icon_off.png" class="top_icon">
|
|
|
|
<!-- end user_button_off -->
|
|
|
|
|
|
|
|
<!-- start user_button_on -->
|
|
|
|
<a href="?logout=true"><img src="#!data!skin::url!#/images/users_icon_on.png" alt="#!string!striker_0063!#" class="top_icon"></a>
|
|
|
|
<!-- end user_button_on -->
|