org.semanticwb.portal.resources.WBMenuNivel.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="frmAdmRes" action="true" method="post" enctype="multipart/form-data" jsframework="dojo" > <admdbconnmgr defconn="true"/> <fieldset legend="Aspecto"> <input type="file" name="template" label="Plantilla (xsl, xslt): " filetype="xsl|xslt" jsrequired="false" showfile="true" isshowfiletype="true" isremovefile="true" showmsg="Ver plantilla..." editmsg="Editar plantilla..." removemsg="Quitar plantilla" msg="Plantilla actual: " bydefault="{@webpath}/swbadmin/xsl/WBMenuNivel/WBMenuNivel.xslt" msgbydefault="Plantilla por defecto: " /> </fieldset> <fieldset legend="Configuraci?n de estrategia"> <input type="text" name="basetopic" label="Secci?n base:" promptMessage="Id de la secci?n que sirve como inicio o base" /> <input type="text" name="niveles" label="Mostrar el men? hasta este nivel:" maxlength="3" jsvaltype="js_numbers" invalidMessage="L?mite inv?lido" promptMessage="Mostrar hasta este nivel a partir de la secci?n base" /> </fieldset> <fieldset> <input type="submit" value="Guardar" /> <input type="reset" value="Restablecer"/> </fieldset> </form> </admresource>