Move busui to seperate repository
[bus.git] / install_start_embedded.tpl
1 <div id="panel">
2
3 <h2><?php echo $headline;?></h2>
4
5 It looks like the Open Web Analytics database still needs to be installed.
6 <BR><BR>
7
8 <form method="POST">
9 <input type="hidden" name="<?php echo $this->getNs();?>site_id" value="<?php echo $site_id;?>">
10 <input type="hidden" name="<?php echo $this->getNs();?>domain" value="<?php echo $domain;?>">
11 <input type="hidden" name="<?php echo $this->getNs();?>name" value="<?php echo $name;?>">
12 <input type="hidden" name="<?php echo $this->getNs();?>description" value="<?php echo $description;?>">
13 <input type="hidden" name="<?php echo $this->getNs();?>do" value="base.installEmbedded">
14
15 <input type="hidden" name="<?php echo $this->getNs();?>db_type" value="<?php echo $db_type;?>">
16 <input type="hidden" name="<?php echo $this->getNs();?>db_name" value="<?php echo $db_name;?>">
17 <input type="hidden" name="<?php echo $this->getNs();?>db_host" value="<?php echo $db_host;?>">
18 <input type="hidden" name="<?php echo $this->getNs();?>db_user" value="<?php echo $db_user;?>">
19 <input type="hidden" name="<?php echo $this->getNs();?>db_password" value="<?php echo $db_password;?>">
20 <input type="hidden" name="<?php echo $this->getNs();?>public_url" value="<?php echo $public_url;?>">
21
22 <input type="submit" name="<?php echo $this->getNs();?>submit_btn" value="Install Open Web Analytics">
23
24 </form>
25
26
27 <BR><BR>
28 <P>If at any time you need help, please consult the <a href=<?php echo $this->config['wiki_url'];?>>OWA Wiki</a>.</P>
29
30
31 </div>
32