summaryrefslogtreecommitdiff
path: root/templates/install.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/install.tpl')
-rwxr-xr-x[-rw-r--r--]templates/install.tpl36
1 files changed, 18 insertions, 18 deletions
diff --git a/templates/install.tpl b/templates/install.tpl
index 812b8d8..ee39d1f 100644..100755
--- a/templates/install.tpl
+++ b/templates/install.tpl
@@ -1,6 +1,4 @@
-{if ($gBrowserInfo.browser neq 'ie') or ($gBrowserInfo.browser eq 'ie' and $gBrowserInfo.maj_ver gt 7) }
<?xml version="1.0" encoding="utf-8"?>
-{/if}
{strip}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,28 +6,23 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style type="text/css">
{* hidden from 4.x browsers: *}
- @import "{$smarty.const.CONFIG_PKG_URL}themes/bootstrap/bootstrap.css";
+ @import "{$smarty.const.THEMES_PKG_URL}css/colourstrap-full.css";
@import "{$smarty.const.INSTALL_PKG_URL}css/install.css";
</style>
<title>Install Bitweaver - {$browserTitle}</title>
<link rel="shortcut icon" href="{$smarty.const.INSTALL_PKG_URL}favicon.ico" type="image/x-icon" />
<link rel="icon" href="{$smarty.const.INSTALL_PKG_URL}favicon.ico" type="image/x-icon" />
- <script type="text/javascript">/* <![CDATA[ */
+ <script>/* <![CDATA[ */
var bitCookiePath = "{$smarty.const.BIT_ROOT_URL}";
var bitCookieDomain = "";
var bitIconDir = "{$smarty.const.LIBERTY_PKG_URL}icons/";
var bitRootUrl = "{$smarty.const.BIT_ROOT_URL}";
/* ]]> */</script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.js"></script>
- <script type="text/javascript" src="{$smarty.const.CONFIG_PKG_URL}themes/bootstrap/js/bootstrap.js"></script>
- <script type="text/javascript" src="{$smarty.const.BIT_ROOT_URL}util/javascript/bitweaver.js"></script>
- {* if $gBrowserInfo.browser eq 'ie'}
- <!--[if lt IE 7]>
- <script type="text/javascript" src="{$smarty.const.BIT_ROOT_URL}util/javascript/fixes/ie7/IE8.js"></script>
- <![endif]-->
- {/if *}
+ <script src= "{$smarty.const.THEMES_PKG_URL}js/jquery-3.7.1.js"></script>
+ <script src= "{$smarty.const.THEMES_PKG_URL}js/jquery-ui-14.1.js"></script>
+ <script src= "{$smarty.const.THEMES_PKG_URL}js/bootstrap.js"></script>
+ <script src= "{$smarty.const.THEMES_PKG_URL}js/bitweaver.js"></script>
</head>
<body id="step{$smarty.request.step}">
<header class="container">
@@ -47,7 +40,16 @@
<nav class="pull-right width60p" style="padding:10px 20px 0 0;">
<div class="pull-right">
- <a href="http://www.bitweaver.org/wiki/index.php?page={$section|default:"Install"}bitweaverDoc">{booticon iname="fa-question-circle"} Help</a>
+ <a href="http://www.bitweaver.org/wiki/index.php?page={$section|default:"Install"}bitweaverDoc"><i class="icon-question-sign"></i> Help</a>
+ </div>
+
+ <div class="pull-right width50p" style="padding:0 10px;">
+ <div class="progress">
+ <div class="bar bar-success" style="width: {$progress|default:0}%;"></div>
+ </div>
+ </div>
+ <div class="pull-right">
+ <em>{$section|default:"Install"} Progress</em>
</div>
</nav>
</div>
@@ -56,7 +58,7 @@
{foreach from=$menu_steps item=step key=key}
<li class="{if $smarty.request.step == $key}active{/if}">
<a href="{$menu_path|default:$smarty.const.INSTALL_PKG_URL}{$menu_file|default:"install.php"}?step={$key}" {if $step.state eq 'uncompleted'}onclick="return false;"{/if}>
- {if $step.icon}{booticon iname=$step.icon} {/if}{$step.name}
+ {if $step.icon}<i class="{$step.icon}"></i> {/if} {$step.name}
</a>
</li>
{/foreach}
@@ -74,9 +76,7 @@
</div>
<footer class="container content-center">
- {if $gBitInstaller->isInstalled()}
- {include file="bitpackage:kernel/bot_bar.tpl"}
- {/if}
+ {include file="bitpackage:kernel/bot_bar.tpl"}
</footer>
</body>
</html>