Mercurial > hg > extraction-interface
comparison views/Extractapp/EditWordlist.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 | f1f849d31272 |
comparison
equal
deleted
inserted
replaced
76:c49192885290 | 77:97c1e5102a22 |
---|---|
1 <?php | 1 <?php |
2 /*! \file | |
3 * This is the view for EditWordlist. | |
4 * It shows the wordlist and allows user to view or edit it. | |
5 * User can create new wordlist here. | |
6 */ | |
7 | |
2 // --- initialize --- | 8 // --- initialize --- |
3 $wordlistArray = $viewmodel['wordlistArray']; | 9 $wordlistArray = $viewmodel['wordlistArray']; |
4 ?> | 10 ?> |
5 | 11 |
6 <html> | 12 <html> |