Initial commit
This commit is contained in:
322
templates/standard/lue_suche.html
Normal file
322
templates/standard/lue_suche.html
Normal file
@ -0,0 +1,322 @@
|
||||
{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 type='text/css'>
|
||||
{literal}
|
||||
select{
|
||||
width:250px;
|
||||
}
|
||||
|
||||
|
||||
/* (Live) Search begin */
|
||||
#LSResult {
|
||||
width: 192px;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
background: #eee;
|
||||
border-bottom: 4px solid #ddd;
|
||||
}
|
||||
|
||||
#searchcontrols {
|
||||
background: #ddd;
|
||||
text-align: right;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#searchcontrols #resultsTitle {
|
||||
float: left;
|
||||
font-weight: bold;
|
||||
}
|
||||
#searchcontrols #resultsLegend {
|
||||
float: right;
|
||||
}
|
||||
#searchcontrols #resultsLegend a {
|
||||
font-size: 1.3em;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.LSRow:hover, #LSHighlight, #LSHighlight:hover {
|
||||
background: #dde;
|
||||
}
|
||||
|
||||
#LSResult:hover #LSHighlight {
|
||||
background: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#LSHighlight {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.LSRow {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
.LSRow span a, .LSRow span a:visited {
|
||||
word-spacing: -1px;
|
||||
line-height: 1.3em;
|
||||
font-weight: normal;
|
||||
color: #bbb;
|
||||
}
|
||||
-->
|
||||
{/literal}
|
||||
</style>
|
||||
|
||||
<title>{$lue_suche_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="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">{$lue_suche_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 id="searchform" method="POST" name="searchform">
|
||||
|
||||
<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>{$lue_wahl_field_thema}</b>
|
||||
</td>
|
||||
<td width="70%" align="left" height="18">
|
||||
<input type="text" name="thema" size="30" onfocus="setVisibility(0);">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%" align="left" height="18">
|
||||
<b>{$lue_wahl_field_einleitung}</b>
|
||||
</td>
|
||||
<td width="70%" align="left" height="18">
|
||||
<input type="text" name="einleitung" size="30" onfocus="setVisibility(0);">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%" align="left" height="18">
|
||||
<b>{$lue_wahl_field_inhalt}</b>
|
||||
</td>
|
||||
<td width="70%" align="left" height="18">
|
||||
<input type="text" name="inhalt" size="30" onfocus="setVisibility(0);">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%" align="left" height="18">
|
||||
<b>{$lue_wahl_field_extrakt}</b>
|
||||
</td>
|
||||
<td width="70%" align="left" height="18">
|
||||
<input type="text" name="extrakt" size="30" onfocus="setVisibility(0);">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30%" align="left" height="18">
|
||||
<b>{$lue_wahl_field_art}</b>
|
||||
</td>
|
||||
<td width="70%" align="left" height="18">
|
||||
<label for="r3"><input type="radio" name="art" checked value="exact" id="r3" onfocus="setVisibility(0);"> {$lue_wahl_field_art_opt_ext}</label><br>
|
||||
<label for="r4"><input type="radio" name="art" value="any" id="r4" onfocus="setVisibility(0);"> {$lue_wahl_field_art_opt_sim}</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="20%">
|
||||
<b>{$lue_wahl_field_lueart}</b>
|
||||
</td>
|
||||
<td width="80%" align="left">
|
||||
<select id='lueart' name='lueart'>
|
||||
<option value='%'>Alle</option>
|
||||
{section name=table_data loop=$table_data}
|
||||
<option value="{$table_data[table_data].lueaid}">{$table_data[table_data].bezeichnung} </option>
|
||||
{/section}
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="20%">
|
||||
|
||||
</td>
|
||||
<td width="80%" align="left">
|
||||
|
||||
</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 $lue_suche_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>{$lue_wahl_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">{$lue_wahl_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>{$lue_wahl_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 $lue_suche_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>{$lue_wahl_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">{$lue_wahl_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=lue_ansicht.php?eid={$table_data[table_data].eid}&suchart={$table_data[table_data].suchart}&inhalt_hig={$table_data[table_data].inhalt_hig}><b>{$table_data[table_data].thema}</b></a></h2>
|
||||
<br>
|
||||
{$table_data[table_data].preview}
|
||||
<br>
|
||||
<span class=a>Kategorie: {$table_data[table_data].bezeichnung}<br>
|
||||
</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