summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryves <steve.harrison@gmx.net>2013-05-22 14:37:05 +0200
committeryves <steve.harrison@gmx.net>2013-05-22 14:37:05 +0200
commitce12f970dfb48b2717b679cf8594b8e850d4de00 (patch)
tree63ba290e19480e8e7ed8ec62c3425e7aaadbfcdc
parent501692e33fd9834c75b2fa33e83edc67513ec8ad (diff)
downloadwww-ce12f970dfb48b2717b679cf8594b8e850d4de00.tar.gz
www-ce12f970dfb48b2717b679cf8594b8e850d4de00.tar.bz2
www-ce12f970dfb48b2717b679cf8594b8e850d4de00.zip
static: move into htdocs folder
-rw-r--r--htdocs/static/css/bootstrap-responsive.min.css (renamed from static/css/bootstrap-responsive.min.css)0
-rw-r--r--htdocs/static/css/bootstrap.min.css (renamed from static/css/bootstrap.min.css)0
-rw-r--r--htdocs/static/css/custom.css (renamed from static/css/custom.css)0
-rw-r--r--htdocs/static/js/bootstrap.min.js (renamed from static/js/bootstrap.min.js)0
-rw-r--r--htdocs/static/js/jquery-2.0.0.min.js (renamed from static/js/jquery-2.0.0.min.js)0
-rw-r--r--htdocs/static/js/jquery.tablesorter.min.js (renamed from static/js/jquery.tablesorter.min.js)0
-rw-r--r--htdocs/static/js/list.min.js (renamed from static/js/list.min.js)0
-rw-r--r--templates/layout.html14
8 files changed, 7 insertions, 7 deletions
diff --git a/static/css/bootstrap-responsive.min.css b/htdocs/static/css/bootstrap-responsive.min.css
index d1b7f4b..d1b7f4b 100644
--- a/static/css/bootstrap-responsive.min.css
+++ b/htdocs/static/css/bootstrap-responsive.min.css
diff --git a/static/css/bootstrap.min.css b/htdocs/static/css/bootstrap.min.css
index c10c7f4..c10c7f4 100644
--- a/static/css/bootstrap.min.css
+++ b/htdocs/static/css/bootstrap.min.css
diff --git a/static/css/custom.css b/htdocs/static/css/custom.css
index 620c6db..620c6db 100644
--- a/static/css/custom.css
+++ b/htdocs/static/css/custom.css
diff --git a/static/js/bootstrap.min.js b/htdocs/static/js/bootstrap.min.js
index 95c5ac5..95c5ac5 100644
--- a/static/js/bootstrap.min.js
+++ b/htdocs/static/js/bootstrap.min.js
diff --git a/static/js/jquery-2.0.0.min.js b/htdocs/static/js/jquery-2.0.0.min.js
index b18e05a..b18e05a 100644
--- a/static/js/jquery-2.0.0.min.js
+++ b/htdocs/static/js/jquery-2.0.0.min.js
diff --git a/static/js/jquery.tablesorter.min.js b/htdocs/static/js/jquery.tablesorter.min.js
index b8605df..b8605df 100644
--- a/static/js/jquery.tablesorter.min.js
+++ b/htdocs/static/js/jquery.tablesorter.min.js
diff --git a/static/js/list.min.js b/htdocs/static/js/list.min.js
index d9727da..d9727da 100644
--- a/static/js/list.min.js
+++ b/htdocs/static/js/list.min.js
diff --git a/templates/layout.html b/templates/layout.html
index 2acf478..d5739cb 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -5,14 +5,14 @@
<title>Hostinfo: {% block title %}Overview{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap.min.css" />
- <link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap-responsive.min.css" />
- <link rel="stylesheet" type="text/css" media="screen" href="css/custom.css" />
+ <link rel="stylesheet" type="text/css" media="screen" href="static/css/bootstrap.min.css" />
+ <link rel="stylesheet" type="text/css" media="screen" href="static/css/bootstrap-responsive.min.css" />
+ <link rel="stylesheet" type="text/css" media="screen" href="static/css/custom.css" />
- <script src="js/jquery-2.0.0.min.js"></script>
- <script src="js/jquery.tablesorter.min.js"></script>
- <script src="js/bootstrap.min.js"></script>
- <script src="js/list.min.js"></script>
+ <script src="static/js/jquery-2.0.0.min.js"></script>
+ <script src="static/js/jquery.tablesorter.min.js"></script>
+ <script src="static/js/bootstrap.min.js"></script>
+ <script src="static/js/list.min.js"></script>
</head>
<body>