Mercurial > hg > extraction-interface
comparison views/Extractapp/ExportTable.php @ 78:960ba96efce1 extractapp
Update: click to popup remove-tag-window; select to popup tag-window
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 20 Apr 2015 15:44:54 +0200 |
parents | 97c1e5102a22 |
children | f1f849d31272 |
comparison
equal
deleted
inserted
replaced
77:97c1e5102a22 | 78:960ba96efce1 |
---|---|
1 <?php | 1 <?php |
2 /*! \file | 2 /*! \file |
3 * This is the view for ExportTable. | 3 * This is the view for ExportTable. |
4 * It shows a html table with each row as a topic object and each column as a tag/attribute. | 4 * It shows a html table with each row as a topic object and each column as a tag/attribute. |
5 */ | 5 */ |
6 | 6 |
7 // --- initialize --- | 7 // --- initialize --- |
8 $outputTableArray = $viewmodel['outputTableArray']; | 8 $outputTableArray = $viewmodel['outputTableArray']; |
9 $bookId = $viewmodel['bookId']; | 9 $bookId = $viewmodel['bookId']; |