comparison src/main/webapp/componentes/template.jsp @ 55:95bf4ac726e6

Topic synchronization with extraction-interface. new tables in LGService database
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 16 Feb 2016 15:09:40 +0100
parents ba9515f22897
children b8ad346e39a0
comparison
equal deleted inserted replaced
54:a00efd5d9e77 55:95bf4ac726e6
43 <input name="bean" type="hidden" value="loginBean" /> 43 <input name="bean" type="hidden" value="loginBean" />
44 44
45 <% if(sessionBean.getUser() == null) { %> 45 <% if(sessionBean.getUser() == null) { %>
46 <table> 46 <table>
47 <tr> 47 <tr>
48 <td><a href="<%=sessionBean.getApplicationBean().getDvnRootServer() %>/faces/login/AddAccountPage.xhtml"target="_blank" style="font-size: 12px;">Create Account</a></td> 48 <td><a href="<%=sessionBean.getApplicationBean().getDvnRootServer() %>/dataverseuser.xhtml?editMode=CREATE" target="_blank" style="font-size: 12px;">Create Account</a></td>
49 <td><label>Login</label></td> 49 <td><label>Login</label></td>
50 <td><input type="text" name="userName"/></td> 50 <td><input type="text" name="userName"/></td>
51 <td><input type="password" name="password" /></td> 51 <td><input type="password" name="password" /></td>
52 <td> 52 <td>
53 <button value="Submit" onclick="setAction('login', 'loginForm');">Submit</button> 53 <button value="Submit" onclick="setAction('login', 'loginForm');">Submit</button>