Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
mainMenu.inc.php
Go to the documentation of this file.
1 <?php include 'install'.DIRECTORY_SEPARATOR.'install_header.inc.php';?>
2  <h2>Please select your installation action</h2>
3  <ol class="main-menu">
4  <li><a href="<?php echo $_SERVER['PHP_SELF']?>?-action=db2app">
5  <h3><img src="images/preferences-system-windows.png"/> Create application for existing database</h3>
6  <p>Use this option if you already have a database on your server
7  and you would like to create an application based on this database.</p>
8  </a>
9  </li>
10 
11  <li>
12  <a href="<?php echo $_SERVER['PHP_SELF']?>?-action=archive2app">
13  <h3><img src="images/system-installer.png" /> Install a pre-built application</h3>
14  <p>Use this option if you have a ready-made Dataface application
15  that you wish to install on this server.</p>
16  </a>
17  </li>
18  <!--
19  <li>
20  <h3>Generate application from a UML Model</h3>
21  <p>Use this option if you have designed an application using a
22  UML modelling tool (e.g. Poseidon, ArgoUML, etc...) and you want to
23  convert this model into a Dataface application.</p>
24  </li>
25  -->
26  </ol>
27 <?php include 'install'.DIRECTORY_SEPARATOR.'install_footer.inc.php';?>