Mercurial > hg > extraction-interface
comparison views/Extractapp/ExportTable.php @ 81:f1f849d31272 extractapp
book_id as string
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Thu, 23 Apr 2015 14:58:27 +0200 |
parents | 960ba96efce1 |
children | 3e11a9c5a672 |
comparison
equal
deleted
inserted
replaced
80:c15f53afd7a5 | 81:f1f849d31272 |
---|---|
1 <?php | 1 <?php |
2 /* | |
3 * ExportTable.php | |
4 * This file is part of Extraction-interface. | |
5 * | |
6 * Extraction-interface is free software: you can redistribute it and/or modify | |
7 * it under the terms of the GNU General Public License as published by | |
8 * the Free Software Foundation, either version 3 of the License, or | |
9 * (at your option) any later version. | |
10 * | |
11 * Extraction-interface is distributed in the hope that it will be useful, | |
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 * GNU General Public License for more details. | |
15 * | |
16 * You should have received a copy of the GNU General Public License | |
17 * along with Extraction-interface. If not, see <http://www.gnu.org/licenses/>. | |
18 */ | |
2 /*! \file | 19 /*! \file |
3 * This is the view for ExportTable. | 20 * 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. | 21 * It shows a html table with each row as a topic object and each column as a tag/attribute. |
5 */ | 22 */ |
6 | 23 |