summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/question44504-folding.html
blob: 8ecb7ce9684d8a60fe411f6e538bee8f7cd59c8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<table>


<!--M&#279;nesio pasirinkimas -->

<tr>
	<td width='50' colspan='1' class='men-met'>
		<input type='button' value=' < ' onClick='goLastMonth(<?php echo date("t", strtotime("$year1-$month1-$day1")).", ".$month . ", " . $year.", ".date("w", strtotime("$year-$month-$day1")); ?>)' />
	</td>
	<td width='250' colspan='5' class='men-met'>
		<span class='title'><?php echo $men . " " . $year; ?></span><br />
	</td>
	<td width='50' colspan='1' align='right' class='men-met'>
		<input type='button' value=' > ' onClick='goNextMonth(1, <?php echo $month . ", " . $year.", ".date("w", strtotime("$year2-$month2-$day1")); ?>)' />
	</td>
</tr> 

<!-- Antrašt&#279; su savait&#279;s dienom -->
<tr>
	<td class='head' >Pir</td>
	<td class='head' >Ant</td>
	<td class='head' >Tre</td>
	<td class='head' >Ket</td>
	<td class='head' >Pen</td>
	<td class='head' >Šeš</td>
	<td class='head' style="color: red;" >Sek</td>
</tr> 
</table>