Subversion-Projekte lars-tiefland.niewerth

Revision

Revision 1 | Revision 3 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1 Revision 2
Zeile 1... Zeile 1...
1
<?php /* Smarty version 2.6.16, created on 2007-01-17 10:16:56
1
<?php /* Smarty version 2.6.16, created on 2007-01-17 11:04:42
2
         compiled from index.tpl */ ?>
2
         compiled from index.tpl */ ?>
3
<?php $_smarty_tpl_vars = $this->_tpl_vars;
3
<?php $_smarty_tpl_vars = $this->_tpl_vars;
4
$this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array()));
4
$this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array()));
5
$this->_tpl_vars = $_smarty_tpl_vars;
5
$this->_tpl_vars = $_smarty_tpl_vars;
6
unset($_smarty_tpl_vars);
6
unset($_smarty_tpl_vars);
Zeile 9... Zeile 9...
9
		<tr>
9
		<tr>
10
			<th colspan="2">Aktionen</th>
10
			<th colspan="2">Aktionen</th>
11
		</tr>
11
		</tr>
12
		<tr align="center">
12
		<tr align="center">
13
			<td>
13
			<td>
14
				<form action="index.php" method="post">
14
				<form action="termine.php" method="post">
15
					<input type="submit" class="liteoption" name="change" value="Termin eingeben">
15
					<input type="submit" class="liteoption" name="change" value="Termin eingeben">
16
				</form>
16
				</form>
17
			</td>
17
			</td>
18
			<td>
18
			<td>
19
				<form action="liste_teams.php" method="post">
19
				<form action="wochen.php" method="post">
20
					<input type="submit" class="liteoption" name="change" value="Wochenliste anzeigen">
20
					<input type="submit" class="liteoption" name="change" value="Wochenliste anzeigen">
21
				</form>
21
				</form>
22
			</td>
22
			</td>
23
		</tr>
23
		</tr>
24
	</table>
24
	</table>