diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-09-28 08:19:48 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-09-28 08:19:48 +0000 |
| commit | 79b624490a7b4a4125544c0396abb7dc95b6429d (patch) | |
| tree | 6bfb63403d16165083f1b17b63a5ecfcf592bec8 /templates/install.tpl | |
| parent | 583e037288a5cdf2f134f1cafa679389f8ff2ce9 (diff) | |
| download | install-79b624490a7b4a4125544c0396abb7dc95b6429d.tar.gz install-79b624490a7b4a4125544c0396abb7dc95b6429d.tar.bz2 install-79b624490a7b4a4125544c0396abb7dc95b6429d.zip | |
installer design revamp
Diffstat (limited to 'templates/install.tpl')
| -rw-r--r-- | templates/install.tpl | 97 |
1 files changed, 53 insertions, 44 deletions
diff --git a/templates/install.tpl b/templates/install.tpl index b4b3385..7be6cc7 100644 --- a/templates/install.tpl +++ b/templates/install.tpl @@ -4,10 +4,11 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <style type="text/css"> - <!-- @import url({$smarty.const.INSTALL_PKG_URL}style/install.css); --> + @import url({$smarty.const.INSTALL_PKG_URL}style/install.css); </style> - <title>Install bitweaver - {$browserTitle}</title> + <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[ */ var bitCookiePath = "{$smarty.const.BIT_ROOT_URL}"; @@ -17,75 +18,83 @@ /* ]]> */</script> <script type="text/javascript" src="{$smarty.const.BIT_ROOT_URL}util/javascript/libs/tabpane.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} </head> -<body> +<body id="step{$smarty.request.step}"> <div id="container"> - <div id="header"> </div> + <div id="header"> + <a href="http://www.bitweaver.org/" title="bitweaver.org" id="bitweaver_logo"> + <em>bitweaver.org</em> + </a> + <h1 id="title"> + <strong>Bitweaver {$smarty.const.BIT_MAJOR_VERSION}.{$smarty.const.BIT_MINOR_VERSION}.{$smarty.const.BIT_SUB_VERSION} {$smarty.const.BIT_LEVEL}</strong> + <em>{$section|default:"Install"}</em> + </h1> + <div class="bittop"> + <ul id="stepmenu"> + {foreach from=$menu_steps item=step key=key} + <li class="{$step.state}"> + {if $step.state ne 'uncompleted'} + <a href="{$menu_path|default:$smarty.const.INSTALL_PKG_URL}{$menu_file|default:"install.php"}?step={$key}"> + {/if} + {$step.name} + {if $step.state ne 'uncompleted'} + </a> + {/if} + </li> + {/foreach} + </ul> + </div> + </div> <div id="wrapper"> <div id="content"> - <div class="bittop"> - <h1>bitweaver <strong>{$smarty.const.BIT_MAJOR_VERSION}.{$smarty.const.BIT_MINOR_VERSION}.{$smarty.const.BIT_SUB_VERSION} {$smarty.const.BIT_LEVEL}</strong></h1> + {include file=$install_file} </div> + </div> - {include file=$install_file} + <div id="navigation"> + <div class="progressbar"> + <em>{$section|default:"Install"} Progress</em> + <div class="bar"> + <div class="progress progress{$progress}" style="width:{$progress|default:0}%;"><strong>{$progress}%</strong></div> + </div> + <span class="clear"><!-- --></span> </div> </div> - <div id="navigation"> + <div id="extra"> <ul> - <li class="title"> - {$section|default:"Install"}ometer - </li> - - {foreach from=$menu_steps item=step key=key} - <li class="{$step.state}"> - {biticon ipackage=icons iname=`$step.icon` iexplain=`$step.state` iforce=icon} - {if $step.state ne 'uncompleted'} - <a href="{$menu_path|default:$smarty.const.INSTALL_PKG_URL}{$menu_file|default:"install.php"}?step={$key}"> - {/if} - {$step.name} - {if $step.state ne 'uncompleted'} - </a> - {/if} - </li> - {/foreach} - - <li> - {biticon ipackage=liberty iname=spacer iexplain=spacer iforce=icon} - </li> <li class="help"> - {biticon ipackage="icons" iname="help-contents" iexplain=help iforce=icon} <a class="external" href="http://www.bitweaver.org/wiki/index.php?page={$section|default:"Install"}bitweaverDoc">{$section|default:"Install"} Help</a> </li> <li class="help"> - {biticon ipackage="icons" iname="view-refresh" iexplain=restart iforce=icon} <a href="{$smarty.const.INSTALL_PKG_URL}{$menu_file|default:"install.php"}?step=0">Start over</a> </li> {if $section} <li class="help"> - {biticon ipackage="icons" iname="view-refresh" iexplain=restart iforce=icon} <a href="{$smarty.const.INSTALL_PKG_URL}install.php?step=2">Return to Installer</a> </li> {/if} - <li class="warning" style="text-align:center;"> - {biticon ipackage="icons" iname="large/dialog-warning" iexplain=warning iforce=icon} - <br /> - Please don't use the browser back button. + <li class="warning" title="Please don't use your browser's back button during this install process."> + Please don't use the browser back button </li> </ul> </div> - <div id="extra"> - <div class="progressbar"> - {$section|default:"Install"} Progress - <div class="bar"> - <div class="progress" style="width:{$progress|default:0}%;">{$progress}%</div> - </div> - </div> + <div id="footer"> + <p> + <a href="http://bitweaver.org"> + Bitweaver. It's the one + <br /> + www.bitweaver.org + </a> + </p> </div> - - <div id="footer"> </div> </div> </body> </html> |
