2018-06-27 22:13:16 +00:00
<!-- 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 -->
2018-07-04 21:57:25 +00:00
< a href = "?anvil=true" > < img src = "#!data!skin::url!#/images/anvil_icon_on.png" class = "top_icon" > < / a >
2018-06-27 22:13:16 +00:00
<!-- end anvil_button_on -->
2018-07-06 07:07:45 +00:00
<!-- start back_button_off -->
< img src = "#!data!skin::url!#/images/back_off.png" class = "top_icon" >
<!-- end back_button_off -->
2017-08-25 03:58:14 +00:00
2018-07-06 07:07:45 +00:00
<!-- 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 -->
2017-09-05 12:55:48 +00:00
2018-07-06 07:07:45 +00:00
<!-- start button_bar_left -->
< table id = "button_bar" >
2017-10-11 05:20:03 +00:00
< tr >
< td >
2018-07-06 07:07:45 +00:00
< a href = "/" > < img src = "#!data!skin::url!#/images/logo.png" class = "logo" > < / a >
2017-10-11 05:20:03 +00:00
< / td >
2018-03-27 03:55:39 +00:00
< td >
2018-07-06 07:07:45 +00:00
#!variable!back_button!#
2018-03-27 03:55:39 +00:00
< / td >
< td >
2018-07-06 07:07:45 +00:00
#!variable!refresh_button!#
2018-06-22 05:43:43 +00:00
< / td >
< / tr >
2018-03-27 03:55:39 +00:00
< / table >
2018-07-06 07:07:45 +00:00
<!-- end button_bar_left -->
2018-03-27 03:55:39 +00:00
2018-07-06 07:07:45 +00:00
<!-- start button_bar_right -->
< table id = "button_bar" >
2018-06-27 05:28:13 +00:00
< tr >
2019-02-06 07:36:19 +00:00
< td >
#!variable!files_button!#
< / td >
2019-02-01 04:26:55 +00:00
< td >
#!variable!jobs_button!#
< / td >
2018-06-27 05:28:13 +00:00
< td >
2018-07-06 07:07:45 +00:00
#!variable!configure_button!#
2018-06-27 05:28:13 +00:00
< / td >
< td >
2018-07-06 07:07:45 +00:00
#!variable!striker_button!#
2018-06-27 05:28:13 +00:00
< / td >
< td >
2018-07-06 07:07:45 +00:00
#!variable!anvil_button!#
2018-06-27 05:28:13 +00:00
< / td >
2019-12-23 05:54:09 +00:00
< td >
#!variable!email_button!#
< / td >
2018-06-27 05:28:13 +00:00
< td >
2018-07-06 07:07:45 +00:00
#!variable!user_button!#
2018-06-27 05:28:13 +00:00
< / td >
< td >
2018-07-06 07:07:45 +00:00
< 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 >
2018-06-27 05:28:13 +00:00
< / td >
< / tr >
< / table >
2018-07-06 07:07:45 +00:00
<!-- end button_bar_right -->
2017-10-12 22:34:41 +00:00
2019-12-23 05:54:09 +00:00
<!-- start email_button_off -->
< img src = "#!data!skin::url!#/images/email_off.png" class = "top_icon" >
<!-- end email_button_off -->
<!-- start email_button_on -->
< a href = "?email=true" > < img src = "#!data!skin::url!#/images/email_on.png" alt = "#!string!striker_0164!#" class = "top_icon" > < / a >
<!-- end email_button_on -->
2019-02-06 07:36:19 +00:00
<!-- start files_button_off -->
< img src = "#!data!skin::url!#/images/files_off.png" class = "top_icon" >
<!-- end files_button_off -->
<!-- start files_button_on -->
2022-03-04 22:18:15 +00:00
< a href = "/file-manager" > < img src = "#!data!skin::url!#/images/files_on.png" class = "top_icon" > < / a >
2019-02-06 07:36:19 +00:00
<!-- end files_button_on -->
2019-02-01 04:26:55 +00:00
<!-- start jobs_button_off -->
2019-02-01 06:39:11 +00:00
< a href = "?jobs=true" > < img src = "#!data!skin::url!#/images/tasks_no-jobs_icon.png" class = "top_icon" > < / a >
2019-02-01 04:26:55 +00:00
<!-- end jobs_button_off -->
<!-- start jobs_button_on -->
< a href = "?jobs=true" > < img src = "#!data!skin::url!#/images/tasks_jobs-active_icon.png" class = "top_icon" > < / a >
<!-- end jobs_button_on -->
2018-07-06 07:07:45 +00:00
<!-- start configure_button_off -->
< img src = "#!data!skin::url!#/images/configure_icon_off.png" class = "top_icon" >
<!-- end configure_button_off -->
2017-10-12 22:34:41 +00:00
2018-07-06 07:07:45 +00:00
<!-- 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 -->
2017-10-12 22:34:41 +00:00
2017-09-07 12:55:21 +00:00
<!-- start error_message -->
2017-09-10 22:47:31 +00:00
< div class = "error_message" > < span style = "color: #ff3f7f;" > *< / span > #!variable!error_message!# < / div >
2017-09-07 12:55:21 +00:00
<!-- end error_message -->
2018-12-04 09:16:38 +00:00
<!-- start ok_message -->
< div class = "ok_message" > < span style = "color: #00934d;" > *< / span > #!variable!ok_message!# < / div >
<!-- end ok_message -->
2017-06-12 18:39:20 +00:00
<!-- start footer -->
2017-10-11 05:20:03 +00:00
< div class = "footer" >
2018-07-04 21:57:25 +00:00
< 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 >
2017-06-12 18:39:20 +00:00
< / 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 >
2017-06-13 15:09:21 +00:00
< link rel = "stylesheet" href = "#!data!skin::url!#/main.css" media = "screen" / >
2017-06-12 18:39:20 +00:00
< script type = "text/javascript" src = "/jquery-latest.js" > < / script >
2017-06-13 15:09:21 +00:00
< script type = "text/javascript" src = "#!data!skin::url!#/main.js" > < / script >
2018-08-29 23:52:05 +00:00
2018-08-30 06:24:25 +00:00
<!-- NOTE: These are for jquery - ui using the 'smoothness' skin. We may want to move this under the skin directory in case other skins want to use different jquery - ui skins someday. -->
< link rel = "stylesheet" href = "/jquery-ui-latest/jquery-ui.css" >
< script type = "text/javascript" src = "/jquery-ui-latest/jquery-ui.js" > < / script >
2017-06-12 18:39:20 +00:00
< / head >
<!-- end header -->
2018-07-06 07:07:45 +00:00
<!-- 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 -->
2018-12-27 05:14:09 +00:00
<!-- start input_select_form -->
#!variable!description!#< br / >
< input type = "select" name = "#!variable!name!#" id = "#!variable!id!#" # ! variable ! extra ! # > #!variable!options!#< / select >
<!-- end input_select_form -->
2018-07-06 07:07:45 +00:00
<!-- 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 -->
2017-06-09 08:29:25 +00:00
<!-- start master -->
2017-06-10 06:38:04 +00:00
#!variable!header!#
2017-06-09 08:29:25 +00:00
2017-06-12 18:39:20 +00:00
< body >
2018-07-04 21:57:25 +00:00
< table class = "body_table" height = "100%" >
2017-06-09 08:29:25 +00:00
< tr >
2018-07-06 07:07:45 +00:00
< td class = "header" width = "10%" style = "white-space: nowrap;" >
#!variable!left_top_bar!#
2017-06-09 08:29:25 +00:00
< / td >
2018-07-06 07:07:45 +00:00
< td class = "header" width = "80%" >
2017-08-29 23:24:32 +00:00
#!variable!center_top_bar!#
2017-06-09 08:29:25 +00:00
< / td >
2018-07-06 07:07:45 +00:00
< td class = "header" width = "10%" style = "white-space: nowrap;" >
2017-08-29 23:24:32 +00:00
#!variable!right_top_bar!#
2017-06-09 08:29:25 +00:00
< / td >
< / tr >
< tr >
2018-07-04 21:57:25 +00:00
< td colspan = "3" height = "100%" >
< div id = "center_body" >
2017-08-29 23:24:32 +00:00
#!variable!center_body!#
2018-07-04 21:57:25 +00:00
< / div >
2017-06-09 08:29:25 +00:00
< / td >
< / tr >
< tr >
< td >
2017-08-29 23:24:32 +00:00
#!variable!left_bottom_bar!#
2017-06-09 08:29:25 +00:00
< / td >
< td >
2017-08-29 23:24:32 +00:00
#!variable!center_bottom_bar!#
2017-06-09 08:29:25 +00:00
< / td >
< td >
2017-08-29 23:24:32 +00:00
#!variable!right_bottom_bar!#
2017-06-09 08:29:25 +00:00
< / td >
< / tr >
< / table >
2017-06-12 18:39:20 +00:00
< / body >
2017-06-09 08:29:25 +00:00
2017-06-10 06:38:04 +00:00
#!variable!footer!#
2017-06-12 18:39:20 +00:00
< / html >
2017-06-09 08:29:25 +00:00
<!-- end master -->
2018-07-06 07:07:45 +00:00
<!-- 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 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 -->
2018-07-07 05:31:40 +00:00
< a href = "?logout=true" > < img src = "#!data!skin::url!#/images/users_icon_on.png" alt = "#!string!striker_0063!#" class = "top_icon" > < / a >
2018-07-06 07:07:45 +00:00
<!-- end user_button_on -->