comparison src/main/webapp/pages/branchPage.jsp @ 62:824b808a7481

improvements and bug fixed
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 18 Jul 2016 17:35:32 +0200
parents 90d5e86c157d
children b27a99201cbe
comparison
equal deleted inserted replaced
61:2486846e61d5 62:824b808a7481
126 <tr> 126 <tr>
127 <td><label class="subTitel">General Information</label></td> 127 <td><label class="subTitel">General Information</label></td>
128 <td> 128 <td>
129 <table class="tableComponent"> 129 <table class="tableComponent">
130 <tr> 130 <tr>
131 <td><label>Branch Id</label></td> 131 <td><label>Task Id</label></td>
132 <td><label><%=sessionBean.getBranchPage().getBranch().getId() %></label></td> 132 <td><label><%=sessionBean.getBranchPage().getBranch().getId() %></label></td>
133 </tr> 133 </tr>
134 <tr> 134 <tr>
135 <td><label>Label</label></td> 135 <td><label>Label</label></td>
136 <td> 136 <td>
137 <form name="branchForm" 137 <form name="branchForm1" id="branchForm1"
138 action="<%=sessionBean.getApplicationBean().getRootServer()%>/proxy.jsp" 138 action="<%=sessionBean.getApplicationBean().getRootServer()%>/proxy.jsp"
139 method="post"> 139 method="post">
140 <input name="bean" type="hidden" value="branchBean" /> 140 <input name="bean" type="hidden" value="branchBean" />
141 <input type="text" name="branchLabel" size="60" maxlength="250" value="<%=sessionBean.getBranchPage().getBranch().getLabel() %>" /> 141 <input type="text" name="branchLabel" size="60" maxlength="250" value="<%=sessionBean.getBranchPage().getBranch().getLabel() %>" />
142 <input type="image" alt="edit label" onclick="setAction('updateLabel', 'branchForm');" 142 <input type="image" onclick="setAction('updateLabel', 'branchForm1');"
143 src="<%=sessionBean.getApplicationBean().getSaveImage()%>" width="15" height="15"/> 143 src="<%=sessionBean.getApplicationBean().getSaveImage()%>" width="15" height="15"/>
144 144
145 </form> 145 </form>
146 146
147 </td> 147 </td>