diff develop/controllers/extractapp.php @ 21:c805470cefee

Remove bootstrap.TaggingText UI layout modification
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 24 Feb 2015 16:09:59 +0100
parents f60969462226
children b55f5d3564c4
line wrap: on
line diff
--- a/develop/controllers/extractapp.php	Mon Feb 23 14:34:43 2015 +0100
+++ b/develop/controllers/extractapp.php	Tue Feb 24 16:09:59 2015 +0100
@@ -23,7 +23,7 @@
                 $this->ReturnView($viewmodel->StartTagging(), true); 
                 break;   
             case 'SaveFullTextToLGService':
-                $viewmodel->messages .= "[Z] SaveFullTextToLGService! ";
+                $viewmodel->messages .= "SaveFullTextToLGService! "."<br>";
                 $viewmodel->GetInfoFromPreviousPage($this->postdata);
                 $response = $viewmodel->SaveFullTextToLGService($this->postdata);
                 
@@ -40,7 +40,7 @@
                 break;
 
             case 'ContinueTagging':
-                $viewmodel->messages .= "[Z] (Countinue tagging) ";
+                $viewmodel->messages .= "(Countinue tagging) "."<br>";
                 if ($this->postdata['topic']) {
                     $viewmodel->SetTopic($this->postdata['topic']);
                 }
@@ -49,7 +49,7 @@
                 break;
 
             default:    // first time visit extraction interface from LGService
-                $viewmodel->messages .= "[Z] Welcome to Extraction Interface. ";
+                $viewmodel->messages .= "Welcome to Extraction Interface. "."<br>";
 
                 if ($this->postdata['fileId'] != 0) { // ($this->postdata['branchId'] != 0) {
                     // get text from fileId, from LGService