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  >  Ticket Calendar  >  templates/calendar.html  >  Download  
File: templates/calendar.html
Role: Auxiliary data
Content type: text/plain
Description: template with calendar
Class: Ticket Calendar
View the dates of scheduled tickets on a calendar
Author: By
Last change:
Date: 2013-11-26 10:32
Size: 979 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="#" onclick="{onclick_prev}" title="{title_prev}">
										<img src="{rooturl}images/seta_esq.gif" border="0">
									</a>
								</td>
								<td>
									<a href="#" onclick="{onclick_mes_actual}" title="Mês actual">
										<img src="{rooturl}images/b_ma.gif" border="0">
									</a>
								</td>
								<td>
									<a href="#" onclick="{onclick_next}" title="{title_next}">
										<img src="{rooturl}images/seta_dir.gif" border="0">
									</a>
								</td>
							</tr>
						</table>
					</td>	
				</tr>
			</table>
		</td>
	</tr>
	<tr><td>&nbsp;</td></tr>
</table>