Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Reynier Blanco | > | ubtemplate | > | ex.tpl | > | Download | ||
|
Download |
@include include [<a>] Bloque <h3>a</h3> con la variable "{{var}}"<br> Ejemplo de un select: <select> {<<{b}>>} </select><br> {<{c}>} <table border="1"> <tr> <th>Value</th> <th>Text</th> <th>Otra celda</th> </tr> {<<{tr}>>} </table> [</a>] [<b>] <option value="{{value}}">{{text}}</option> [</b>] [<tr>] <tr> <td>{{value}}</td> <td>{{text}}</td> <td>{<{celda}>}</td> </tr> [</tr>] |