Mercurial > hg > extraction-interface
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 76:c49192885290 | 77:97c1e5102a22 |
|---|---|
| 1 <?php | 1 <?php |
| 2 /*! \file | |
| 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. | |
| 5 */ | |
| 6 | |
| 2 // --- initialize --- | 7 // --- initialize --- |
| 3 $outputTableArray = $viewmodel['outputTableArray']; | 8 $outputTableArray = $viewmodel['outputTableArray']; |
| 4 $bookId = $viewmodel['bookId']; | 9 $bookId = $viewmodel['bookId']; |
| 5 $sectionid = $viewmodel['section_id']; | 10 $sectionid = $viewmodel['section_id']; |
| 6 $bookName = $viewmodel['bookName']; | 11 $bookName = $viewmodel['bookName']; |
| 7 $sectionName = $viewmodel['sectionName']; | 12 $sectionName = $viewmodel['sectionName']; |
| 8 | |
| 9 | |
| 10 | 13 |
| 11 ?> | 14 ?> |
| 12 | 15 |
| 13 <html> | 16 <html> |
| 14 <head> | 17 <head> |
