Mercurial > hg > extraction-interface
view develop/views/Extractapp/index.php @ 17:82f8c6bd2b69
add new tag will based on the current topic_id, insert new element into (1)taglist table and (2)topic_tag_relation table
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 20 Feb 2015 17:57:02 +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>