Commit 8698273c authored by prumde's avatar prumde

Updated changes in index.html


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174509 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ff157922
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
<title>Local2do</title> <title>Local2do</title>
<base href="./"> <base href="./">
<meta name="viewport"content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> <meta name="viewport"content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<link rel="icon" type="image/x-icon" href="/ecm/assets/favicon.ico"> <link rel="icon" type="image/x-icon" href="/ibase/ecm/assets/favicon.ico">
<link rel="stylesheet" href="/ecm/assets/css/styles.css"> <link rel="stylesheet" href="/ibase/ecm/assets/css/styles.css">
<link rel="stylesheet" href="/ecm/assets/css/material-theme.css"> <link rel="stylesheet" href="/ibase/ecm/assets/css/material-theme.css">
<link rel="stylesheet" href="/ecm/assets/css/flickity.css"> <link rel="stylesheet" href="/ibase/ecm/assets/css/flickity.css">
<link rel="stylesheet" href="/ecm/assets/css/foundation.min.css"> <link rel="stylesheet" href="/ibase/ecm/assets/css/foundation.min.css">
<style type="text/css"> <style type="text/css">
/* Disable user selection except Inputs with type text and password, TextArea */ /* Disable user selection except Inputs with type text and password, TextArea */
*:not(input):not(textarea):not(text):not(password) *:not(input):not(textarea):not(text):not(password)
...@@ -21,15 +21,15 @@ ...@@ -21,15 +21,15 @@
outline: none; /*Added by Dnyaneshwar on 18-Feb-15 [ Outline coming in E12PopupPanel after added focus panel.]*/ outline: none; /*Added by Dnyaneshwar on 18-Feb-15 [ Outline coming in E12PopupPanel after added focus panel.]*/
} }
</style> </style>
<script src="/ecm/assets/js/jquery-1.10.2.js"></script> <script src="/ibase/ecm/assets/js/jquery-1.10.2.js"></script>
<script src="/ecm/assets/js/modernizr.custom.js"></script> <script src="/ibase/ecm/assets/js/modernizr.custom.js"></script>
<script src="/ecm/assets/js/classie.js"></script> <script src="/ibase/ecm/assets/js/classie.js"></script>
<script src="/ecm/assets/js/uisearch.js"></script> <script src="/ibase/ecm/assets/js/uisearch.js"></script>
<script src="/ecm/assets/js/flickity.js"></script> <script src="/ibase/ecm/assets/js/flickity.js"></script>
<script src="/ecm/assets/js/sha256.js"></script> <script src="/ibase/ecm/assets/js/sha256.js"></script>
<script src="/ecm/assets/js/e12ria-ext/e12ria.nocache.js"></script> <script src="/ibase/ecm/assets/js/e12ria-ext/e12ria.nocache.js"></script>
<script src="/ecm/assets/js/e12PluginWrapper.js"></script> <script src="/ibase/ecm/assets/js/e12PluginWrapper.js"></script>
<script src="/ecm/assets/js/web-animations.min.js"></script> <script src="/ibase/ecm/assets/js/web-animations.min.js"></script>
<script type="text/javascript"> <script type="text/javascript">
function initSearch() { function initSearch() {
new UISearch(document.getElementById('sb-search')); new UISearch(document.getElementById('sb-search'));
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
<body> <body>
<ecm-root>Loading...</ecm-root> <ecm-root>Loading...</ecm-root>
<div id="targetContent"></div> <div id="targetContent"></div>
<input type="hidden" id="hostUrl" value="/ibase">
</body> </body>
</html> </html>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment