Xataface 2.0
Xataface Application Framework
install/mainMenu.inc.php
Go to the documentation of this file.
00001 <?php include 'install'.DIRECTORY_SEPARATOR.'install_header.inc.php';?>
00002                 <h2>Please select your installation action</h2>
00003                 <ol class="main-menu">
00004                         <li><a href="<?php echo $_SERVER['PHP_SELF']?>?-action=db2app">
00005                                 <h3><img src="images/preferences-system-windows.png"/> Create application for existing database</h3>
00006                                 <p>Use this option if you already have a database on your server
00007                                 and you would like to create an application based on this database.</p>
00008                                 </a>
00009                         </li>
00010                         
00011                         <li>
00012                                 <a href="<?php echo $_SERVER['PHP_SELF']?>?-action=archive2app">
00013                                 <h3><img src="images/system-installer.png" /> Install a pre-built application</h3>
00014                                 <p>Use this option if you have a ready-made Dataface application
00015                                 that you wish to install on this server.</p>
00016                                 </a>
00017                         </li>
00018                         <!--
00019                         <li>
00020                                 <h3>Generate application from a UML Model</h3>
00021                                 <p>Use this option if you have designed an application using a
00022                                 UML modelling tool (e.g. Poseidon, ArgoUML, etc...) and you want to 
00023                                 convert this model into a Dataface application.</p>
00024                         </li>
00025                         -->
00026                 </ol>
00027 <?php include 'install'.DIRECTORY_SEPARATOR.'install_footer.inc.php';?>
 All Data Structures Namespaces Files Functions Variables Enumerations