From: <sk...@us...> - 2008-02-05 15:38:41
|
Revision: 495 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=495&view=rev Author: sknappe Date: 2008-02-05 07:38:39 -0800 (Tue, 05 Feb 2008) Log Message: ----------- deleted test files, no longer necessary Removed Paths: ------------- trunk/src/dbpedia-navigator/indextest.php trunk/src/dbpedia-navigator/xajaxtest.php Deleted: trunk/src/dbpedia-navigator/indextest.php =================================================================== --- trunk/src/dbpedia-navigator/indextest.php 2008-02-05 11:43:54 UTC (rev 494) +++ trunk/src/dbpedia-navigator/indextest.php 2008-02-05 15:38:39 UTC (rev 495) @@ -1,56 +0,0 @@ -<?php -ini_set('error_reporting',E_ALL); - -require("xajaxtest.php"); - -?> -<!DOCTYPE html - PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> - <head> - <title>DBpedia Navigator</title> - <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> - <link rel="stylesheet" href="default.css"/> - <?php $xajax->printJavascript('xajax/'); ?> - </head> - <body> - -<!-- <h1>DBpedia Navigator</h1> --> -<img src="images/dbpedia_navigator.png" alt="DBpedia Navigator" style="padding:5px" /> -<div id="layer" style="display:none"> - <div id="layerContent" style="display:none"></div> -</div> - -<div id="wrapper"> - <div id="leftSidebar"> - - <div class="box" id="concept"> - <div class="boxtitlewithbutton"><table border="0" class="titletable"><tr><td class="left">Learned Concept</td><td class="right"><input type="button" value="Learn" class="button" onclick="xajax_learnConcept();return false;" /></td></tr></table></div> - <div class="boxcontent"> - <div id="conceptcontent" style="display:none"></div> - <div id="loadingConcept" style="display:none"><img src="ajax-loader.gif" alt="Loading..."/></div> - </div> <!-- boxcontent --> - </div> <!-- box --> - - </div><!-- END leftSidebar --> - - <div id="content"> - <div class="box"> - <div class="boxtitle" id="ArticleTitle">Welcome</div> - <div class="boxcontent" id="article"> - <div id="articlecontent" style="display:block"> - <br /><br /> - Verz\xF6gerung - </div> - <div id="loadingArticle" style="display:none"><img src="ajax-loader.gif" alt="Loading..."/></div> - </div> <!-- boxcontent --> - </div> <!-- box --> - </div><!-- content --> - - <!-- <div id="clear"></div> --> - -</div><!-- wrapper --> - </body> -</html> - \ No newline at end of file Deleted: trunk/src/dbpedia-navigator/xajaxtest.php =================================================================== --- trunk/src/dbpedia-navigator/xajaxtest.php 2008-02-05 11:43:54 UTC (rev 494) +++ trunk/src/dbpedia-navigator/xajaxtest.php 2008-02-05 15:38:39 UTC (rev 495) @@ -1,17 +0,0 @@ -<?php -require_once ("xajax/xajax_core/xajax.inc.php"); -$xajax = new xajax(); -$xajax->configureMany(array('debug'=>true)); -$xajax->registerFunction('learnConcept'); -$xajax->processRequest(); - -function learnConcept() -{ - $start=microtime(true); - $client=new SoapClient("main.wsdl"); - $id=$client->generateID(); - $objResponse=new xajaxResponse(); - $objResponse->append("articlecontent","innerHTML",microtime(true)-$start); - return $objResponse; -} -?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |