* A touch of work on the new Striker setup questionair.

Signed-off-by: Digimer <digimer@alteeve.ca>
main
Digimer 7 years ago
parent 0acb2c8e18
commit fdc8850dfe
  1. 8
      cgi-bin/words.xml
  2. 48
      html/skins/alteeve/main.html

@ -25,11 +25,9 @@ This is the AN::Tools master 'words' file.
<key name="header_0004">Link State</key>
<key name="header_0005">Link Speed (Mbps)</key>
<!-- Titles -->
<key name="title_0001">Welcome! Lets setup your #!string!brand_0003!# dashboard!</key>
<!-- General strings -->
<key name="message_0001">We're going to ask you a few questions so that we can set things up for your environment. If you need help at any time, just click on the "[?]" icon in the top-right. Let's get started!</key>
<!-- General strings shown in Striker -->
<key name="striker_0001">Welcome! Lets setup your #!string!brand_0003!# dashboard!</key>
<key name="striker_0002">We're going to ask you a few questions so that we can set things up for your environment. If you need help at any time, just click on the "[?]" icon in the top-right. Let's get started!</key>
<!-- These are works and strings used by javascript/jqery -->
<key name="js_0001">Up</key>

@ -18,24 +18,24 @@
<!-- end button_bar -->
<!-- start config_step1 -->
<table>
<tr>
<td>
<span name="#!variable!step1_welcome_title_id!#" id="#!variable!step1_welcome_title_id!#" class="config_header1">#!string!title_0001!#</span>
<span name="#!variable!step1_welcome_message_id!#" id="#!variable!step1_welcome_message_id!#" class="config_header2">#!string!message_0001!#</span>
</td>
</tr>
<tr>
<td>
#!variable!reload_option!#
</td>
</tr>
<tr>
<td>
#!variable!question_form!#
</td>
</tr>
</table>
<table>
<tr>
<td>
<span name="#!variable!step1_welcome_title_id!#" id="#!variable!step1_welcome_title_id!#" class="config_header1">#!string!striker_0001!#</span><br />
<span name="#!variable!step1_welcome_message_id!#" id="#!variable!step1_welcome_message_id!#" class="config_header2">#!string!striker_0002!#</span>
</td>
</tr>
<tr>
<td>
#!variable!reload_option!#
</td>
</tr>
<tr>
<td>
#!variable!question_form!#
</td>
</tr>
</table>
<!-- end config_step1 -->
<!-- start footer -->
@ -78,26 +78,26 @@
<img src="#!data!skin::url!#/images/logo.png" class="logo">
</td>
<td class="header" width="90%">
#!variable!center_top_bar!#
#!variable!center_top_bar!#
</td>
<td class="header" width="5%" style="white-space: nowrap;">
#!variable!right_top_bar!#
#!variable!right_top_bar!#
</td>
</tr>
<tr>
<td colspan="3">
#!variable!center_body!#
#!variable!center_body!#
</td>
</tr>
<tr>
<td>
#!variable!left_bottom_bar!#
#!variable!left_bottom_bar!#
</td>
<td>
#!variable!center_bottom_bar!#
#!variable!center_bottom_bar!#
</td>
<td>
#!variable!right_bottom_bar!#
#!variable!right_bottom_bar!#
</td>
</tr>
</table>

Loading…
Cancel
Save