Commit ec46cb0a authored by François Billioud's avatar François Billioud

little changes in the website appearance

parent 8d4e347f
...@@ -105,7 +105,7 @@ div#select_language ul li span { ...@@ -105,7 +105,7 @@ div#select_language ul li span {
div#select_language ul li:hover ul { div#select_language ul li:hover ul {
display: block; display: block;
} }
.menu_create_object li li:hover, div#select_language ul li li:hover { div#select_language ul li li:hover {
background-color: #DAE6F6; background-color: #DAE6F6;
} }
/* other options */ /* other options */
...@@ -307,6 +307,9 @@ div.gadget-column { ...@@ -307,6 +307,9 @@ div.gadget-column {
background-color: #FFFFFF; background-color: #FFFFFF;
border: 1px solid #D1D1D1; border: 1px solid #D1D1D1;
} }
.option_menu li li:hover {
background-color: #DAE6F6;
}
.option_menu ul { .option_menu ul {
list-style: none outside none; list-style: none outside none;
margin: 0; margin: 0;
......
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title></title> <title></title>
<script type="text/javascript"> function reloc(url) {window.location = url;}</script> <script type="text/javascript"> function reloc(url) {window.location.replace(url);}</script>
</head> </head>
<body onload="reloc('mail.html');"> <body onload="reloc('ung.html');">
</body> </body>
</html> </html>
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
<link type="text/css" rel="stylesheet" href="css/ung.css" /> <link type="text/css" rel="stylesheet" href="css/ung.css" />
<script type="text/javascript" src="js/jquery/jquery.js"></script> <script type="text/javascript" src="js/jquery/jquery.js"></script>
<script type="text/javascript" src="js/tools.js"></script> <script type="text/javascript" src="js/tools.js"></script>
<script type="text/javascript" src="unhosted/jio.js"></script>
<script type="text/javascript" src="js/theme.js"></script> <script type="text/javascript" src="js/theme.js"></script>
<script type="text/javascript" src="js/ung.js"></script> <script type="text/javascript" src="js/ung.js"></script>
<script type="text/javascript" src="js/login.js"></script> <script type="text/javascript" src="js/login.js"></script>
...@@ -28,6 +30,16 @@ ...@@ -28,6 +30,16 @@
<script type="text/javascript"> <script type="text/javascript">
var init = function() { var init = function() {
//fill known informations
var wallet = getWallet();
if(wallet) {
if(wallet.userName) $("input#name").attr("value",wallet.userName);
if(wallet.storageLocation) $("input#storage_location").attr("value",wallet.provider);
}
//log an user after having logged in in their JIO account
tryLog();
tooltip = new Tooltip(); tooltip = new Tooltip();
$("span.tooltipElement") $("span.tooltipElement")
.mouseover(function() {tooltip.show("sdf")}) .mouseover(function() {tooltip.show("sdf")})
...@@ -116,15 +128,15 @@ ...@@ -116,15 +128,15 @@
</tr> </tr>
<tr> <tr>
<td align="center"> <td align="center">
<label for="id_provider"> <label for="storage_location">
ID provider Storage Location
<span class="tooltipElement" <span class="tooltipElement"
onmouseover="tooltip.show('please, indicate the storage server<br/>where your data will be stored<br/>let free to store on your computer')"> onmouseover="tooltip.show('please, indicate the storage server<br/>where your data will be stored<br/>let free to store on your computer')">
(?)</span> (?)</span>
</label> </label>
</td> </td>
<td> <td>
<input id="id_provider" type="text" value="" name="id_provider" /> <input id="storage_location" type="text" value="" name="storage_location" />
</td> </td>
</tr> </tr>
<tr> <tr>
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
<script type="text/javascript" src="js/base64.js"></script> <script type="text/javascript" src="js/base64.js"></script>
<script type="text/javascript" src="js/tools.js"></script> <script type="text/javascript" src="js/tools.js"></script>
<script type="text/javascript" src="unhosted/jio.js"></script>
<script type="text/javascript" src="js/theme.js"></script> <script type="text/javascript" src="js/theme.js"></script>
......
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
<link type="text/css" rel="stylesheet" href="css/gadget.css" /> <link type="text/css" rel="stylesheet" href="css/gadget.css" />
<script type="text/javascript" src="js/jquery/jquery.js"></script> <script type="text/javascript" src="js/jquery/jquery.js"></script>
<script type="text/javascript" src="js/jquery/jquery-ui.js"></script> <script type="text/javascript" src="js/jquery/jquery-ui.js"></script>
<!--<script type="text/javascript" src="/ung/erp5.js"></script>
<script type="text/javascript" src="/erp5_knowledge_box.js"></script>-->
<script type="text/javascript" src="js/tools.js"></script> <script type="text/javascript" src="js/tools.js"></script>
<script type="text/javascript" src="unhosted/jio.js"></script>
<script type="text/javascript" src="js/theme.js"></script> <script type="text/javascript" src="js/theme.js"></script>
<script type="text/javascript" src="js/ung.js"></script> <script type="text/javascript" src="js/ung.js"></script>
......
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