view develop/views/Extractapp/index.php @ 27:4a29bccb6c59

modify the SmartRegexSave method to prevent duplicated records in topic_regex_relation table and provide better promting to user to force saving regex file or not
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 03 Mar 2015 11:47:41 +0100
parents ac77748bb813
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>