org.semanticwb.portal.resources.FileDownload.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="UTF-8"?> <admresource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <xslfile>admresource.xslt</xslfile> <form name="frmWBFileDownload" action="true" method="POST" enctype="multipart/form-data"> <admdbconnmgr defconn="true"/> <fieldset legend="Datos"> <textarea name="text" label="Texto:" rows="5" cols="50" wrap="virtual"/> <input type="FILE" name="fileName" label="Archivo" size="50" showfile="true" isremovefile="true" /> <input type="TEXT" name="fileName1" label="Dirección Web del archivo" size="50" /> <input type="TEXT" name="architecture" label="arquitectura" size="50" /> <input type="TEXT" name="historyUrl" label="Url de estadisticas" size="50" /> <input type="file" name="template" label="Plantilla (xsl, xslt):" size="50" filetype="xsl|xslt" jsrequired="false" showfile="true" isshowfiletype="true" isremovefile="true" showmsg="Ver plantilla..." editmsg="Editar plantilla..." removemsg="Quitar plantilla" msg="Plantilla actual: " bydefault="/swbadmin/xsl/FileDownload/WBFileDownload.xslt" msgbydefault="Plantilla por defecto: " /> <input type="SUBMIT" name="btnSave" value="Guardar" class="boton"/> <input type="RESET" name="btnReset" value="Cancelar" class="boton"/> </fieldset> </form> </admresource>