first commit
This commit is contained in:
37
templates/modern/status_termin.html
Executable file
37
templates/modern/status_termin.html
Executable file
@ -0,0 +1,37 @@
|
||||
{if $action == ''}
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<div class="header">
|
||||
<div>
|
||||
<div>{$status_termin_titel}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pat_list_box">
|
||||
|
||||
|
||||
|
||||
<table cellspacing="1" cellpadding="1" width="90%" height="90%" border="0">
|
||||
<tr>
|
||||
<td align="center">
|
||||
{$status_termin_text}
|
||||
</td>
|
||||
<td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
Reference in New Issue
Block a user