Updated Branches: refs/heads/develop 2be634aa7 -> a097b4e09
MARMOTTA-381: applied patch by Oliver, some more style work should be done... Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/a097b4e0 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/a097b4e0 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/a097b4e0 Branch: refs/heads/develop Commit: a097b4e0925cde29a9f34aa0c385644b3b2c3ebe Parents: 2be634a Author: Jakob Frank <[email protected]> Authored: Tue Dec 10 17:13:52 2013 +0100 Committer: Jakob Frank <[email protected]> Committed: Tue Dec 10 17:14:29 2013 +0100 ---------------------------------------------------------------------- .../src/main/resources/web/admin/console.html | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/a097b4e0/platform/backends/marmotta-backend-kiwi/src/main/resources/web/admin/console.html ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-kiwi/src/main/resources/web/admin/console.html b/platform/backends/marmotta-backend-kiwi/src/main/resources/web/admin/console.html index 87b6835..042c1af 100644 --- a/platform/backends/marmotta-backend-kiwi/src/main/resources/web/admin/console.html +++ b/platform/backends/marmotta-backend-kiwi/src/main/resources/web/admin/console.html @@ -20,18 +20,12 @@ <html> <head> <!--###BEGIN_HEAD###--> - <title>Core Module</title> - <script type="text/javascript"> - (function() { - window.open('../../database/'); - })(); - </script> + <title>KiWi Database Console</title> <!--###END_HEAD###--> </head> <body> <!--###BEGIN_CONTENT###--> -<h1>Manage Marmotta database via web-interface</h1> -<a href="../../database/" target="_blank">Open database administration page in new window.</a> +<iframe src="../../database/" width="100%" height="500px" scrolling="no" style="border:none;"></iframe> <!--###END_CONTENT###--> </body> -</html> \ No newline at end of file +</html>
