![JAR search and dependency download from the Maven repository](/logo.png)
org.semanticwb.portal.resources.SparqlQueryResource.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="frmSparqlQueryResource" action="true" method="POST" enctype="multipart/form-data"> <admdbconnmgr defconn="true"/> <fieldset legend="Datos"> <textarea name="query" label="Criterio de consulta:" rows="20" cols="100" wrap="virtual" jsrequired="true" /> <input type="TEXT" name="rows" label="Renglones por página:" size="5" jsrequired="true" value="20"/> <input type="TEXT" name="pages" label="Número de páginas a mostrar:" size="5" jsrequired="true" value="5"/> <input type="CHECKBOX" name="showPages" label="Mostrar número de páginas:" value="1" checked="true"/> <input type="CHECKBOX" name="dbPedia" label="Usar DBPedia:" value="1" checked="true"/> <input type="FILE" name="template" label="Plantilla (xsl, xslt):" showfile="true" msg="Plantilla actual " bydefault="{@webpath}/swbadmin/xsl/SparqlQueryResource/SparqlQueryResource.xslt" msgbydefault="Plantilla por defecto" filetype="xsl|xslt" isshowfiletype="true" size="40"/> </fieldset> <fieldset> <statictext name="b"> <![CDATA[ <button id="btnSave" dojoType="dijit.form.Button">Guardar</button> <button id="btnReset" dojoType="dijit.form.Button">Reestablecer</button> ]]> </statictext> </fieldset> </form> <statictext name="txtNote"> <![CDATA[ <font style="color: #428AD4; font-family: Verdana; font-size: 10px;"> * Datos requeridos. </font> ]]> </statictext> <script type="text/javascript"> <![CDATA[ dojo.require("dijit.form.Button"); dojo.addOnLoad(function(){ dojo.connect(dijit.byId("btnSave"), "onClick", function() { dojo.byId("frmSparqlQueryResource").submit(); } ); }); dojo.addOnLoad(function(){ dojo.connect(dijit.byId("btnReset"), "onClick", function() { dojo.byId("frmSparqlQueryResource").reset(); } ); }); ]]> </script> </admresource>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy