<table class="ts_adm" cellpadding="0" cellspacing="0"><tr>
<td class="tsadmin_uswitch" scope="col"></td>
<td class="tsadmin_uswitch" scope="col">
</td>
<td class="tsadmin_uswitch" scope="col"><form action="" method="POST" >
<input type="hidden" name="timestamp" value=" <?php echo mktime(01,01,01,$month-1,01,$year); ?>">
<input type="hidden" name="user_index" value="<?php echo $user_index; ?>" />
<input class="month" type="submit" value="<?php echo gettext(date(F,mktime(01,01,01,$month-1,01,$year))); ?>" >
</form>
</td>
<td class="tsadmin_uswitch" scope="col">
<form action="" method="POST" >
<input type="hidden" name="timestamp" value=" <?php echo mktime(01,01,01,$month+1,01,$year); ?>">
<input type="hidden" name="user_index" value="<?php echo $user_index; ?>" />
<input class="month" type="submit" value="<?php echo gettext(date(F,mktime(01,01,01,$month+1,01,$year))); ?>" >
</form>
</td>
<td class="tsadmin_block" scope="col"><a href="print.inc.php?user_index=<?php echo $user_index; ?>&month=<?php echo $month; ?>&year=<?php echo $year; ?>" ><img src="images/printer.png"></a>
<a href="#" id="comment" ><img src="images/notes.png"></a>
<a href="functions/export.xls.php?month=<?php echo $month; ?>&year=<?php echo $year; ?>" ><img src="images/xls.png"></a>
</td>
<td class="tsadmin_summ" scope="col"><A HREF="reports.php?year=<?php echo $year; ?>&month=<?php echo $month; ?>"><?php echo gettext('reports'); ?></A></td>
<td class="tsadmin_setup" scope="col"></td>
<td class="tsadmin_exit" scope="col"><A HREF="logout.php"><?php echo $lang[ru_RU]['exit']; ?><?php echo gettext('exit'); ?></A></td>
</tr>
</table>