Exemplo n.º 1
0
    monthPullDown($m, $roster->locale->act['months']);
    yearPullDown($y);
    ?>
		<input type="button" value="<?php 
    echo $roster->locale->act['forms']['go'];
    ?>
" onClick="submitMonthYear()">
		</td>
		</form>
	
	</tr>
	
	<tr>
		<td colspan="2" bgcolor="#000000">
		<?php 
    echo writeCalendar($m, $y, $bgs);
    ?>
		</td>
	</tr>
	<tr>
		<td colspan="2">
		  <font size="-1"><?php 
    echo $roster->locale->act['Last_Updated'];
    echo get_calendar_update_time();
    ?>
</font>
		</td>
	</tr>
	</table>
	<?php 
    echo border('sgreen', 'end');
Exemplo n.º 2
0
	<form name="monthYear">
	<td align="right">
            <?php 
monthPullDown($m, $lang['months']);
yearPullDown($y);
?>
            <input type="button" value="GO" onClick="submitMonthYear()"/>
	</td>
	</form>

    </tr>

    <tr>
	<td colspan="2" bgcolor="#000000" >
            <?php 
echo writeCalendar($m, $y);
?>
        </td>
    </tr>

    <tr>
	<td colspan="2" align="center">
            <?php 
echo footprint($auth, $m, $y);
?>
        </td>
    </tr>
</table>

</body>
</html>