<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" xml:lang="en-us" xmlns="http://www.w3.org/1999/xhtml" lang="en-us"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="robots" content="index, follow">
<meta name="description" content="">
<meta name="generator" content="KassaNova - Open Source Point of Sale software">
<title>Kassanova Web Installer</title>
<link href="" rel="shortcut icon" type="image/x-icon">
<link href="template/css/template.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="index.php_files/mootools.js"></script>
<script type="text/javascript" src="index.php_files/installation.js"></script>
<script type="text/javascript" src="index.php_files/validation.js"></script>
<script type="text/javascript">
Window.onDomReady(function(){ new Accordion($$('h3.moofx-toggler'), $$('div.moofx-slider'), {onActive: function(toggler, i) { toggler.addClass('moofx-toggler-down'); },onBackground: function(toggler, i) { toggler.removeClass('moofx-toggler-down'); },duration: 300,opacity: false, alwaysHide:true, show: 1}); });
</script>
<style type="text/css" charset="utf-8">/* See license.txt for terms of usage */
.firebugHighlight {
z-index: 2147483647;
position: absolute;
background-color: #3875d7;
}
.firebugLayoutBoxParent {
z-index: 2147483647;
position: absolute;
background-color: transparent;
border-right: 1px dashed #BBBBBB;
border-bottom: 1px dashed #BBBBBB;
}
.firebugRulerH {
position: absolute;
top: -15px;
left: 0;
width: 100%;
height: 14px;
background: url(chrome://firebug/skin/rulerH.png) repeat-x;
border-top: 1px solid #BBBBBB;
border-right: 1px dashed #BBBBBB;
border-bottom: 1px solid #000000;
}
.firebugRulerV {
position: absolute;
top: 0;
left: -15px;
width: 14px;
height: 100%;
background: url(chrome://firebug/skin/rulerV.png) repeat-y;
border-left: 1px solid #BBBBBB;
border-right: 1px solid #000000;
border-bottom: 1px dashed #BBBBBB;
}
.overflowRulerX > .firebugRulerV {
left: 0;
}
.overflowRulerY > .firebugRulerH {
top: 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.firebugLayoutBoxOffset {
z-index: 2147483647;
position: absolute;
opacity: 0.8;
}
.firebugLayoutBoxMargin {
background-color: #EDFF64;
}
.firebugLayoutBoxBorder {
background-color: #666666;
}
.firebugLayoutBoxPadding {
background-color: SlateBlue;
}
.firebugLayoutBoxContent {
background-color: SkyBlue;
}
/*.firebugHighlightGroup .firebugLayoutBox {
background-color: transparent;
}
.firebugHighlightBox {
background-color: Blue !important;
}*/
.firebugLayoutLine {
z-index: 2147483647;
background-color: #000000;
opacity: 0.4;
}
.firebugLayoutLineLeft,
.firebugLayoutLineRight {
position: fixed;
width: 1px;
height: 100%;
}
.firebugLayoutLineTop,
.firebugLayoutLineBottom {
position: absolute;
width: 100%;
height: 1px;
}
.firebugLayoutLineTop {
margin-top: -1px;
border-top: 1px solid #999999;
}
.firebugLayoutLineRight {
border-right: 1px solid #999999;
}
.firebugLayoutLineBottom {
border-bottom: 1px solid #999999;
}
.firebugLayoutLineLeft {
margin-left: -1px;
border-left: 1px solid #999999;
}
</style></head><body>
<div id="header1">
<div id="header2">
<div id="header3">
<div id="version"> </div>
<span>Installation</span>
</div>
</div>
</div>
<div id="content-box">
<div id="content-pad">
<div id="stepbar">
<div class="t">
<div class="t">
<div class="t"></div>
</div>
</div>
<div class="m">
<h1><?php echo t('step'); ?></h1>
<?php foreach ($flow as $i => $current_step): ?>
<?php if ($current_step==null) : continue; endif; ?>
<?php $class = ($i == $step) ? 'step-on' : 'step-off' ?>
<div class="<?php echo $class; ?>">
<?php echo ($i) . ' : ' . t($current_step['steptitle']); ?>
</div>
<?php endforeach ?>
<div class="box"></div>
</div>
<div class="b">
<div class="b">
<div class="b"></div>
</div>
</div>
</div>
<div id="warning">
<noscript>
<div id="javascript-warning">
JavaScript appears to be disabled in your browser. Please enable JavaScript before continuing.
</div>
</noscript>
</div>
<form action="install.php" method="post" name="adminForm">
<input type="hidden" name="step" value="<?php echo ($step+1); ?>" />
<?php write_vars_before($step+1); ?>
<div id="right">
<div id="rightpad">
<div id="step">
<div class="t">
<div class="t">
<div class="t"></div>
</div>
</div>
<div class="m">
<div class="far-right">
<?php if(count($flow)>$step+1) : ?>
<div class="button1-left"><div class="next"><a onclick="document.forms[0].submit();" alt="<?php echo t('Next'); ?>"><?php echo t('Next'); ?></a></div></div>
<?php endif; ?>
</div>
<span class="step"><?php echo t( $flow[$step]['pagetitle'] ) ?></span>
</div>
<div class="b">
<div class="b">
<div class="b"></div>
</div>
</div>
</div>
<div id="installer">
<div class="t">
<div class="t">
<div class="t"></div>
</div>
</div>
<div class="m">
<h2><?php echo t( $flow[$step]['pagetitle'] ); ?></h2>
<div class="install-text">
<?php echo $flow[$step]['text_function'](); ?>
</div>
<div class="install-body">
<div class="t">
<div class="t">
<div class="t"></div>
</div>
</div>
<div class="m">
<?php echo $flow[$step]['content_function'](); ?>
</div>
<div class="b">
<div class="b">
<div class="b"></div>
</div>
</div>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>
<div class="b">
<div class="b">
<div class="b"></div>
</div>
</div>
</div>
</div>
</div>
<div class="clr"></div>
<input name="task" value="" type="hidden">
</form>
</div>
</div>
<div id="footer1">
<div id="footer2">
<div id="footer3"></div>
</div>
</div>
<div id="copyright"><a href="http://www.kassanova.org/" target="_blank">KassaNova</a> the Open Source Point of Sale software.</div>
</body></html>