Updated Branches: refs/heads/develop a097b4e09 -> 5ede51633
applied patch for MARMOTTA-381 Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/92e66019 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/92e66019 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/92e66019 Branch: refs/heads/develop Commit: 92e66019d95a9310d0075612cdf25323a239fb52 Parents: 2be634a Author: Sebastian Schaffert <[email protected]> Authored: Tue Dec 10 17:16:20 2013 +0100 Committer: Sebastian Schaffert <[email protected]> Committed: Tue Dec 10 17:16:20 2013 +0100 ---------------------------------------------------------------------- .../src/main/resources/web/admin/console.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/92e66019/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..95543c3 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 @@ -21,17 +21,12 @@ <head> <!--###BEGIN_HEAD###--> <title>Core Module</title> - <script type="text/javascript"> - (function() { - window.open('../../database/'); - })(); - </script> <!--###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
