comparison develop/views/Extractapp/exporttable.php @ 13:cc36a20a68ab

automatically decide which rows (what data) should be shown in the exporting table based on the topic.
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 17 Feb 2015 15:25:11 +0100
parents 63e08b98032f
children
comparison
equal deleted inserted replaced
12:e82ca7375e93 13:cc36a20a68ab
3 $outputTableArray = $viewmodel['outputTableArray']; 3 $outputTableArray = $viewmodel['outputTableArray'];
4 $bookId = $viewmodel['bookId']; 4 $bookId = $viewmodel['bookId'];
5 $sectionid = $viewmodel['section_id']; 5 $sectionid = $viewmodel['section_id'];
6 $bookName = $viewmodel['bookName']; 6 $bookName = $viewmodel['bookName'];
7 $sectionName = $viewmodel['sectionName']; 7 $sectionName = $viewmodel['sectionName'];
8
9
8 10
9 ?> 11 ?>
10 12
11 <html> 13 <html>
12 <head> 14 <head>