diff views/Extractapp/ExportTable.php @ 77:97c1e5102a22 extractapp

New: export table for a file from LGService
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Thu, 16 Apr 2015 14:53:22 +0200
parents 886f43b26ee2
children 960ba96efce1
line wrap: on
line diff
--- a/views/Extractapp/ExportTable.php	Mon Apr 13 15:43:59 2015 +0200
+++ b/views/Extractapp/ExportTable.php	Thu Apr 16 14:53:22 2015 +0200
@@ -1,4 +1,9 @@
 <?php
+/*! \file 
+* This is the view for ExportTable.
+* It shows a html table with each row as a topic object and each column as a tag/attribute. 
+*/
+
 // --- initialize ---
 $outputTableArray = $viewmodel['outputTableArray'];
 $bookId = $viewmodel['bookId'];
@@ -6,8 +11,6 @@
 $bookName = $viewmodel['bookName'];
 $sectionName = $viewmodel['sectionName'];
 
-
-
 ?>
 
 <html>