Skip to content

Instantly share code, notes, and snippets.

Created April 18, 2012 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/2410883 to your computer and use it in GitHub Desktop.
Save anonymous/2410883 to your computer and use it in GitHub Desktop.
<div id="window_drive" class="abs window">
<div class="abs window_inner">
<div class="window_top">
<span class="float_left">
<img src="assets/images/icons/icon_16_drive.png" />
Alunos
</span>
<span class="float_right">
<a href="#" class="window_min"></a>
<a href="#" class="window_resize"></a>
<a href="#icon_dock_drive" class="window_close"></a>
</span>
</div>
<div class="abs window_content">
<div class="window_aside">
Lista de Alunos
</div>
<div class="window_main">
<table>
QUERO QUE A TABELA VÁ AKI DENTRO
</table>
</div>
</div>
<div class="abs window_bottom">
ALUNOS: Academia BioTenis
</div>
</div>
<span class="abs ui-resizable-handle ui-resizable-se"></span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment