32 <c:set scope="page" var="moduleInfo" value="${requestScope[Constants.REQ_ATTR_MODULE_INFO]}"/> |
32 <c:set scope="page" var="moduleInfo" value="${requestScope[Constants.REQ_ATTR_MODULE_INFO]}"/> |
33 |
33 |
34 <jsp:useBean id="user" type="de.uapcore.lightpit.entities.User" scope="request"/> |
34 <jsp:useBean id="user" type="de.uapcore.lightpit.entities.User" scope="request"/> |
35 |
35 |
36 <form action="./${moduleInfo.modulePath}/commit" method="post"> |
36 <form action="./${moduleInfo.modulePath}/commit" method="post"> |
37 <table class="formtable" style="width: 35ch"> |
37 <table class="formtable"> |
38 <colgroup> |
38 <colgroup> |
39 <col> |
39 <col> |
40 <col style="width: 100%"> |
40 <col style="width: 50ch"> |
41 </colgroup> |
41 </colgroup> |
42 <tbody> |
42 <tbody> |
43 <tr> |
43 <tr> |
44 <th><fmt:message key="thead.username"/></th> |
44 <th><fmt:message key="thead.username"/></th> |
45 <td><input name="username" type="text" maxlength="50" required value="${user.username}" <c:if test="${user.id ge 0}">readonly</c:if> /> </td> |
45 <td><input name="username" type="text" maxlength="50" required value="${user.username}" <c:if test="${user.id ge 0}">readonly</c:if> /> </td> |