Mercurial > hg > extraction-interface
comparison views/maintemplate.php @ 47:886f43b26ee2 extractapp
move/remove develop folder
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Tue, 17 Mar 2015 10:54:13 +0100 |
parents | |
children | a11f9103b8db |
comparison
equal
deleted
inserted
replaced
46:b3ca5d2b4d3f | 47:886f43b26ee2 |
---|---|
1 <html> | |
2 <head> | |
3 <title></title> | |
4 <script src="../js/jquery-1.10.2.min.js"></script> | |
5 <script src="../js/jquery-ui.js"></script> | |
6 <script src="../js/taggingtext.js"></script> | |
7 | |
8 <!-- Bootstrap --> | |
9 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | |
10 <!-- | |
11 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> | |
12 | |
13 <link href="../css/bootstrap.min.css" rel="stylesheet"> | |
14 <script src="../js/bootstrap.min.js"></script> | |
15 <script src="../js/bootstrap.js"></script> | |
16 --> | |
17 | |
18 </head> | |
19 <body> | |
20 | |
21 | |
22 </body> | |
23 | |
24 </html> |