Subversion Repositories bacoAlunos

Rev

Rev 1345 | 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-nested.tld"  prefix="nested" %>
<%@ 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-tiles.tld"  prefix="tiles" %>

<html:errors/>
<html:form styleClass="form-horizontal" action="/admin/criarCertificadoController">
    <input type="hidden" name="dispatch" value="criarCertificadoPeloId"/>

    <div class="form-group">
        <label class="col-sm-2">Id do user</label>
        <div class="col-sm-10">
            <html:text styleClass="form-control" property="userId"/>
        </div>
    </div>

    <div class="form-group">
        <label class="col-sm-2">Pesquisar</label>
        <div class="col-sm-10">
            <html:text styleClass="form-control" property="textoPesquisar"/>
        </div>
    </div>


    <html:submit/>

    
    
</html:form>

Generated by GNU Enscript 1.6.5.2.