You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
132 lines
3.4 KiB
132 lines
3.4 KiB
<!-- start button_bar --> |
|
<table id="button_bar"> |
|
<tr> |
|
<td> |
|
<img src="#!data!skin::url!#/images/striker_icon_on.png" class="top_icon"> |
|
</td> |
|
<td> |
|
<img src="#!data!skin::url!#/images/anvil_icon_on.png" class="top_icon"> |
|
</td> |
|
<td> |
|
<img src="#!data!skin::url!#/images/users_icon_on.png" class="top_icon"> |
|
</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 --> |
|
|
|
<!-- start footer --> |
|
<div onload="show_status()" class="footer"> |
|
#!string!brand_0005!# |
|
</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 master --> |
|
#!variable!header!# |
|
|
|
<body> |
|
<table class="body_table"> |
|
<!-- <tr> |
|
<td class="header" colspan="3"> |
|
<img src="#!data!skin::url!#/images/logo.png" class="logo"> |
|
</td> |
|
</tr>--> |
|
<tr> |
|
<td class="header" width="5%"> |
|
<img src="#!data!skin::url!#/images/logo.png" class="logo"> |
|
</td> |
|
<td class="header" width="90%"> |
|
#!variable!center_top_bar!# |
|
</td> |
|
<td class="header" width="5%" style="white-space: nowrap;"> |
|
#!variable!right_top_bar!# |
|
</td> |
|
</tr> |
|
<tr> |
|
<td colspan="3"> |
|
#!variable!center_body!# |
|
</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 network_footer --> |
|
<input type="hidden" name="interface_list" id="interface_list" value="#!variable!interface_list!#" /> |
|
</table> |
|
<!-- end network_footer --> |
|
|
|
<!-- start network_entry --> |
|
<tr> |
|
<td> |
|
<span name="#!variable!mac_id!#" id="#!variable!mac_id!#">#!variable!mac!#</span> |
|
</td> |
|
<td> |
|
<span name="#!variable!name_id!#" id="#!variable!name_id!#">#!variable!name!#</span> |
|
</td> |
|
<td> |
|
<span name="#!variable!link_id!#" id="#!variable!link_id!#">#!variable!link!#</span> |
|
</td> |
|
<td> |
|
<span name="#!variable!speed_id!#" id="#!variable!speed_id!#">#!variable!speed!#</span> |
|
</td> |
|
</tr> |
|
<!-- end network_entry --> |
|
|
|
<!-- start network_header --> |
|
<table id="network_status"> |
|
<tr> |
|
<td colspan="4"> |
|
#!string!header_0001!# |
|
</td> |
|
</tr> |
|
<tr> |
|
<td> |
|
#!string!header_0002!# |
|
</td> |
|
<td> |
|
#!string!header_0003!# |
|
</td> |
|
<td id="network_link_state" data-up="#!string!js_0001!#" data-down="#!string!js_0002!#"> |
|
#!string!header_0004!# |
|
</td> |
|
<td id="network_link_speed" data-mbps="#!string!js_0003!#"> |
|
#!string!header_0005!# |
|
</td> |
|
</tr> |
|
<!-- end network_header -->
|
|
|