Subversion-Projekte lars-tiefland.medien

Revision

Revision 92 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 92 Revision 93
Zeile 1... Zeile -...
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
 
2
<html>
-
 
3
	<head>
-
 
4
		<title>{$title|default:"No title"}</title>
-
 
5
		<link href="../images/favicon.ico" rel="shortcut icon" type="image/x-icon">
-
 
6
		<link rel="stylesheet" href="../styles/Standard.css" type="text/css">
-
 
7
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-
 
8
	</head>
-
 
9
	<body>
-
 
10
		<table>
-
 
11
			<tr>
-
 
12
				<th>{$L_LOGGED_IN_AS}</th>
-
 
13
				<th>{$L_VERSION}</th>
-
 
14
				<th>{$L_DATE} / {$L_TIME}</th>
-
 
15
			</tr>
-
 
16
			<tr>
-
 
17
				<td align="center">{$u_name|default:"<i>[$L_NOT_LOGGED_IN]</i>"}</td>
-
 
18
				<td align="center">{$version}</td>
-
 
19
				<td align="center">{$date} {$L_O_CLOCK} </td>
-
 
20
			</tr>
-
 
21
		</table>
-
 
22
		<h1>{$h1|default:$title}</h1>
-
 
23
		<ul>
-
 
24
			<li>
-
 
25
				<form action="audio/index.php" method="post">
-
 
26
					<input type="submit" value="{$L_CD_ADMIN}">
-
 
27
				</form>
-
 
28
			</li>
-
 
29
			<li>
-
 
30
				<form action="audio/index.php" method="post">
-
 
31
					<input type="submit" value="{$L_DVD_ADMIN}">
-
 
32
				</form>
-
 
33
			</li>
-
 
34
		</ul>
-
 
35
	</body>
-
 
36
</html>
-
 
37
1
{include file="header.tpl"}
-
 
2
{include file="footer.tpl"}
-
 
3