Exemple #1
0
					<input type="text" name="eventTag" placeholder="Tags: separated by comma ex. Bacolod, Masskara Festival" style="margin-top:5px;" />
				</div>
				<div class="menulocation">
					<input type="submit" class="save" value="Save" /><a class="save" id="cancel" href="javascript:void(0);">Cancel</a><span id="processmessage">File Not Found!</span>
				</div>
			</form>
		</div>
		
		<div class="ajaxloader">
			<img src="../images/ajax-loader.gif" alt="loading" border="0" />
		</div>
		
		<div style="width:1000px; margin:0 auto; font-size:30px; color:#75bdd1;">
		<p>
			<h1 style="float:left;" id="monthName"><?php 
echo monthToday($currentMonth) . " " . $currentYear;
?>
</h1>
			<a  style="float:left;" href="" class="changeMonth" title="Change Month">Change Month</a>
			<a  style="float:left;" href="" class="changeYear" title="Change Month">Change Year</a>
			<br clear="all" />
		</p>
		<div class="monthSelection">
			<ul>
				<?php 
for ($m = 1; $m <= 12; $m++) {
    $sampleDate = "2012-" . $m . "-1";
    $theMonth = date("F", strtotime($sampleDate));
    ?>
				<li><a class="monthbutton" id="mo-<?php 
    echo $m;
Exemple #2
0
					<input type="text" name="eventTag" placeholder="Tags: separated by comma ex. Bacolod, Masskara Festival" style="margin-top:5px;" />
				</div>
				<div class="menulocation">
					<input type="submit" class="save" value="Save" /><a class="save" id="cancel" href="javascript:void(0);">Cancel</a><span id="processmessage">File Not Found!</span>
				</div>
			</form>
		</div>
		
		<div class="ajaxloader">
			<img src="../images/ajax-loader.gif" alt="loading" border="0" />
		</div>
		
		<div style="width:1000px; margin:0 auto; font-size:30px; color:#75bdd1;">
		<p>
			<h1><?php 
echo monthToday($currentMonth);
?>
</h1>
		</p>
		</div>
		<table rows="7" cols="4" border="0">
			<thead>
				<tr>
					<th>Sunday</th>
					<th>Monday</th>
					<th>Tuesday</th>
					<th>Wednesday</th>
					<th>Thursday</th>
					<th>Friday</th>
					<th>Saturday</th>
				</td>