comparison src/main/webapp/pages/branchPage.jsp @ 31:c8d367a4bbcd

new: user updates label in branch
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Thu, 24 Sep 2015 13:35:39 +0200
parents 3b3e2963c8f7
children 2e1662afc81c
comparison
equal deleted inserted replaced
30:ab2fae5c5156 31:c8d367a4bbcd
111 <td><label>Branch Id</label></td> 111 <td><label>Branch Id</label></td>
112 <td><label><%=sessionBean.getBranchPage().getBranch().getId() %></label></td> 112 <td><label><%=sessionBean.getBranchPage().getBranch().getId() %></label></td>
113 </tr> 113 </tr>
114 <tr> 114 <tr>
115 <td><label>Label</label></td> 115 <td><label>Label</label></td>
116 <td><label><%=sessionBean.getBranchPage().getBranch().getLabel() %></label></td> 116 <td>
117 <form name="branchForm"
118 action="<%=sessionBean.getApplicationBean().getRootServer()%>/proxy.jsp"
119 method="post">
120 <input name="bean" type="hidden" value="branchBean" />
121 <input type="text" name="branchLabel" value="<%=sessionBean.getBranchPage().getBranch().getLabel() %>" />
122 <input type="image" alt="edit label" onclick="setAction('updateLabel', 'branchForm');"
123 src="<%=sessionBean.getApplicationBean().getSaveImage()%>" width="15" height="15"/>
124
125 </form>
126
127 </td>
117 </tr> 128 </tr>
118 129
119 <!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%% --> 130 <!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
120 <tr> 131 <tr>
121 <td><label>Book Id</label></td> 132 <td><label>Book Id</label></td>