Mercurial > hg > extraction-interface
comparison develop/views/maintemplate.php @ 14:ac77748bb813
- Load regex files based on current topic. Only show the regex in this topic.
To do that, it needs to lookup a table called 'topic_regex_relation' which has the relation of topic and regex filename in filesystem.
- Extractapp UI with some layout modification: button, popup window, responsive (by bootstrap now). It was just for quick prototyping.
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Thu, 19 Feb 2015 11:07:27 +0100 |
| parents | 63e08b98032f |
| children | c805470cefee |
comparison
equal
deleted
inserted
replaced
| 13:cc36a20a68ab | 14:ac77748bb813 |
|---|---|
| 1 <html> | 1 <html> |
| 2 <head> | |
| 3 <title></title> | |
| 2 | 4 |
| 3 <head> | 5 <!-- |
| 6 <script src="../../js/jquery-1.10.2.min.js"></script> | |
| 7 <script src="../../js/taggingtext.js"></script> | |
| 8 --> | |
| 9 <script src="../js/jquery-1.10.2.min.js"></script> | |
| 10 <script src="../js/bootstrap.min.js"></script> | |
| 11 <script src="../js/taggingtext.js"></script> | |
| 12 | |
| 13 <!-- Bootstrap --> | |
| 14 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | |
| 15 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> | |
| 16 | |
| 17 <link href="../css/bootstrap.min.css" rel="stylesheet"> | |
| 18 <script src="../js/bootstrap.min.js"></script> | |
| 19 <script src="../js/bootstrap.js"></script> | |
| 20 | |
| 21 | |
| 4 </head> | 22 </head> |
| 5 <body> | 23 <body> |
| 6 | 24 |
| 7 <ul> | |
| 8 <?php foreach($viewmodel as $item) { ?> | |
| 9 <li><?php var_dump($item); ?></li> | |
| 10 <?php } ?> | |
| 11 </ul> | |
| 12 | |
| 13 | 25 |
| 14 </body> | 26 </body> |
| 27 | |
| 15 </html> | 28 </html> |
