PHP Classes

File: templates/popup.html

Recommend this page to a friend!
  Classes of José Filipe Lopes Santos   Calendar Picker   templates/popup.html   Download  
File: templates/popup.html
Role: Auxiliary data
Content type: text/plain
Description: popup
Class: Calendar Picker
Calculate values for a given month of the year
Author: By
Last change:
Date: 13 years ago
Size: 775 bytes
 

Contents

Class file image Download
<html> <head> <title>{titulo}</title> <script language="JavaScript" src="javascript/search.js"></script> </head> <body bgcolor="#FFFFFF" style="padding:0;margin:0;"> <!-- layer para o auto resize --> <div style="position:absolute;left:0px;top:0px;" id="auto_resize"> <table border="0" cellpadding="0" cellspacing="1"> <tr> <td class="branco2" height="100%" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="98%" align="center" class="popup_margins"> <tr> <td>&nbsp;</td> </tr> <tr> <td class="dt2">{titulo}</td> </tr> <tr><td>&nbsp;</td></tr> <tr> <td> {block_body} </td> </tr> </table> </td> </tr> </table> </div> </body> </html>