comparison public/viewer/index.html @ 118:3440be06e501 draft

modified Claim.java and TPGRaph getLatestVertexId method
author one
date Mon, 01 Apr 2013 13:11:23 +0900
parents 712422332f3d
children
comparison
equal deleted inserted replaced
111:5ad0ba30c785 118:3440be06e501
188 } 188 }
189 a.claim:hover{box-shadow:0 0 30px white;} 189 a.claim:hover{box-shadow:0 0 30px white;}
190 190
191 </style> 191 </style>
192 <div id="loginPopup" style='position:fixed;left:0;top:0;width:100%;height:100%;z-index:10;display:none;'> 192 <div id="loginPopup" style='position:fixed;left:0;top:0;width:100%;height:100%;z-index:10;display:none;'>
193 <div style='position:absolute;left:0;top:0;width:100%;height:100%;background:black;opacity:0.5'></div> 193 <div style='position:absolute;left:0;top:0;width:100%;height:100%;background:black;opacity:0.5'></div>
194 <div style='position:absolute;left:50%;top:50%;'> 194 <div style='position:absolute;left:50%;top:50%;'>
195 <div style='position:absolute;left:-160px;top:-80px;width:320px;height:120px;background:white'> 195 <div style='position:absolute;left:-160px;top:-80px;width:320px;height:120px;background:white'>
196 <form onsubmit="try{a=$('#loginUserName');if(a.val()){login(a.val());$('#loginPopup').remove();}}catch(e){console.log(e)}return false"> 196 <form onsubmit="try{a=$('#loginUserName');if(a.val()){login(a.val());$('#loginPopup').remove();}}catch(e){console.log(e)}return false">
197 <div style='position:absolute;left:20px;top:15px;font-size:24px;width:280;text-align:center;'> 197 <div style='position:absolute;left:20px;top:15px;font-size:24px;width:280;text-align:center;'>
198 R-Consensus Login 198 R-Consensus Login
199 </div> 199 </div>
200 <input type=text placeholder='username' style='position:absolute;left:20px;top:70px;width:180px;font-size:16px;height:24px;' id='loginUserName'> 200 <input type=text placeholder='username' style='position:absolute;left:20px;top:70px;width:180px;font-size:16px;height:24px;' id='loginUserName'>
201 <span style='position:absolute;left:220px;top:70px;width:80px;font-size:16px;height:24px;line-height:24px;' class='button' value='login' onclick="try{a=$('#loginUserName');if(a.val()){login(a.val());$('#loginPopup').remove();}}catch(e){console.log(e)}return false">login</span> 201 <span style='position:absolute;left:220px;top:70px;width:80px;font-size:16px;height:24px;line-height:24px;' class='button' value='login' onclick="try{a=$('#loginUserName');if(a.val()){login(a.val());$('#loginPopup').remove();}}catch(e){console.log(e)}return false">login</span>
202 </form> 202 </form>
203 </div> 203 </div>
204 </div> 204 </div>
205 </div> 205 </div>
206 206
207 207
208 208
209 209