org.semanticwb.portal.resources.PythonResource.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="frmAdmin" action="true" method="POST" enctype="multipart/form-data"> <admdbconnmgr defconn="true"/> <fieldset> <input type="CHECKBOX" name="forward" label="Include / Forward:" value="1" /> <input type="TEXT" name="jsppath" label="Ruta del archivo en Python:" size="50" jspatron="[\w\/\-]+(\.py)$" invalidMessage="El archivo debe tener extensi?n: py" /> <input type="TEXT" name="jspactpath" label="Ruta del ProcesAction:" size="50" jspatron="[\w\/\-]+(\.py)$" invalidMessage="El archivo debe tener extensi?n: py" /> </fieldset> <fieldset> <input type="SUBMIT" name="btnSave" value="Guardar"/> <input type="RESET" name="btnReset" value="Cancelar"/> </fieldset> </form> </admresource>