diff 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
line wrap: on
line diff
--- a/src/main/webapp/componentes/template.jsp	Thu Feb 04 11:30:46 2016 +0100
+++ b/src/main/webapp/componentes/template.jsp	Tue Feb 16 15:09:40 2016 +0100
@@ -45,7 +45,7 @@
 			<% if(sessionBean.getUser() == null) { %>
 			<table>
 				<tr>
-					<td><a href="<%=sessionBean.getApplicationBean().getDvnRootServer() %>/faces/login/AddAccountPage.xhtml"target="_blank" style="font-size: 12px;">Create Account</a></td>
+					<td><a href="<%=sessionBean.getApplicationBean().getDvnRootServer() %>/dataverseuser.xhtml?editMode=CREATE" target="_blank" style="font-size: 12px;">Create Account</a></td>
 					<td><label>Login</label></td>
 					<td><input type="text" name="userName"/></td>
 					<td><input type="password" name="password" /></td>