changeset 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 e078e1500cc2
children 4b3da4802998
files develop/config/config.php develop/views/Extractapp/.DS_Store develop/views/Extractapp/index.php develop/views/Home/index.php develop/views/Home/test.php develop/views/maintemplate.php develop/views/maintemplate_local.php
diffstat 7 files changed, 87 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/develop/config/config.php	Fri Mar 06 14:13:18 2015 +0100
+++ b/develop/config/config.php	Fri Mar 06 15:53:42 2015 +0100
@@ -2,7 +2,7 @@
 
 // localhost
 $systemNAME = "interface";
-$mysql_database = "Gazetteers";
+$mysql_database = "Gazetteer";
 $mysql_server = "localhost";
 $mysql_user = "root";
 $mysql_password = "admin";
Binary file develop/views/Extractapp/.DS_Store has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/develop/views/Extractapp/index.php	Fri Mar 06 15:53:42 2015 +0100
@@ -0,0 +1,28 @@
+<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>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/develop/views/Home/index.php	Fri Mar 06 15:53:42 2015 +0100
@@ -0,0 +1,1 @@
+<h1>Home/index.php</h1>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/develop/views/Home/test.php	Fri Mar 06 15:53:42 2015 +0100
@@ -0,0 +1,8 @@
+<h1>Home/test.php</h1>
+
+<?php
+// --- initialize config file and input text ---
+$name = $viewmodel['name'];
+
+
+?>
\ No newline at end of file
--- /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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/develop/views/maintemplate_local.php	Fri Mar 06 15:53:42 2015 +0100
@@ -0,0 +1,24 @@
+<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