Simplified toolset

SVN:trunk[604]
This commit is contained in:
Romain Quetiez
2010-07-14 21:34:14 +00:00
parent 77dbb03647
commit 57e1dd65c7

View File

@@ -8,41 +8,18 @@ $sStyle = "
padding:1.5em;
";
echo "<div style=\"$sStyle\">\n";
echo "<h2>Shortcuts</h2>\n";
echo "<a href=\"./pages/UI.php\">Main page</a></br>\n";
echo "<a href=\"./pages/csvimport.php\">CSV import (shortcut)</a></br>\n";
echo "<a href=\"./pages/UniversalSearch.php\">Universal search (shortcut)</a></br>\n";
echo "<h2>Itop consultant</h2>\n";
echo "<a href=\"./pages/ITopConsultant.php?config=..%2Fconfig-itop.php\">Check model, Create DB, Update DB (new class, new attribute)</a></br>\n";
echo "<a href=\"./pages/db_importer.php\">Backup and restore (shortcut)</a></br>\n";
echo "<a href=\"./pages/schema.php\">Objects schema (shortcut)</a></br>\n";
echo "<a href=\"./setup/email.test.php\">Setup the email</a></br>\n";
echo "<a href=\"./setup/benchmark.php\">Generate data for benchmarking purposes</a></br>\n";
echo "<h2>Itop customization</h2>\n";
echo "Please contact the iTop support team</br>\n";
echo "<h2>Web services</h2>\n";
echo "<a href=\"./webservices/soapserver.php\">Available functions</a></br>\n";
echo "<a href=\"./webservices/itop.wsdl.php\">WSDL (dynamically generated)</a></br>\n";
echo "<h2>Not working or deprecated</h2>\n";
echo "<a href=\"./pages/data_generator.php\">Data generator</a></br>\n";
echo "<a href=\"./pages/advanced_search.php\">ITop finder</a></br>\n";
echo "<a href=\"./pages/index.php\">navITop</a></br>\n";
echo "<a href=\"./pages/ajax.php\">@ITop</a></br>\n";
echo "<a href=\"./webservices/check_sla_for_tickets.php\">Check SLA for tickets</a></br>\n";
echo "</div>\n";
echo "<h1>phpMyORM</h1>";
$sStyle = "
border: 1px dashed #CCC;
background: #CFC;
padding:1.5em;
";
echo "<div style=\"$sStyle\">\n";
echo "<a href=\"./pages/ITopConsultant.php\">Manage configurations</a></br>\n";
echo "<a href=\"./pages/test.php\">Core unit tests</a></br>\n";
echo "</div>\n";
echo "<h1>phpinfo()</h1>";