comparison develop/views/Extractapp/index.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
comparison
equal deleted inserted replaced
13:cc36a20a68ab 14:ac77748bb813
1 <h1>Extractapp/index.php</h1> 1 <html>
2 <head>
3 <title></title>
2 4
3 <ul> 5 <!--
4 <?php foreach($viewmodel as $item) { ?> 6 <script src="../../js/jquery-1.10.2.min.js"></script>
5 <li><?php echo $item; ?></li> 7 <script src="../../js/taggingtext.js"></script>
6 <?php } ?> 8 -->
7 </ul> 9
10 <!-- Bootstrap -->
11 <!-- <link href="../../css/bootstrap.min.css" rel="stylesheet">
12 -->
13 <!--
14 <script src="../../js/bootstrap.min.js"></script>
15 -->
16
17
18 </head>
19 <body>
20
21
22 <script src="<?php echo $system_root_url; ?>/js/jquery-1.10.2.min.js"></script>
23 <script src="<?php echo $system_root_url; ?>/js/bootstrap.min.js"></script>
24 <script src="<?php echo $system_root_url; ?>/js/taggingtext.js"></script>
25
26 </body>
27
28 </html>