org.semanticwb.portal.resources.UserRegistration.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SWBPortal Show documentation
Show all versions of SWBPortal Show documentation
SemanticWebBuilder Portal API components and utilities
The newest version!
<?xml version="1.0" encoding="ISO-8859-1"?> <admresource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <xslfile>admresource.xslt</xslfile> <form name="frmLogin" action="true" method="POST" enctype="multipart/form-data"> <admdbconnmgr defconn="true"/> <!--fieldset> <input type="FILE" name="viewJsp" label="Plantilla (jsp):" jsrequired="false" showfile="true" msg="B?sicos " bydefault="{@webpath}resources/jsp/UserReposiroty/view.jsp" msgbydefault="Plantilla por defecto " filetype="jsp" isshowfiletype="true" size="40"/> <input type="FILE" name="extraJsp" label="Plantilla (jsp):" jsrequired="false" showfile="true" msg="Extendidos " bydefault="{@webpath}resources/jsp/UserReposiroty/extra.jsp" msgbydefault="Plantilla por defecto " filetype="jsp" isshowfiletype="true" size="40"/> </fieldset--> <fieldset> <statictext name="txtTarget">Solicitar datos extendidos:</statictext> <input type="RADIO" name="target" label="S?" value="1"/> <input type="RADIO" name="target" label="No" value="0"/> <input type="TEXT" name="destiny" label="URL agradecimiento" /> </fieldset> <fieldset> <input type="SUBMIT" name="btnSave" value="Guardar" /> <input type="RESET" name="btnReset" value="Cancelar" /> </fieldset> </form> </admresource>