Scripts varios
Cabecera:
<style> .BlockBody{width:380px;} .dLRA,.dLR{width:380px;float:left;height:140px;margin-right:10px;} .BlockFooter{margin-left:10px;} </style>
Ver código ejemplo
HTML:
<div class="BlockContainer"> <div class="BlockBody"> <div id="{IdEmpleado}" class="Avatar bootstrap-iso"><a href="{path}/Forms/General/View.aspx?ot={ot}"><img class="circular" src="../Imagenes/thumbs.aspx?filename={foto}&width=160" alt="{Nombre} {Apellidos}" width="80px" /></a></div> <div><a class="BlockTitle" href="{path}/Forms/General/View.aspx?ot={ot}"><strong>{Nombre} {Apellidos}</strong></a> <div>Teléfono Trabajo: {TelefonoTrabajo}<br /> Teléfono Casa: {TelefonoCasa}<br /> Mail: {E_Mail}<br /> <span style="color: red;"> Departamento {Departamento}</span></div> </div> </div> <div class="BlockFooter">{buttons}</div> </div>