Mercurial > hg > extraction-interface
diff develop/views/maintemplate.php @ 37:893ed33c2bd4 extractapp
config for localgazetteer-dev
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Fri, 06 Mar 2015 15:53:42 +0100 |
| parents | |
| children | b3ca5d2b4d3f |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/develop/views/maintemplate.php Fri Mar 06 15:53:42 2015 +0100 @@ -0,0 +1,25 @@ +<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> + +<!-- Bootstrap --> +<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> +<!-- +<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> + +<link href="../css/bootstrap.min.css" rel="stylesheet"> +<script src="../js/bootstrap.min.js"></script> +<script src="../js/bootstrap.js"></script> +--> + +</head> +<body> + + +</body> + +</html> \ No newline at end of file
