<?xml version="1.0" encoding="UTF-8"?>
<xkins>
       <!-- SKIN #1 -->
       <skin name="skin1" url="/skins/skin1">
             <processor type="net.sf.opentranquera.xkins.processor.core.TemplateProcessorImpl"/>
             <path name="backgrounds" url="/backgrounds"/>
             <element name="back" path="backgrounds" url="/bg.gif"/>
             <constant name="tipoLetra" value="Arial"/>
				<constant name="colorLetra" value="       #FEDCBA"/>
             <template name="frame">
                    <content><![CDATA[
<table border="0" cellspacing="0" cellpadding="0" background="${res:back}" width="${pro:width}">
<tr><td colspan="5" bgcolor="${res:colorTabla}" 
align="${res:alignTitle}"><font face="${res:tipoLetra}" 
color="${res:colorLetra}"><b> ${pro:title}</b></font></td></tr>
${jsp:bodyContent}
<tr><td colspan="4" bgcolor="${res:colorTabla}" 
align="right"><table border="0" cellspacing="0" 
cellpadding="0"><tr><td height="3"></td></tr>
<tr>${pro:buttons}</tr><tr><td height="3">
</td></tr></table></td>
<td bgcolor="${res:colorTabla}" align="right"> </td>
</tr>
</table>
<script>
document.forms[0].elements[0].focus();
</script>
             ]]></content>
                    <constant name="colorTabla" value="red"/>
                    <constant name="alignTitle" value="center"/>
             </template>
             <template name="field">
                    <content><![CDATA[
<tr>
<td aligh="right"><img src="${res:icon}"></img>
</td><td><font face="${res:tipoLetra}" 
color="${res:colorLetra}">${pro:label}<</font></td><td>
 </td><td>${pro:data}</td><td> </td>
</tr>
<tr><td colspan="5"> </td></tr>
             ]]></content>
                    <element name="icon" path="backgrounds" url="/bullet.gif"/>
             </template>
             <template name="button">
                    <content><![CDATA[
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="${res:bgBoton}">
<style>
a:link{text-decoration: none}
a:visited{text-decoration: none}
a:hover {text-decoration: none }
</style>
<a href="${pro:action}" style>
<font face="${res:tipoLetraBoton}" 
color="${res:colorLetraBoton}"> ${jsp:bodyContent} </font>
</a>
</td>
<td> </td>
</tr>
</table>
</td>
             ]]></content>
                    <element name="bgBoton" path="backgrounds" url="/bg.gif"/>
                    <constant name="tipoLetraBoton" value="Arial"/>
                    <constant name="colorLetraBoton" value="    #FEDCBA"/>
             </template>
       </skin>
       <!-- SKIN #2-->
       <skin name="skin2" url="/skins/skin2" extends="skin1">
             <element name="back" path="backgrounds" url="/back.gif"/>
             <constant name="tipoLetra" value="Courier"/>
             <constant name="colorLetra" value="       #00FF00"/>
             <template name="frame">
                    <constant name="colorTabla" value="blue"/>
                    <constant name="alignTitle" value="right"/>
             </template>
             <template name="field">
                    <content><![CDATA[
<tr>
<td aligh="right"><img src="${res:icon}"></img>
</td><td><font face="${res:tipoLetra}" 
color="${res:colorLetra}">${pro:label}</font></td>
<td colspan="3"> </td>
</tr>
<tr>
<td> </td><td>${pro:data}</td><td colspan="3"> </td>
</tr>
             ]]></content>
             </template>
             <template name="button">
                    <element name="bgBoton" path="backgrounds" url="/back.gif"/>
                    <constant name="tipoLetraBoton" value="Courier"/>
                    <constant name="colorLetraBoton" value="    #00FF00"/>
             </template>
       </skin>
</xkins>
<]/font>