201 lines
9.6 KiB
HTML
201 lines
9.6 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link rel="stylesheet" href="templates/{$global_template}/css/styles_pc.php" type="text/css">
|
|
<title>{$login_log_titel}</title>
|
|
<style>
|
|
{literal}
|
|
<!--
|
|
.sl,.r{font-weight:normal;margin:0;display:inline}
|
|
.r{font-size:1em}
|
|
.g{margin-top:1em;margin-bottom:1em}
|
|
.a,.a:link{color:green}
|
|
body,td,div,.p,a{font-family:arial,sans-serif}
|
|
-->
|
|
{/literal}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="90%" id="table1">
|
|
<tr>
|
|
<td>
|
|
<div align="center">
|
|
<table cellspacing="0" cellpadding="0" width="94%" border="0">
|
|
<tr>
|
|
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
|
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
|
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"> </td>
|
|
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
|
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
|
<font class="hd"><center>{$historie_titel} {$historie_name}</center></font>
|
|
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></td>
|
|
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
|
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
|
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
|
<td colspan="2"><br>
|
|
|
|
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="90%" id="table1">
|
|
<tr>
|
|
<td>
|
|
<div align="center">
|
|
|
|
<table valign="top" border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#E7E8ED" width="100%" id="AutoNumber1">
|
|
|
|
|
|
{section name=table_data loop=$table_data}
|
|
{if $table_data[table_data].session_titel_s == '1'}
|
|
{if $table_data[table_data].eigen == '1'}
|
|
<tr>
|
|
<td colspan='4'>
|
|
<font class="hd">{$historie_titel_s}<br></font>
|
|
</td>
|
|
</tr>
|
|
{/if}
|
|
<tr>
|
|
<td width="10%">
|
|
<p align="left"><b>{$table_data[table_data].historie_datum}</b></p>
|
|
</td>
|
|
<td width="10%">
|
|
<b>{$table_data[table_data].historie_zeit}</b>
|
|
</td>
|
|
<td width="10%">
|
|
<b>{$table_data[table_data].historie_art}</b>
|
|
</td>
|
|
<td width="70%">
|
|
<p align="left"><b>{$table_data[table_data].historie_seite}</b></p>
|
|
</td>
|
|
</tr>
|
|
</td>
|
|
</tr>
|
|
|
|
{/if}
|
|
|
|
{if $table_data[table_data].session_titel_h == '1'}
|
|
{if $table_data[table_data].eigen == '1'}
|
|
<tr>
|
|
<td colspan='4'>
|
|
<br>
|
|
|
|
{if $table_data[table_data].anz_cur > '0'}
|
|
<br>
|
|
{/if}
|
|
|
|
<br>
|
|
<font class="hd">{$historie_titel_h}<br></font>
|
|
</td>
|
|
</tr>
|
|
{/if}
|
|
<tr>
|
|
<td width="10%">
|
|
<p align="left"><b>{$table_data[table_data].historie_datum}</b></p>
|
|
</td>
|
|
<td width="10%">
|
|
<b>{$table_data[table_data].historie_zeit}</b>
|
|
</td>
|
|
<td width="10%">
|
|
<b>{$table_data[table_data].historie_art}</b>
|
|
</td>
|
|
<td width="70%">
|
|
<p align="left"><b>{$table_data[table_data].historie_seite}</b></p>
|
|
</td>
|
|
</tr>
|
|
</td>
|
|
</tr>
|
|
{/if}
|
|
|
|
<tr>
|
|
<td width="10%" style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px">
|
|
<p align="left">
|
|
{$table_data[table_data].datum}</p>
|
|
</td>
|
|
<td width="10%" style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px">
|
|
{$table_data[table_data].zeit}<br>
|
|
</td>
|
|
<td valign="middle" width="10%" style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px">
|
|
{$table_data[table_data].art}
|
|
</td>
|
|
<td width="70%" style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px">
|
|
<p align="left" style="margin-top: 4; margin-bottom: 4">
|
|
<h2 class=r><a class=l href={$table_data[table_data].link}><b>{$table_data[table_data].ueberschrift}</b></a></h2>
|
|
<br>
|
|
{$table_data[table_data].preview}
|
|
{if $table_data[table_data].art == 'Leitgedanken'}
|
|
<br>
|
|
<span class=a>Kategorie: {$table_data[table_data].kategorie}
|
|
{if $table_data[table_data].unterkategorie != ''}
|
|
/ {$table_data[table_data].unterkategorie}
|
|
{/if}
|
|
<br>
|
|
Datum: {$table_data[table_data].wochentag}, {$table_data[table_data].tag}.{$table_data[table_data].monat}.{$table_data[table_data].jahr}
|
|
</span>
|
|
{/if}
|
|
<p>
|
|
<p>
|
|
</td>
|
|
</tr>
|
|
{/section}
|
|
|
|
</table>
|
|
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</p>
|
|
<p><br>
|
|
</p>
|
|
</td>
|
|
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
|
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
|
</tr>
|
|
<tr>
|
|
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
|
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
|
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
|
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
|
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
|
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
<br>
|
|
|
|
</body>
|
|
</html>
|
|
|
|
<div align=center>
|
|
|
|
{if $login_log_start0 == '1'}
|
|
<a href=?start=0&user={$historie_user}><img border="0" src="templates/{$global_template}/images/left_first.gif"></a>
|
|
<a href=?start={$login_log_start_newstart}&user={$historie_user}><img border="0" src="templates/{$global_template}/images/left.gif"></a>
|
|
{/if}
|
|
|
|
{if $login_log_start0 == '2'}
|
|
<img border="0" src="templates/{$global_template}/images/left_first_grey.gif">
|
|
<img border="0" src="templates/{$global_template}/images/left_grey.gif">
|
|
{/if}
|
|
|
|
|
|
{$login_log_currpage} / {$login_log_pagecount}
|
|
|
|
|
|
{if $login_log_end0 == '1'}
|
|
<a href=?start={$login_log_end_newstart}&user={$historie_user}><img border="0" src="templates/{$global_template}/images/right.gif"></a>
|
|
<a href=?start={$login_log_end_last}&user={$historie_user}><img border="0" src="templates/{$global_template}/images/right_last.gif"></a>
|
|
{/if}
|
|
|
|
{if $login_log_end0 == '2'}
|
|
<img border="0" src="templates/{$global_template}/images/right_last_grey.gif">
|
|
<img border="0" src="templates/{$global_template}/images/right_grey.gif">
|
|
{/if}
|
|
|
|
</div> |