Subversion Repositories bacoAlunos

Rev

Rev 215 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/tlds/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/tlds/struts-nested.tld" prefix="nested" %>
<%@ taglib uri="/WEB-INF/tlds/jomm.tld" prefix="jomm" %>
<%@ taglib uri="/WEB-INF/tlds/baco.tld" prefix="baco" %>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<div id="contentIntranet">
    <div id="contentPane">
        <html:form action="/user/managedIdentifierFromServiceZone">
            <html:hidden property="collectionView.id"/>
            <html:hidden property="identifierView.id"/>
            <input type="hidden" name="dispatch" value="submitIdentifier">
            <table class="form">
                <tr>
                    <th>
                        <bean:message key="description"/>
                    </th>
                    <td>
                        <html:textarea styleClass="text" property="identifierView.description"/>
                    </td>
                </tr>
                <tr class="buttons">
                    <td colspan="2">
                        <input type="button"
                               onclick="this.form.submit()"
                               value="<bean:message key="confirm"/>"/>
                    </td>
                </tr>
            </table>
        </html:form>
    </div>
</div>

Generated by GNU Enscript 1.6.5.2.