englische Artikel und Attribute

This commit is contained in:
following 2012-07-28 22:18:31 +02:00
parent f17d9571dd
commit 3059715cd5
14 changed files with 518 additions and 6 deletions

View File

@ -26,9 +26,9 @@
else if (!file_exists($opt['stylepath'] . '/articles/' . $language . '/' . $article . '.tpl'))
{
// does article exist in default-language?
if (file_exists($opt['stylepath'] . '/articles/' . $opt['template']['default']['locale'] . '/' . $article . '.tpl'))
if (file_exists($opt['stylepath'] . '/articles/' . $opt['template']['default']['article_locale'] . '/' . $article . '.tpl'))
{
$language = $opt['template']['default']['locale'];
$language = $opt['template']['default']['article_locale'];
}
elseif (file_exists($opt['stylepath'] . '/articles/EN/' . $article . '.tpl'))
{

View File

@ -166,6 +166,7 @@
*
*/
$opt['template']['default']['locale'] = 'DE'; // may be overwritten by $opt['domain'][...]['locale']
$opt['template']['default']['article_locale'] = 'EN'; // may be overwritten by $opt['domain'][...]['article_locale']
$opt['template']['default']['style'] = 'ocstyle'; // may be overwritten by $opt['domain'][...]['style']
$opt['template']['default']['country'] = 'DE'; // may be overwritten by $opt['domain'][...]['country']

View File

@ -59,9 +59,9 @@ SET NAMES 'utf8';
TRUNCATE TABLE `cache_attrib`;
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('1', 'Only at night', 'night', '1541', '6', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/night.png', 'resource2/ocstyle/images/attributes/night-no.png', 'resource2/ocstyle/images/attributes/night-disabled.png', 'This geocache can be found at night only - it is a so-called night cache. There may be reflectors which have to be flashlighted and will point to the hiding place, or other special night-caching mechanisms.', '1545', '0');
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('6', 'Only loggable at Opencaching', 'oconly', '1345', '8', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/oconly.png', 'resource2/ocstyle/images/attributes/oconly-no.png', 'resource2/ocstyle/images/attributes/oconly-disabled.png', 'This geocache is listed at Opencaching only. This attribute will enable users of other geocaching platforms to find interesting OC caches quickly.', '1546', '0');
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('7', 'Hyperlink to another caching portal only', 'wwwlink', '1542', '8', '0', '0', '1', '2', 'resource2/ocstyle/images/attributes/wwwlink.png', 'resource2/ocstyle/images/attributes/wwwlink-no.png', 'resource2/ocstyle/images/attributes/wwwlink-disabled.png', '<br /><i>Obsolete: This attribute is cannot be assigned to new caches, because it does not fit our current terms of use.</i><br />\r\nThis cache ist listed at Opencaching and at other geocaching sites. This applies to caches which have been linked by their owners to the corresponding listings at other sites. Please note that descriptions and status of multiple-listed caches have to be equally maintained at all sites including Opencaching, according to our terms of use.', '1705', '0');
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('7', 'Hyperlink to another caching portal only', 'wwwlink', '1542', '8', '0', '0', '1', '2', 'resource2/ocstyle/images/attributes/wwwlink.png', 'resource2/ocstyle/images/attributes/wwwlink-no.png', 'resource2/ocstyle/images/attributes/wwwlink-disabled.png', '<br /><i>Obsolete: This attribute cannot be assigned to new caches, because it does not fit our current terms of use.</i><br />\r\nThis cache ist listed at Opencaching and at other geocaching sites. This applies to caches which have been linked by their owners to the corresponding listings at other sites. Please note that descriptions and status of multiple-listed caches have to be equally maintained at all sites including Opencaching, according to our terms of use.', '1705', '0');
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('8', 'Letterbox (needs stamp)', 'letter', '1543', '4', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/letter.png', 'resource2/ocstyle/images/attributes/letter-no.png', 'resource2/ocstyle/images/attributes/letter-disabled.png', 'There is a stamp in the cache for stamping your personal logbook, and the caches logbook will be stamped with your personal stamp. Take care not to mix up stamps and to leave the caches stamp in the cache! Frequently letterboxes can be found without GPS, maybe with a compass and paces from a location - add the \"without GPS\" attribute for those.', '1548', '0');
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('9', 'Dangerous area', 'danger', '1544', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/danger.png', 'resource2/ocstyle/images/attributes/danger-no.png', 'resource2/ocstyle/images/attributes/danger-disabled.png', 'The cache is located within a dangerous area. Use this attribute to mark non-obvious dangers, like high-traffic roads, steep ground or falling rocks. Security measures should be taken or the cache be omitted, especially when geocaching with childern, large groups or at unfavourable weather conditions.', '1549', '0');
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('9', 'Dangerous area', 'danger', '1544', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/danger.png', 'resource2/ocstyle/images/attributes/danger-no.png', 'resource2/ocstyle/images/attributes/danger-disabled.png', 'The cache is located within a dangerous area. Use this attribute to mark non-obvious dangers, like high-traffic roads, steep ground or falling rocks. Security measures should be taken or the cache be omitted, especially when geocaching with children, large groups or at unfavourable weather conditions.', '1549', '0');
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('10', 'Active railway nearby', 'train', '1550', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/train.png', 'resource2/ocstyle/images/attributes/train-no.png', 'resource2/ocstyle/images/attributes/train-disabled.png', 'There are active railroads nearby. Please be careful, keep a safe distance and cross the rails only at level crossings etc.!', '1599', '0');
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('11', 'Cliff / Rocks', 'cliff', '1551', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/cliff.png', 'resource2/ocstyle/images/attributes/cliff-no.png', 'resource2/ocstyle/images/attributes/cliff-disabled.png', 'There are cliffs or dangerous rocks nearby. Beware of falling rocks at the lower side, and be careful at the upper side of cliffs - especially with children and while mountain biking. It can be very dangerous to take a steep slope towards a cliff, because you may not notice in time where the former ends and the latter starts.', '1600', '0');
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('12', 'Hunting', 'hunting', '1552', '1', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/hunting.png', 'resource2/ocstyle/images/attributes/hunting-no.png', 'resource2/ocstyle/images/attributes/hunting-disabled.png', 'The geocache is placed within a hunting ground. At twilight and in the dark, a flashlight or headlight should always be used for security reasons. Be considerate when meeting hunters.', '1601', '0');
@ -89,7 +89,7 @@ INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selec
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('34', 'In the water', 'submerged', '1604', '4', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/submerged.png', 'resource2/ocstyle/images/attributes/submerged-no.png', 'resource2/ocstyle/images/attributes/submerged-disabled.png', 'This cache or one of the stages is placed underwater. You will have to enter the water, swim or dive.', '1644', '0');
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('35', 'Without GPS (letterboxes, cistes, compass juggling ...)', 'nogps', '1575', '4', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/nogps.png', 'resource2/ocstyle/images/attributes/nogps-no.png', 'resource2/ocstyle/images/attributes/nogps-disabled.png', 'This cache can be found without a GPS device. No additional coordinates are used besides of the starting coordinates.', '1645', '0');
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('36', 'Access or parking fee', 'fee', '1576', '5', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/fee.png', 'resource2/ocstyle/images/attributes/fee-no.png', 'resource2/ocstyle/images/attributes/fee-disabled.png', 'You must pay an access or parking fee to access this cache, e.g. if the cache is located within a theme park. If there are alternative free parking areas nearby, please include them in the cache description. Please note our current terms of use regarding \"commercial geocaches\".', '1646', '0');
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('37', 'Overnight stay necessary', 'overnight', '1577', '5', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/overnight.png', 'resource2/ocstyle/images/attributes/overnight-no.png', 'resource2/ocstyle/images/attributes/overnight-disabled.png', 'This cache cannot be done within a single day or a single night. You will have to visit the location for more than one time, our you must stay overnight. Preparation time is not included in this calculation, but only the time on site.', '1647', '0');
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('37', 'Overnight stay necessary', 'overnight', '1577', '5', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/overnight.png', 'resource2/ocstyle/images/attributes/overnight-no.png', 'resource2/ocstyle/images/attributes/overnight-disabled.png', 'This cache cannot be done within a single day or a single night. You will have to visit the location for more than one time, or you must stay overnight. Preparation time is not included in this calculation, but only the time on site.', '1647', '0');
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('38', 'Available 24 hours', 'available', '1578', '6', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/available.png', 'resource2/ocstyle/images/attributes/available-no.png', 'resource2/ocstyle/images/attributes/available-disabled.png', 'This cache can be done both at daylight and at night.', '1605', '0');
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('39', 'Only available at specified times', 'time', '1579', '6', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/time.png', 'resource2/ocstyle/images/attributes/time-no.png', 'resource2/ocstyle/images/attributes/time-disabled.png', 'This cache can be done at certain seasons only - see the cache description for more details. For example, the cache may be placed in a corn labyrinth, which only exists between bloom and harvest season.', '1606', '0');
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('40', 'by day only', 'day', '1580', '6', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/day.png', 'resource2/ocstyle/images/attributes/day-no.png', 'resource2/ocstyle/images/attributes/day-disabled.png', 'This cache shoud be attempted during daylight only. For example, the area may be dangerous and contain cliffs or abysses. Or using flashlights may be unfeasable because it would look suspicious within a residential area.', '1607', '0');
@ -110,7 +110,7 @@ INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selec
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('56', 'Arithmetical problem', 'arith_prob', '1595', '10', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/arith_prob.png', 'resource2/ocstyle/images/attributes/arith_prob-no.png', 'resource2/ocstyle/images/attributes/arith_prob-disabled.png', 'Before or while seeking this cache, arithmetical problems must be solved which go beyond very basic calculations.', '1621', '0');
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('57', 'Other cache type', 'othercache', '1596', '10', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/othercache.png', 'resource2/ocstyle/images/attributes/othercache-no.png', 'resource2/ocstyle/images/attributes/othercache-disabled.png', 'This is none of the standard, pre-defined types of cache. Use this attribute for special, unusual caches.', '1622', '0');
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('58', 'Ask owner for start conditions', 'ask', '1597', '10', '1', '0', '0', '0', 'resource2/ocstyle/images/attributes/ask.png', 'resource2/ocstyle/images/attributes/ask-no.png', 'resource2/ocstyle/images/attributes/ask-disabled.png', 'Before doing this cache, you must ask the owner for the starting conditions. E.g. the cache may be linked to certain events at varying dates.', '1623', '0');
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('59', 'Suited for children', 'kids', '1598', '11', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/kids.png', 'resource2/ocstyle/images/attributes/kids-no.png', 'resource2/ocstyle/images/attributes/kids-disabled.png', 'This geocache is created for childs. All challenges can be solved by child in the age of 10 to 12 years and the terrain has no risks (like highways, abysms). There is a large geocache container with trading items inside and the challanges are interesting.', '1624', '0');
INSERT INTO `cache_attrib` (`id`, `name`, `icon`, `trans_id`, `group_id`, `selectable`, `category`, `search_default`, `default`, `icon_large`, `icon_no`, `icon_undef`, `html_desc`, `html_desc_trans_id`, `hidden`) VALUES ('59', 'Suited for children', 'kids', '1598', '11', '1', '0', '1', '0', 'resource2/ocstyle/images/attributes/kids.png', 'resource2/ocstyle/images/attributes/kids-no.png', 'resource2/ocstyle/images/attributes/kids-disabled.png', 'This geocache is created for children. All challenges can be solved by child in the age of 10 to 12 years and the terrain has no risks (like highways, abysms). There is a large geocache container with trading items inside and the challenges are interesting.', '1624', '0');
-- Table cache_report_reasons
SET NAMES 'utf8';

View File

@ -0,0 +1,173 @@
{***************************************************************************
* You can find the license in the docs directory
*
* Unicode Reminder ??
***************************************************************************}
<div class="content2-pagetitle">
<img src="resource2/{$opt.template.style}/images/misc/32x32-tools.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="" />Information on cache descriptions
</div>
<div class="content-txtbox-noshade" style="padding-right: 25px;">
<p>
<b>Name:</b> Please choose a comprehensible name, which describes the cache or the location. Use different names for different caches.</p><p>
<b id="cachetype">Cache type:</b> There are several ways to design a cache:</p>
<table class="table">
<tr>
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/traditional.gif" width="32" border="0" height="32" align="left" alt="Traditional Cache" title="Traditional Cache"></td>
<td>Traditional Cache: The coordinates point directly to the cache stash. The cache is a container with a logbook, and no puzzles or quests must be done to find and open it.
</td>
</tr>
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
<tr>
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/drivein.gif" width="32" border="0" height="32" align="left" alt="Drive-In" title="Drive-In"></td>
<td>Drive-In: A traditional cache with a parking area very nearby. No special equipment is needed to find and retrieve the cache.</td>
</tr>
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
<tr>
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/multi.gif" width="32" border="0" height="32" align="left" alt="Multicache" title="Multicache"></td>
<td>Multicache: The coordinates do not point to the stash, but at the trailhead for seeking the cache. Starting there, the cache can be reached by finding intermediate stages and/or solving puzzles. The solutions must be possible on site.</td>
</tr>
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
<tr>
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/mystery.gif" width="32" border="0" height="32" align="left" alt="Quiz cache" title="Quiz cache"></td>
<td>Quiz cache (&bdquo;Mystery&ldquo;): A puzzle must be solved to determine the (starting) location of the cache. From there on, it may continue like any other type of cache.</td>
</tr>
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
<tr>
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/mathe.gif" width="32" border="0" height="32" align="left" alt="Math or physics cache" title="Math or physics cache"></td>
<td>Math or physics cache: To find the cache, you have to solve one or more sophisticated math or physics problems.</td>
</tr>
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
<tr>
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/moving.gif" width="32" border="0" height="32" align="left" alt="Moving Cache" title="Moving Cache"></td>
<td>Moving Cache: The cache is changing positions. For example, it will be placed at a new location by each finder, who logs the new coordinates and maybe a new quest or puzzle at Opencaching.de. Or the cache is attached to a vehicle, whose coordinates have to be determined.</td>
</tr>
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
<tr>
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/virtual.gif" width="32" border="0" height="32" align="left" alt="Virtual cache" title="Virtual cache"></td>
<td>Virtual cache: There is no container at the cache site and no logbook. Instead a puzzle or quest must be done on site &ndash; e.g. taking a picture or finding somthing written on a plate &ndash;, before the cache can be logged online.</td>
</tr>
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
<tr>
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/webcam.gif" width="32" border="0" height="32" align="left" alt="Webcam" title="Webcam"></td>
<td>Webcam cache: A public webcam is utilized to solve the cache. Usually the webcam must be found and a picture of the geocacher be taken. The picture will then be appended to the online log. There is no container or logbook.</td>
</tr>
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
<tr>
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/event.gif" width="32" border="0" height="32" align="left" alt="Event" title="Event"></td>
<td>Event cache: A meeting of geocachers; anyone may attend.</td>
</tr>
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
<tr>
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/unknown.gif" width="32" border="0" height="32" align="left" alt="Unknown cache type" title="Unknown cache type"></td>
<td>Unknown cache type: The geocache does not fit any of the types listed above.</td>
</tr>
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
</table>
<p><b>Coordinates:</b> The hiding place of the cache, or the first stage, trailhead or parking area of a multicache. If the coordinates have to be found by solving a puzzle: An arbitrary coordinate in the target area, so that the cache may be found on maps and the distance may be estimated.</p>
<p><b>Country:</b> In which country is the cache location? This information is important especially for near-border caches.</p>
<p id="difficulty"><b>Rating:</b> Difficulty and Terrain: Difficulty of the tasks necessary to find and unhide the cache / how demanding is the way to the cache?</p>
<p>Indications for difficulty rating:</p>
<table class="table">
<tr>
<td></td>
<td valign="top" style="padding-top:5px;"><img src='./resource2/{$opt.template.style}/images/difficulty/diff-10.gif' border='0' width='19' height='16' hspace='2' /></td>
<td>1: can be found within a few minutes, well suited for beginners</td>
</tr>
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
<tr>
<td></td>
<td valign="top" style="padding-top:5px;"><img src='./resource2/{$opt.template.style}/images/difficulty/diff-20.gif' border='0' width='19' height='16' hspace='2' /></td>
<td>2: easy to find for experienced geocaches; may be demanding for beginners</td>
</tr>
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
<tr>
<td></td>
<td valign="top" style="padding-top:5px"><img src='./resource2/{$opt.template.style}/images/difficulty/diff-30.gif' border='0' width='19' height='16' hspace='2' /></td>
<td>3: demanding cache &ndash; even experienced cachers may seek for a while or need multiple attempts; inappropriate for beginners</td>
</tr>
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
<tr>
<td></td>
<td valign="top" style="padding-top:5px"><img src='./resource2/{$opt.template.style}/images/difficulty/diff-40.gif' border='0' width='19' height='16' hspace='2' /></td>
<td>4: an extraordinary challenge or a very difficult puzzle; will need lots of experience and skills or may take more than a day.</td>
</tr>
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
<tr>
<td></td>
<td valign="top" style="padding-top:5px"><img src='./resource2/{$opt.template.style}/images/difficulty/diff-50.gif' border='0' width='19' height='16' hspace='2' /></td>
<td>5: extremely difficult to solve or find</td>
</tr>
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
</table>
<p>Indications for terrain rating:</p>
<table class="table">
<tr>
<td></td>
<td valign="top" style="padding-top:5px;"><img src='./resource2/{$opt.template.style}/images/difficulty/terr-10.gif' border='0' width='19' height='16' hspace='2' /></td>
<td>1: flat area with evenly paved ways, maximum halve a mile (0.8&nbsp;km) total route; suited for handicapped people</td>
</tr>
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
<tr>
<td></td>
<td valign="top" style="padding-top:5px;"><img src='./resource2/{$opt.template.style}/images/difficulty/terr-20.gif' border='0' width='19' height='16' hspace='2' /></td>
<td>2: no major changes in altitude; paved ways, paths, lawns etc.; maxium total route of two miles (3.2&nbsp;km); suited for small children</td>
</tr>
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
<tr>
<td></td>
<td valign="top" style="padding-top:5px"><img src='./resource2/{$opt.template.style}/images/difficulty/terr-30.gif' border='0' width='19' height='16' hspace='2' /></td>
<td>3: pathless or steep area, some undergrow, maximum 10 miles (16&nbsp;km) of total route; not suited for small children</td>
</tr>
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
<tr>
<td></td>
<td valign="top" style="padding-top:5px"><img src='./resource2/{$opt.template.style}/images/difficulty/terr-40.gif' border='0' width='19' height='16' hspace='2' /></td>
<td>4: pathless area with dense vegetation, very steep with necessity to use hands, or a route of more than 10 miles</td>
</tr>
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
<tr>
<td></td>
<td valign="top" style="padding-top:5px"><img src='./resource2/{$opt.template.style}/images/difficulty/terr-50.gif' border='0' width='19' height='16' hspace='2' /></td>
<td>5: can only be done with special equipment and skills; finding the cache requires climbing, diving etc.</td>
</tr>
</table>
<p><a name="time"></a><b>Effort:</b> How much time and way is to be expected, beginning at the starting point or parking lot, to find the cache and return to the starting point? Please assume that the geocacher is experienced, but will struggle to solve the one or other puzzle or quest. If you cannot pin down the time needed, keep the default of 0&nbsp;h / 0&nbsp;min and describe the effort. If you estimated the time assuming use of inline skates, a bicycle or car, please mention it in the cache description.</p>
<p>
<b>Cache attributes:</b> Use the attributes to specify properties of your cache, which may be selected by the <a href="search.php">search function</a>. Attributes may be estimated and depend on your knowledge of the site (e.g. frequent occurance of ticks). As searcher and finder of a cache, you may tell the owner about the usage and helpfullness of attributes or make suggestions. </p>
<p>When describing your caches, please assume normal, dry weather conditions.</p>
<table class="table">
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
{foreach from=$attributes item=attribGroupItem}
<tr><td colspan="2" bgcolor="{$attribGroupItem.color|escape}"><b><i>{$attribGroupItem.category|escape} / {$attribGroupItem.name|escape}</i></b></td></tr>
{foreach from=$attribGroupItem.attr item=attribItem name=attrItem}
<tr>
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/attributes/{$attribItem.icon|escape}.png" border="0" align="left" alt="{$attribItem.name|escape}" title="{$attribItem.name|escape}"></td>
<td valign="top">
{$attribItem.name|escape}: {$attribItem.html_desc}
</td>
</tr>
<tr><td class="spacer"><img src="/images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
{/foreach}
{/foreach}
</table>
<p><b>Short description:</b> Try to subsume your cache by a few words!</p>
<p><b>Description:</b> Enter any information which is needed to find the cache, but avoid spoiling it by telling too much! </p>
<p><b>Hint:</b> For the case the geocacher has no clue how to find it, give her a final aid to unhide it! </p>
<p><b>Hidden on:</b> The date when you did hide the cache. If you enter a future date, the cache will be listed as "temporarily not available", and you will have to change the state to "available" when the cache is hidden. For an event cache, enter the planned date of the event.</p>
<p><a name="logpw"></a><b>Password to log:</b> If specified, every finder has to enter this password when logging online. He will not be able to log "found it" without password. Case does not matter. Be careful when using 0, O, i or j, because these characters may be confused.</p>
<p><b>Terms of use:</b> Please read our terms of use carefully! We tried hard to make them brief and fair.</p>
<p><b>Pictures:</b> Pictures may be uploaded after entering and saving the cache listing: Open the listing and click "Edit" at the second-to-top menu. Look for the section "Pictures" and click on "Upload a picture".</p>
</div>

View File

@ -0,0 +1,53 @@
{***************************************************************************
* You can find the license in the docs directory
*
* Unicode Reminder メモ
***************************************************************************}
<div class="content2-pagetitle">
<img src="resource2/{$opt.template.style}/images/misc/32x32-tools.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="" />Contact Information
</div>
<div class="content-txtbox-noshade" style="padding-right: 25px;">
<table class="table">
<tr>
<td class="header-small"><b>General questions regarding Geocaching</b></td>
</tr>
<tr><td class="spacer"></td></tr>
<tr>
<td>
For general questions, there is a good German website named <a href="http://www.geocaching.de">www.geocaching.de</a>.
<br />
<br />
If you encounter a special problem, you may ask your questions in one of the German or international discussion boards at <a href="http://forum.geocaching-network.com/">forum.geocaching-network.com</a>.<br />
&nbsp;
</td>
</tr>
<tr><td class="spacer"></td></tr>
<tr>
<td class="header-small"><b>Usage of the website, suggestions and comments</b></td>
</tr>
<tr><td class="spacer"></td></tr>
<tr>
<td>
There is a board for this purpose at
<a href="http://forum.geocaching-network.com/index.php?board=33.0">forum.geocaching-network.com</a> (<em>Opencaching 3.0 &ndash; Ideen und Gedanken</em>). It also conatains (German) information on joining our team.
<br />
&nbsp;
</td>
</tr>
<tr><td class="spacer"></td></tr>
<tr>
<td class="header-small"><b>Other issues</b></td>
</tr>
<tr><td class="spacer"></td></tr>
<tr>
<td>
For the case that the contact places mentioned above do not meet your requirements, you may contact the Opencaching.de operator or send an email to our support team at <a href="mailto:contact@opencaching.de">contact@opencaching.de</a>. We will try to answer your request promptly, but please keep in mind that we are a team of volunteers who are not permanently and immediately available.<br />
&nbsp;
</td>
</tr>
</table>
</div>

View File

@ -0,0 +1,48 @@
{***************************************************************************
* You can find the license in the docs directory
*
* Unicode Reminder メモ
***************************************************************************}
<div class="content2-pagetitle">
<img src="resource2/{$opt.template.style}/images/misc/32x32-winner.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="" />How you can help us
</div>
<div class="content-txtbox-noshade" style="padding-right: 25px;">
<p>Thanks for viewing our donations page! Besides of engaged volunteers in the Opencaching.de team, we also depend on your financial support to operate and extend this completely free website. By your donation you will help us to pay for acquisition and replacement of server hardware.</p>
<h1>Donate by PayPal:</h1>
<p>The PayPal fees are 1.9% + 0.35 &euro;. So when donating 2 &euro;, we will receive 1,61 &euro; (~80%), and when donating 10 &euro;, we will receive 9.46 &euro; (~95%).</p>
<p>For Paypal donations, please click the following image:<br />
<div style="margin-left:50px;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="EP7T62APWTCU6">
<input type="image" src="https://www.paypalobjects.com/de_DE/DE/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="donate by PayPal">
<img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
</p></p>
<div class="content2-container bg-blue02">
<p class="content-title-noshade-size3">
<img src="resource2/{$opt.template.style}/images/misc/32x32-news.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="Bekanntmachung" />
Announcement of June 9, 2012
</p>
</div>
<p>Dear Opencaching.de users,</p>
<p>as you probably know, the Opencaching.de platform has been existing for several years now and was kept up all the time solely by volunteer work and donations. The increasing number of page views (currently about 500.000 in monthly average) and the increasing number of listed caches and logs proof the high user demand for this site.</p>
<p>Many things have been and are being improved "under the hood", and our support team is permanently working for you. We have received many suggestions from you and will do our best do extend and improve this website. All this is done be a few unpayed volunteers within their leisure time, and it will go on in this manner. We have no intentions to offer premium memberships or similar things for financing.</p>
<p>Out main sponsor schwarzwald.de is greatly supporting us and will continue doing that, but is not able to pay for all costs, like for new or replacement hardware. You have emphasized many times that you are willing to help us with small donations. Therefore we offer this opportunity to support Opencaching.de with your donation. The decisions about use of donations will be done by the Opencaching Deutschland association, and the money will be solely spent for technical operation and improvement of this website. We will gladly inform you about improvements which have been enabled by your donations.</p>
<p>Kind regards<br />
Your Opencaching Deutschland team</p>
</div>

View File

@ -0,0 +1,47 @@
{***************************************************************************
* You can find the license in the docs directory
*
* Unicode Reminder メモ
***************************************************************************}
<div class="content2-pagetitle">
<img src="resource2/{$opt.template.style}/images/profile/32x32-security.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="" />Privacy statement
</div>
<div class="content-txtbox-noshade" style="padding-right: 25px;">
<p><i>This is a tentative English translation of the German privacy statement for this website, which is available by selecting German language and choosing "Datenschutzbelehrung" at the very bottom of the page. When in doubt, or the translation is incomplete or contradicting, the German version is always the valid reference for legal issues.</i></p>
<p>We respect your right of informational self-determination. According to German TDDSG, title 5, and MDStV, title 18, part 1 we explain here which data will be stored by us for which purpose, and how you can inspect the data or prompt for their deletion.</p>
<p>Some services of the Opencaching.de website require a user registration. The registration is done in two steps: After entering a valid email address, you will receive a verification email. This email contains a security code and instructions for enabling your account. When you are logged in, you may enter more &ndash; optional &ndash; data at the "My Profile" page. This data will either improve usage of this website or promote contact to other geocachers.</p>
<p>Entering the following personal data is <strong>mandantory</strong>:</p>
<ul><li>valid email address</li></ul>
<p>Besides of this, the following <strong>optional</strong> personal data is requested:</p>
<ul><li>first and last name</li>
<li>home county</li>
<li>home coordinates</li>
</ul>
<p>We will also record the date and time of your account creation and of your last visit at our website.</p>
<p>We will never pass on your email address and/or name to third parties without your explicit request.</p>
<p>Your user name, home country, registration date, timespan since your last visit and all other data (PMR channel etc.) can be viewed by any visitors of the Opencaching.de website and may be requested by and transferred to third parties and other websites, e.g. for creating geocaching statistics. For registered Opencaching.de users, your home location is also visible. However, we reserve the right to deny access to this data by anyone whose intentions may be harmful for you or Opencaching.de. If you do not agree with transfering these data to third parties, you should either enter no data (not applicable to user name and date/time) or e.g. enter inaccurate coordinates.</p>
<p>Cache listings, log entries and published pictures are no private data and may be passed on to third parties.</p>
<p><b>Inspecting your stored data</b></p>
<p>After logging in, you can view and change your data at the "My Profile" page.</p>
<p><b>Deleting your stored data</b></p>
<p>Accounts of users who did find or log caches cannot be deleted. Hovever, they can be disabled. Disabling includes deletion of all data, including the email address, from the user profile. The user name, cache listings and logs will be retained and stay visible, but the listings will be locked and cannot be logged from thereon. If you desire to disable your Opencaching.de account, please send an email to <a href="mailto:contact@opencaching.de">contact@opencaching.de</a> and using the email address specified in your profile. We then will disable your account.</p>
<p>For questions or when in doubt, please contact us at <a href="mailto:contact@opencaching.de">contact@opencaching.de</a>!</p>
</div>

View File

@ -0,0 +1,23 @@
{***************************************************************************
* You can find the license in the docs directory
*
* Unicode Reminder ??
***************************************************************************}
<div class="content2-pagetitle">
<img src="resource2/{$opt.template.style}/images/cacheicon/traditional.gif" style="align: left; margin-right: 10px;" width="32" height="32" alt="" />About Geocaching
</div>
<div class="content-txtbox-noshade" style="padding-right: 25px;">
<p><img src="images/ueber.jpg" alt="About Geocaching" align="right" style="margin-left: 5px;" />Geocaching is a form of modern treasure hunt. Simplified and generally speaking: There are people who hide containers with nice things and a logbook somewhere, preferrably at nice places, and publish the stash location by means of GPS coordinates on the internet (preferrably at Opencaching.de). Other people read this <em>geocache listings</em>, note the coordinates and use their GPS device to find the treasures. They log their visit in the on-site logbook, maybe exchange items stored in the cache, hide the container at the same place and log their visit online at the geocaching website.</p>
<p>So far for the basics. Of course geocaching is much more. For example, there are different types of caches, from simple ones which you can nearly grab driving by with your car, up to sophisticated caches which need special equipment (like climbing gear or wetsuit). There are multistage caches and quiz caches which include solving puzzles. </p>
<p>However, all geocaches have one thing in common: The fun of geocaching! Fun in outdoor touring, fun in searching and riddling. Fun in meeting challenges, and &ndash; last but not least &ndash; fun in meeting and chatting with other geocachers &ndash; by log entries, within online communities and at geocaching events.</p>
<p>The fascination of geocaching is hardly to put in a nutshell, due to the variety of cache types, locations and interests of individual geocachers. Some will use geocaching as an additional attraction for walking sports, while others will use it for family trips. Some like puzzles, other hate it and instead seek for high demanding terrains or pursue the challenge of doing as many caches as possible.</p>
<p>You think this sounds to good to be true? Just try it!</p>
<p/><p><br />This translation ist based on a text from <a href="http://www.geocaching.de" target="_blank">http://www.geocaching.de</a> &ndash; thanks!</p>
</div>

View File

@ -0,0 +1,26 @@
{***************************************************************************
* You can find the license in the docs directory
*
* Unicode Reminder メモ
***************************************************************************}
<div class="content2-pagetitle">
<img src="resource2/{$opt.template.style}/images/misc/32x32-tools.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="" />Allowd HTML tags and attributes
</div>
<div class="content-txtbox-noshade" style="padding-right: 25px;">
<p>All tags and attributes not listed here will be filtered out by the editor. Contents of this list may change, but existing cache listings will not be affected by that.</p>
<p><b>The following HTML tags are allowed:</b></p>
<p>a, b, i, p, q, s, u, br, dd, dl, dt, em, h1, h2, h3, h4, h5, h6, hr, li, td, th, tr, tt, ol, ul, big, bdo, col, dfn, del, dir, div, ins, img, kbd, map, pre, sub, sup, var, abbr, area, cite, code, font, menu, samp, span, small, thead, tfoot, tbody, table, strong, center, strike, acronym, address, caption, isindex, colgroup, fieldset</p>
<p><b>The following HTML attributes are allowed:</b></p>
<p>id, src, alt, dir, rel, rev, abbr, axis, char, cite, face, href, lang, name, size, span, type, align, class, clear, color, frame, ismap, rules, scope, shape, start, style, title, value, width, border, coords, height, hspace, nowrap, nohref, target, usemap, vspace, valign, bgcolor, charoff, charset, colspan, compact, headers, noshade, rowspan, summary, longdesc, hreflang, datetime, tabindex, accesskey, background, cellspacing, cellpadding</p>
</div>

View File

@ -0,0 +1,85 @@
{***************************************************************************
* You can find the license in the docs directory
*
* Unicode Reminder ??
***************************************************************************}
<div class="content2-pagetitle">
<img src="resource2/{$opt.template.style}/images/misc/32x32-impressum.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="" /> Legal information
</div>
<div class="content-txtbox-noshade" style="padding-right: 25px;">
<p><i>This is a tentative English translation of the German legal information for this website, which is available by selecting German language and choosing "Nutzungsbedingungen" in the menu. When in doubt, or the translation is incomplete or contradicting, the German version is always the valid reference for legal issues.</i></p>
<p><br /></p>
<p><b>Operator of this website</b></p>
<p>The Opencaching.de website was created by a team of private Geocachers and is now operated by the <b>Opencaching Deutschland</b> association, which is legally responsible for the content of this website as of German MDStV, title 10, part 3.</p>
<p>Address:</p>
<p>Verein Opencaching Deutschland<br />
c/o Michael Vaahsen<br />
Hattsteiner Allee 26<br />
61250 Usingen<br />
Germany<br />
<br />
Phone: +49 172 3011455<br />
E-Mail: verein@opencaching.de<br />
<br />
<b>NOTE</b>: Please don't use this address for questions regarding Geocaching, the opencaching.de website or our terms of use. Wil will not answer them. Instead, please contact the Opencaching support team by email: <a href="mailto:contact@opencaching.de">contact@opencaching.de</a>.<br />
<br />
Responsible according to of German TDG/MStV is:<br />
<br />
Verein Opencaching Deutschland
<br />
Board members as of June 30, 2012:<br />
<br />
* Michael Vaahsen, chairman<br />
* Gerald Halbig, vice chairman<br />
* Daniel Christ, treasurer<br />
<br /></p>
<p>
<p>All rights and responsibilities for articles marked with authors' names are held by the authors. If terms of use change, the new terms will be published at our hompage timely, and changes will be marked. By further using the website you will agree to the changed terms. If any of our regulations should violate applicable law or sould be invalidated by changes in law, the other regulations will not be affected. This also applies to the case that loss of validity will occur while already using this website.</p>
<p>Throughout the rest of this page, Opencaching.de will be used synonyme for the operator of this website.</p>
<p><b>Responsibility for exteral Links</b></p>
<p>Though we carfully supervise the contents of this website, we do not take responsibility for contents of any external links. Responsibility for linked websites lies soleley with their owners. If you find any doubtful information on sites linked from here, please inform us by email. We will examine and &ndash; if necessary &ndash; remove the link.</p>
<p><br /></p>
<p><b style="font-size:larger;"><a name="tos"></a>Terms of use</b></p>
<p>You will use this website at your own risk. Opencaching.de is not responsible for the correctness of any information published here. Opencaching.de will not be liable for any damages caused by the use of programs, documents and information provided on this website. Also, Opencaching.de ist to be kept clear of any liability claims that can be derived from damages which have been caused directly or indirectly by this website. This also applies to damages caused by malfunction or deficiency of any programs, data or documents available for download from this site.</p>
<p>After signing up, any user may publish text and image contents on miscellaneous pages of this site. The user must ensure that the content he publishes does not violate any applicable law. Opencaching.de may check if users will comply with these terms and encourages you to report any doubtful or illegal contents. You may use the "report" button within the cache listings or send email to <a href="mailto:contact@opencaching.de">contact@opencaching.de</a>. The reported contents will then be checked by us and removed if necessary.</p>
<p><b>What is a "geocache" in our terms?</b></p>
<p>A geocache is a hidden container with a logbook, which has to be found by geographical coordinates. As proof of finding, the finder writes a record in the logbook. Alternatively, there may be no container, but the user will have to visit the location, maybe to a quest there, and proof this e.g. by a photo or by determining a log password on site. This type of containerless cache is called a "virtual cache".</p>
<p><b>Terms for hiding a geocache and publishing it at Opencaching.de website</b></p>
<ul>
<li>You will hide the geocache at your own intention and risk &ndash; Opencaching.de will not be liably for any damages which may be caused by the cache. The cache owner is responsible for any damages caused by the cache.</li>
<li>Geocaches may only be hidden at publicly accessible locations.</li>
<li>Placing the geocache must be allowed by the owner or holder of the property.</li>
<li>The geocache and the listing at Opencaching.de may not contain any illegal or dangerous contents. Expecially, laws for copyright, youth protection and nature and environment protection are applicable.</li>
<li>Commercial caches are not allowed. A cache is considered commercial if it was hidden with the intention of making profit. In the case of doubt, the cache description must clarify that the cache is non-commercial. Also, the cache listing, user names and cache logs shall not contain any advertisement.</li>
<li>The cache description must point out any dangers which may arise from seeking the geocache.</li>
<li>The geocache has to be marked as geocache and must contain contact information of its owner.</li>
<li>The cache owner commits himself to keep the cache in good shape and to dispose it after use as geocache, and to eliminate any damage which have been caused by the cache.</li>
<li>The cache owner permits any third parties to publish the original (unchanged) cache description free of charge.</li>
<li>Cache logs by Opencaching.de users may not be generally prohibited. Also, users may not be forced to do log entries at other websites.</li>
<li>If the geocache is also listed at other websites, the cache description has to be kept up-to-date and complete at all websites. Description updates have to be done in the same manner at all websites.</li>
</ul>
<p><b>Terms for seeking a geocache</b></p>
<ul>
<li>You will seek geocaches at your own risk. Opencaching.de will not be liable for any damages caused by seeking a geocache.</li>
<li>When seeking a geocache, you have to comply to any applicable law, especially regarding the rights of property owners, nature protection and environment protection.</li>
<li>If you encounter a geocache violating the terms given above for hiding and listing a cache, you are obliged to report it by using the report button within the cache listing or by sending an email to <a href="mailto:contact@opencaching.de">contact@opencaching.de</a>. This will help to ensure a good quality of website contents.</li>
</ul>
<p><b>Data privacy</b></p>
<p>Our data privacy disclaimer and policy is available at
<a href="articles.php?page=dsb">http://www.opencaching.de/articles.php?page=dsb</a>.</p>
</div>

View File

@ -0,0 +1,56 @@
{***************************************************************************
* You can find the license in the docs directory
*
* Unicode Reminder メモ
***************************************************************************}
<div class="content2-pagetitle">
<img src="resource2/{$opt.template.style}/images/misc/32x32-world.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="" />The Opencaching.de team
</div>
<div class="content-txtbox-noshade" style="padding-right: 25px;">
<p>We would like to introduce our team of volunteers, which is restlessly working behind the scenery for you.</p>
<p>We appreciate your suggetions and comments. On the <a href="http://www.opencaching.de/articles.php?page=contact">contact page</a>, you will find information on how to contact us. Of course, you may also send Emails directly to the team members by their Opencaching.de user profiles.</p>
<p>At this occasion, we would also like to thank all Opencaching users and unnamed aides and supporters, who contributed to Opencaching's success by their suggestions and commitment.</p>
<table class="table">
<tr><td colspan="3"><br /><i>Board of the Opencaching Deutschland association</i></td></tr>
<tr><td class="header-small"></td><td class="header-small"><b>Nickname</b></td><td class="header-small"><b>Assignments</b></td></tr>
<tr><td></td><td></td><td></td></tr>
<tr><td><img src="images/team/4_vs.jpg" /></td><td><a href="http://opencaching.de/viewprofile.php?userid=162754">4_Vs</a></td><td>chairman</td></tr>
<tr><td><img src="images/team/dl8ndm.jpg" /></td><td><a href="http://opencaching.de/viewprofile.php?userid=102263">dl8ndm</a></td><td>vice chairman</td></tr>
<tr><td><img src="images/team/danishop.jpg" /></td><td><a href="http://opencaching.de/viewprofile.php?userid=222126">Danishop</a></td><td>treasurer</td></tr>
<tr><td><img src="images/team/dummy.jpg" /></td><td><a href="http://opencaching.de/viewprofile.php?userid=137473">bohrsty</a></td><td>head of system administration</td></tr>
<tr><td><img src="images/team/metrax.png" /></td><td><a href="http://opencaching.de/viewprofile.php?userid=212145">Metrax</a></td><td>head of software development</td></tr>
<tr><td><img src="images/team/pirate77.jpg" /></td><td><a href="http://opencaching.de/viewprofile.php?userid=152708">pirate77</a></td><td>head of user support and data maintenance</td></tr>
<tr><td></td><td></td><td></td></tr>
<tr><td colspan="3"><br /><i>weitere Teammitglieder</i></td></tr>
<tr><td class="header-small"><b>Photo</b></td><td class="header-small"><b>Nickname</b></td><td class="header-small"><b>Assignments</b></td></tr>
<tr><td></td><td></td><td></td></tr>
<tr><td><img src="images/team/aldeyn.jpg" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=174233">Aldeyn</a></td><td>software development</td></tr>
<tr><td><img src="images/team/dummy.jpg" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=129285">biboleck30</a></td><td>user support, data maintenance</td></tr>
<tr><td><img src="images/team/bundy609.jpg" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=189552">Bundy609</a></td><td>user support, data maintenance</td></tr>
<tr><td><img src="images/team/dummy.jpg" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=122006">Carnosaurus</a></td><td>server operation</td></tr>
<tr><td><img src="images/team/dummy.jpg" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=222261">Danlex</a></td><td>user support, data maintenance</td></tr>
<tr><td><img src="images/team/dl6hbo.jpg" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=148310">dl6hbo</a></td><td>server operation, documentation</td></tr>
<tr><td><img src="images/team/flopp.png" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=126329">Flopp</a></td><td>software development, user support, data maintenance</td></tr>
<tr><td><img src="images/team/following.png" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=150360">following</a></td><td>software development, data maintenance, message board moderation</td></tr>
<tr><td><img src="images/team/dummy.jpg" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=205779">Hanekju</a></td><td>data maintenance</td></tr>
<tr><td><img src="images/team/joerg.jpg" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=102153">Jörg</a></td><td>advisor for nature protection and authority relations</td></tr>
<tr><td><img src="images/team/dummy.jpg" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=137500">MATiKaL</a></td><td>server operation</td></tr>
<tr><td><img src="images/team/mic@.jpg" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=103599">mic@</a></td><td>user support, data maintenance, message board moderation</td></tr>
<tr><td><img src="images/team/dummy.jpg" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=118274">michasch</a></td><td>software development, system administration</td></tr>
<tr><td><img src="images/team/nikleo.jpg" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=161682">Nikleo</a></td><td>user support, data maintenance, documentation </td></tr>
<tr><td><img src="images/team/dummy.jpg" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=188231">Nuggets</a></td><td>server operation</td></tr>
<tr><td><img src="images/team/oliver.jpg" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=118951">Oliver</a></td><td>software development, server operation</td></tr>
<tr><td><img src="images/team/oliver44.jpg" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=227656">Oliver44</a></td><td>server operation</td></tr>
<tr><td><img src="images/team/poker4ace.jpg" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=239198">poker4ace</a></td><td>system administration</td></tr>
<tr><td><img src="images/team/sampiero.jpg" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=156218">Sampiero</a></td><td>software development</td></tr>
<tr><td><img src="images/team/schrottie.jpg" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=140946">Schrottie</a></td><td>template development and design, user support, data maintenance, teamblog admin, message board admin</td></tr>
<tr><td><img src="images/team/steingesicht.jpg" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=165774">Steingesicht</a></td><td>data maintenance</td></tr>
<tr><td><img src="images/team/dummy.jpg" /</td><td><a href="http://opencaching.de/viewprofile.php?userid=101546">Tiger</a></td><td>hosting, server operation</td></tr>
<tr><td></td><td></td><td></td></tr>
</table>
</div>