<?xml version="1.0" encoding="UTF-8"?>
<skin name="invierno">
<processor type="net.sf.opentranquera.xkins.processor.core.VelocityTemplateProcessor"/>
<constant name="fieldColspan" value="5"/>
<element name="spacer" path="images" url="/spacer.gif"/>
<path name="css" url="/css"/>
<path name="images" url="/images"/>
<element name="stylesheet" path="css" url="/textos.css"/>
<template name="frame">
<!--
pro:width
pro:title
pro:footer
pro:buttons
pro:mandatoryCaption
jsp:bodyContent
-->
<content><![CDATA[
<center>
<LINK href="$res_stylesheet" type="text/css" rel="stylesheet">
<TABLE cellSpacing=0 cellPadding=0 width="$width" bgColor=#000000 border=0>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=1 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD bgColor=#448ccb>
<TABLE height=20 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD>
<IMG height=8 src="$res_spacer" width=18>
<FONT face="Verdana, Arial, Helvetica, sans-serif" color=#ffffff size=1>
$title
</FONT>
</TD>
<TD vAlign=bottom align=left>
</TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
<TR><TD height=3 bgcolor="white">$mandatoryCaption</TD></TR>
<TR>
<TD vAlign=top bgColor=#f5f5f5>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR><TD height=5><IMG height=8 src="$res_spacer" width=18></TD></TR>
<TR>
<TD vAlign=top align="center" width="100%" >
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 >
$bodyContent
</TABLE>
</td>
</tr>
</TBODY>
</table>
</td>
</tr>
<TR><TD height=30 bgcolor="white" align="right">$buttons</TD></TR>
</TBODY>
</table>
</td>
</tr>
</TBODY>
</table>
</center>
]]></content>
</template>
<template name="frameFooter">
<!--
pro:footer
-->
<content><![CDATA[
<td>$footer</td>
]]></content>
</template>
<template name="frameMandatoryCaption">
<!--
pro:texto
-->
<content><![CDATA[<div align='right'><span class='asterisco'><strong>* </strong><strong></strong></span><span class='textGray'><strong>$texto</strong></span></div>
]]></content>
</template>
<template name="field">
<!--
pro:label
pro:input
-->
<content><![CDATA[
$label
$input
]]></content>
</template>
<template name="fieldLabel">
<!--
pro:label
-->
<content><![CDATA[
<TD> </TD>
<TD class=texto1 width=80 height=25>
$label</TD>
<TD> </TD>
]]></content>
</template>
<template name="fieldInput">
<!--
pro:input
pro:colspan
-->
<content><![CDATA[
<TD colSpan=$colspan class=texto1 >
<b>$input</b>
</td>
<TD> </TD>
]]></content>
</template>
<template name="fieldLabelMandatory">
<!--
pro:label
-->
<content><![CDATA[
<TD> </TD>
<TD class=texto1 width=80 height=25>
$label</TD>
<TD> </TD>
]]></content>
</template>
<template name="fieldInputMandatory">
<!--
pro:input
pro:colspan
-->
<content><![CDATA[
<TD colSpan=$colspan>
$input
</td>
<TD> </TD>
]]></content>
</template>
<template name="row">
<!--
jsp:bodyContent
pro:colspan
-->
<content><![CDATA[
<tr>
$bodyContent
</tr>
<tr>
<td colspan="$colspan"> </td>
</tr>
]]></content>
</template>
<template name="fieldPadding">
<content><![CDATA[
<td colspan="$res_fieldColspan"> </td>
]]></content>
</template>
<template name="nestedField">
<!--
jsp:bodyContent
-->
<content><![CDATA[
<td colspan="$res_fieldColspan"><table border=0 cellspacing=0 cellpadding=0><tr>
$bodyContent
</tr></table></td>
]]></content>
</template>
<template name="buttons">
<!--
jsp:bodyContent
-->
<content><![CDATA[
<table cellSpacing=0 cellPadding=0 border=0 ><tr>$bodyContent</tr></table>
]]></content>
</template>
<template name="button">
<!--
pro:key
pro:action
pro:alt
-->
<content><![CDATA[
<td><img src="$res_boton-izq"></td><td background="$res_boton-tile"><a onclick="return buttonsEnabled;" href="javascript:$action" alt="$alt"><font face=arial size=1 color=#333333 style="text-transform:uppercase"> $key </font></a></td><td><img src="$res_boton-der"></td><td><img src="$res_spacer" width="10"></td>
]]></content>
<element name="boton-der" path="images" url="/boton-der.gif"/>
<element name="boton-tile" path="images" url="/boton-tile.gif"/>
<element name="boton-izq" path="images" url="/boton-izq.gif"/>
</template>
</skin>