Initial commit
This commit is contained in:
236
templates/standard/suche_simp.html
Normal file
236
templates/standard/suche_simp.html
Normal file
@ -0,0 +1,236 @@
|
||||
{if $action == ''}
|
||||
<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">
|
||||
<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}
|
||||
.p,a{font-family:arial,sans-serif}
|
||||
-->
|
||||
{/literal}
|
||||
</style>
|
||||
<title>{$suche_simp_titel}</title>
|
||||
{literal}
|
||||
<script language="JavaScript">
|
||||
function open_Windows_0() { msgWindow=window.open('hilfe.html','JavaScriptTest', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,copyhistory=0,screenX=0,screenY=0,left=0,top=0,width=800,height=430'); msgWindow.focus();}
|
||||
</script>
|
||||
{/literal}
|
||||
</head>
|
||||
<body onload="if(document.auswahl)document.auswahl.suchbegriff.focus();return false;">
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="75%" 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_simp_titel}</font><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></font></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>
|
||||
<form action=?action=suche method="POST" name="auswahl">
|
||||
<br>
|
||||
<br>
|
||||
<table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#E7E8ED" width="100%" id="AutoNumber1">
|
||||
|
||||
|
||||
<tr>
|
||||
<td width="30%" align="left" height="18">
|
||||
<b>{$suche_simp_field_search}</b><br>
|
||||
<font size=1>{$suche_simp_field_search_desc}</font>
|
||||
</td>
|
||||
<td width="70%" align="left" height="18">
|
||||
<input type="text" name="suchbegriff" size="70">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%" align="left" height="18">
|
||||
|
||||
</td>
|
||||
<td width="70%" align="left" height="18">
|
||||
<!--<h2 class=r><a class=l href="javascript:open_Windows_0()"><img border="0" src="templates/{$global_template}/images/i.jpg" width="20" height="14"><b>Suchfunktionen</b></a></h2>-->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<input type="submit" value="Abschicken">
|
||||
</form>
|
||||
</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}
|
||||
|
||||
|
||||
{if $action == 'suche'}
|
||||
{if $suche_simp_nomatch == '1'}
|
||||
<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>{$suche_simp_nomatch_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" 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>
|
||||
<span class="sh">{$suche_simp_nomatch_titel}</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 colspan="2"><br>
|
||||
<p align="center"><b>{$suche_simp_nomatch_text}</b>
|
||||
<p align="center"><a href="javascript:history.back()"<img border="0" src="templates/{$global_template}/images/zurueck.gif"></a>
|
||||
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></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>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $suche_simp_match == '1'}
|
||||
<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_simp_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_simp_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_data loop=$table_data}
|
||||
<tr>
|
||||
<td>
|
||||
<h2 class=r><a class=l href=ausgabe.php?lid={$table_data[table_data].lid}><b>{$table_data[table_data].ueberschrift}</b></a></h2>
|
||||
<br>
|
||||
{$table_data[table_data].preview}
|
||||
<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>
|
||||
<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}
|
||||
{/if}
|
Reference in New Issue
Block a user