re-added search1.php for testing
This commit is contained in:
@@ -59,7 +59,7 @@ $menu = array(
|
||||
'menustring' => t('Search'),
|
||||
'visible' => true,
|
||||
'filename' => 'search.php',
|
||||
'siteid' => 'search',
|
||||
'siteid' => 'search1/search',
|
||||
'submenu' => array(
|
||||
array(
|
||||
'title' => t('Show Geocache'),
|
||||
@@ -131,14 +131,14 @@ $menu = array(
|
||||
'menustring' => t('Select city'),
|
||||
'visible' => false,
|
||||
'filename' => 'search.php',
|
||||
'siteid' => 'selectlocid'
|
||||
'siteid' => 'search1/selectlocid'
|
||||
),
|
||||
array(
|
||||
'title' => t('Show search result'),
|
||||
'menustring' => t('Result'),
|
||||
'visible' => false,
|
||||
'filename' => 'search.php',
|
||||
'siteid' => 'search.result.caches'
|
||||
'siteid' => 'search1/search.result.caches'
|
||||
),
|
||||
array(
|
||||
'title' => t('Recommendations'),
|
||||
|
||||
@@ -0,0 +1,152 @@
|
||||
<?php
|
||||
/****************************************************************************
|
||||
./lang/de/ocstyle/search.inc.php
|
||||
-------------------
|
||||
begin : July 25 2004
|
||||
|
||||
For license information see doc/license.txt
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Unicode Reminder メモ
|
||||
|
||||
set template specific language variables
|
||||
|
||||
****************************************************************************/
|
||||
|
||||
$outputformat_notexist = t('The selected output format is unknown!');
|
||||
$error_query_not_found = t('The search operation could not be executed, please reenter the search data.');
|
||||
|
||||
$caches_newstring = '<b class="newsymbol"> ' . t('NEW') . ' </b> ';
|
||||
$caches_olddays = 14; // changed from 7 to 14 -- following 2013/6/17
|
||||
|
||||
$caches_oconlystring = '<img src="resource2/ocstyle/images/misc/is_oconly.png" alt="OConly" title="OConly" style="margin:0px; padding:0px" width="64" height="35" />';
|
||||
|
||||
$bgcolor1 = 'odd'; // even lines
|
||||
$bgcolor2 = 'even'; // odd lines
|
||||
$bgcolor_found = "#66FFCC"; // if cache was found by user
|
||||
$bgcolor_owner = "#ffffc5"; // if user is owner
|
||||
$bgcolor_inactive = "#fafafa"; // if cache is inactive
|
||||
|
||||
$string_by = t('by');
|
||||
|
||||
$logdateformat = 'd.m.Y';
|
||||
$logpics[1] = '<img alt="' . t('Find') . '" border="0" src="images/ok.gif">';
|
||||
$logpics[2] = '<img alt="' . t('Didn\'t find') . '" border="0" src="images/redcross.gif">';
|
||||
$logpics[3] = '<img alt="' . t('Note') . '" border="0" src="images/info.gif">';
|
||||
|
||||
$diffpics[2] = 'diff-10.gif';
|
||||
$diffpics[3] = 'diff-15.gif';
|
||||
$diffpics[4] = 'diff-20.gif';
|
||||
$diffpics[5] = 'diff-25.gif';
|
||||
$diffpics[6] = 'diff-30.gif';
|
||||
$diffpics[7] = 'diff-35.gif';
|
||||
$diffpics[8] = 'diff-40.gif';
|
||||
$diffpics[9] = 'diff-45.gif';
|
||||
$diffpics[10] = 'diff-50.gif';
|
||||
|
||||
$terrpics[2] = 'terr-10.gif';
|
||||
$terrpics[3] = 'terr-15.gif';
|
||||
$terrpics[4] = 'terr-20.gif';
|
||||
$terrpics[5] = 'terr-25.gif';
|
||||
$terrpics[6] = 'terr-30.gif';
|
||||
$terrpics[7] = 'terr-35.gif';
|
||||
$terrpics[8] = 'terr-40.gif';
|
||||
$terrpics[9] = 'terr-45.gif';
|
||||
$terrpics[10] = 'terr-50.gif';
|
||||
|
||||
$terrpics[1] = 'rat-10.gif';
|
||||
$terrpics[2] = 'rat-20.gif';
|
||||
$terrpics[3] = 'rat-30.gif';
|
||||
$terrpics[4] = 'rat-40.gif';
|
||||
$terrpics[5] = 'rat-50.gif';
|
||||
|
||||
$difficulty_text_diff = t("Difficulty: %01.1f of 5.0");
|
||||
$difficulty_text_terr = t("Terrain: %01.1f of 5.0");
|
||||
$rating_text = t("Rating: {rating}%");
|
||||
$not_rated = t('No Rating');
|
||||
|
||||
$error_plz = '<tr><td colspan="3"><span class="errormsg">' . t('The postal code could not be found') . '</span></td></tr>';
|
||||
$error_ort = '<tr><td colspan="3"><span class="errormsg">' . t('There does no city exist with this name') . '</span></td></tr>';
|
||||
$error_locidnocoords = '<tr><td colspan="3"><span class="errormsg">' . t('There are no Koordinates available for the selected city') . '</span></td></tr>';
|
||||
$error_noort = '<tr><td colspan="3"><span class="errormsg">' . t('The entered city is not valid.') . '</span></td></tr>';
|
||||
$error_nofulltext = '<tr><td colspan="3"><span class="errormsg">' . t('The entered text is invalid.') . '</span></td></tr>';
|
||||
$error_fulltexttoolong = '<tr><td colspan="3"><span class="errormsg">' . t('The entered text contains more than 50 words.') . '</span></td></tr>';
|
||||
|
||||
$gns_countries['GM'] = t('Germany');
|
||||
$gns_countries['AU'] = t('Austria');
|
||||
$gns_countries['SZ'] = t('Switzerland');
|
||||
|
||||
$default_lang = t('EN');
|
||||
$search_all_countries = '<option value="" selected="selected">' . t('All countries') . '</option>';
|
||||
$search_all_cachetypes = '<option value="" selected="selected">' . t('All cachetypes') . '</option>';
|
||||
|
||||
$cache_attrib_group =
|
||||
'<div class="attribgroup"><table cellspacing="0">
|
||||
<tr><td bgcolor="{color}" style="line-height:9px;padding-top:2px;margin:0 0 0 0;border-left:1px solid gray;border-right:1px solid gray;border-top:1px solid gray;"><font size="1">{name}</font></td></tr>
|
||||
<tr><td bgcolor="#F8F8F8" style="margin:0 0 0 0;border-left:1px solid gray;border-right:1px solid gray;border-bottom:1px solid gray;">{attribs}</td></tr>
|
||||
</table></div>';
|
||||
$cache_attrib_jsarray_line = "new Array('{id}', {state}, '{text_long}', '{icon}', '{icon_no}', '{icon_undef}', '{search_default}')";
|
||||
$cache_attrib_img_line1 = '<img id="attrimg1_{id}" src="{icon}" onmousedown="switchAttribute({id})" onmouseover="Tip(\'{html_desc}\', TITLE, \'{name}\', TITLEBGCOLOR, \'{color}\', TITLEFONTCOLOR, \'#000000\', BGCOLOR, \'#FFFFFF\', BORDERCOLOR, \'{color}\', CLICKCLOSE, true, DELAY, 0, FADEIN, false, FADEOUT, false, FONTCOLOR, \'#000080\', WIDTH, 500)" onmouseout="UnTip()" /> ';
|
||||
$cache_attrib_img_line2 = '<img id="attrimg2_{id}" src="{icon}" onmousedown="switchAttribute({id})" onmouseover="Tip(\'{html_desc}\', TITLE, \'{name}\', TITLEBGCOLOR, \'{color}\', TITLEFONTCOLOR, \'#000000\', BGCOLOR, \'#FFFFFF\', BORDERCOLOR, \'{color}\', CLICKCLOSE, true, DELAY, 0, FADEIN, false, FADEOUT, false, FONTCOLOR, \'#000080\', WIDTH, 500)" onmouseout="UnTip()" /> ';
|
||||
|
||||
$search_in_gm = '<a href="http://maps.google.de/maps?f=q&hl=de&q=' . urlencode("http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']."&output=kml") . '" title="' . $translate->t('Show in Google Maps','','',0) . '">' . $translate->t('(in GM)','','',0) . '</a>';
|
||||
$search_in_gm_zip = '<a href="http://maps.google.de/maps?f=q&hl=de&q=' . urlencode("http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']."&output=kml&zip=1&count=max") . '" title="' . $translate->t('Show in Google Maps','','',0) . '">' . $translate->t('(in GM)','','',0) . '</a>';
|
||||
|
||||
$unknown_searchtype = t('unknown search type');
|
||||
$showonmap = t('Show on map');
|
||||
|
||||
$converted_from_html = t('converted from HTML');
|
||||
$state_temporarily_na = t('Temporary not available');
|
||||
$state_archived = t('Archived');
|
||||
$state_locked = t('Locked');
|
||||
$cache_note_text = t('Personal cache note');
|
||||
|
||||
|
||||
function dateDiff($interval, $dateTimeBegin, $dateTimeEnd)
|
||||
{
|
||||
//Parse about any English textual datetime
|
||||
//$dateTimeBegin, $dateTimeEnd
|
||||
|
||||
$dateTimeBegin = strtotime($dateTimeBegin);
|
||||
if ($dateTimeBegin === -1)
|
||||
return("..begin date Invalid");
|
||||
|
||||
$dateTimeEnd = strtotime($dateTimeEnd);
|
||||
if ($dateTimeEnd === -1)
|
||||
return("..end date Invalid");
|
||||
|
||||
$dif = $dateTimeEnd - $dateTimeBegin;
|
||||
|
||||
switch($interval)
|
||||
{
|
||||
case "s"://seconds
|
||||
return($dif);
|
||||
|
||||
case "n"://minutes
|
||||
return(floor($dif/60)); //60s=1m
|
||||
|
||||
case "h"://hours
|
||||
return(floor($dif/3600)); //3600s=1h
|
||||
|
||||
case "d"://days
|
||||
return(floor($dif/86400)); //86400s=1d
|
||||
|
||||
case "ww"://Week
|
||||
return(floor($dif/604800)); //604800s=1week=1semana
|
||||
|
||||
case "m": //similar result "m" dateDiff Microsoft
|
||||
$monthBegin = (date("Y",$dateTimeBegin)*12) + date("n",$dateTimeBegin);
|
||||
$monthEnd = (date("Y",$dateTimeEnd)*12) + date("n",$dateTimeEnd);
|
||||
$monthDiff = $monthEnd - $monthBegin;
|
||||
return($monthDiff);
|
||||
|
||||
case "yyyy": //similar result "yyyy" dateDiff Microsoft
|
||||
return(date("Y",$dateTimeEnd) - date("Y",$dateTimeBegin));
|
||||
|
||||
default:
|
||||
return(floor($dif/86400)); //86400s=1d
|
||||
}
|
||||
}
|
||||
?>
|
||||
@@ -0,0 +1,86 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<kml xmlns="http://earth.google.com/kml/2.0">
|
||||
<Document>
|
||||
<Style id="tradi">
|
||||
<IconStyle>
|
||||
<scale>1</scale>
|
||||
<Icon>
|
||||
<href>http://www.opencaching.de/resource2/misc/google-earth/tradi.png</href>
|
||||
</Icon>
|
||||
</IconStyle>
|
||||
</Style>
|
||||
<Style id="multi">
|
||||
<IconStyle>
|
||||
<scale>1</scale>
|
||||
<Icon>
|
||||
<href>http://www.opencaching.de/resource2/misc/google-earth/multi.png</href>
|
||||
</Icon>
|
||||
</IconStyle>
|
||||
</Style>
|
||||
<Style id="virtual">
|
||||
<IconStyle>
|
||||
<scale>1</scale>
|
||||
<Icon>
|
||||
<href>http://www.opencaching.de/resource2/misc/google-earth/virtual.png</href>
|
||||
</Icon>
|
||||
</IconStyle>
|
||||
</Style>
|
||||
<Style id="webcam">
|
||||
<IconStyle>
|
||||
<scale>1</scale>
|
||||
<Icon>
|
||||
<href>http://www.opencaching.de/resource2/misc/google-earth/webcam.png</href>
|
||||
</Icon>
|
||||
</IconStyle>
|
||||
</Style>
|
||||
<Style id="event">
|
||||
<IconStyle>
|
||||
<scale>1</scale>
|
||||
<Icon>
|
||||
<href>http://www.opencaching.de/resource2/misc/google-earth/event.png</href>
|
||||
</Icon>
|
||||
</IconStyle>
|
||||
</Style>
|
||||
<Style id="mystery">
|
||||
<IconStyle>
|
||||
<scale>1</scale>
|
||||
<Icon>
|
||||
<href>http://www.opencaching.de/resource2/misc/google-earth/myst.png</href>
|
||||
</Icon>
|
||||
</IconStyle>
|
||||
</Style>
|
||||
<Style id="mathe">
|
||||
<IconStyle>
|
||||
<scale>1</scale>
|
||||
<Icon>
|
||||
<href>http://www.opencaching.de/resource2/misc/google-earth/math.png</href>
|
||||
</Icon>
|
||||
</IconStyle>
|
||||
</Style>
|
||||
<Style id="drivein">
|
||||
<IconStyle>
|
||||
<scale>1</scale>
|
||||
<Icon>
|
||||
<href>http://www.opencaching.de/resource2/misc/google-earth/drivein.png</href>
|
||||
</Icon>
|
||||
</IconStyle>
|
||||
</Style>
|
||||
<Style id="moving">
|
||||
<IconStyle>
|
||||
<scale>1</scale>
|
||||
<Icon>
|
||||
<href>http://www.opencaching.de/resource2/misc/google-earth/moving.png</href>
|
||||
</Icon>
|
||||
</IconStyle>
|
||||
</Style>
|
||||
<Style id="other">
|
||||
<IconStyle>
|
||||
<scale>1</scale>
|
||||
<Icon>
|
||||
<href>http://www.opencaching.de/resource2/misc/google-earth/unknown.png</href>
|
||||
</Icon>
|
||||
</IconStyle>
|
||||
</Style>
|
||||
<Folder>
|
||||
<Name>Geocaches (Opencaching)</Name>
|
||||
<Open>0</Open>
|
||||
@@ -0,0 +1,17 @@
|
||||
<!--m-->
|
||||
<tr>
|
||||
<td width="18" class="{bgcolor}" style="{line_style}"> {position} </td>
|
||||
<td width="45" class="{bgcolor}" style="{line_style}">{distance} </td>
|
||||
<td width="32" class="{bgcolor}" rowspan="2"><img src='lang/de/ocstyle/images/{icon_large}' alt='{cachetype}' title='{cachetype}'></td>
|
||||
<td width="46" class="{bgcolor}" rowspan="2" nowrap="nowarp">{diffpic}{terrpic}</td>
|
||||
<td width="448" class="{bgcolor}">{new} <span style="{status_style}"><a href="viewcache.php?cacheid={urlencode_cacheid}"><span style="{name_style}">{cachename}</span></a></span> <span style="{line_style}">{string_by}</span> <a href="viewprofile.php?userid={urlencode_userid}" style="{line_style}">{username}</a><!-- Ocprop: <a href="viewcache.php?cacheid={urlencode_cacheid}">{cachename}</a> {string_by} <a href="viewprofile.php?userid={urlencode_userid}">{username}</a> --></td>
|
||||
<td width="74" class="{bgcolor}" rowspan="2" style="padding: 0px">{oconly}</td>
|
||||
<td width="110" valign="top" class="{bgcolor}">{logimage1} {logdate1} </td>
|
||||
</tr>
|
||||
<!--n-->
|
||||
<tr>
|
||||
<td width="25" class="{bgcolor}"> </td>
|
||||
<td width="32" class="{bgcolor}" valign="top" style="{line_style}">{direction} </td>
|
||||
<td width="448" class="{bgcolor}" valign="top"><p style="{line_style}">{ratpic}{desclangs} {short_desc} </p></td>
|
||||
<td width="110" class="{bgcolor}" valign="top">{lastlogs} </td>
|
||||
</tr>
|
||||
@@ -0,0 +1,136 @@
|
||||
<?php
|
||||
/***************************************************************************
|
||||
./lang/de/ocstyle/search.result.tpl.php
|
||||
-------------------
|
||||
begin : July 25 2004
|
||||
copyright : (C) 2004 The OpenCaching Group
|
||||
forum contact at : http://www.opencaching.com/phpBB2
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
***************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Unicode Reminder メモ
|
||||
|
||||
(X)HTML search output template
|
||||
|
||||
****************************************************************************/
|
||||
?>
|
||||
|
||||
<div class="content2-container bg-blue02" style="margin-top:20px;">
|
||||
<table cellspacing="0" cellpadding="0" width="100%" border="0"><tr>
|
||||
<td style="white-space:nowrap">
|
||||
<p class="content-title-noshade-size15" style="padding:0; margin:4px;"> {t}{results_count} caches<span style="{search_headline_caches}"> matched</span>{/t} </p>
|
||||
</td>
|
||||
<td style="text-align:right; width:1px">
|
||||
<a href="search1.php?queryid={queryid}&output=map2bounds&showresult=1&skipqueryid=1&expert=0&utf8=1" class="nooutline"><img src="resource2/ocstyle/images/misc/32x32-world.png"/></a>
|
||||
</td>
|
||||
<td style="white-space:nowrap; text-align:left; padding-bottom:2px">
|
||||
<p class="inheader"><a href="search1.php?queryid={queryid}&output=map2bounds&showresult=1&skipqueryid=1&expert=0&utf8=1">{showonmap}</a></p>
|
||||
</td>
|
||||
<td style="text-align:right; padding-bottom:2px"><p class="inheader">
|
||||
<span style="white-space:nowrap">[<a href="query.php?action=save&queryid={queryid}">{t}Save options{/t}</a>]</span>
|
||||
<span style="white-space:nowrap">[<a href="search1.php?queryid={queryid}&showresult=0">{t}Edit options{/t}</a>]</span></p>
|
||||
</td>
|
||||
</tr></table>
|
||||
</div>
|
||||
<div class="buffer" style="height:5px;"></div>
|
||||
|
||||
<font size="2">
|
||||
<table class="content" border="0" cellspacing="0px" cellpadding="0px">
|
||||
<tr>
|
||||
<td class="header-small" colspan="2">
|
||||
<table width="98.5%">
|
||||
<tr>
|
||||
<td rowspan="1" style="vertical-align:top; width:300px">{pages}</td>
|
||||
<td style="text-align:right;">{t}Download{/t}: </td>
|
||||
<td><nobr>
|
||||
<select name="wpdownload-page" class="wpdownload" onChange="location.href=this.options[this.selectedIndex].value">
|
||||
<option value="#">{t}Results on this page{/t}</option>
|
||||
<option value="search1.php?queryid={queryid}&output=gpx&startat={startat}">GPX</option>
|
||||
<option value="search1.php?queryid={queryid}&output=loc&startat={startat}">LOC</option>
|
||||
<option value="search1.php?queryid={queryid}&output=kml&startat={startat}">KML</option>
|
||||
<option value="search1.php?queryid={queryid}&output=ov2&startat={startat}">OV2</option>
|
||||
<option value="search1.php?queryid={queryid}&output=ovl&startat={startat}">OVL</option>
|
||||
<option value="search1.php?queryid={queryid}&output=txt&startat={startat}">TXT</option>
|
||||
</select>
|
||||
<select name="wpdownload-all" class="wpdownload" onChange="location.href=this.options[this.selectedIndex].value">
|
||||
<option value="#">{t}Result {startatp1} to {endat} (as zip){/t}</option>
|
||||
<option value="search1.php?queryid={queryid}&output=gpx&startat={startat}&count=max&zip=1">GPX</option>
|
||||
<option value="search1.php?queryid={queryid}&output=loc&startat={startat}&count=max&zip=1">LOC</option>
|
||||
<option value="search1.php?queryid={queryid}&output=kml&startat={startat}&count=max&zip=1">KML</option>
|
||||
<option value="search1.php?queryid={queryid}&output=ov2&startat={startat}&count=max&zip=1">OV2</option>
|
||||
<option value="search1.php?queryid={queryid}&output=ovl&startat={startat}&count=max&zip=1">OVL</option>
|
||||
<option value="search1.php?queryid={queryid}&output=txt&startat={startat}&count=max&zip=1">TXT</option>
|
||||
</select></nobr>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="2"> </td></tr>
|
||||
<tr>
|
||||
<td colspan="2" style="padding-left: 0px; padding-right: 0px;">
|
||||
<table border="0" cellspacing="0px" cellpadding="0px" class="searchtable">
|
||||
<tr>
|
||||
<th width="18" height="13" > # </th>
|
||||
<th width="45" height="13">{distanceunit}</th>
|
||||
<th width="32" height="13">{t}Type{/t}</th>
|
||||
<th width="46" height="13">{t}D/T{/t}</th>
|
||||
<th width="448" height="13">{t}Name{/t}</th>
|
||||
<th width="48" height="13"> </th>
|
||||
<th width="126" height="13"><span style="display:{displaylastlogs}">{t}Last logs{/t}<span style="display:{displayownlogs}">{t}Own logs{/t}</th>
|
||||
</tr>
|
||||
<tr><td></td></tr>
|
||||
<!--a-->{results}<!--z-->
|
||||
</table>
|
||||
</td>
|
||||
<tr><td class="spacer" colspan="2"> </td></tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="header-small">{pages}</td>
|
||||
</tr>
|
||||
<tr><td style="height:0.6em"></td></tr>
|
||||
</table>
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td style="text-align:right; width:50%">{t}Download{/t}: </td>
|
||||
<td align="right" style="padding-right:20px; white-space:nowrap">
|
||||
<b>{t}Results on this page:{/t}</b>
|
||||
<a href="search1.php?queryid={queryid}&output=gpx&startat={startat}" title="{t}GPS Exchange Format .gpx{/t}">GPX</a>
|
||||
<a href="search1.php?queryid={queryid}&output=loc&startat={startat}" title="{t}Waypointfile .loc{/t}">LOC</a>
|
||||
<a href="search1.php?queryid={queryid}&output=kml&startat={startat}" title="{t}Google Earth .kml{/t}">KML</a>
|
||||
{search_in_gm}
|
||||
<a href="search1.php?queryid={queryid}&output=ov2&startat={startat}" title="{t}TomTom POI .ov2{/t}">OV2</a>
|
||||
<a href="search1.php?queryid={queryid}&output=ovl&startat={startat}" title="{t}TOP50-Overlay .ovl{/t}">OVL</a>
|
||||
<a href="search1.php?queryid={queryid}&output=txt&startat={startat}" title="{t}Textfile .txt{/t}">TXT</a>
|
||||
<br />
|
||||
<b>{t}Result {startatp1} to {endat} (as zip):{/t}</b>
|
||||
<a href="search1.php?queryid={queryid}&output=gpx&startat={startat}&count=max&zip=1" title="{t}GPS Exchange Format .gpx{/t}">GPX</a>
|
||||
<a href="search1.php?queryid={queryid}&output=loc&startat={startat}&count=max&zip=1" title="{t}Waypointfile .loc{/t}">LOC</a>
|
||||
<a href="search1.php?queryid={queryid}&output=kml&startat={startat}&count=max&zip=1" title="{t}Google Earth .kml{/t}">KML</a>
|
||||
{search_in_gm_zip}
|
||||
<a href="search1.php?queryid={queryid}&output=ov2&startat={startat}&count=max&zip=1" title="{t}TomTom POI .ov2{/t}">OV2</a>
|
||||
<a href="search1.php?queryid={queryid}&output=ovl&startat={startat}&count=max&zip=1" title="{t}TOP50-Overlay .ovl{/t}">OVL</a>
|
||||
<a href="search1.php?queryid={queryid}&output=txt&startat={startat}&count=max&zip=1" title="{t}Textfile .txt{/t}">TXT</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="help" colspan="2" align="right" style="line-height:2em;">
|
||||
{t}With the download you accept the <a href="articles.php?page=impressum#tos">terms of use</a> from opencaching.de. {/t}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>({t}old{/t})</p>
|
||||
|
||||
</font>
|
||||
@@ -0,0 +1,841 @@
|
||||
<?php
|
||||
/***************************************************************************
|
||||
./lang/de/ocstyle/search.simple.tpl.php
|
||||
-------------------
|
||||
begin : July 25 2004
|
||||
|
||||
For license information see doc/license.txt
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Unicode Reminder メモ
|
||||
|
||||
simple filter template for XHTML search form
|
||||
|
||||
****************************************************************************/
|
||||
?>
|
||||
<script type="text/javascript" src="resource2/ocstyle/js/wz_tooltip.js"></script>
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
var mnAttributesShowCat2 = 1;
|
||||
var maAttributes = new Array({attributes_jsarray});
|
||||
var cachesizes = {cachesizes};
|
||||
|
||||
function _sbn_click()
|
||||
{
|
||||
if (document.searchbyname.cachename.value == "")
|
||||
{
|
||||
alert("{t}Enter a name, please!{/t}");
|
||||
resetbutton('submit_cachename');
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
function _sbft_click()
|
||||
{
|
||||
if (document.searchbyfulltext.fulltext.value == "")
|
||||
{
|
||||
alert("{t}Fill out the text field, please!{/t}");
|
||||
resetbutton('submit_ft');
|
||||
return false;
|
||||
}
|
||||
|
||||
if ((document.searchbyfulltext.ft_name.checked == false) &&
|
||||
(document.searchbyfulltext.ft_desc.checked == false) &&
|
||||
(document.searchbyfulltext.ft_logs.checked == false) &&
|
||||
(document.searchbyfulltext.ft_pictures.checked == false))
|
||||
{
|
||||
alert("{t}You have to check at least one field!{/t}");
|
||||
resetbutton('submit_ft');
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
function _sbd_click()
|
||||
{
|
||||
if (isNaN(document.searchbydistance.lon_h.value) || isNaN(document.searchbydistance.lon_min.value))
|
||||
{
|
||||
alert("{t}Longitude has to be a number!\nFormat: hh° mm.mmm{/t}");
|
||||
resetbutton('submit_dist');
|
||||
return false;
|
||||
}
|
||||
else if (isNaN(document.searchbydistance.lat_h.value) || isNaN(document.searchbydistance.lat_min.value))
|
||||
{
|
||||
alert("{t}Latitude has to be a number!\nFormat: hh° mm.mmm{/t}");
|
||||
resetbutton('submit_dist');
|
||||
return false;
|
||||
}
|
||||
else if (isNaN(document.searchbydistance.distance.value))
|
||||
{
|
||||
alert("{t}The maximum distance has to be a number!{/t}");
|
||||
resetbutton('submit_dist');
|
||||
return false;
|
||||
}
|
||||
else if (document.searchbydistance.distance.value <= 0 || document.searchbydistance.distance.value > 9999)
|
||||
{
|
||||
alert("{t}The distance has to be between 0 and 9999{/t}");
|
||||
resetbutton('submit_dist');
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
function _sbplz_click()
|
||||
{
|
||||
if (document.searchbyplz.plz.value == "")
|
||||
{
|
||||
alert("{t}Enter the postal code, please!{/t}");
|
||||
resetbutton('submit_plz');
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
function _sbort_click()
|
||||
{
|
||||
if (document.searchbyort.ort.value == "")
|
||||
{
|
||||
alert("{t}Enter the city, please!{/t}");
|
||||
resetbutton('submit_city');
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
function _sbo_click()
|
||||
{
|
||||
if (document.searchbyowner.owner.value == "")
|
||||
{
|
||||
alert("{t}Enter the owner, please!{/t}");
|
||||
resetbutton('submit_owner');
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
function _sbf_click()
|
||||
{
|
||||
if (document.searchbyfinder.finder.value == "")
|
||||
{
|
||||
alert("{t}Enter the username, please!{/t}");
|
||||
resetbutton('submit_finder');
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
function sync_options(element)
|
||||
{
|
||||
var formnames = new Array();
|
||||
formnames[0] = "searchbyname";
|
||||
formnames[1] = "searchbydistance";
|
||||
formnames[2] = "searchbyowner";
|
||||
formnames[3] = "searchbyfinder";
|
||||
formnames[4] = "searchbyplz";
|
||||
formnames[5] = "searchbyort";
|
||||
formnames[6] = "searchbyfulltext";
|
||||
|
||||
var sortby = "";
|
||||
if (document.optionsform.sort[0].checked == true)
|
||||
sortby = "byname";
|
||||
else if (document.optionsform.sort[1].checked == true)
|
||||
sortby = "bydistance";
|
||||
else if (document.optionsform.sort[2].checked == true)
|
||||
sortby = "bycreated";
|
||||
else if (document.optionsform.sort[3].checked == true)
|
||||
sortby = "bylastlog";
|
||||
else if (document.optionsform.sort[4].checked == true)
|
||||
sortby = "bymylastlog";
|
||||
|
||||
var tmpattrib = "";
|
||||
for (i = 0; i < maAttributes.length; i++)
|
||||
if (maAttributes[i][1] == 1)
|
||||
tmpattrib = '' + tmpattrib + maAttributes[i][0] + ';';
|
||||
if(tmpattrib.length > 0)
|
||||
tmpattrib = tmpattrib.substr(0, tmpattrib.length-1);
|
||||
|
||||
var tmpattrib_not = "";
|
||||
for (i = 0; i < maAttributes.length; i++)
|
||||
if (maAttributes[i][1] == 2)
|
||||
tmpattrib_not = '' + tmpattrib_not + maAttributes[i][0] + ';';
|
||||
if(tmpattrib_not.length > 0)
|
||||
tmpattrib_not = tmpattrib_not.substr(0, tmpattrib_not.length-1);
|
||||
|
||||
var tmpcachetype = "";
|
||||
for (i = 1; i <= 10; i++)
|
||||
{
|
||||
if (document.getElementById('cachetype' + i).checked == true)
|
||||
{
|
||||
if (tmpcachetype != "") tmpcachetype = tmpcachetype + ";";
|
||||
tmpcachetype = tmpcachetype + i;
|
||||
}
|
||||
}
|
||||
if (tmpcachetype == "") tmpcachetype = "none";
|
||||
|
||||
var tmpcachesize = "";
|
||||
for (i = 1; i <= cachesizes; i++)
|
||||
{
|
||||
if (document.getElementById('cachesize' + i).checked == true)
|
||||
{
|
||||
if (tmpcachesize != "") tmpcachesize = tmpcachesize + ";";
|
||||
tmpcachesize = tmpcachesize + i;
|
||||
}
|
||||
}
|
||||
if (tmpcachesize == "") tmpcachesize = "none";
|
||||
|
||||
for (var i in formnames)
|
||||
{
|
||||
document.forms[formnames[i]].sort.value = sortby;
|
||||
document.forms[formnames[i]].orderRatingFirst.value = document.optionsform.orderRatingFirst.checked ? 1 : 0;
|
||||
document.forms[formnames[i]].f_userowner.value = document.optionsform.f_userowner.checked ? 1 : 0;
|
||||
document.forms[formnames[i]].f_userfound.value = document.optionsform.f_userfound.checked ? 1 : 0;
|
||||
document.forms[formnames[i]].f_inactive.value = document.optionsform.f_inactive.checked ? 1 : 0;
|
||||
document.forms[formnames[i]].f_disabled.value = document.optionsform.f_disabled.checked ? 1 : 0;
|
||||
document.forms[formnames[i]].f_ignored.value = document.optionsform.f_ignored.checked ? 1 : 0;
|
||||
document.forms[formnames[i]].f_otherPlatforms.value = document.optionsform.f_otherPlatforms.checked ? 1 : 0;
|
||||
document.forms[formnames[i]].country.value = document.optionsform.country.value;
|
||||
document.forms[formnames[i]].difficultymin.value = document.optionsform.difficultymin.value;
|
||||
document.forms[formnames[i]].difficultymax.value = document.optionsform.difficultymax.value;
|
||||
document.forms[formnames[i]].terrainmin.value = document.optionsform.terrainmin.value;
|
||||
document.forms[formnames[i]].terrainmax.value = document.optionsform.terrainmax.value;
|
||||
document.forms[formnames[i]].cachetype.value = tmpcachetype;
|
||||
document.forms[formnames[i]].cachesize.value = tmpcachesize;
|
||||
document.forms[formnames[i]].cache_attribs.value = tmpattrib;
|
||||
document.forms[formnames[i]].cache_attribs_not.value = tmpattrib_not;
|
||||
}
|
||||
}
|
||||
|
||||
function switchAttribute(id)
|
||||
{
|
||||
var attrImg1 = document.getElementById("attrimg1_" + id);
|
||||
var attrImg2 = document.getElementById("attrimg2_" + id);
|
||||
var nArrayIndex = 0;
|
||||
|
||||
for (nArrayIndex = 0; nArrayIndex < maAttributes.length; nArrayIndex++)
|
||||
{
|
||||
if (maAttributes[nArrayIndex][0] == id)
|
||||
break;
|
||||
}
|
||||
|
||||
if (maAttributes[nArrayIndex][1] == 0)
|
||||
{
|
||||
if (attrImg1) attrImg1.src = maAttributes[nArrayIndex][3];
|
||||
if (attrImg2) attrImg2.src = maAttributes[nArrayIndex][3];
|
||||
maAttributes[nArrayIndex][1] = 1;
|
||||
}
|
||||
else if (maAttributes[nArrayIndex][1] == 1)
|
||||
{
|
||||
if (attrImg1) attrImg1.src = maAttributes[nArrayIndex][4];
|
||||
if (attrImg2) attrImg2.src = maAttributes[nArrayIndex][4];
|
||||
maAttributes[nArrayIndex][1] = 2;
|
||||
}
|
||||
else if (maAttributes[nArrayIndex][1] == 2)
|
||||
{
|
||||
if (attrImg1) attrImg1.src = maAttributes[nArrayIndex][5];
|
||||
if (attrImg2) attrImg2.src = maAttributes[nArrayIndex][5];
|
||||
maAttributes[nArrayIndex][1] = 0;
|
||||
}
|
||||
|
||||
sync_options(null);
|
||||
}
|
||||
|
||||
function hideAttributesCat2()
|
||||
{
|
||||
mnAttributesShowCat2 = 0;
|
||||
document.getElementById('attributesCat1').style.display = "block";
|
||||
document.getElementById('attributesCat2').style.display = "none";
|
||||
document.getElementById('toggleAttributesCaption').firstChild.nodeValue = "{t}Show all{/t}";
|
||||
}
|
||||
|
||||
function showAttributesCat2()
|
||||
{
|
||||
mnAttributesShowCat2 = 1;
|
||||
document.getElementById('attributesCat1').style.display = "none";
|
||||
document.getElementById('attributesCat2').style.display = "block";
|
||||
document.getElementById('toggleAttributesCaption').firstChild.nodeValue = "{t}Less{/t}";
|
||||
}
|
||||
|
||||
function switchAttributeCat2()
|
||||
{
|
||||
if (mnAttributesShowCat2 != 0)
|
||||
hideAttributesCat2();
|
||||
else
|
||||
showAttributesCat2();
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<div class="content2-pagetitle"><img src="resource2/ocstyle/images/misc/32x32-search.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="{t}Search for caches{/t}" />{t}Search for caches{/t} <small style="font-weight:normal">({t}old{/t})</small></div>
|
||||
|
||||
<form name="optionsform" style="display:inline;">
|
||||
|
||||
<div class="searchdiv">
|
||||
<table class="table">
|
||||
|
||||
<tr>
|
||||
<td style="vertical-align:top">{t}Sorting of result:{/t}</td>
|
||||
<td colspan="2">
|
||||
<div style="padding:0 0 5px 0">
|
||||
<input type="radio" name="sort" value="byname" index="0" id="l_sortbyname" class="radio" onclick="sync_options(this)" {byname_checked} > <label for="l_sortbyname">{t}Cachename{/t}</label>
|
||||
<input type="radio" name="sort" value="bydistance" index="1" id="l_sortbydistance" class="radio" onclick="sync_options(this)" {bydistance_checked} {bydistance_enabled} {disable_nologin}> <label for="l_sortbydistance" {grey_nologin}>{t}Distance from <a href="myprofile.php">user-profile home coordinates</a>{/t}</label></div>
|
||||
<input type="radio" name="sort" value="bycreated" index="2" id="l_sortbycreated" class="radio" onclick="sync_options(this)" {bycreated_checked}> <label for="l_sortbycreated">{t}Listed since{/t}</label>
|
||||
<input type="radio" name="sort" value="bylastlog" index="3" id="l_sortbylastlog" class="radio" onclick="sync_options(this)" {bylastlog_checked}> <label for="l_sortbylastlog" >{t}Last log{/t}</label>
|
||||
<input type="radio" name="sort" value="bymylastlog" index="4" id="l_sortbymylastlog" class="radio" onclick="sync_options(this)" {bymylastlog_checked} {disable_nologin}> <label for="l_sortbymylastlog" {grey_nologin}>{t}My last log{/t}</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>
|
||||
<input id="orderRatingFirst" type="checkbox" name="orderRatingFirst" class="checkbox" value="1" onclick="sync_options(this)" {orderRatingFirst_checked} />
|
||||
<label for="orderRatingFirst">{t}Show recommendation from other users first{/t}</label>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="searchdiv">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td>{t}Hide following caches:{/t}</td>
|
||||
<td colspan="2">
|
||||
<input type="checkbox" name="f_userowner" value="1" id="l_userowner" class="checkbox" onclick="sync_options(this)" {f_userowner_disabled} /> <label for="l_userowner" {grey_nologin}>{t}My owned{/t}</label>
|
||||
<input type="checkbox" name="f_userfound" value="1" id="l_userfound" class="checkbox" onclick="sync_options(this)" {f_userfound_disabled} /> <label for="l_userfound" {grey_nologin}>{t}My finds{/t}</label>
|
||||
<input type="checkbox" name="f_ignored" value="1" id="l_ignored" class="checkbox" onclick="sync_options(this)" {f_ignored_disabled} > <label for="l_ignored" {grey_nologin}>{t}My ignored{/t}</label>
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}" align="middle">{t}Only usable if signed in.{/t}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td colspan="2">
|
||||
<input type="checkbox" name="f_disabled" value="1" id="l_disabled" class="checkbox" onclick="sync_options(this)" {f_disabled_checked} > <label for="l_disabled">{t}disabled[pl]{/t}</label>
|
||||
<input type="checkbox" name="f_inactive" value="1" id="l_inactive" class="checkbox" onclick="sync_options(this)" {f_inactive_checked} > <label for="l_inactive">{t}archived[pl]{/t}</label>
|
||||
<input type="checkbox" name="f_otherPlatforms" value="1" id="l_otherPlatforms" class="checkbox" onclick="sync_options(this)" {f_otherPlatforms_checked} > <label for="l_otherPlatforms">{t}GC listings (also listed at gc.com){/t}</label>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="searchdiv">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td>{t}Cachetype:{/t}</td>
|
||||
<td><input type="checkbox" id="cachetype2" name="cachetype2" value="2" onclick="sync_options(this)" class="checkbox" {cachetype2checked} /> <label for="cachetype2">{t}Traditional Cache{/t}</label></td>
|
||||
<td><input type="checkbox" id="cachetype3" name="cachetype3" value="3" onclick="sync_options(this)" class="checkbox" {cachetype3checked} /> <label for="cachetype3">{t}Multicache{/t}</label></td>
|
||||
<td><input type="checkbox" id="cachetype5" name="cachetype5" value="5" onclick="sync_options(this)" class="checkbox" {cachetype5checked} /> <label for="cachetype5">{t}Webcam Cache{/t}</label></td>
|
||||
<td><input type="checkbox" id="cachetype6" name="cachetype6" value="6" onclick="sync_options(this)" class="checkbox" {cachetype6checked} /> <label for="cachetype6">{t}Event Cache{/t}</label></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><input type="checkbox" id="cachetype7" name="cachetype7" value="7" onclick="sync_options(this)" class="checkbox" {cachetype7checked} /> <label for="cachetype7">{t}Quizcache{/t}</label></td>
|
||||
<td><input type="checkbox" id="cachetype8" name="cachetype8" value="8" onclick="sync_options(this)" class="checkbox" {cachetype8checked} /> <label for="cachetype8">{t}Math/Physics-Cache{/t}</label></td>
|
||||
<td><input type="checkbox" id="cachetype9" name="cachetype9" value="9" onclick="sync_options(this)" class="checkbox" {cachetype9checked} /> <label for="cachetype9">{t}Moving Cache{/t}</label></td>
|
||||
<td><input type="checkbox" id="cachetype10" name="cachetype10" value="10" onclick="sync_options(this)" class="checkbox" {cachetype10checked} /> <label for="cachetype10">{t}Drive-In{/t}</label></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><input type="checkbox" id="cachetype4" name="cachetype4" value="4" onclick="sync_options(this)" class="checkbox" {cachetype4checked} /> <label for="cachetype4">{t}virtual Cache{/t}</label></td>
|
||||
<td><input type="checkbox" id="cachetype1" name="cachetype1" value="1" onclick="sync_options(this)" class="checkbox" {cachetype1checked} /> <label for="cachetype1">{t}unknown cachetyp{/t}</label></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="searchdiv">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td>{t}Cachesize:{/t}</td>
|
||||
<td><input type="checkbox" id="cachesize8" name="cachesize8" value="8" onclick="sync_options(this)" class="checkbox" {cachesize8checked} /> <label for="cachesize8">{t}nano{/t}</label> </td>
|
||||
<td><input type="checkbox" id="cachesize2" name="cachesize2" value="2" onclick="sync_options(this)" class="checkbox" {cachesize2checked} /> <label for="cachesize2">{t}micro{/t}</label></td>
|
||||
<td><input type="checkbox" id="cachesize3" name="cachesize3" value="3" onclick="sync_options(this)" class="checkbox" {cachesize3checked} /> <label for="cachesize3">{t}small{/t}</label></td>
|
||||
<td><input type="checkbox" id="cachesize4" name="cachesize4" value="4" onclick="sync_options(this)" class="checkbox" {cachesize4checked} /> <label for="cachesize4">{t}normal{/t}</label></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><input type="checkbox" id="cachesize5" name="cachesize5" value="5" onclick="sync_options(this)" class="checkbox" {cachesize5checked} /> <label for="cachesize5">{t}large{/t}</label></td>
|
||||
<td><input type="checkbox" id="cachesize6" name="cachesize6" value="6" onclick="sync_options(this)" class="checkbox" {cachesize6checked} /> <label for="cachesize6">{t}very large{/t}</label></td>
|
||||
<td><input type="checkbox" id="cachesize7" name="cachesize7" value="7" onclick="sync_options(this)" class="checkbox" {cachesize7checked} /> <label for="cachesize7">{t}no container{/t}</label></td>
|
||||
<td><input type="checkbox" id="cachesize1" name="cachesize1" value="1" onclick="sync_options(this)" class="checkbox" {cachesize1checked} /> <label for="cachesize1">{t}other size{/t}</label></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="searchdiv">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td>{t}Difficulty:{/t}</td>
|
||||
<td>
|
||||
<select name="difficultymin" class="input80" onchange="sync_options(this)">
|
||||
{difficultymin_options}
|
||||
</select>
|
||||
{t}to{/t}
|
||||
<select name="difficultymax" class="input80" onchange="sync_options(this)">
|
||||
{difficultymax_options}
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{t}Terrain:{/t}</td>
|
||||
<td>
|
||||
<select name="terrainmin" class="input80" onchange="sync_options(this)">
|
||||
{terrainmin_options}
|
||||
</select>
|
||||
{t}to{/t}
|
||||
<select name="terrainmax" class="input80" onchange="sync_options(this)">
|
||||
{terrainmax_options}
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="searchdiv">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td>{t}Country:{/t} </td>
|
||||
<td>
|
||||
<select name="country" class="input200" onchange="sync_options(this)">
|
||||
{countryoptions}
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="searchdiv">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
{t}Cache attributes:{/t}<br />
|
||||
(<a href="javascript:switchAttributeCat2()"><span id="toggleAttributesCaption">{t}Show all{/t}</span></a>)
|
||||
</td>
|
||||
<td>
|
||||
<div id="attributesCat1" style="display:none;">{cache_attribCat1_list}</div>
|
||||
<div id="attributesCat2" style="display:block;">{cache_attribCat2_list}</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div id="scriptwarning" style="margin:0 5px 0 5px;">
|
||||
<p><span class="errormsg">{t}JavaScript is not activated, you cannot use the above options (sorting to attributes) - basic search is supported nevertheless.{/t}</span></p>
|
||||
</div>
|
||||
|
||||
<script language="javascript">
|
||||
<!--
|
||||
document.getElementById("scriptwarning").style.display = "none";
|
||||
|
||||
// hide advanced attributes if none is selected
|
||||
var i = 0;
|
||||
var bHide = true;
|
||||
for (i = 0; i < maAttributes.length; i++)
|
||||
{
|
||||
if (maAttributes[i][1] != 0 && maAttributes[i][6] != 1)
|
||||
{
|
||||
bHide = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (bHide == true)
|
||||
hideAttributesCat2();
|
||||
-->
|
||||
</script>
|
||||
|
||||
<form action="search1.php" onsubmit="return(_sbn_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbyname" dir="ltr" style="display:inline;">
|
||||
<input type="hidden" name="searchto" value="searchbyname" />
|
||||
<input type="hidden" name="showresult" value="1" />
|
||||
<input type="hidden" name="expert" value="0" />
|
||||
<input type="hidden" name="output" value="HTML" />
|
||||
<input type="hidden" name="utf8" value="1" />
|
||||
|
||||
<input type="hidden" name="sort" value="{hidopt_sort}" />
|
||||
<input type="hidden" name="orderRatingFirst" value="{hidopt_orderRatingFirst}" />
|
||||
<input type="hidden" name="f_userowner" value="{hidopt_userowner}" />
|
||||
<input type="hidden" name="f_userfound" value="{hidopt_userfound}" />
|
||||
<input type="hidden" name="f_inactive" value="{hidopt_inactive}" />
|
||||
<input type="hidden" name="f_disabled" value="{hidopt_disabled}" />
|
||||
<input type="hidden" name="f_ignored" value="{hidopt_ignored}" />
|
||||
<input type="hidden" name="f_otherPlatforms" value="{hidopt_otherPlatforms}" />
|
||||
<input type="hidden" name="country" value="{country}" />
|
||||
<input type="hidden" name="cachetype" value="{cachetype}" />
|
||||
<input type="hidden" name="cachesize" value="{cachesize}" />
|
||||
<input type="hidden" name="difficultymin" value="{difficultymin}" />
|
||||
<input type="hidden" name="difficultymax" value="{difficultymax}" />
|
||||
<input type="hidden" name="terrainmin" value="{terrainmin}" />
|
||||
<input type="hidden" name="terrainmax" value="{terrainmax}" />
|
||||
<input type="hidden" name="cache_attribs" value="{hidopt_attribs}" />
|
||||
<input type="hidden" name="cache_attribs_not" value="{hidopt_attribs_not}" />
|
||||
|
||||
<div class="buffer" style="width: 500px;"> </div>
|
||||
<div class="content2-container bg-blue02">
|
||||
<p class="content-title-noshade-size2">
|
||||
<img src="resource2/ocstyle/images/misc/32x32-search.png" style="align: left; margin-right: 10px;" width="22" height="22" alt="" />
|
||||
{t}Search by cachename{/t}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
<col width="200">
|
||||
<col width="220">
|
||||
<col>
|
||||
</colgroup>
|
||||
<tr><td class="spacer" colspan="3"></td></tr>
|
||||
<tr>
|
||||
<td>{t}Name:{/t}</td>
|
||||
<td><input type="text" name="cachename" value="{cachename}" class="input200" /></td>
|
||||
<td><input type="submit" name="submit_cachename" value="{t}Search{/t}" class="formbutton" onclick="submitbutton('submit_cachename')" /></td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="3"></td></tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<form action="search1.php" onsubmit="return(_sbd_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbydistance" dir="ltr" style="display:inline;">
|
||||
<input type="hidden" name="searchto" value="searchbydistance" />
|
||||
<input type="hidden" name="showresult" value="1" />
|
||||
<input type="hidden" name="expert" value="0" />
|
||||
<input type="hidden" name="output" value="HTML" />
|
||||
<input type="hidden" name="utf8" value="1" />
|
||||
|
||||
<input type="hidden" name="sort" value="{hidopt_sort}" />
|
||||
<input type="hidden" name="orderRatingFirst" value="{hidopt_orderRatingFirst}" />
|
||||
<input type="hidden" name="f_userowner" value="{hidopt_userowner}" />
|
||||
<input type="hidden" name="f_userfound" value="{hidopt_userfound}" />
|
||||
<input type="hidden" name="f_inactive" value="{hidopt_inactive}" />
|
||||
<input type="hidden" name="f_disabled" value="{hidopt_disabled}" />
|
||||
<input type="hidden" name="f_ignored" value="{hidopt_ignored}" />
|
||||
<input type="hidden" name="f_otherPlatforms" value="{hidopt_otherPlatforms}" />
|
||||
<input type="hidden" name="country" value="{country}" />
|
||||
<input type="hidden" name="cachetype" value="{cachetype}" />
|
||||
<input type="hidden" name="cachesize" value="{cachesize}" />
|
||||
<input type="hidden" name="difficultymin" value="{difficultymin}" />
|
||||
<input type="hidden" name="difficultymax" value="{difficultymax}" />
|
||||
<input type="hidden" name="terrainmin" value="{terrainmin}" />
|
||||
<input type="hidden" name="terrainmax" value="{terrainmax}" />
|
||||
<input type="hidden" name="cache_attribs" value="{hidopt_attribs}" />
|
||||
<input type="hidden" name="cache_attribs_not" value="{hidopt_attribs_not}" />
|
||||
|
||||
<div class="buffer" style="width: 500px;"> </div>
|
||||
<div class="content2-container bg-blue02">
|
||||
<p class="content-title-noshade-size2">
|
||||
<img src="resource2/ocstyle/images/misc/32x32-search.png" style="align: left; margin-right: 10px;" width="22" height="22" alt="" />
|
||||
{t}Search by distance{/t}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
<col width="200">
|
||||
<col width="220">
|
||||
<col>
|
||||
</colgroup>
|
||||
<tr><td class="spacer" colspan="3"></td></tr>
|
||||
<tr>
|
||||
<td valign="top">{t}Of coordinates:{/t}</td>
|
||||
<td colspan="2" valign="top">
|
||||
<select name="latNS" class="input40">
|
||||
<option value="N" {latN_sel}>{t}N{/t}</option>
|
||||
<option value="S" {latS_sel}>{t}S{/t}</option>
|
||||
</select>
|
||||
<input type="text" name="lat_h" maxlength="2" value="{lat_h}" class="input30" /> °
|
||||
<input type="text" name="lat_min" maxlength="6" value="{lat_min}" class="input40" /> '
|
||||
<br>
|
||||
<select name="lonEW" class="input40">
|
||||
<option value="E" {lonE_sel}>{t}E{/t}</option>
|
||||
<option value="W" {lonW_sel}>{t}W{/t}</option>
|
||||
</select>
|
||||
<input type="text" name="lon_h" maxlength="3" value="{lon_h}" class="input30" /> °
|
||||
<input type="text" name="lon_min" maxlength="6" value="{lon_min}" class="input40" /> '
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{t}Maximum distance:{/t}</td>
|
||||
<td>
|
||||
<input type="text" name="distance" value="{distance}" maxlength="4" class="input50" />
|
||||
<select name="unit" class="input100">
|
||||
<option value="km" {sel_km}>{t}Kilometer{/t}</option>
|
||||
<option value="sm" {sel_sm}>{t}Miles{/t}</option>
|
||||
<option value="nm" {sel_nm}>{t}Seamiles{/t}</option>
|
||||
</select>
|
||||
</td>
|
||||
<td><input type="submit" name="submit_dist" value="{t}Search{/t}" class="formbutton" onclick="submitbutton('submit_dist')" /></td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="3"></td></tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<div class="buffer" style="width: 500px;"> </div>
|
||||
<div class="content2-container bg-blue02">
|
||||
<p class="content-title-noshade-size2">
|
||||
<img src="resource2/ocstyle/images/misc/32x32-search.png" style="align: left; margin-right: 10px;" width="22" height="22" alt="" />
|
||||
{t}Search for city{/t}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
<col width="200">
|
||||
<col width="220">
|
||||
<col>
|
||||
</colgroup>
|
||||
|
||||
<tr><td class="spacer" colspan="3"></td></tr>
|
||||
{ortserror}
|
||||
</table>
|
||||
|
||||
<form action="search1.php" onsubmit="return(_sbplz_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbyplz" dir="ltr" style="display:inline;">
|
||||
<input type="hidden" name="searchto" value="searchbyplz" />
|
||||
<input type="hidden" name="showresult" value="1" />
|
||||
<input type="hidden" name="expert" value="0" />
|
||||
<input type="hidden" name="output" value="HTML" />
|
||||
<input type="hidden" name="utf8" value="1" />
|
||||
|
||||
<input type="hidden" name="sort" value="{hidopt_sort}" />
|
||||
<input type="hidden" name="orderRatingFirst" value="{hidopt_orderRatingFirst}" />
|
||||
<input type="hidden" name="f_userowner" value="{hidopt_userowner}" />
|
||||
<input type="hidden" name="f_userfound" value="{hidopt_userfound}" />
|
||||
<input type="hidden" name="f_inactive" value="{hidopt_inactive}" />
|
||||
<input type="hidden" name="f_disabled" value="{hidopt_disabled}" />
|
||||
<input type="hidden" name="f_ignored" value="{hidopt_ignored}" />
|
||||
<input type="hidden" name="f_otherPlatforms" value="{hidopt_otherPlatforms}" />
|
||||
<input type="hidden" name="country" value="{country}" />
|
||||
<input type="hidden" name="cachetype" value="{cachetype}" />
|
||||
<input type="hidden" name="cachesize" value="{cachesize}" />
|
||||
<input type="hidden" name="difficultymin" value="{difficultymin}" />
|
||||
<input type="hidden" name="difficultymax" value="{difficultymax}" />
|
||||
<input type="hidden" name="terrainmin" value="{terrainmin}" />
|
||||
<input type="hidden" name="terrainmax" value="{terrainmax}" />
|
||||
<input type="hidden" name="cache_attribs" value="{hidopt_attribs}" />
|
||||
<input type="hidden" name="cache_attribs_not" value="{hidopt_attribs_not}" />
|
||||
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
<col width="200">
|
||||
<col width="220">
|
||||
<col>
|
||||
</colgroup>
|
||||
<tr>
|
||||
<td>{t}Postal code:{/t}</td>
|
||||
<td><input type="text" name="plz" value="{plz}" maxlength="5" class="input50" /></td>
|
||||
<td><input type="submit" name="submit_plz" value="{t}Search{/t}" class="formbutton" onclick="submitbutton('submit_plz')" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<form action="search1.php" onsubmit="return(_sbort_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbyort" dir="ltr" style="display:inline;">
|
||||
<input type="hidden" name="searchto" value="searchbyort" />
|
||||
<input type="hidden" name="showresult" value="1" />
|
||||
<input type="hidden" name="expert" value="0" />
|
||||
<input type="hidden" name="output" value="HTML" />
|
||||
<input type="hidden" name="utf8" value="1" />
|
||||
|
||||
<input type="hidden" name="sort" value="{hidopt_sort}" />
|
||||
<input type="hidden" name="orderRatingFirst" value="{hidopt_orderRatingFirst}" />
|
||||
<input type="hidden" name="f_userowner" value="{hidopt_userowner}" />
|
||||
<input type="hidden" name="f_userfound" value="{hidopt_userfound}" />
|
||||
<input type="hidden" name="f_inactive" value="{hidopt_inactive}" />
|
||||
<input type="hidden" name="f_disabled" value="{hidopt_disabled}" />
|
||||
<input type="hidden" name="f_ignored" value="{hidopt_ignored}" />
|
||||
<input type="hidden" name="f_otherPlatforms" value="{hidopt_otherPlatforms}" />
|
||||
<input type="hidden" name="country" value="{country}" />
|
||||
<input type="hidden" name="difficultymin" value="{difficultymin}" />
|
||||
<input type="hidden" name="difficultymax" value="{difficultymax}" />
|
||||
<input type="hidden" name="terrainmin" value="{terrainmin}" />
|
||||
<input type="hidden" name="terrainmax" value="{terrainmax}" />
|
||||
<input type="hidden" name="cachetype" value="{cachetype}" />
|
||||
<input type="hidden" name="cachesize" value="{cachesize}" />
|
||||
<input type="hidden" name="cache_attribs" value="{hidopt_attribs}" />
|
||||
<input type="hidden" name="cache_attribs_not" value="{hidopt_attribs_not}" />
|
||||
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
<col width="200">
|
||||
<col width="220">
|
||||
<col>
|
||||
</colgroup>
|
||||
<tr>
|
||||
<td>{t}City:{/t}</td>
|
||||
<td><input type="text" name="ort" value="{ort}" class="input200" /></td>
|
||||
<td><input type="submit" name="submit_city" value="{t}Search{/t}" class="formbutton" onclick="submitbutton('submit_city')" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
<col width="200">
|
||||
<col width="220">
|
||||
<col>
|
||||
</colgroup>
|
||||
<tr><td class="spacer" colspan="3"></td></tr>
|
||||
</table>
|
||||
|
||||
<form action="search1.php" onsubmit="return(_sbft_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbyfulltext" dir="ltr" style="display:inline;">
|
||||
<input type="hidden" name="searchto" value="searchbyfulltext" />
|
||||
<input type="hidden" name="showresult" value="1" />
|
||||
<input type="hidden" name="expert" value="0" />
|
||||
<input type="hidden" name="output" value="HTML" />
|
||||
<input type="hidden" name="utf8" value="1" />
|
||||
|
||||
<input type="hidden" name="sort" value="{hidopt_sort}" />
|
||||
<input type="hidden" name="orderRatingFirst" value="{hidopt_orderRatingFirst}" />
|
||||
<input type="hidden" name="f_userowner" value="{hidopt_userowner}" />
|
||||
<input type="hidden" name="f_userfound" value="{hidopt_userfound}" />
|
||||
<input type="hidden" name="f_inactive" value="{hidopt_inactive}" />
|
||||
<input type="hidden" name="f_disabled" value="{hidopt_disabled}" />
|
||||
<input type="hidden" name="f_ignored" value="{hidopt_ignored}" />
|
||||
<input type="hidden" name="f_otherPlatforms" value="{hidopt_otherPlatforms}" />
|
||||
<input type="hidden" name="country" value="{country}" />
|
||||
<input type="hidden" name="difficultymin" value="{difficultymin}" />
|
||||
<input type="hidden" name="difficultymax" value="{difficultymax}" />
|
||||
<input type="hidden" name="terrainmin" value="{terrainmin}" />
|
||||
<input type="hidden" name="terrainmax" value="{terrainmax}" />
|
||||
<input type="hidden" name="cachetype" value="{cachetype}" />
|
||||
<input type="hidden" name="cachesize" value="{cachesize}" />
|
||||
<input type="hidden" name="cache_attribs" value="{hidopt_attribs}" />
|
||||
<input type="hidden" name="cache_attribs_not" value="{hidopt_attribs_not}" />
|
||||
|
||||
<div class="buffer" style="width: 500px;"> </div>
|
||||
<div class="content2-container bg-blue02">
|
||||
<p class="content-title-noshade-size2">
|
||||
<img src="resource2/ocstyle/images/misc/32x32-search.png" style="align: left; margin-right: 10px;" width="22" height="22" alt="" />
|
||||
{t}Search for text{/t}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
<col width="200">
|
||||
<col width="220">
|
||||
<col>
|
||||
</colgroup>
|
||||
<tr><td class="spacer" colspan="3"></td></tr>
|
||||
{fulltexterror}
|
||||
<tr>
|
||||
<td>Text:</td>
|
||||
<td><input type="text" name="fulltext" value="{fulltext}" class="input200" /></td>
|
||||
<td><input type="submit" name="submit_ft" value="{t}Search{/t}" class="formbutton" onclick="submitbutton('submit_ft')" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td colspan="2">
|
||||
<table class="table" width="250px">
|
||||
<tr>
|
||||
<td><input type="checkbox" name="ft_name" id="ft_name" class="checkbox" value="1" {ft_name_checked} /> <label for="ft_name">{t}Name{/t}</label></td>
|
||||
<td><input type="checkbox" name="ft_desc" id="ft_desc" class="checkbox" value="1" {ft_desc_checked} /> <label for="ft_desc">{t}Description{/t}</label></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="ft_logs" id="ft_logs" class="checkbox" value="1" {ft_logs_checked} /> <label for="ft_logs">{t}Logs{/t}</label></td>
|
||||
<td><input type="checkbox" name="ft_pictures" id="ft_pictures" class="checkbox" value="1" {ft_pictures_checked} /> <label for="ft_pictures">{t}Pictures{/t}</label></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="3"></td></tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<form action="search1.php" onsubmit="return(_sbo_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbyowner" dir="ltr" style="display:inline;">
|
||||
<input type="hidden" name="searchto" value="searchbyowner" />
|
||||
<input type="hidden" name="showresult" value="1" />
|
||||
<input type="hidden" name="expert" value="0" />
|
||||
<input type="hidden" name="output" value="HTML" />
|
||||
<input type="hidden" name="utf8" value="1" />
|
||||
|
||||
<input type="hidden" name="sort" value="{hidopt_sort}" />
|
||||
<input type="hidden" name="orderRatingFirst" value="{hidopt_orderRatingFirst}" />
|
||||
<input type="hidden" name="f_userowner" value="{hidopt_userowner}" />
|
||||
<input type="hidden" name="f_userfound" value="{hidopt_userfound}" />
|
||||
<input type="hidden" name="f_inactive" value="{hidopt_inactive}" />
|
||||
<input type="hidden" name="f_disabled" value="{hidopt_disabled}" />
|
||||
<input type="hidden" name="f_ignored" value="{hidopt_ignored}" />
|
||||
<input type="hidden" name="f_otherPlatforms" value="{hidopt_otherPlatforms}" />
|
||||
<input type="hidden" name="country" value="{country}" />
|
||||
<input type="hidden" name="difficultymin" value="{difficultymin}" />
|
||||
<input type="hidden" name="difficultymax" value="{difficultymax}" />
|
||||
<input type="hidden" name="terrainmin" value="{terrainmin}" />
|
||||
<input type="hidden" name="terrainmax" value="{terrainmax}" />
|
||||
<input type="hidden" name="cachetype" value="{cachetype}" />
|
||||
<input type="hidden" name="cachesize" value="{cachesize}" />
|
||||
<input type="hidden" name="cache_attribs" value="{hidopt_attribs}" />
|
||||
<input type="hidden" name="cache_attribs_not" value="{hidopt_attribs_not}" />
|
||||
|
||||
<div class="buffer" style="width: 500px;"> </div>
|
||||
<div class="content2-container bg-blue02">
|
||||
<p class="content-title-noshade-size2">
|
||||
<img src="resource2/ocstyle/images/misc/32x32-search.png" style="align: left; margin-right: 10px;" width="22" height="22" alt="" />
|
||||
{t}Search for Owner{/t}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
<col width="200">
|
||||
<col width="220">
|
||||
<col>
|
||||
</colgroup>
|
||||
<tr><td class="spacer" colspan="3"></td></tr>
|
||||
<tr>
|
||||
<td>{t}Owner:{/t}</td>
|
||||
<td><input type="text" name="owner" value="{owner}" maxlength="40" class="input200" /></td>
|
||||
<td><input type="submit" name="submit_owner" value="{t}Search{/t}" class="formbutton" onclick="submitbutton('submit_owner')" /></td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="3"></td></tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<form action="search1.php" onsubmit="return(_sbf_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbyfinder" dir="ltr" style="display:inline;">
|
||||
<input type="hidden" name="searchto" value="searchbyfinder" />
|
||||
<input type="hidden" name="showresult" value="1" />
|
||||
<input type="hidden" name="expert" value="0" />
|
||||
<input type="hidden" name="output" value="HTML" />
|
||||
<input type="hidden" name="utf8" value="1" />
|
||||
|
||||
<input type="hidden" name="sort" value="{hidopt_sort}" />
|
||||
<input type="hidden" name="orderRatingFirst" value="{hidopt_orderRatingFirst}" />
|
||||
<input type="hidden" name="f_userowner" value="{hidopt_userowner}" />
|
||||
<input type="hidden" name="f_userfound" value="{hidopt_userfound}" />
|
||||
<input type="hidden" name="f_inactive" value="{hidopt_inactive}" />
|
||||
<input type="hidden" name="f_disabled" value="{hidopt_disabled}" />
|
||||
<input type="hidden" name="f_ignored" value="{hidopt_ignored}" />
|
||||
<input type="hidden" name="f_otherPlatforms" value="{hidopt_otherPlatforms}" />
|
||||
<input type="hidden" name="country" value="{country}" />
|
||||
<input type="hidden" name="difficultymin" value="{difficultymin}" />
|
||||
<input type="hidden" name="difficultymax" value="{difficultymax}" />
|
||||
<input type="hidden" name="terrainmin" value="{terrainmin}" />
|
||||
<input type="hidden" name="terrainmax" value="{terrainmax}" />
|
||||
<input type="hidden" name="cachetype" value="{cachetype}" />
|
||||
<input type="hidden" name="cachesize" value="{cachesize}" />
|
||||
<input type="hidden" name="cache_attribs" value="{hidopt_attribs}" />
|
||||
<input type="hidden" name="cache_attribs_not" value="{hidopt_attribs_not}" />
|
||||
|
||||
<div class="buffer" style="width: 500px;"> </div>
|
||||
<div class="content2-container bg-blue02">
|
||||
<p class="content-title-noshade-size2">
|
||||
<img src="resource2/ocstyle/images/misc/32x32-search.png" style="align: left; margin-right: 10px;" width="22" height="22" alt="" />
|
||||
{t}Search for Logs{/t}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<table class="table">
|
||||
<colgroup>
|
||||
<col width="200">
|
||||
<col width="220">
|
||||
<col>
|
||||
</colgroup>
|
||||
<tr><td class="spacer" colspan="3"></td></tr>
|
||||
<tr>
|
||||
<td>{t}Logtype:{/t}</td>
|
||||
<td colspan="2">
|
||||
<select name="logtype">
|
||||
{logtype_options}
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{t}Username:{/t}</td>
|
||||
<td><input type="text" name="finder" value="{finder}" maxlength="40" class="input200" /></td>
|
||||
<td><input type="submit" name="submit_finder" value="{t}Search{/t}" class="formbutton" onclick="submitbutton('submit_finder')" /></td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="3"></td></tr>
|
||||
</table>
|
||||
</form>
|
||||
<div class="buffer" style="width: 500px;"> </div>
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
****************************************************************************/
|
||||
|
||||
$locline = '<tr><td width="50px"><p>{nr}. </p></td><td><p><b><a href="search.php?{urlparams}">{locationname}</a>{secondlocationname}</b></p></td></tr>
|
||||
$locline = '<tr><td width="50px"><p>{nr}. </p></td><td><p><b><a href="search1.php?{urlparams}">{locationname}</a>{secondlocationname}</b></p></td></tr>
|
||||
<tr><td width="50px"> </td><td><p>{coords}</p></td></tr>
|
||||
<tr><td width="50px"> </td><td style="padding-bottom:3px;"><span style="color:#001BBC">{parentlocations}</span></td></tr>';
|
||||
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/****************************************************************************
|
||||
For license information see doc/license.txt
|
||||
|
||||
Unicode Reminder メモ
|
||||
****************************************************************************/
|
||||
?>
|
||||
|
||||
<div class="content2-pagetitle"><img src="resource2/ocstyle/images/cacheicon/traditional.gif" style="align: left; margin-right: 10px;" width="32" height="32" alt="{t}Search result{/t}" />{t}Selection of city{/t} - {t}Total of {resultscount} cities matched{/t}</div>
|
||||
|
||||
|
||||
<p>{t}For the search criterion no clear result was found. Please choose the correct location.{/t}</p>
|
||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||
<tr><td colspan="2" style="margin-bottom:1px;">{pages}</td></tr>
|
||||
</table>
|
||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||
{locations}
|
||||
</table>
|
||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||
<tr><td colspan="2" style="margin-top:1px;">{pages}</td></tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user