Mercurial > hg > extraction-interface
view views/Extractapp/index.php @ 106:6de4932d993b extractapp
bug fixed: prevent page halted bcuz the null tagging result from Regex
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 08 Aug 2016 17:47:19 +0200 |
parents | 886f43b26ee2 |
children |
line wrap: on
line source
<html> <head> <title></title> <!-- <script src="../../js/jquery-1.10.2.min.js"></script> <script src="../../js/taggingtext.js"></script> --> <!-- Bootstrap --> <!-- <link href="../../css/bootstrap.min.css" rel="stylesheet"> --> <!-- <script src="../../js/bootstrap.min.js"></script> --> </head> <body> <script src="<?php echo $system_root_url; ?>/js/jquery-1.10.2.min.js"></script> <script src="<?php echo $system_root_url; ?>/js/bootstrap.min.js"></script> <script src="<?php echo $system_root_url; ?>/js/taggingtext.js"></script> </body> </html>