16 lines
459 B
HTML
16 lines
459 B
HTML
<div style="position:absolute;top:3em">
|
|
<table cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<th class="first">
|
|
<a href="calendar.cgi?studio_id=<TMPL_VAR studio_id>&date=<TMPL_VAR previous_month>" >«</a>
|
|
</th>
|
|
<th colspan="6" align="center">
|
|
<TMPL_VAR start_month_name> <TMPL_VAR start_year>
|
|
</th>
|
|
<th class="last">
|
|
<a href="calendar.cgi?studio_id=<TMPL_VAR studio_id>&date=<TMPL_VAR next_month>" >»</a>
|
|
</th>
|
|
</tr>
|
|
</table>
|
|
</div>
|