-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
121 changed files
with
311 additions
and
311 deletions.
There are no files selected for viewing
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?php | ||
|
||
/** | ||
* Form Tools Theme File | ||
*/ | ||
|
||
$theme_name = "Deep Blue"; | ||
$theme_author = "Encore Web Studios"; | ||
$theme_author_email = "[email protected]"; | ||
$theme_link = "http://themes.formtools.org/deepblue/"; | ||
$theme_description = "A fixed-width blue-coloured theme designed for 1024 pixel minimum screens."; | ||
<?php | ||
|
||
/** | ||
* Form Tools Theme File | ||
*/ | ||
|
||
$theme_name = "Deep Blue"; | ||
$theme_author = "Encore Web Studios"; | ||
$theme_author_email = "[email protected]"; | ||
$theme_link = "http://themes.formtools.org/deepblue/"; | ||
$theme_description = "A fixed-width blue-coloured theme designed for 1024 pixel minimum screens."; | ||
$theme_version = "1.1.2"; |
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<html> | ||
<head> | ||
</head> | ||
<body> | ||
</body> | ||
<html> | ||
<head> | ||
</head> | ||
<body> | ||
</body> | ||
</html> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
@import "emails.css"; | ||
@import "fields.css"; | ||
@import "forms.css"; | ||
@import "general.css"; | ||
@import "menus.css"; | ||
@import "navigation.css"; | ||
@import "option_lists.css"; | ||
@import "public.css"; | ||
@import "sortable.css"; | ||
@import "submissions.css"; | ||
@import "tabs.css"; | ||
@import "views.css"; | ||
@import "emails.css"; | ||
@import "fields.css"; | ||
@import "forms.css"; | ||
@import "general.css"; | ||
@import "menus.css"; | ||
@import "navigation.css"; | ||
@import "option_lists.css"; | ||
@import "public.css"; | ||
@import "sortable.css"; | ||
@import "submissions.css"; | ||
@import "tabs.css"; | ||
@import "views.css"; | ||
@import "widgets.css"; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
|
||
</div> | ||
</div> | ||
|
||
</td> | ||
</tr> | ||
</table> | ||
|
||
</div> | ||
|
||
<div class="clear"></div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
<div id="footer"> | ||
<span style="float:right"><img src="{$theme_url}/images/footer_right.jpg" width="16" height="37" /></span> | ||
<span style="float:left"><img src="{$theme_url}/images/footer_left.jpg" width="13" height="37" /></span> | ||
<div style="padding-top:3px;">{$account.settings.footer_text}</div> | ||
{show_page_load_time} | ||
</div> | ||
|
||
</body> | ||
|
||
</div> | ||
</div> | ||
|
||
</td> | ||
</tr> | ||
</table> | ||
|
||
</div> | ||
|
||
<div class="clear"></div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
<div id="footer"> | ||
<span style="float:right"><img src="{$theme_url}/images/footer_right.jpg" width="16" height="37" /></span> | ||
<span style="float:left"><img src="{$theme_url}/images/footer_left.jpg" width="13" height="37" /></span> | ||
<div style="padding-top:3px;">{$account.settings.footer_text}</div> | ||
{show_page_load_time} | ||
</div> | ||
|
||
</body> | ||
</html> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,78 +1,78 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html dir="{$LANG.special_text_direction}"> | ||
<head> | ||
<title>{$head_title}</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
<link rel="shortcut icon" href="{$theme_url}/images/favicon.ico"> | ||
{template_hook location="head_top"} | ||
<script> | ||
//<![CDATA[ | ||
var g = {literal}{{/literal} | ||
root_url: "{$g_root_url}", | ||
error_colours: ["ffbfbf", "ffeded"], | ||
notify_colours: ["c6e2ff", "f2f8ff"], | ||
js_debug: {$g_js_debug} | ||
{literal}}{/literal}; | ||
//]]> | ||
</script> | ||
<link type="text/css" rel="stylesheet" href="{$g_root_url}/global/css/main.css?v=2_1_0"> | ||
<link type="text/css" rel="stylesheet" href="{$theme_url}/css/styles.css?v=2_1_0"> | ||
<link href="{$theme_url}/css/smoothness/jquery-ui-1.8.14.custom.css" rel="stylesheet" type="text/css"/> | ||
<script src="{$g_root_url}/global/scripts/jquery.js"></script> | ||
<script src="{$theme_url}/scripts/jquery-ui-1.8.14.custom.min.js"></script> | ||
<script src="{$g_root_url}/global/scripts/general.js?v=2_1_0"></script> | ||
<script src="{$g_root_url}/global/scripts/rsv.js?v=2_1_0"></script> | ||
{$head_string} | ||
{$head_js} | ||
{$head_css} | ||
{template_hook location="head_bottom"} | ||
</head> | ||
<body> | ||
<div id="container" class="admin_container"> | ||
<div id="header"><span | ||
style="float:right"><img src="{$theme_url}/images/header_right_shadow.jpg" width="7" height="71" /></span><span | ||
style="float:right"><img src="{$theme_url}/images/header_right.jpg" width="10" height="71" /></span>{if $settings.logo_link}<a | ||
href="{$settings.logo_link}">{/if}<img src="{$theme_url}/images/header_logo.jpg" width="200" height="71" border="0" />{if $settings.logo_link}</a>{/if}</div> | ||
<div class="outer"> | ||
<div class="inner"> | ||
<div class="float-wrap"> | ||
<table cellspacing="0" cellpadding="0" width="990"> | ||
<tr> | ||
<td width="200" valign="top"> | ||
<div id="left"> | ||
<div id="left_nav_top"> | ||
{if $SESSION.account.is_logged_in} | ||
{if $settings.release_type == "alpha"} | ||
<b>{$settings.program_version}-alpha-{$settings.release_date}</b> | ||
{elseif $settings.release_type == "beta"} | ||
<b>{$settings.program_version}-beta-{$settings.release_date}</b> | ||
{else} | ||
<b>{$settings.program_version}</b> | ||
{/if} | ||
{if $SESSION.account.account_type == "admin"} | ||
| ||
<a href="#" onclick="return ft.check_updates()" class="update_link">{$LANG.word_update}</a> | ||
{/if} | ||
{else} | ||
<div style="height: 20px"> </div> | ||
{/if} | ||
</div> | ||
{ft_include file="menu.tpl"} | ||
</div> | ||
</td> | ||
<td valign="top"> | ||
<div id="main_top"></div> | ||
<span style="position: absolute; right: 0px;"><img src="{$theme_url}/images/main_right_shadow.jpg" width="7" height="292" /></span> | ||
<div class="content_wrap"> | ||
<div id="page_content"> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html dir="{$LANG.special_text_direction}"> | ||
<head> | ||
<title>{$head_title}</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
<link rel="shortcut icon" href="{$theme_url}/images/favicon.ico"> | ||
{template_hook location="head_top"} | ||
<script> | ||
//<![CDATA[ | ||
var g = {literal}{{/literal} | ||
root_url: "{$g_root_url}", | ||
error_colours: ["ffbfbf", "ffeded"], | ||
notify_colours: ["c6e2ff", "f2f8ff"], | ||
js_debug: {$g_js_debug} | ||
{literal}}{/literal}; | ||
//]]> | ||
</script> | ||
<link type="text/css" rel="stylesheet" href="{$g_root_url}/global/css/main.css?v=2_1_0"> | ||
<link type="text/css" rel="stylesheet" href="{$theme_url}/css/styles.css?v=2_1_0"> | ||
<link href="{$theme_url}/css/smoothness/jquery-ui-1.8.14.custom.css" rel="stylesheet" type="text/css"/> | ||
<script src="{$g_root_url}/global/scripts/jquery.js"></script> | ||
<script src="{$theme_url}/scripts/jquery-ui-1.8.14.custom.min.js"></script> | ||
<script src="{$g_root_url}/global/scripts/general.js?v=2_1_0"></script> | ||
<script src="{$g_root_url}/global/scripts/rsv.js?v=2_1_0"></script> | ||
{$head_string} | ||
{$head_js} | ||
{$head_css} | ||
{template_hook location="head_bottom"} | ||
</head> | ||
<body> | ||
<div id="container" class="admin_container"> | ||
<div id="header"><span | ||
style="float:right"><img src="{$theme_url}/images/header_right_shadow.jpg" width="7" height="71" /></span><span | ||
style="float:right"><img src="{$theme_url}/images/header_right.jpg" width="10" height="71" /></span>{if $settings.logo_link}<a | ||
href="{$settings.logo_link}">{/if}<img src="{$theme_url}/images/header_logo.jpg" width="200" height="71" border="0" />{if $settings.logo_link}</a>{/if}</div> | ||
<div class="outer"> | ||
<div class="inner"> | ||
<div class="float-wrap"> | ||
<table cellspacing="0" cellpadding="0" width="990"> | ||
<tr> | ||
<td width="200" valign="top"> | ||
<div id="left"> | ||
<div id="left_nav_top"> | ||
{if $SESSION.account.is_logged_in} | ||
{if $settings.release_type == "alpha"} | ||
<b>{$settings.program_version}-alpha-{$settings.release_date}</b> | ||
{elseif $settings.release_type == "beta"} | ||
<b>{$settings.program_version}-beta-{$settings.release_date}</b> | ||
{else} | ||
<b>{$settings.program_version}</b> | ||
{/if} | ||
{if $SESSION.account.account_type == "admin"} | ||
| ||
<a href="#" onclick="return ft.check_updates()" class="update_link">{$LANG.word_update}</a> | ||
{/if} | ||
{else} | ||
<div style="height: 20px"> </div> | ||
{/if} | ||
</div> | ||
{ft_include file="menu.tpl"} | ||
</div> | ||
</td> | ||
<td valign="top"> | ||
<div id="main_top"></div> | ||
<span style="position: absolute; right: 0px;"><img src="{$theme_url}/images/main_right_shadow.jpg" width="7" height="292" /></span> | ||
<div class="content_wrap"> | ||
<div id="page_content"> | ||
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{* | ||
menu.tpl | ||
-------- | ||
This page is used to render the navigation menu for all accounts - administrator and clients. | ||
*} | ||
|
||
|
||
{* | ||
menu.tpl | ||
-------- | ||
This page is used to render the navigation menu for all accounts - administrator and clients. | ||
*} | ||
|
||
|
||
{assign var=is_current_parent_menu value=false} | ||
|
||
|
||
<div class="menu_items"> | ||
{foreach from=$SESSION.menu.menu_items key=k item=i} | ||
|
||
{foreach from=$SESSION.menu.menu_items key=k item=i} | ||
|
||
{assign var=link_id value=""} | ||
|
||
{* main menu item *} | ||
|
||
{* main menu item *} | ||
{if $i.is_submenu == "no"} | ||
|
||
{* if this parent menu contains the page that is currently being viewed, show the submenu options *} | ||
{* if this parent menu contains the page that is currently being viewed, show the submenu options *} | ||
{if $i.url == $nav_parent_page_url} | ||
{assign var=is_current_parent_menu value=true} | ||
{else} | ||
{assign var=is_current_parent_menu value=false} | ||
{/if} | ||
|
||
<div class="nav_link"><a href="{$i.url}"{$link_id} class="no_border">{$i.display_text}</a></div> | ||
|
||
{* child menu item *} | ||
|
||
<div class="nav_link"><a href="{$i.url}"{$link_id} class="no_border">{$i.display_text}</a></div> | ||
|
||
{* child menu item *} | ||
{else} | ||
<div class="nav_link_submenu"><a href="{$i.url}"{$link_id} class="no_border">— {$i.display_text}</a></div> | ||
{/if} | ||
|
||
{/foreach} | ||
<div class="nav_link_submenu"><a href="{$i.url}"{$link_id} class="no_border">— {$i.display_text}</a></div> | ||
{/if} | ||
|
||
{/foreach} | ||
</div> |
Oops, something went wrong.