Login   Register  
PHP Classes
elePHPant
Icontem

File: templates/calendar.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of José Filipe Lopes Santos  >  Calendar Picker  >  templates/calendar.html  >  Download  
File: templates/calendar.html
Role: Auxiliary data
Content type: text/plain
Description: calendar template
Class: Calendar Picker
Calculate values for a given month of the year
Author: By
Last change:
Date: 2010-04-29 04:20
Size: 1,059 bytes
 

Contents

Class file image Download
<table border="0" cellpadding="0" cellspacing="1" align="center">
	<tr>
		<td>
			<table border="0" cellpadding="0" cellspacing="1" width="100%">
				<tr><td colspan="7" class="cal_mes">{mes2} de {ano2}</td></tr>	
				{rows_calendar}				
				<tr>
					<td colspan="7">
						<table border="0" cellpadding="0" cellspacing="1" width="100%">
							<tr>
								<td>
									<a href="{link_prev}" title="{title_prev}">
										<img src="images/seta_esq.gif" border="0">
									</a>
								</td>
								<td>
									<a href="{link_mes_actual}" title="Mês actual">
										<img src="images/b_ma.gif" border="0">
									</a>
								</td>
								<td>
									<a href="{link_next}" title="{title_next}">
										<img src="images/seta_dir.gif" border="0">
									</a>
								</td>
							</tr>
						</table>
					</td>	
				</tr>
			</table>
		</td>
	</tr>
	<tr><td>&nbsp;</td></tr>
	<tr>
		<td align="center">
			<input type="button" value="Hoje" onclick="{link_data_actual}" class="buttons">
		</td>
	</tr>
	<tr><td>&nbsp;</td></tr>
</table>