Mercurial > hg > extraction-interface
view views/maintemplate.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 | fb5049fc5dd7 |
children | 7d6a107c37da |
line wrap: on
line source
<html> <head> <title></title> <script src="../js/jquery-1.10.2.min.js"></script> <script src="../js/jquery-ui.js"></script> <script src="../js/taggingtext.js"></script> <script src="../js/cjst.js"></script> <script src="../js/bootstrap.min.js"></script> <link href="../css/taggingtext.css" rel="stylesheet"> <link href="../css/bootstrap.min.css" rel="stylesheet"> </head> <body> </body> </html>