Initial commit
This commit is contained in:
86
templates/standard/suche_change.html
Normal file
86
templates/standard/suche_change.html
Normal file
@ -0,0 +1,86 @@
|
||||
{if $action == ''}
|
||||
<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>{$suche_match_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 align="center" border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="95%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table valign="top" cellspacing="0" cellpadding="0" width="100%" 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="98%" background="templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$suche_match_titel}</font><br>
|
||||
<span class="sh">Treffer: {$anzahltreffer}</span><br>
|
||||
<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>
|
||||
<table valign="top" border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#E7E8ED" width="60%" id="AutoNumber1">
|
||||
|
||||
{section name=table_data3 loop=$table_data3}
|
||||
<tr>
|
||||
<td>
|
||||
<h2 class=r><a class=l href=ausgabe.php?lid={$table_data3[table_data3].lid}&suchart={$table_data3[table_data3].suchart}&inhalt_hig={$table_data3[table_data3].inhalt_hig}><b>{$table_data3[table_data3].ueberschrift}</b></a></h2>
|
||||
<br>
|
||||
{$table_data3[table_data3].preview}
|
||||
<br>
|
||||
<span class=a>Kategorie: {$table_data3[table_data3].kategorie}
|
||||
{if $table_data3[table_data3].unterkategorie != ''}
|
||||
/ {$table_data3[table_data3].unterkategorie}
|
||||
{/if}
|
||||
<br>
|
||||
Datum: {$table_data3[table_data3].wochentag}, {$table_data3[table_data3].tag}.{$table_data3[table_data3].monat}.{$table_data3[table_data3].jahr}
|
||||
</span>
|
||||
<p>
|
||||
<p>
|
||||
</td>
|
||||
</tr>
|
||||
{/section}
|
||||
</table>
|
||||
</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">
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
{/if}
|
Reference in New Issue
Block a user