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}&amp;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&eacute;fono Trabajo: {TelefonoTrabajo}<br /> Tel&eacute;fono Casa: {TelefonoCasa}<br /> Mail: {E_Mail}<br /> <span style="color: red;"> Departamento {Departamento}</span></div>
</div>
</div>
<div class="BlockFooter">{buttons}</div>
</div>
Autor: Daniel Ernesto Lutz Llano