org.semanticwb.portal.resources.GoogleMapsLoader.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="frmAdmSemSearch" action="true" method="post"> <fieldset> <input type="text" name="mapKey" label="Clave del API de Google:"/> <input type="text" name="mapWidth" label="Ancho de mapa" maxlength="5" regExp="\d{0,5}" invalidMessage="Valor incorrecto" promptMessage="Ancho del recuadro del mapa" /> <input type="text" name="mapHeight" label="Alto de mapa" maxlength="5" regExp="\d{0,5}" invalidMessage="Valor incorrecto" promptMessage="Altura del recuadro del mapa" /> </fieldset> <fieldset> <input type="submit" value="Guardar"/> <input type="reset" value="Cancelar"/> </fieldset> </form> </admresource>