fixed html syntax
This commit is contained in:
parent
8ea15c349c
commit
d9c0d1a990
@ -13,7 +13,7 @@
|
||||
<table border="0" cellspacing="0" cellpadding="2" width="100%">
|
||||
<tr>
|
||||
<td width="80px">
|
||||
<a href="index.php"><img src="images/newlogo.png" alt="oc-Logo" style="border:0px;"/></a>
|
||||
<a href="index.php"><img src="images/newlogo.png" alt="oc-Logo" style="border:0px;" /></a>
|
||||
</td>
|
||||
<td width="100%">
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
<table border="0" cellspacing="0" cellpadding="2" width="100%">
|
||||
<tr>
|
||||
<td width="80px">
|
||||
<a href="/index.php"><img src="images/logo_new_small.gif" alt="oc-Logo" style="border:0px;"/></a>
|
||||
<a href="/index.php"><img src="images/logo_new_small.gif" alt="oc-Logo" style="border:0px;" /></a>
|
||||
</td>
|
||||
<td width="100%">
|
||||
|
||||
|
@ -58,15 +58,15 @@
|
||||
<tr>
|
||||
<td>' . t('Publication:') . '</td>
|
||||
<td>
|
||||
<input type="radio" class="radio" name="publish" id="publish_now" value="now" {publish_now_checked}> <label for="publish_now">' . t('Publish now') . '</label><br />
|
||||
<input type="radio" class="radio" name="publish" id="publish_later" value="later" {publish_later_checked}> <label for="publish_later">' . t('Publish on') . '</label>
|
||||
<input type="radio" class="radio" name="publish" id="publish_now" value="now" {publish_now_checked} /> <label for="publish_now">' . t('Publish now') . '</label><br />
|
||||
<input type="radio" class="radio" name="publish" id="publish_later" value="later" {publish_later_checked} /> <label for="publish_later">' . t('Publish on') . '</label>
|
||||
<input class="input20" type="text" name="activate_day" maxlength="2" value="{activate_day}"/>.
|
||||
<input class="input20" type="text" name="activate_month" maxlength="2" value="{activate_month}"/>.
|
||||
<input class="input40" type="text" name="activate_year" maxlength="4" value="{activate_year}"/>
|
||||
<select name="activate_hour" class="input60">
|
||||
{activation_hours}
|
||||
</select> ' . t('#time_suffix_label#') . ' {activate_on_message}<br />
|
||||
<input type="radio" class="radio" name="publish" id="publish_notnow" value="notnow" {publish_notnow_checked}> <label for="publish_notnow">' . t('Do not publish now.') . '</label>
|
||||
<input type="radio" class="radio" name="publish" id="publish_notnow" value="notnow" {publish_notnow_checked} /> <label for="publish_notnow">' . t('Do not publish now.') . '</label>
|
||||
</td>
|
||||
</tr>
|
||||
';
|
||||
|
@ -119,7 +119,7 @@ function toggleAttr(id)
|
||||
<tr>
|
||||
<td>{t}Name:{/t}</td>
|
||||
<td>
|
||||
<input type="text" name="name" value="{name}" maxlength="60" class="input400">{name_message}
|
||||
<input type="text" name="name" value="{name}" maxlength="60" class="input400" />{name_message}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -215,7 +215,7 @@ function toggleAttr(id)
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td class="help"><img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}">
|
||||
<td class="help"><img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}" />
|
||||
{t}Of course, this effort can only be estimated and can vary depending on enviromental influences. If you cannot make sufficiently detailed information, fill both fields up with a O (zero).{/t}
|
||||
</td>
|
||||
</tr>
|
||||
@ -224,14 +224,14 @@ function toggleAttr(id)
|
||||
<tr>
|
||||
<td>{t}Waypoints (optional):{/t}</td>
|
||||
<!-- allow wp_gc copy&paste with leading spaces; will be trimmed later -->
|
||||
<td>geocaching.com: <input type="text" name="wp_gc" value="{wp_gc}" maxlength="12" class="input50">
|
||||
navicache.com: <input type="text" name="wp_nc" value="{wp_nc}" maxlength="6" class="input50">
|
||||
<td>geocaching.com: <input type="text" name="wp_gc" value="{wp_gc}" maxlength="12" class="input50" />
|
||||
navicache.com: <input type="text" name="wp_nc" value="{wp_nc}" maxlength="6" class="input50" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td class="help">
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}">
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}" />
|
||||
{t}This waypoints will be used to show links in the view cache and the log page.{/t}<br />
|
||||
{t}No data will be imported automatically from these listing services.{/t}
|
||||
</td>
|
||||
@ -242,7 +242,7 @@ function toggleAttr(id)
|
||||
<td class="header-small" colspan="2">
|
||||
<div class="content2-container bg-blue02">
|
||||
<p class="content-title-noshade-size2">
|
||||
<img src="lang/de/ocstyle/images/description/22x22-description.png" width="22" height="22" align="middle" border="0">
|
||||
<img src="lang/de/ocstyle/images/description/22x22-description.png" width="22" height="22" align="middle" border="0" />
|
||||
{t}Cache attributes{/t}
|
||||
</p>
|
||||
</div>
|
||||
@ -258,7 +258,7 @@ function toggleAttr(id)
|
||||
<td class="header-small" colspan="2">
|
||||
<div class="content2-container bg-blue02">
|
||||
<p class="content-title-noshade-size2">
|
||||
<img src="lang/de/ocstyle/images/description/22x22-description.png" width="22" height="22" align="middle" border="0">
|
||||
<img src="lang/de/ocstyle/images/description/22x22-description.png" width="22" height="22" align="middle" border="0" />
|
||||
{t}Descriptions{/t}
|
||||
<img src="lang/de/ocstyle/images/action/16x16-adddesc.png" width="16" height="16" align="middle" border="0" alt="{t}Create a new description{/t}" title="{t}Create a new description{/t}">
|
||||
<span style="font-weight: 400;font-size: small;">[<a href="newdesc.php?cacheid={cacheid_urlencode}">{t}Add an additional description{/t}</a>]</span>
|
||||
@ -269,7 +269,7 @@ function toggleAttr(id)
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
{cache_descs}
|
||||
{gc_com_refs_start}
|
||||
<tr><td class="help" colspan="2"><img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}"><span style="color:red">{t}Your description contains at least one link to a picture hosted on geocaching.com!{/t}<br />
|
||||
<tr><td class="help" colspan="2"><img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}" /><span style="color:red">{t}Your description contains at least one link to a picture hosted on geocaching.com!{/t}<br />
|
||||
{t}To prevent any problems with geocaching.com we want to please you to upload all linked pictures to opencaching.de as well and link the pictures in the HTML code to these on opencaching.de{/t}</span>
|
||||
</td></tr>
|
||||
{gc_com_refs_end}
|
||||
@ -279,9 +279,9 @@ function toggleAttr(id)
|
||||
<td class="header-small" colspan="2">
|
||||
<div class="content2-container bg-blue02">
|
||||
<p class="content-title-noshade-size2">
|
||||
<img src="lang/de/ocstyle/images/description/22x22-image.png" width="22" height="22" align="middle" border="0">
|
||||
<img src="lang/de/ocstyle/images/description/22x22-image.png" width="22" height="22" align="middle" border="0" />
|
||||
{t}Pictures{/t}
|
||||
<img src="lang/de/ocstyle/images/action/16x16-addimage.png" width="16" height="16" align="middle" border="0">
|
||||
<img src="lang/de/ocstyle/images/action/16x16-addimage.png" width="16" height="16" align="middle" border="0" />
|
||||
<span style="font-weight: 400;font-size: small;">[<!-- Ocprop >> --><a href="picture.php?action=add&cacheuuid={cacheuuid_urlencode}">{t}Upload a picture{/t}</a>]</span>
|
||||
</p>
|
||||
</div>
|
||||
@ -295,7 +295,7 @@ function toggleAttr(id)
|
||||
<td class="header-small" colspan="2">
|
||||
<div class="content2-container bg-blue02">
|
||||
<p class="content-title-noshade-size2">
|
||||
<img src="resource2/ocstyle/images/description/20x20-compass.png" align="middle" border="0">
|
||||
<img src="resource2/ocstyle/images/description/20x20-compass.png" align="middle" border="0" />
|
||||
{t}Additional waypoints{/t}
|
||||
<span style="font-weight: 400;font-size: small;">[<a href="childwp.php?cacheid={cacheid_urlencode}">{t}Add a waypoint{/t}</a>]</span>
|
||||
</p>
|
||||
@ -306,7 +306,7 @@ function toggleAttr(id)
|
||||
{waypoints}
|
||||
<tr>
|
||||
<td class="help" colspan="2">
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}">
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}" />
|
||||
{t}Additional waypoints can be entered to make searching easier, for example by pointing to a suitable parking location or start of a path (the waypoint's description may contain more information). They may also specify the stages of a multicache. The waypoints are shown on the map when the cache is selected, are included in GPX file downloads and will be sent to the GPS device.{/t}
|
||||
</td>
|
||||
</tr>
|
||||
@ -315,7 +315,7 @@ function toggleAttr(id)
|
||||
<td class="header-small" colspan="2">
|
||||
<div class="content2-container bg-blue02">
|
||||
<p class="content-title-noshade-size2">
|
||||
<img src="lang/de/ocstyle/images/description/22x22-misc.png" width="22" height="22" align="middle" border="0">
|
||||
<img src="lang/de/ocstyle/images/description/22x22-misc.png" width="22" height="22" align="middle" border="0" />
|
||||
{t}Others{/t}
|
||||
</p>
|
||||
</div>
|
||||
@ -344,7 +344,7 @@ function toggleAttr(id)
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="help" colspan="2">
|
||||
<img src="lang/de/ocstyle/images/misc/hint-link.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}">
|
||||
<img src="lang/de/ocstyle/images/misc/hint-link.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}" />
|
||||
{t}Please note the <a href="articles.php?page=cacheinfo#logpw" target="_blank">description</a>{/t}
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -23,7 +23,7 @@
|
||||
$error_desc_exists = t('(internal error) It already exists a description for this language.');
|
||||
|
||||
$nopictures = t('No pictures available');
|
||||
$pictureline = '<td><a href="javascript:SelectFile(\'{link}\');">{title}<br/><img src="{link}" width="180"></a></td>';
|
||||
$pictureline = '<td><a href="javascript:SelectFile(\'{link}\');">{title}<br /><img src="{link}" width="180" /></a></td>';
|
||||
$picturelines = '{lines}';
|
||||
|
||||
$submit = t('Save');
|
||||
|
@ -81,10 +81,10 @@
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
<tr>
|
||||
<td class="help" colspan="2">
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}">
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}" />
|
||||
{t}Your HTML code will be changed again by a special filter. This is nacessary to avoid dangerous HTML-tags, such as <script>.
|
||||
A list of allowed HTML tags can be find <a href="http://www.opencaching.de/articles.php?page=htmltags">here</a>.{/t}<br />
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}">
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}" />
|
||||
{t}Please do not use any images that are hosted on geocaching.com. Upload your fotos instead on our server as well.{/t}
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -109,7 +109,7 @@ function _chkFound () {
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11">
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" />
|
||||
{t}For 'Found' and 'Not found' logs: Date and (optional) time of the cache search.{/t}
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -16,7 +16,7 @@
|
||||
function icon_log_type($icon_small, $text)
|
||||
{
|
||||
global $stylepath;
|
||||
return "<img src='resource2/ocstyle/images/$icon_small' width='16' height='16' align='middle' border='0' align='left' alt='$text' title='$text'>";
|
||||
return "<img src='resource2/ocstyle/images/$icon_small' width='16' height='16' align='middle' border='0' align='left' alt='$text' title='$text' />";
|
||||
}
|
||||
|
||||
function icon_difficulty($what, $difficulty)
|
||||
@ -34,7 +34,7 @@ function icon_difficulty($what, $difficulty)
|
||||
|
||||
$icon = sprintf("$stylepath/images/difficulty/$what-%d%d.gif", (int)$difficulty / 2, ((float)($difficulty / 2) - (int)($difficulty / 2)) * 10);
|
||||
$text = sprintf($what == "diff" ? $difficulty_text_diff : $difficulty_text_terr, $difficulty / 2);
|
||||
return "<img src='$icon' border='0' width='19' height='16' hspace='2' alt='$text' title='$text'>";
|
||||
return "<img src='$icon' border='0' width='19' height='16' hspace='2' alt='$text' title='$text' />";
|
||||
|
||||
}
|
||||
|
||||
|
@ -62,12 +62,12 @@
|
||||
<meta http-equiv="Content-Language" content="{lang}" />
|
||||
<meta http-equiv="gallerimg" content="no" />
|
||||
<meta http-equiv="cache-control" content="no-cache" />
|
||||
<link rel="SHORTCUT ICON" href="favicon.ico">
|
||||
<link rel="SHORTCUT ICON" href="favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="resource2/{style}/images/oclogo/apple-touch-icon-iphone.png" />
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="resource2/{style}/images/oclogo/apple-touch-icon-ipad.png" />
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="resource2/{style}/images/oclogo/apple-touch-icon-iphone-retina.png" />
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="resource2/{style}/images/oclogo/apple-touch-icon-ipad-retina.png" />
|
||||
<link rel="stylesheet" type="text/css" media="screen,projection" href="resource2/{style}/css/style_screen.css?ft={screen_css_time}">
|
||||
<link rel="stylesheet" type="text/css" media="screen,projection" href="resource2/{style}/css/style_screen.css?ft={screen_css_time}" />
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
<?php
|
||||
@ -88,8 +88,8 @@
|
||||
else if (screen.availWidth)
|
||||
nWindowWidth = screen.availWidth;
|
||||
if (nWindowWidth > 970)
|
||||
document.writeln('<link rel="stylesheet" type="text/css" media="screen,projection" href="<?php echo smarty_function_season($seasons, $smarty_dummy); ?>">');
|
||||
document.writeln('<link rel="stylesheet" type="text/css" media="screen,projection" href="<?php echo smarty_function_season($seasons_stripe, $smarty_dummy); ?>">');
|
||||
document.writeln('<link rel="stylesheet" type="text/css" media="screen,projection" href="<?php echo smarty_function_season($seasons, $smarty_dummy); ?>" />');
|
||||
document.writeln('<link rel="stylesheet" type="text/css" media="screen,projection" href="<?php echo smarty_function_season($seasons_stripe, $smarty_dummy); ?>" />');
|
||||
|
||||
function usercountry_change()
|
||||
{
|
||||
@ -119,7 +119,7 @@
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<link rel="stylesheet" type="text/css" media="print" href="resource2/{style}/css/style_print.css?ft={print_css_time}">
|
||||
<link rel="stylesheet" type="text/css" media="print" href="resource2/{style}/css/style_print.css?ft={print_css_time}" />
|
||||
<script type="text/javascript" src="resource2/{style}/js/enlargeit/enlargeit.js"></script>
|
||||
{htmlheaders}
|
||||
</head>
|
||||
|
@ -130,7 +130,7 @@ function toggleAttr(id)
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
<tr>
|
||||
<td class="help" colspan="2">
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}">
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}" />
|
||||
{t}If this is your first cache on Opencaching.de, be sure to check out the <a href="articles.php?page=cacheinfo">description</a> of the individual fields.{/t}
|
||||
</td>
|
||||
</tr>
|
||||
@ -211,7 +211,7 @@ function toggleAttr(id)
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td class="help"><img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}">
|
||||
<td class="help"><img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}" />
|
||||
{t}The effort is of course only be estimated and can vary depending on environmental influences.
|
||||
If you can not make sufficiently detailed information, write 0 (zero) in both fields.
|
||||
(See also: <a href="articles.php?page=cacheinfo#time" target="_blank">description</a>){/t}
|
||||
@ -221,13 +221,13 @@ function toggleAttr(id)
|
||||
<tr>
|
||||
<td>{t}Waypoints:{/t}</td>
|
||||
<!-- allow wp_gc copy&paste with leading spaces; will be trimmed later -->
|
||||
<td>geocaching.com: <input type="text" name="wp_gc" value="{wp_gc}" maxlength="12" class="input50">
|
||||
navicache.com: <input type="text" name="wp_nc" value="{wp_nc}" maxlength="6" class="input50">
|
||||
<td>geocaching.com: <input type="text" name="wp_gc" value="{wp_gc}" maxlength="12" class="input50" />
|
||||
navicache.com: <input type="text" name="wp_nc" value="{wp_nc}" maxlength="6" class="input50" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td class="help"><img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}">
|
||||
<td class="help"><img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}" />
|
||||
{t}This waypoints will be used to show links in the view cache and the log page.{/t}<br />
|
||||
{t}No data will be imported automatically from these listing services.{/t}
|
||||
</td>
|
||||
@ -237,7 +237,7 @@ function toggleAttr(id)
|
||||
<td class="header-small" colspan="2">
|
||||
<div class="content2-container bg-blue02">
|
||||
<p class="content-title-noshade-size2">
|
||||
<img src="lang/de/ocstyle/images/description/22x22-description.png" width="22" height="22" align="middle" border="0">
|
||||
<img src="lang/de/ocstyle/images/description/22x22-description.png" width="22" height="22" align="middle" border="0" />
|
||||
{t}Cache attributes{/t}
|
||||
</p>
|
||||
</div>
|
||||
@ -251,7 +251,7 @@ function toggleAttr(id)
|
||||
<td class="header-small" colspan="2">
|
||||
<div class="content2-container bg-blue02">
|
||||
<p class="content-title-noshade-size2">
|
||||
<img src="lang/de/ocstyle/images/description/22x22-description.png" width="22" height="22" align="middle" border="0">
|
||||
<img src="lang/de/ocstyle/images/description/22x22-description.png" width="22" height="22" align="middle" border="0" />
|
||||
{t}Description{/t}
|
||||
</p>
|
||||
</div>
|
||||
@ -269,7 +269,7 @@ function toggleAttr(id)
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="help" colspan="2">
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}">
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}" />
|
||||
{t}You can add more descriptions in other languages publishing the cache.{/t}
|
||||
</td>
|
||||
</tr>
|
||||
@ -308,7 +308,7 @@ function toggleAttr(id)
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
<tr>
|
||||
<td class="help" colspan="2">
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}">
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}" />
|
||||
{t}Your HTML code will be changed again by a special filter. This is necessary to avoid dangerous HTML-tags,
|
||||
such as <script>. A list of allowed HTML tags, you can find
|
||||
<a href="http://www.opencaching.de/articles.php?page=htmltags">here</a>{/t}
|
||||
@ -330,7 +330,7 @@ function toggleAttr(id)
|
||||
<td class="header-small" colspan="2">
|
||||
<div class="content2-container bg-blue02">
|
||||
<p class="content-title-noshade-size2">
|
||||
<img src="lang/de/ocstyle/images/description/22x22-description.png" width="22" height="22" align="middle" border="0">
|
||||
<img src="lang/de/ocstyle/images/description/22x22-description.png" width="22" height="22" align="middle" border="0" />
|
||||
{t}Others{/t}
|
||||
</p>
|
||||
</div>
|
||||
@ -338,7 +338,7 @@ function toggleAttr(id)
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="help" colspan="2">
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}">
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}" />
|
||||
{t}You can add additional pictures after creating the cache.{/t}
|
||||
</td>
|
||||
</tr>
|
||||
@ -363,15 +363,15 @@ function toggleAttr(id)
|
||||
<tr>
|
||||
<td>{t}Publication:{/t}</td>
|
||||
<td>
|
||||
<input type="radio" class="radio" name="publish" id="publish_now" value="now2" {publish_now_checked}> <label for="publish_now">{t}Publish now{/t}</label><br />
|
||||
<input type="radio" class="radio" name="publish" id="publish_later" value="later" {publish_later_checked}> <label for="publish_later">{t}Publish on{/t}</label>
|
||||
<input type="radio" class="radio" name="publish" id="publish_now" value="now2" {publish_now_checked} /> <label for="publish_now">{t}Publish now{/t}</label><br />
|
||||
<input type="radio" class="radio" name="publish" id="publish_later" value="later" {publish_later_checked} /> <label for="publish_later">{t}Publish on{/t}</label>
|
||||
<input class="input20" type="text" name="activate_day" maxlength="2" value="{activate_day}"/>.
|
||||
<input class="input20" type="text" name="activate_month" maxlength="2" value="{activate_month}"/>.
|
||||
<input class="input40" type="text" name="activate_year" maxlength="4" value="{activate_year}"/>
|
||||
<select name="activate_hour" class="input60">
|
||||
{activation_hours}
|
||||
</select> {t}#time_suffix_label#{/t} {activate_on_message}<br />
|
||||
<input type="radio" class="radio" name="publish" id="publish_notnow" value="notnow" {publish_notnow_checked}> <label for="publish_notnow">{t}Do not publish now.{/t}</label>
|
||||
<input type="radio" class="radio" name="publish" id="publish_notnow" value="notnow" {publish_notnow_checked} /> <label for="publish_notnow">{t}Do not publish now.{/t}</label>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -382,7 +382,7 @@ function toggleAttr(id)
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="help" colspan="2">
|
||||
<img src="lang/de/ocstyle/images/misc/hint-link.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}">
|
||||
<img src="lang/de/ocstyle/images/misc/hint-link.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}" />
|
||||
{t}Please note the <a href="articles.php?page=cacheinfo#logpw" target="_blank">description</a>{/t}
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -81,10 +81,10 @@
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
<tr>
|
||||
<td class="help" colspan="2">
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}">
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}" />
|
||||
{t}Your HTML code will be changed again by a special filter. This is nacessary to avoid dangerous HTML-tags, such as <script>.
|
||||
A list of allowed HTML tags can be find <a href="http://www.opencaching.de/articles.php?page=htmltags">here</a>.{/t}<br />
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}">
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Notice{/t}" title="{t}Notice{/t}" />
|
||||
{t}Please do not use any images that are hosted on geocaching.com. Upload your fotos instead on our server as well.{/t}
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -103,7 +103,7 @@ function _chkFound () {
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11">
|
||||
<img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" />
|
||||
{t}For 'Found' and 'Not found' logs: Date and (optional) time of the cache search.{/t}
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -16,10 +16,10 @@
|
||||
****************************************************************************/
|
||||
?>
|
||||
<form action="removelog.php" method="post" enctype="application/x-www-form-urlencoded" name="removelog_form" dir="ltr">
|
||||
<input type="hidden" name="commit" value="1"/>
|
||||
<input type="hidden" name="logid" value="{logid}"/>
|
||||
<input type="hidden" name="commit" value="1" />
|
||||
<input type="hidden" name="logid" value="{logid}" />
|
||||
<table class="table">
|
||||
<tr><td class="header" colspan="2"><img src="lang/de/ocstyle/images/description/22x22-logs.png" border="0" width="22" height="22" alt="" title="" align="middle"> <b>{t}remove log entry for <a href="viewcache.php?cacheid={cacheid}">{cachename}</a>{/t}</b></td></tr>
|
||||
<tr><td class="header" colspan="2"><img src="lang/de/ocstyle/images/description/22x22-logs.png" border="0" width="22" height="22" alt="" title="" align="middle" /> <b>{t}remove log entry for <a href="viewcache.php?cacheid={cacheid}">{cachename}</a>{/t}</b></td></tr>
|
||||
|
||||
<tr><td colspan="2">{t}are you sure that this log entry shall be removed?{/t}</td></tr>
|
||||
<tr><td class="spacer"></td></tr>
|
||||
|
@ -23,7 +23,7 @@
|
||||
<input type="hidden" name="commit" value="1"/>
|
||||
<input type="hidden" name="logid" value="{logid}"/>
|
||||
<table class="table">
|
||||
<tr><td class="header" colspan="2"><img src="lang/de/ocstyle/images/description/22x22-logs.png" border="0" width="22" height="22" alt="" title="" align="middle"> <b>{t}remove log entry for <a href="viewcache.php?cacheid={cacheid}">{cachename}</a>{/t}</b></td></tr>
|
||||
<tr><td class="header" colspan="2"><img src="lang/de/ocstyle/images/description/22x22-logs.png" border="0" width="22" height="22" alt="" title="" align="middle" /> <b>{t}remove log entry for <a href="viewcache.php?cacheid={cacheid}">{cachename}</a>{/t}</b></td></tr>
|
||||
<tr><td class="spacer"></td></tr>
|
||||
|
||||
<tr><td colspan="2">{t}Are you sure to remove your log entry?{/t}</td></tr>
|
||||
|
@ -32,9 +32,9 @@
|
||||
$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">';
|
||||
$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';
|
||||
|
@ -2,7 +2,7 @@
|
||||
<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="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>
|
||||
|
@ -32,7 +32,7 @@
|
||||
<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>
|
||||
<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>
|
||||
|
@ -280,11 +280,11 @@ function switchAttributeCat2()
|
||||
<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>
|
||||
<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>
|
||||
@ -303,16 +303,16 @@ function switchAttributeCat2()
|
||||
<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}
|
||||
<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>
|
||||
<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>
|
||||
|
@ -500,7 +500,7 @@ function search_output()
|
||||
while ($r = sql_fetch_array($rs))
|
||||
{
|
||||
$retval .= '<div style="float:left; padding:8px"><a href="' . $r['url'] . '" target="_blank">' .
|
||||
'<img src="' . $absolute_server_URI . 'thumbs.php?uuid=' . $r["uuid"]. '" >' .
|
||||
'<img src="' . $absolute_server_URI . 'thumbs.php?uuid=' . $r["uuid"]. '" />' .
|
||||
'</a><br />' . $r['title'];
|
||||
if ($r['spoiler'])
|
||||
$retval .= ' (' . $translate->t('click on spoiler to display','',basename(__FILE__), __LINE__) . ')';
|
||||
|
@ -201,9 +201,9 @@ function search_output()
|
||||
else
|
||||
{
|
||||
if ($startat > 0) // Ocprop: queryid=([0-9]+)
|
||||
$pages = '<a href="search1.php?queryid=' . $options['queryid'] . '&startat=0"><img src="resource2/ocstyle/images/navigation/16x16-browse-first.png" width="16" height="16"></a> <a href="search1.php?queryid=' . $options['queryid'] . '&startat=' . ($startat - $caches_per_page) . '"><img src="resource2/ocstyle/images/navigation/16x16-browse-prev.png" width="16" height="16"></a></a> ';
|
||||
$pages = '<a href="search1.php?queryid=' . $options['queryid'] . '&startat=0"><img src="resource2/ocstyle/images/navigation/16x16-browse-first.png" width="16" height="16" /></a> <a href="search1.php?queryid=' . $options['queryid'] . '&startat=' . ($startat - $caches_per_page) . '"><img src="resource2/ocstyle/images/navigation/16x16-browse-prev.png" width="16" height="16" /></a></a> ';
|
||||
else
|
||||
$pages = ' <img src="resource2/ocstyle/images/navigation/16x16-browse-first-inactive.png" width="16" height="16"></a> <img src="resource2/ocstyle/images/navigation/16x16-browse-prev-inactive.png" width="16" height="16"></a> ';
|
||||
$pages = ' <img src="resource2/ocstyle/images/navigation/16x16-browse-first-inactive.png" width="16" height="16" /></a> <img src="resource2/ocstyle/images/navigation/16x16-browse-prev-inactive.png" width="16" height="16" /></a> ';
|
||||
|
||||
$frompage = ($startat / $caches_per_page) - 3;
|
||||
if ($frompage < 1) $frompage = 1;
|
||||
@ -220,9 +220,9 @@ function search_output()
|
||||
}
|
||||
|
||||
if ($startat / $caches_per_page < ($maxpage - 1))
|
||||
$pages .= ' <a href="search1.php?queryid=' . $options['queryid'] . '&startat=' . ($startat + $caches_per_page) . '"><img src="resource2/ocstyle/images/navigation/16x16-browse-next.png" width="16" height="16"></a> <a href="search1.php?queryid=' . $options['queryid'] . '&startat=' . (($maxpage - 1) * $caches_per_page) . '"><img src="resource2/ocstyle/images/navigation/16x16-browse-last.png" width="16" height="16"></a> ';
|
||||
$pages .= ' <a href="search1.php?queryid=' . $options['queryid'] . '&startat=' . ($startat + $caches_per_page) . '"><img src="resource2/ocstyle/images/navigation/16x16-browse-next.png" width="16" height="16" /></a> <a href="search1.php?queryid=' . $options['queryid'] . '&startat=' . (($maxpage - 1) * $caches_per_page) . '"><img src="resource2/ocstyle/images/navigation/16x16-browse-last.png" width="16" height="16" /></a> ';
|
||||
else
|
||||
$pages .= ' <img src="resource2/ocstyle/images/navigation/16x16-browse-next-inactive.png" width="16" height="16"> <img src="resource2/ocstyle/images/navigation/16x16-browse-last-inactive.png" width="16" height="16"></a>';
|
||||
$pages .= ' <img src="resource2/ocstyle/images/navigation/16x16-browse-next-inactive.png" width="16" height="16" /> <img src="resource2/ocstyle/images/navigation/16x16-browse-last-inactive.png" width="16" height="16" /></a>';
|
||||
}
|
||||
|
||||
//'<a href="search1.php?queryid=' . $options['queryid'] . '&startat=20">20</a> 40 60 80 100';
|
||||
|
@ -484,7 +484,7 @@ function search_output()
|
||||
while ($r = sql_fetch_array($rs))
|
||||
{
|
||||
$retval .= '<div style="float:left; padding:8px"><a href="' . $r['url'] . '" target="_blank">' .
|
||||
'<img src="' . $server_address . 'thumbs.php?uuid=' . $r["uuid"]. '" >' .
|
||||
'<img src="' . $server_address . 'thumbs.php?uuid=' . $r["uuid"]. '" />' .
|
||||
'</a><br />' . $r['title'];
|
||||
if ($r['spoiler'])
|
||||
$retval .= ' (' . _('click on spoiler to display') . ')';
|
||||
|
@ -29,7 +29,7 @@
|
||||
</div>
|
||||
|
||||
<p style="line-height: 1.6em;">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Hint{/t}" align="middle">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Hint{/t}" align="middle" />
|
||||
{t}To complete the registration, you have to enter your E-Mail and activation code.{/t}
|
||||
</p>
|
||||
|
||||
|
@ -133,7 +133,7 @@
|
||||
{if $cansetemail==true}
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><input type="checkbox" name="chkemail" value="1"> {t}Mark e-mail address as invalid{/t}{if $licensefunctions} <input type="checkbox" name="chkdl" value="1"> {t}data license mail was not delivered{/t}{/if}</td>
|
||||
<td><input type="checkbox" name="chkemail" value="1" /> {t}Mark e-mail address as invalid{/t}{if $licensefunctions} <input type="checkbox" name="chkdl" value="1" /> {t}data license mail was not delivered{/t}{/if}</td>
|
||||
</tr>
|
||||
{/if}
|
||||
|
||||
|
@ -14,56 +14,56 @@
|
||||
<p><b id="cachetype">Cacheart:</b> Es gibt mehrere Möglichkeiten, einen Cache zu gestalten:</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="Normaler Cache" title="Normaler Cache"></td>
|
||||
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/traditional.gif" width="32" border="0" height="32" align="left" alt="Normaler Cache" title="Normaler Cache" /></td>
|
||||
<td>Normaler Cache („Tradi“): Die eingetragenen Koordinaten geben möglichst genau die Cacheposition an. Der Cache ist z. B. eine Dose mit Logbuch darin, und zum Finden und Öffnen des Caches sind keine Rätsel oder Aufgaben zu lösen.
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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 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: Wie ein normaler Cache, jedoch gibt es sehr nahe beim Cache einen Parkplatz. Es wird keine Spezialausrüstung benötigt.</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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="Multi Cache" title="Multi Cache"></td>
|
||||
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/multi.gif" width="32" border="0" height="32" align="left" alt="Multi Cache" title="Multi Cache" /></td>
|
||||
<td>Multicache („Multi“): Die angegebenen Koordinaten geben nicht die Cacheposition, sondern den Startpunkt für die Suche nach dem Cache an. Von dort aus kann er durch das Lösen von Aufgaben oder Rätseln und/oder durch das Finden von Zwischenstationen erreicht werden. Die Lösung der Aufgaben und Rätsel muss vor Ort möglich sein.</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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="Rätsel Cache" title="Rätsel Cache"></td>
|
||||
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/mystery.gif" width="32" border="0" height="32" align="left" alt="Rätsel Cache" title="Rätsel Cache" /></td>
|
||||
<td>Rätselcache („Mystery“): Um die Koordinaten des Caches herauszufinden, muss zuerst ein Rätsel gelöst werden. Im weiteren Verlauf kann es sich um jede Art von Cache (normal, multi, virtuell usw.) handeln.</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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="Mathe-/Physikcache" title="Mathe-/Physikcache"></td>
|
||||
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/mathe.gif" width="32" border="0" height="32" align="left" alt="Mathe-/Physikcache" title="Mathe-/Physikcache" /></td>
|
||||
<td>Mathe-/Physikcache: Zur Lösung des Caches müssen eine oder mehrere Mathe- oder Physikaufgaben gelöst werden, die über das kleine Geocacher-1x1 hinaus gehen.</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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="Beweglicher Cache" title="Beweglicher Cache"></td>
|
||||
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/moving.gif" width="32" border="0" height="32" align="left" alt="Beweglicher Cache" title="Beweglicher Cache" /></td>
|
||||
<td>Beweglicher Cache: Der Cache wechselt seine Position. Er kann z. B. von jedem Finder an einem neuen Ort versteckt werden; die neuen Koordinaten und ggf. eine neue Aufgabe werden dann im Logeintrag veröffentlicht. Oder der Cache befindet sich an einem Verkehrsmittel, dessen Koordinaten herauszufinden sind.</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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="Virtueller Cache" title="Virtueller Cache"></td>
|
||||
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/virtual.gif" width="32" border="0" height="32" align="left" alt="Virtueller Cache" title="Virtueller Cache" /></td>
|
||||
<td>Virtueller Cache: Am Ziel befindet sich weder ein Behälter noch ein Logbuch. Stattdessen ist dort eine Aufgabe zu lösen, bevor man den Cache loggen kann – z. B. indem man etwas abliest, ein Foto macht usw.</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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: Zum Lösen des Caches wird eine öffentliche Webcam genutzt. Meist muss die Webcam an den angegebenen Koordinaten gefunden werden, um von dieser ein Bild mit sich selbst zu machen. Das Bild wird dann beim Logeintrag hinzugefügt. Es gibt keinen Tauschbehälter oder Logbuch.</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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 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: Treffen von Geocachern zum gemeinsamen Plausch. Es darf jeder Geocacher teilnehmen, der Lust hat. Vor dem Treffen loggt man, dass man teilnehmen möchte, und danach dass man teilgenommen hat.</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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="Unbekannter Cachetyp" title="Unbekannter Cachetyp"></td>
|
||||
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/unknown.gif" width="32" border="0" height="32" align="left" alt="Unbekannter Cachetyp" title="Unbekannter Cachetyp" /></td>
|
||||
<td>Unbekannter Cachetyp: Alles was nicht zu den oben aufgelisteten Cachetypen passt.</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<p><b id="cachesize">Cachegröße:</b> Folgende Größenangaben sind üblich:
|
||||
@ -89,31 +89,31 @@
|
||||
<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: in wenigen Minuten zu finden, geeignet für Anfänger </td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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: für erfahrene Geocacher leicht und schnell zu finden, für Anfänger eine Herausforderung </td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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: anspruchsvoller Cache; auch ein erfahrener Geocacher wird hier eine Zeitlang suchen; für Anfänger wenig geeignet</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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: eine große Herausforderung oder ein schwer zu lösenders Rätsel; benötigt viel Erfahrung und besonderes Geschick</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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: extrem schwer zu lösen bzw. zu finden</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<p>Anhaltspunkte für die Geländewertung sind:</p>
|
||||
@ -123,25 +123,25 @@
|
||||
<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: flaches Gelände mit asphaltierten oder glatt gepflasterten Wegen, deutlich weniger als ein Kilometer zu gehen; behindertengerecht</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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: ohne große Höhenunterschiede, über befestigte Wege, Rasenflächen etc., maximal wenige Kilometer zu gehen; geeignet für kleine Kinder </td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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: unwegsames oder steiles Gelände, leichtes Unterholz oder kleine Wanderung; nicht für kleine Kinder geeignet</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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: Gelände ist weglos, sehr steil mit Handeinsatz oder hat sehr dichtes Unterholz, oder es ist eine lange Wanderung nötig</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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>
|
||||
@ -161,20 +161,20 @@
|
||||
Bei den Angaben für deine eigenen Caches solltest du von gewöhnlichen, trockenen Witterungsverhältnissen ausgehen.</p>
|
||||
|
||||
<table class="table">
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
|
||||
<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" 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>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title="" /></td></tr>
|
||||
{/foreach}
|
||||
{/foreach}
|
||||
</table>
|
||||
|
@ -44,8 +44,8 @@
|
||||
|
||||
<p>Weitere neue Features:</p>
|
||||
<ul>
|
||||
<li>Empfehlungen werden in allen Loglisten mit <img src="images/rating-star.gif"> markiert.</li>
|
||||
<li>OConly-Caches werden in allen Cachelisten mit <img src="resource2/ocstyle/images/misc/15x15-oc.png"> markiert.</li>
|
||||
<li>Empfehlungen werden in allen Loglisten mit <img src="images/rating-star.gif" /> markiert.</li>
|
||||
<li>OConly-Caches werden in allen Cachelisten mit <img src="resource2/ocstyle/images/misc/15x15-oc.png" /> markiert.</li>
|
||||
<li>OConly-Hinweis in Benachrichtigungen über neue Caches; Benachrichtigung über neu markierte OConlys im Profil aktivierbar</li>
|
||||
<li>Informationen über <a href="http://wiki.opencaching.de/index.php/Schutzgebiete">Schutzgebiete</a> in GPX-, OKAPI- und <a href="http://wiki.opencaching.de/index.php/XML-Schnittstelle">XML-Interface</a>-Downloads</li>
|
||||
<li>neuer Menüpunkt „neue Features“ auf der Startseite</li>
|
||||
@ -351,7 +351,7 @@
|
||||
<ul>
|
||||
<li>Kurzadressen für Direktzugriff auf Cachelistings, z.B. <a href="http://www.opencaching.de/OCD93B">http://opencaching.de/OCD93B</a></li>
|
||||
<li>Anzeige „Du hast dieses Event besucht“ in Karten-Popup-Fenstern
|
||||
<li>englische Übersetzung der Seiten <a href="./articles.php?page=geocaching">Über Geocaching</a>, <a href="./articles.php?page=cacheinfo">Cachebeschreibung</a>, <a href="./articles.php?page=impressum">Impressum & Nutzungsbedingungen</a>, <a href="./articles.php?page=dsb">Datenschutzbelehrung</a>, <a href="./articles.php?page=donations">Spenden</a>, <a href="./articles.php?page=contact">Kontakt</a> und <a href="./articles.php?page=team">Teamliste</a> (umschalten auf englischsprachige Seite oben mit <img src="images/flag/EN.png">)
|
||||
<li>englische Übersetzung der Seiten <a href="./articles.php?page=geocaching">Über Geocaching</a>, <a href="./articles.php?page=cacheinfo">Cachebeschreibung</a>, <a href="./articles.php?page=impressum">Impressum & Nutzungsbedingungen</a>, <a href="./articles.php?page=dsb">Datenschutzbelehrung</a>, <a href="./articles.php?page=donations">Spenden</a>, <a href="./articles.php?page=contact">Kontakt</a> und <a href="./articles.php?page=team">Teamliste</a> (umschalten auf englischsprachige Seite oben mit <img src="images/flag/EN.png" />)
|
||||
<li>Versionsgeschichte</li>
|
||||
</ul>
|
||||
<p>Geändert / verbessert:</p>
|
||||
|
@ -49,7 +49,7 @@
|
||||
<tr>
|
||||
<td>
|
||||
Sollten die oben genannten Möglichkeiten nicht ausreichen oder die Betreiber von <i>opencaching.de</i> direkt
|
||||
kontaktiert werden, kannst du auch eine Email an <a href="mailto:contact@opencaching.de">contact@opencaching.de</a> schreiben.<br>
|
||||
kontaktiert werden, kannst du auch eine Email an <a href="mailto:contact@opencaching.de">contact@opencaching.de</a> schreiben.<br />
|
||||
Bitte werde nicht ungeduldig wenn nicht sofort eine Antwort kommt, <i>opencaching.de</i> wird von Freiwilligen
|
||||
betreut, die leider nicht immer und sofort zur Verfügung stehen können.<br />
|
||||
|
||||
|
@ -29,11 +29,11 @@
|
||||
<p>Um per Paypal zu spenden, bitte auf folgendes Bild klicken:<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="Jetzt einfach, schnell und sicher online bezahlen – mit PayPal.">
|
||||
<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="Jetzt einfach, schnell und sicher online bezahlen – mit PayPal." />
|
||||
|
||||
<img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1">
|
||||
<img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1" />
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
@ -10,8 +10,8 @@
|
||||
<div class="content-txtbox-noshade" style="padding-right: 25px;">
|
||||
|
||||
|
||||
<p>Alle hier nicht aufgeführten Tags und Attribute werden gefiltert.<br>
|
||||
Gegebenenfalls wird die Liste erweitert oder um das eine oder andere Element gekürzt.<br>
|
||||
<p>Alle hier nicht aufgeführten Tags und Attribute werden gefiltert.<br />
|
||||
Gegebenenfalls wird die Liste erweitert oder um das eine oder andere Element gekürzt.<br />
|
||||
Alle bereits eingestellten Beschreibungen bleiben davon jedoch unberührt.</p>
|
||||
|
||||
|
||||
|
@ -14,56 +14,56 @@
|
||||
<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 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 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 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 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 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 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 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 („Mystery“): 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 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 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 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 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 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 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 – e.g. taking a picture or finding somthing written on a plate –, 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 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 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 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 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 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 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>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<p><b id="cachesize">Cache size:</b> Size of the cache container; common sizes are:
|
||||
@ -89,31 +89,31 @@
|
||||
<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 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 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 – 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 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 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>
|
||||
<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>
|
||||
@ -123,25 +123,25 @@
|
||||
<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 0.8 km (halve a mile) 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 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 3.2 km (2 miles); 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 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 16 km (10 miles) 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 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 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>
|
||||
@ -157,20 +157,20 @@
|
||||
<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>
|
||||
<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" 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>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title="" /></td></tr>
|
||||
{/foreach}
|
||||
{/foreach}
|
||||
</table>
|
||||
|
@ -34,8 +34,8 @@
|
||||
|
||||
<p>More new features:</p>
|
||||
<ul>
|
||||
<li>recommendations are marked with <img src="images/rating-star.gif"> in log lists</li>
|
||||
<li>OConly caches are marked with <img src="resource2/ocstyle/images/misc/15x15-oc.png"> in cache lists</li>
|
||||
<li>recommendations are marked with <img src="images/rating-star.gif" /> in log lists</li>
|
||||
<li>OConly caches are marked with <img src="resource2/ocstyle/images/misc/15x15-oc.png" /> in cache lists</li>
|
||||
<li>OConly tag in new cache notifications; notifications about newly tagged OConlies can be enabled in user profile</li>
|
||||
<li>information on protection areas in GPX, OKAPI and <a href="doc/xml">XML Interface</a> downloads</li>
|
||||
<li>new menu option „New Features“ on the start page</li>
|
||||
|
@ -25,11 +25,11 @@
|
||||
<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">
|
||||
<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">
|
||||
<img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1" />
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
@ -82,20 +82,20 @@
|
||||
<p><strong>Atributos del Cache:</strong> los atributos donde se puede obtener más datos de la cache.</p>
|
||||
|
||||
<table class="table">
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
|
||||
<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" 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>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title="" /></td></tr>
|
||||
{/foreach}
|
||||
{/foreach}
|
||||
</table>
|
||||
|
@ -18,52 +18,52 @@
|
||||
<b id="cachetype">L'arte della cache:</b> Ci sono diversi modi per creare una cache di interessante ed emozionante.</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="Cache Normale" title="Cache Normale"></td>
|
||||
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/traditional.gif" width="32" border="0" height="32" align="left" alt="Cache Normale" title="Cache Normale" /></td>
|
||||
<td>Cache Normale: Le coordinate indicano la posizione della cache, la cache è una scatola come ad esempio un tupperware contenente un giornale di bordo (logbook) e per trovare e aprire la cache non ci sono enigmi da risolvere o altro.
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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 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: come una cache normale, ma la cache si trova molto vicino ad un parcheggio. Inolte per trovare la cache non sono richieste attrezzature speciali.</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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="Multi Cache" title="Multi Cache"></td>
|
||||
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/multi.gif" width="32" border="0" height="32" align="left" alt="Multi Cache" title="Multi Cache" /></td>
|
||||
<td>Multicache: Le coordinate non danno la posizione della cache, ma un possibile punto di partenza per trovarla. La ricerca può richiedere la risoluzione di problemi o puzzle, ma anche il ritrovamento di stazioni intermedie. Deve essere possibile trovare la soluzione dei compiti e puzzle sul posto, e possono essere richieste attrezzature speciali (ad esempio l'accesso a Internet, una calcolatrice scientifica) o speciali conoscenze.</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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="Mystery Cache" title="Mystery Cache"></td>
|
||||
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/mystery.gif" width="32" border="0" height="32" align="left" alt="Mystery Cache" title="Mystery Cache" /></td>
|
||||
<td>Mystery Cache: Una Mystery Cache può essere qualsiasi cache (normale, multi, virtuale, ecc.) Tuttavia per trovare la soluzione devono essere risolti uno o più enigmi, che di solito richiedono ulteriori ricerche sul sito o su Internet.</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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="Matematica/Fisica" title="Matematica/Fisica"></td>
|
||||
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/mathe.gif" width="32" border="0" height="32" align="left" alt="Matematica/Fisica" title="Matematica/Fisica" /></td>
|
||||
<td>Cache Matematica/Fisica: Per risolvere la cache, debbono essere risolti uno o più problemi di matematica o fisica, la cui difficoltà &egave; superiore a quella di semplici Mystery.</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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="Cache in Movimento" title="Cache in Movimento"></td>
|
||||
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/moving.gif" width="32" border="0" height="32" align="left" alt="Cache in Movimento" title="Cache in Movimento" /></td>
|
||||
<td>Cache in Movimento: In questo tipo di cache il box è nascosto, a seconda del compito di ogni luogo, in un nuovo punto. Le nuove coordinate e il nuovo compito saranno pubblicati nel registro della cache.</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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="Cache Virtuale" title="Cache Virtuale"></td>
|
||||
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/virtual.gif" width="32" border="0" height="32" align="left" alt="Cache Virtuale" title="Cache Virtuale" /></td>
|
||||
<td>Cache Virtuale: Alle cordinate non c'è una scatola né un log. A seconda del compito, è necessario rispondere ad una domanda del proprietario o fare una foto per dimostrare che siete stati davvero sul posto.</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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 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: per risolvere queste cache si dovrà in qualche modo utilizzare una webcam. Spesso la webcam si trova alle coordinate ed è necessario utilizzarla per prendere una foto di se stessi. L'immagine viene poi aggiunta al log. Non vi è alcun contenitore per scambio di oggetti o log.</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="Evento" title="Evento"></td>
|
||||
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/event.gif" width="32" border="0" height="32" align="left" alt="Evento" title="Evento" /></td>
|
||||
<td>Cache Evento: Raduno di geocachers per chiaccherare in comune. Possono partecipare tutti i geocacher che lo desderino.</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></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="Cache di tipo sconosciuto" title="Cache di tipo sconosciuto"></td>
|
||||
<td valign="top" style="padding-top:5px"><img src="resource2/ocstyle/images/cacheicon/unknown.gif" width="32" border="0" height="32" align="left" alt="Cache di tipo sconosciuto" title="Cache di tipo sconosciuto" /></td>
|
||||
<td>Cache di tipo sconosciuto: Tutte quelle che non rientrano in altri tipi di cache.</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -76,20 +76,20 @@
|
||||
<b>Attributi Cache:</b> E' possibile specificare degli attributi per la cache che, per esempio, possono essere utilizzati nella <a href="search.php">Ricerca</a>.
|
||||
Molti attributi riguardano le condizioni o sono degli avvertimenti (ad esempio, zecche). Come cercatore di cache ti puo' interessare il proprietario, ed egli assegna gli attributi appropriati per la cache. Quando si specificano gli attributi per la geocache si dovrebbero considerare le condizioni normali, con tempo asciutto.</p>
|
||||
<table class="table">
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title=""></td></tr>
|
||||
<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" 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>
|
||||
<tr><td class="spacer"><img src="images/trans.gif" border="0" width="1" height="1" alt="" title="" /></td></tr>
|
||||
{/foreach}
|
||||
{/foreach}
|
||||
</table>
|
||||
|
@ -19,7 +19,7 @@
|
||||
<tr>
|
||||
<td></td>
|
||||
<td colspan="2">
|
||||
<input type="submit" name="submit_cache_note" value="{t}Save{/t}" class="formbutton" onclick="submitbutton('submit_cache_note')" >
|
||||
<input type="submit" name="submit_cache_note" value="{t}Save{/t}" class="formbutton" onclick="submitbutton('submit_cache_note')" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<table>
|
||||
<tr>
|
||||
{foreach from=$wpNameImages key=typeName item=typeImage}
|
||||
<td><img src="{$typeImage}"></td><td>{$typeName}</td><td> </td>
|
||||
<td><img src="{$typeImage}" /></td><td>{$typeName}</td><td> </td>
|
||||
{/foreach}
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<tr><td class="spacer" colspan="2"> </td></tr>
|
||||
|
||||
{foreach from=$procedures item=procItem}
|
||||
<tr><td colspan="2"><input id="{$procItem|escape}" type="radio" name="action" value="{$procItem|escape}"> <label for="{$procItem|escape}">{$procItem|escape}</label></td></tr>
|
||||
<tr><td colspan="2"><input id="{$procItem|escape}" type="radio" name="action" value="{$procItem|escape}" /> <label for="{$procItem|escape}">{$procItem|escape}</label></td></tr>
|
||||
{/foreach}
|
||||
|
||||
{if $executed==true}
|
||||
|
@ -10,7 +10,7 @@
|
||||
<table class="null" border="0">
|
||||
<tr>
|
||||
<td width="30">
|
||||
<img src="images/newlogo.png" height="66" border="0" alt="" title="" align="left" style="margin-bottom:8px">
|
||||
<img src="images/newlogo.png" height="66" border="0" alt="" title="" align="left" style="margin-bottom:8px" />
|
||||
</td>
|
||||
<td> </td>
|
||||
<td align="center"><font size="4">
|
||||
@ -37,9 +37,9 @@
|
||||
</td>
|
||||
<td class="garmintext" align= "right" valign="top" nowrap="1" width="140">
|
||||
{t}Difficulty{/t}:
|
||||
<img src="./resource2/{$opt.template.style}/images/difficulty/diff-{$cache.difficulty*5}.gif" border="0" width="19" height="16" hspace="2" alt="{t 1=$cache.difficulty*0.5}Difficulty: %1 of 5{/t}"><br />
|
||||
<img src="./resource2/{$opt.template.style}/images/difficulty/diff-{$cache.difficulty*5}.gif" border="0" width="19" height="16" hspace="2" alt="{t 1=$cache.difficulty*0.5}Difficulty: %1 of 5{/t}" /><br />
|
||||
{t}Terrain{/t}:
|
||||
<img src="./resource2/{$opt.template.style}/images/difficulty/terr-{$cache.terrain*5}.gif" border="0" width="19" height="16" hspace="2" alt="{t 1=$cache.terrain*0.5|sprintf:'%01.1f'}Terrain: %1 of 5{/t}">
|
||||
<img src="./resource2/{$opt.template.style}/images/difficulty/terr-{$cache.terrain*5}.gif" border="0" width="19" height="16" hspace="2" alt="{t 1=$cache.terrain*0.5|sprintf:'%01.1f'}Terrain: %1 of 5{/t}" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td colspan="2" class="garmintext"><br />{t}Waypoint download{/t}</td></tr>
|
||||
|
@ -113,7 +113,7 @@ function _chkFound () {
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" />
|
||||
{t}For 'Found' and 'Not found' logs: Date and (optional) time of the cache search.{/t}
|
||||
</td>
|
||||
</tr>
|
||||
@ -160,19 +160,19 @@ function _chkFound () {
|
||||
{if $descMode!=3}
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<a href="javascript:insertSmiley(' :) ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-smile.gif" alt="" height="18px" width="18px" border="0"></a>
|
||||
<a href="javascript:insertSmiley(' ;) ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-wink.gif" alt="" height="18px" width="18px" border="0"></a>
|
||||
<a href="javascript:insertSmiley(' :D ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-laughing.gif" alt="" height="18px" width="18px" border="0"></a>
|
||||
<a href="javascript:insertSmiley(' 8) ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-cool.gif" alt="" height="18px" width="18px" border="0"></a>
|
||||
<a href="javascript:insertSmiley(' O:) ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-innocent.gif" alt="" height="18px" width="18px" border="0"></a>
|
||||
<a href="javascript:insertSmiley(' :o ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-surprised.gif" alt="" height="18px" width="18px" border="0"></a>
|
||||
<a href="javascript:insertSmiley(' :( ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-frown.gif" alt="" height="18px" width="18px" border="0"></a>
|
||||
<a href="javascript:insertSmiley(' ::| ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-embarassed.gif" alt="" height="18px" width="18px" border="0"></a>
|
||||
<a href="javascript:insertSmiley(' :,-( ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-cry.gif" alt="" height="18px" width="18px" border="0"></a>
|
||||
<a href="javascript:insertSmiley(' :-* ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-kiss.gif" alt="" height="18px" width="18px" border="0"></a>
|
||||
<a href="javascript:insertSmiley(' :P ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-tongue-out.gif" alt="" height="18px" width="18px" border="0"></a>
|
||||
<a href="javascript:insertSmiley(' :/ ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-undecided.gif" alt="" height="18px" width="18px" border="0"></a>
|
||||
<a href="javascript:insertSmiley(' XO ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-yell.gif" alt="" height="18px" width="18px" border="0"></a>
|
||||
<a href="javascript:insertSmiley(' :) ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-smile.gif" alt="" height="18px" width="18px" border="0" /></a>
|
||||
<a href="javascript:insertSmiley(' ;) ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-wink.gif" alt="" height="18px" width="18px" border="0" /></a>
|
||||
<a href="javascript:insertSmiley(' :D ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-laughing.gif" alt="" height="18px" width="18px" border="0" /></a>
|
||||
<a href="javascript:insertSmiley(' 8) ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-cool.gif" alt="" height="18px" width="18px" border="0" /></a>
|
||||
<a href="javascript:insertSmiley(' O:) ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-innocent.gif" alt="" height="18px" width="18px" border="0" /></a>
|
||||
<a href="javascript:insertSmiley(' :o ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-surprised.gif" alt="" height="18px" width="18px" border="0" /></a>
|
||||
<a href="javascript:insertSmiley(' :( ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-frown.gif" alt="" height="18px" width="18px" border="0" /></a>
|
||||
<a href="javascript:insertSmiley(' ::| ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-embarassed.gif" alt="" height="18px" width="18px" border="0" /></a>
|
||||
<a href="javascript:insertSmiley(' :,-( ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-cry.gif" alt="" height="18px" width="18px" border="0" /></a>
|
||||
<a href="javascript:insertSmiley(' :-* ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-kiss.gif" alt="" height="18px" width="18px" border="0" /></a>
|
||||
<a href="javascript:insertSmiley(' :P ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-tongue-out.gif" alt="" height="18px" width="18px" border="0" /></a>
|
||||
<a href="javascript:insertSmiley(' :/ ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-undecided.gif" alt="" height="18px" width="18px" border="0" /></a>
|
||||
<a href="javascript:insertSmiley(' XO ')"><img src="resource2/tinymce/plugins/emotions/img/smiley-yell.gif" alt="" height="18px" width="18px" border="0" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
|
@ -46,7 +46,7 @@
|
||||
{/if}
|
||||
|
||||
<tr>
|
||||
<td colspan="2">{t}Subject:{/t} <input type="text" name="subject" value="{$subject|escape}" class="input400"></td>
|
||||
<td colspan="2">{t}Subject:{/t} <input type="text" name="subject" value="{$subject|escape}" class="input400" /></td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
|
||||
@ -75,10 +75,10 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="help" colspan="2">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" align="middle">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" align="middle" />
|
||||
{t}This enables the receiver to answer your E-Mail directly with his E-Mail agent.{/t}<br />
|
||||
<br />
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" align="middle">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" align="middle" />
|
||||
<span class="smalltext">{t}To protect you and us from abuse:{/t}</span>
|
||||
<ul style="margin:0">
|
||||
<li class="smalltext">{t}Only E-Mail that regards Geocaching are allowed. Spaming is not allowed!{/t}</li>
|
||||
|
@ -510,7 +510,7 @@ function updateCopyrights()
|
||||
else
|
||||
copyrightDiv.innerHTML = '{t escape=js}Map data © <a href="http://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap</a> contributors{/t}';
|
||||
if (newMapType == "MQ")
|
||||
copyrightDiv.innerHTML += ', ' + '{t escape=js}tiles provided by <a href="http://www.mapquest.com/" target="_blank">MapQuest</a>{/t}' + ' <img src="http://developer.mapquest.com/content/osm/mq_logo.png">';
|
||||
copyrightDiv.innerHTML += ', ' + '{t escape=js}tiles provided by <a href="http://www.mapquest.com/" target="_blank">MapQuest</a>{/t}' + ' <img src="http://developer.mapquest.com/content/osm/mq_logo.png" />';
|
||||
{literal}
|
||||
}
|
||||
else
|
||||
@ -1040,7 +1040,7 @@ function init_waypoint_markers(aWaypoints)
|
||||
var text =
|
||||
"<div id='mapinfowindow' style='max-height:320px;" + {if $msie}" max-width:" + maxwidth + ";" +{/if} " overflow:auto'><table class='mappopup'>" +
|
||||
"<tr><td><table cellspacing='0' cellpadding='0'><tr><td>" +
|
||||
"<img src='" + image + "' width='" + imagewidth + "' height='" + imageheight + "' ></td>" +
|
||||
"<img src='" + image + "' width='" + imagewidth + "' height='" + imageheight + "' /></td>" +
|
||||
"<td class='wppopupheader'><span style='white-space:normal'>" + typename + "</span></td><td style='vertical-align:top'></td><td class='wppopupheader'> " + preposition + "</span></td>" +
|
||||
"<td class='wppopupheader' style='font-weight:bold'> <a href='viewcache.php?wp=" + msPopupMarkerWP + "' target='_blank_'>" + msPopupMarkerWP + "</a></td>" +
|
||||
"</tr></table></td></tr>";
|
||||
@ -1163,7 +1163,7 @@ function parseXML_GetHTML(xmlobject)
|
||||
sHtml += "<tr><td colspan='2'><font size='2' color='red'><b>" + xmlentities(sStatusText) + "</b></font></td></tr>";
|
||||
|
||||
// InfoWindows have a min width; set min width for content to avoid large right borders:
|
||||
sHtml += "<tr><td><img src='resource2/ocstyle/images/cacheicon/20x20-" + nTypeId + ".png' alt='" + xmlentities(sTypeText) + "' title='" + xmlentities(sTypeText) + "' height='20px' width='20px'/></td><td style='min-width:150px";
|
||||
sHtml += "<tr><td><img src='resource2/ocstyle/images/cacheicon/20x20-" + nTypeId + ".png' alt='" + xmlentities(sTypeText) + "' title='" + xmlentities(sTypeText) + "' height='20px' width='20px' /></td><td style='min-width:150px";
|
||||
if (sName.length > 60)
|
||||
sHtml += "; white-space:normal";
|
||||
sHtml += "'><a href='viewcache.php?wp=" + encodeURI(sWPOC) + "' target='_blank'><font size='2'>" + xmlentities(sName) + "</font></a></td><td align='right' vertical-align:'top'><font size='2'><b> " + xmlentities(sWPOC) + "</b></font></td></tr>";
|
||||
@ -2142,7 +2142,7 @@ function toggle_attribselection(bSaveCookies)
|
||||
{* login status *}
|
||||
<td rowspan="2"> </td>
|
||||
<td rowspan="2" class="maplogin">
|
||||
{if $username != ""}{t}Logged in as{/t}<br /><a href="myhome.php"><b>{$username}</b></a> <a href="map2.php?action=logout&mode=fullscreen{if $queryid>0}&queryid={$queryid}{/if}"><img src="resource2/ocstyle/images/action/15x13-logout.png" style="margin-bottom:2px" alt="{t}Logout{/t}" title="{t}Logout{/t}"></a>{else}<a href="login.php?target=map2.php%3Fmode%3Dfullscreen{if $queryid>0}%26queryid%3D{$queryid}{/if}">{t}Login{/t}...</a>{/if}
|
||||
{if $username != ""}{t}Logged in as{/t}<br /><a href="myhome.php"><b>{$username}</b></a> <a href="map2.php?action=logout&mode=fullscreen{if $queryid>0}&queryid={$queryid}{/if}"><img src="resource2/ocstyle/images/action/15x13-logout.png" style="margin-bottom:2px" alt="{t}Logout{/t}" title="{t}Logout{/t}" /></a>{else}<a href="login.php?target=map2.php%3Fmode%3Dfullscreen{if $queryid>0}%26queryid%3D{$queryid}{/if}">{t}Login{/t}...</a>{/if}
|
||||
</td>
|
||||
<td rowspan="2"> </td>
|
||||
{/if}
|
||||
@ -2159,7 +2159,7 @@ function toggle_attribselection(bSaveCookies)
|
||||
{/if}
|
||||
|
||||
{* GPX download button *}
|
||||
<td rowspan="2"><a class="jslink" onclick="download_gpx()"><img id="download_gpx_img" src="resource2/{$opt.template.style}/images/map/35x35-gpx-download.png" style="margin-left:5px; margin-right:5px" height="35" width="35" alt="{t}Download GPX file (max. 500 caches){/t}" title="{t}Download GPX file (max. 500 caches){/t}"/></a></td>
|
||||
<td rowspan="2"><a class="jslink" onclick="download_gpx()"><img id="download_gpx_img" src="resource2/{$opt.template.style}/images/map/35x35-gpx-download.png" style="margin-left:5px; margin-right:5px" height="35" width="35" alt="{t}Download GPX file (max. 500 caches){/t}" title="{t}Download GPX file (max. 500 caches){/t}" /></a></td>
|
||||
|
||||
{* permalink button *}
|
||||
<td rowspan="2"><a class="jslink" onclick="showPermlinkBox_click()"><img src="resource2/{$opt.template.style}/images/map/35x35-star.png" style="margin-left:3px; margin-right:1px" height="35" width="35" alt="{t}Show link to this map{/t}" title="{t}Show link to this map{/t}" /></a></td>
|
||||
@ -2198,7 +2198,7 @@ function toggle_attribselection(bSaveCookies)
|
||||
{* popup box for permalink *}
|
||||
<div id="permalink_box" class="mappermalink mapboxframe mapboxshadow" style="display:none">
|
||||
<table>
|
||||
<tr><td><img src="resource2/ocstyle/images/viewcache/link.png" alt="" height="16" width="16" /> {t}Link to this map view{/t}:</td><td align="right"><a href="javascript:permalinkbox_hide()"><img src="resource2/ocstyle/images/navigation/19x19-close.png" style="opacity:0.7" ></a></td></tr>
|
||||
<tr><td><img src="resource2/ocstyle/images/viewcache/link.png" alt="" height="16" width="16" /> {t}Link to this map view{/t}:</td><td align="right"><a href="javascript:permalinkbox_hide()"><img src="resource2/ocstyle/images/navigation/19x19-close.png" style="opacity:0.7" /></a></td></tr>
|
||||
<tr><td><input id="permalink_text" type="text" value="" size="55"/></td></tr>
|
||||
<tr id="permalink_addFavorites"><td align="right"><input type="button" value="{t}Add to favorites...{/t}" onclick="addFavorites_click()" /></td></tr>
|
||||
</table>
|
||||
@ -2247,10 +2247,10 @@ function toggle_attribselection(bSaveCookies)
|
||||
|
||||
<div id="cachepicbox" class="default mapboxframe mapboxshadow" style="position:absolute; {if $bFullscreen}left:4px; top:7px;{else}left:0; top:0;{/if} background:#fdfdfd; display:none; z-index:60">
|
||||
<div style="position:absolute; right:-19px; top:2px; opacity:0.7">
|
||||
<img src="resource2/ocstyle/images/navigation/15x15-smallclose.png" onclick="hide_picture()" style="cursor:pointer"/>
|
||||
<img src="resource2/ocstyle/images/navigation/15x15-smallclose.png" onclick="hide_picture()" style="cursor:pointer" />
|
||||
</div>
|
||||
<div>
|
||||
<a id="cachepiccontainer" class="nooutline"><img id="cachepic"/></a>
|
||||
<a id="cachepiccontainer" class="nooutline"><img id="cachepic" /></a>
|
||||
</div>
|
||||
<div id="cachepictitle" style="clear:both; padding:0px 4px 0px 4px; line-height:1.3em; max-height:2.6em; overflow:hidden"></div>
|
||||
</div>
|
||||
@ -2261,12 +2261,12 @@ function toggle_attribselection(bSaveCookies)
|
||||
|
||||
{if $bFullscreen}
|
||||
{* the logo *}
|
||||
<a href="index.php"><img id="oclogo" src="resource2/ocstyle/images/oclogo/oc_logo_alpha3.png" style="position:absolute; left:32px; top:50px; z-index:2; border:0"/></a>
|
||||
<a href="index.php"><img id="oclogo" src="resource2/ocstyle/images/oclogo/oc_logo_alpha3.png" style="position:absolute; left:32px; top:50px; z-index:2; border:0" /></a>
|
||||
|
||||
{* back-to-searchoptions link *}
|
||||
{if $queryid>0}
|
||||
<div class="mapboxframe mapboxshadow" style="position:absolute; top:80px; right:5px; background:#fff; z-index:2">
|
||||
<a class="nooutline" href="search.php?queryid={$queryid}&showresult=0"><img src="resource2/{$opt.template.style}/images/misc/32x32-search.png" style="padding:2px" alt="{t}Search options{/t}" title="{t}Search options{/t}"/></a>
|
||||
<a class="nooutline" href="search.php?queryid={$queryid}&showresult=0"><img src="resource2/{$opt.template.style}/images/misc/32x32-search.png" style="padding:2px" alt="{t}Search options{/t}" title="{t}Search options{/t}" /></a>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
@ -2302,7 +2302,7 @@ function toggle_attribselection(bSaveCookies)
|
||||
{* frame for all sidebare contents: *}
|
||||
<div class="mapboxframe mapboxshadow" style="position:absolute; top: 80px; right:0px; margin: 0px; padding: 4px; background:#fff; opacity: .9; z-index:2; {if $queryid > 0}display:none;{/if}">
|
||||
{* sidebar hidden: '<' icon to open *}
|
||||
<a class="jslink nofocus" onclick="toggle_sidebar(true);" id='sidebar-toggle' style="width: 32px; height: 32px"><img id="sidbar-toggle-img" src="resource2/{$opt.template.style}/images/map/32x32-left.png"></a>
|
||||
<a class="jslink nofocus" onclick="toggle_sidebar(true);" id='sidebar-toggle' style="width: 32px; height: 32px"><img id="sidbar-toggle-img" src="resource2/{$opt.template.style}/images/map/32x32-left.png" /></a>
|
||||
{* sidebar visible: filter options table & '>' icon to close *}
|
||||
<div id="sidebar" style="display:none; overflow:auto">
|
||||
|
||||
@ -2314,7 +2314,7 @@ function toggle_attribselection(bSaveCookies)
|
||||
<tr>
|
||||
<td style="width:3px"></td>
|
||||
<td id="filterboxtitle" class="content-title-noshade-size1">{t}Only show Geocaches with the following properties:{/t}</td>
|
||||
<td align="right"><a class="jslink" onclick="toggle_sidebar(true);"><img src="resource2/ocstyle/images/map/32x32-right.png"></a></td>
|
||||
<td align="right"><a class="jslink" onclick="toggle_sidebar(true);"><img src="resource2/ocstyle/images/map/32x32-right.png" /></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
{else}
|
||||
@ -2351,12 +2351,12 @@ function toggle_attribselection(bSaveCookies)
|
||||
{* cache types *}
|
||||
<td valign="top" class="mapfilter pad10" width="{if $bFullscreen}140{else}150{/if}">
|
||||
<table>
|
||||
<tr><td colspan="3" class="mapfiltertopic mft_withcheckbox"><input id="all_cachetypes" type="checkbox" checked="checked" onchange="alltypes_changed()"> <label for="all_cachetypes">{t}Cachetype{/t}</label></td></tr>
|
||||
<tr><td colspan="3" class="mapfiltertopic mft_withcheckbox"><input id="all_cachetypes" type="checkbox" checked="checked" onchange="alltypes_changed()" /> <label for="all_cachetypes">{t}Cachetype{/t}</label></td></tr>
|
||||
<tr><td><span style="line-height: 5px;"> </span></td></tr>
|
||||
{foreach from=$aCacheType item=cacheTypeItem}
|
||||
<tr>
|
||||
<td><input type="checkbox" id="cachetype{$cacheTypeItem.id}" name="cachetype{$cacheTypeItem.id}" value="1" checked="checked" onchange="cachetype_filter_changed()" class="checkbox" /></td>
|
||||
<td><img src="resource2/ocstyle/images/cacheicon/16x16-{$cacheTypeItem.id}.gif"></td>
|
||||
<td><img src="resource2/ocstyle/images/cacheicon/16x16-{$cacheTypeItem.id}.gif" /></td>
|
||||
<td style="white-space:nowrap;"> <label for="cachetype{$cacheTypeItem.id}">{$cacheTypeItem.text|escape}</label></td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
@ -2366,7 +2366,7 @@ function toggle_attribselection(bSaveCookies)
|
||||
{* cache sizes *}
|
||||
<td valign="top" class="mapfilter pad10" width="{if $bFullscreen}128{else}137{/if}">
|
||||
<table>
|
||||
<tr><td class="mapfiltertopic mft_withcheckbox"><input id="all_cachesizes" type="checkbox" checked="checked" onchange="allsizes_changed()"> <label for="all_cachesizes">{t}Container{/t}</label></td></tr>
|
||||
<tr><td class="mapfiltertopic mft_withcheckbox"><input id="all_cachesizes" type="checkbox" checked="checked" onchange="allsizes_changed()" /> <label for="all_cachesizes">{t}Container{/t}</label></td></tr>
|
||||
<tr><td><span style="line-height: 5px;"> </span></td></tr>
|
||||
{foreach from=$aCacheSize item=cacheSizeItem}
|
||||
<tr>
|
||||
|
@ -78,7 +78,7 @@ function myHomeLoad()
|
||||
<a href="viewcache.php?wp={$logItem.wp_oc}">{$logItem.name|escape}</a>
|
||||
{include file="res_oconly.tpl" oconly=$logItem.oconly}
|
||||
{t}by{/t} <a href="viewprofile.php?userid={$logItem.userid}">{$logItem.username|escape}</a>
|
||||
{if $logItem.recommended}<img src="images/rating-star.gif" width="17" height="16" title="{t}with recommendation{/t}">{/if}
|
||||
{if $logItem.recommended}<img src="images/rating-star.gif" width="17" height="16" title="{t}with recommendation{/t}" />{/if}
|
||||
</td>
|
||||
</tr>
|
||||
{foreachelse}
|
||||
|
@ -110,7 +110,7 @@
|
||||
<input type="text" name="notifyRadius" maxlength="3" value="{$notifyRadius|escape}" class="input30" />
|
||||
{/capture}
|
||||
{t 1=$smarty.capture.inputfield}I want to be notified about new Geocaches within an radius of %1 km.{/t}<br />
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" align="middle">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" align="middle" />
|
||||
<span style="font-size:10px;">
|
||||
{t}The notification radius must be not more than 150 km. To deaktivate notifications, set the radius to 0.{/t}
|
||||
</span>
|
||||
@ -154,7 +154,7 @@
|
||||
<input type="checkbox" name="permanentLogin" value="1" {if $permanentLogin==true}checked="checked"{/if} id="l_using_permanent_login" class="checkbox" />
|
||||
<label for="l_using_permanent_login">{t}Don't log me out after 15 minutes inaktivity.{/t}</label><br/>
|
||||
<div style="padding-left:25px;">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" align="middle">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" align="middle" />
|
||||
<span style="color:red; font-size:10px; line-height:1.3em">{t}Attention: If you are using this option, don't forget to log out before other persons can use your computer.
|
||||
Otherwise, they can use and modify your personal data.{/t}</span>
|
||||
</div>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<tr><td class="spacer" colspan="2"> </td></tr>
|
||||
<tr>
|
||||
<td style="vertical-align:top;">{t}Statistic picture{/t}:</td>
|
||||
<td><img src="statpics/{$opt.template.locale}/{$login.userid}.jpg" align="middle"></td>
|
||||
<td><img src="statpics/{$opt.template.locale}/{$login.userid}.jpg" align="middle" /></td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<table cellspacing="0" cellpadding="0"><tr>
|
||||
<td class="content-title-flag"><img src="images/flags/{$newCache.country|lower}.gif" ></td>
|
||||
<td class="content-title-flag"><img src="images/flags/{$newCache.country|lower}.gif" /></td>
|
||||
<td><p class="content-title-noshade-size08">{$newCache.country_name|escape}</p></td>
|
||||
</tr></table>
|
||||
<td>
|
||||
|
@ -22,7 +22,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="help" colspan="2">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" align="middle">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" align="middle" />
|
||||
{t}To change your E-Mail address, you have to request a security code. It will be sent to your new E-Mail-Address.{/t}
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -37,7 +37,7 @@
|
||||
<tr><td class="spacer"></td></tr>
|
||||
<tr><td colspan="3">
|
||||
<table cellspacing="0" cellpadding="0"><tr>
|
||||
<td class="content-title-flag" ><img src="images/flags/{$newLog.country|lower}.gif" ></td>
|
||||
<td class="content-title-flag" ><img src="images/flags/{$newLog.country|lower}.gif" /></td>
|
||||
<td><b class="content-title-noshade-size08">{$newLog.country_name|escape}</b> </b></td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
@ -71,7 +71,7 @@
|
||||
{/if}
|
||||
</td>
|
||||
<td>
|
||||
{if $newLog.oc_team_comment}<img src="resource2/{$opt.template.style}/images/oclogo/oc-team-comment.png" alt="OC-Team" title="{t}OC team comment{/t}"/>{/if}
|
||||
{if $newLog.oc_team_comment}<img src="resource2/{$opt.template.style}/images/oclogo/oc-team-comment.png" alt="OC-Team" title="{t}OC team comment{/t}" />{/if}
|
||||
{capture name=cachename}
|
||||
<a href="viewcache.php?wp={$newLog.wp_oc}&log=A#log{$newLog.id}">{if $newLog.first}<b>{$newLog.cachename|escape}</b>{else}{$newLog.cachename|escape}{/if}</a>
|
||||
{/capture}
|
||||
@ -81,14 +81,14 @@
|
||||
|
||||
{if $newLog.type==1}
|
||||
{t 1=$smarty.capture.cachename 2=$smarty.capture.username}%2 found %1{/t}
|
||||
{if $newLog.recommended}<img src="images/rating-star.gif" width="17" height="16" title="{t}with recommendation{/t}">{/if}
|
||||
{if $newLog.recommended}<img src="images/rating-star.gif" width="17" height="16" title="{t}with recommendation{/t}" />{/if}
|
||||
{elseif $newLog.type==2}
|
||||
{t 1=$smarty.capture.cachename 2=$smarty.capture.username}%2 didn't find %1{/t}
|
||||
{elseif $newLog.type==3}
|
||||
{t 1=$smarty.capture.cachename 2=$smarty.capture.username}%2 wrote a note for %1{/t}
|
||||
{elseif $newLog.type==7}
|
||||
{t 1=$smarty.capture.cachename 2=$smarty.capture.username}%2 visited %1{/t}
|
||||
{if $newLog.recommended}<img src="images/rating-star.gif" width="17" height="16" title="{t}with recommendation{/t}">{/if}
|
||||
{if $newLog.recommended}<img src="images/rating-star.gif" width="17" height="16" title="{t}with recommendation{/t}" />{/if}
|
||||
{elseif $newLog.type==8}
|
||||
{t 1=$smarty.capture.cachename 2=$smarty.capture.username}%2 want's to visit %1{/t}
|
||||
{elseif $newLog.type==9}
|
||||
|
@ -67,7 +67,7 @@
|
||||
<tr><td><input type="checkbox" name="newshtml" id="newshtml" value="1" style="border:0;" {if $newshtml==1}checked="checked"{/if} /> <label for="newshtml">{t}The newsentry is written with HTML tags{/t}</label></td></tr>
|
||||
<tr>
|
||||
<td>
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" alt="" align="middle">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" alt="" align="middle" />
|
||||
<span style="color:#666666; font-size:10px;">
|
||||
{t}Please only use HTML tags to format the text - eg. bold, color or hyperlinks. We do not want tables, divs etc.{/t}
|
||||
</span>
|
||||
|
@ -69,7 +69,7 @@
|
||||
<tr>
|
||||
<td valign="top">{t}File:{/t}</td>
|
||||
<td colspan="2">
|
||||
<input type="hidden" name="MAX_FILE_SIZE" value="{$opt.logic.pictures.maxsize}">
|
||||
<input type="hidden" name="MAX_FILE_SIZE" value="{$opt.logic.pictures.maxsize}" />
|
||||
<input class="input300" name="file" type="file" maxlength="{$opt.logic.pictures.maxsize}" />
|
||||
</td>
|
||||
</tr>
|
||||
@ -96,7 +96,7 @@
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Note{/t}" title="{t}Note{/t}">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Note{/t}" title="{t}Note{/t}" />
|
||||
{t}Generally, spoiler pictures should not be logged. In the case that en exception from this rule makes sense, e.g. to document your finding or problems with the stash, please mark the picture als spoiler so that it won't appear in galleries.{/t}
|
||||
</td>
|
||||
</tr>
|
||||
@ -105,12 +105,12 @@
|
||||
{if $objecttype==OBJECT_CACHE}
|
||||
<tr>
|
||||
<td></td>
|
||||
<td style="width:1%"><input class="checkbox" type="checkbox" name="notdisplay" value="1" {if $displaychecked==false}checked="checked"{/if}></td>
|
||||
<td style="width:1%"><input class="checkbox" type="checkbox" name="notdisplay" value="1" {if $displaychecked==false}checked="checked"{/if} /></td>
|
||||
<td>{t}Do not separately display this picture (used in HTML description etc.){/t}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td style="width:1%"><input class="checkbox" type="checkbox" name="mappreview" value="1" {if $mappreviewchecked==true}checked="checked"{/if}></td>
|
||||
<td style="width:1%"><input class="checkbox" type="checkbox" name="mappreview" value="1" {if $mappreviewchecked==true}checked="checked"{/if} /></td>
|
||||
<td>{t}Preview picture for map – is shown when this cache is selected on the map.<br />You can have only <em>one</em> preview picture per cache.{/t}</td>
|
||||
</tr>
|
||||
{/if}
|
||||
@ -118,7 +118,7 @@
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
<tr>
|
||||
<td class="help" colspan="3">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Note{/t}" title="{t}Note{/t}">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Note{/t}" title="{t}Note{/t}" />
|
||||
{t}Only the following picture formats are allowed: BMP, GIF, PNG and JPEG. We recommend JPEG for photos.{/t}<br />
|
||||
{t}The file size of the pictures must not exeed 250 KB. We recommend 640x480 pixel of picture size.{/t}<br />
|
||||
{t}After click to upload, it can take a while, until the next page is been shown.{/t}
|
||||
|
@ -13,7 +13,7 @@
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td colspan="2" class="help">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Note{/t}" title="{t}Note{/t}" align="middle">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Note{/t}" title="{t}Note{/t}" align="middle" />
|
||||
{t}The activation code was sent with an E-Mail to you.<br />
|
||||
Please follow the instructions in the E-Mail.{/t}<br />
|
||||
{t}If you do not see any E-Mail, please check the spam folder of your mailbox.{/t}
|
||||
@ -60,7 +60,7 @@
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td colspan="2" class="help">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Note{/t}" align="middle">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Note{/t}" align="middle" />
|
||||
{t}To create an account on opencaching.de, you have to enter a vaild E-Mail address and an username.
|
||||
An E-Mail will be sent to the address you supplied with an activation code. Only one account can be
|
||||
created per E-Mail address. First name, last name and country are optional.{/t}
|
||||
@ -168,7 +168,7 @@
|
||||
|
||||
<tr>
|
||||
<td colspan="2" class="help">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Note{/t}" title="{t}Note{/t}" align="middle">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" alt="{t}Note{/t}" title="{t}Note{/t}" align="middle" />
|
||||
{t 1=$opt.mail.contact}We respect your privacy. Your personal data will be stored in our database, but not shared to third parties.
|
||||
Please note our exact <a href="articles.php?page=dsb">privacy statement</a>. If you have further questions, please <a href="mailto:%1">contact us</a> <b>before</b> you create your
|
||||
account.{/t}
|
||||
|
@ -13,7 +13,7 @@
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td class="help" colspan="2">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" align="middle" alt="">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" align="middle" alt="" />
|
||||
{t}Enter your username and we will send an E-Mail to your E-Mail-Address.{/t}
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -7,7 +7,7 @@
|
||||
{*cachetype=1 status=1 logtype=0 owner=false small=false*}
|
||||
|
||||
{if $cachetype==1}
|
||||
<img src="resource2/{$opt.template.style}/images/cacheicon/unknown{if $greyed}-grey{/if}.gif" alt="{t}Unknown Geocache{/t}" title="{t}Unknown Geocache{/t}" border="0" width="32" height="32" class="icon32" id="{if $typeid}cacheicon{$cachetype}{else}viewcache-cacheicon{/if}" onclick="{$onclick}"/>
|
||||
<img src="resource2/{$opt.template.style}/images/cacheicon/unknown{if $greyed}-grey{/if}.gif" alt="{t}Unknown Geocache{/t}" title="{t}Unknown Geocache{/t}" border="0" width="32" height="32" class="icon32" id="{if $typeid}cacheicon{$cachetype}{else}viewcache-cacheicon{/if}" onclick="{$onclick}" />
|
||||
{elseif $cachetype==2}
|
||||
<img src="resource2/{$opt.template.style}/images/cacheicon/traditional{if $greyed}-grey{/if}.gif" alt="{t}Traditional Geocache{/t}" title="{t}Traditional Geocache{/t}" border="0" width="32" height="32" class="icon32" id="{if $typeid}cacheicon{$cachetype}{else}viewcache-cacheicon{/if}" onclick="{$onclick}" />
|
||||
{elseif $cachetype==3} {* Ocprop: \/cacheicon\/multi\.gif"\s+alt="Multicache" *}
|
||||
|
@ -13,9 +13,9 @@
|
||||
{capture name=cachename}<a href="viewcache.php?wp={$cache.wpoc|urlencode}">{$cache.name|escape}</a>{/capture}
|
||||
{t 1=$smarty.capture.cachename}Logentries for %1{/t}
|
||||
<span style="font-weight: 400;">
|
||||
<img src="resource2/{$opt.template.style}/images/log/16x16-{if $cache.type==6}attended{else}found{/if}.png" width="16" height="16" align="middle" border="0" align="left" alt="{if $cache.type==6}{t}Attended{/t}{else}{t}Found{/t}{/if}" title="{if $cache.type==6}{t}Attended{/t}{else}{t}Found{/t}{/if}"> {$cache.found}x
|
||||
<img src="resource2/{$opt.template.style}/images/log/16x16-{if $cache.type==6}will_attend{else}dnf{/if}.png" width="16" height="16" align="middle" border="0" align="left" alt="{if $cache.type==6}{t}Will attend{/t}{else}{t}Not found{/t}{/if}" title="{if $cache.type==6}{t}Will attend{/t}{else}{t}Not found{/t}{/if}"> {if $cache.type==6}{$cache.willattend}{else}{$cache.notfound}{/if}x
|
||||
<img src="resource2/{$opt.template.style}/images/log/16x16-note.png" width="16" height="16" align="middle" border="0" align="left" align="{t}Note{/t}" title="{t}Note{/t}"> {$cache.note}x
|
||||
<img src="resource2/{$opt.template.style}/images/log/16x16-{if $cache.type==6}attended{else}found{/if}.png" width="16" height="16" align="middle" border="0" align="left" alt="{if $cache.type==6}{t}Attended{/t}{else}{t}Found{/t}{/if}" title="{if $cache.type==6}{t}Attended{/t}{else}{t}Found{/t}{/if}" /> {$cache.found}x
|
||||
<img src="resource2/{$opt.template.style}/images/log/16x16-{if $cache.type==6}will_attend{else}dnf{/if}.png" width="16" height="16" align="middle" border="0" align="left" alt="{if $cache.type==6}{t}Will attend{/t}{else}{t}Not found{/t}{/if}" title="{if $cache.type==6}{t}Will attend{/t}{else}{t}Not found{/t}{/if}" /> {if $cache.type==6}{$cache.willattend}{else}{$cache.notfound}{/if}x
|
||||
<img src="resource2/{$opt.template.style}/images/log/16x16-note.png" width="16" height="16" align="middle" border="0" align="left" align="{t}Note{/t}" title="{t}Note{/t}" /> {$cache.note}x
|
||||
{if $cache.maintenance}<img src="resource2/{$opt.template.style}/images/viewcache/16x16-maintenance_shifted.png" width="16" height="16" align="middle" border="0" align="left" align="{t}Maintenance{/t}" title="{t}Maintenance{/t}"> {$cache.maintenance}x{/if}
|
||||
<br />
|
||||
</span>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<div class="content-txtbox-noshade"> {* Ocprop: <div class="content-txtbox-noshade">(.*?)<\/div> *}
|
||||
<div class="logs">
|
||||
<p class="content-title-noshade-size1" style="display:inline; margin-right:0">
|
||||
{if $logItem.oc_team_comment}<img src="resource2/{$opt.template.style}/images/oclogo/oc-team-comment.png" alt="OC-Team" title="{t}OC team comment{/t}"/>{/if}
|
||||
{if $logItem.oc_team_comment}<img src="resource2/{$opt.template.style}/images/oclogo/oc-team-comment.png" alt="OC-Team" title="{t}OC team comment{/t}" />{/if}
|
||||
{include file="res_logtype.tpl" type=$logItem.type}
|
||||
{if $logItem.recommended==1} {* Ocprop: rating-star\.gif *}
|
||||
<img src="images/rating-star.gif" border="0" alt="{t}Recommended{/t}" width="17px" height="16px" />
|
||||
@ -80,7 +80,7 @@
|
||||
{/if}
|
||||
|
||||
{* the position of the following image is the anchor for enlargit activity: *}
|
||||
<a name="piclink" href="{$pictureItem.url}" onclick="enlarge(document.getElementById('pic{$pictureItem.id}'))" style="cursor:pointer">{$pictureItem.title|escape}<img id="pic{$pictureItem.id}" src="resource2/ocstyle/images/misc/empty.png" longdesc="{$pictureItem.url}"/></a>
|
||||
<a name="piclink" href="{$pictureItem.url}" onclick="enlarge(document.getElementById('pic{$pictureItem.id}'))" style="cursor:pointer">{$pictureItem.title|escape}<img id="pic{$pictureItem.id}" src="resource2/ocstyle/images/misc/empty.png" longdesc="{$pictureItem.url}" /></a>
|
||||
{if $pictureItem.spoiler}
|
||||
({t}Spoiler{/t})
|
||||
{/if}
|
||||
|
@ -4,7 +4,7 @@
|
||||
<td style="text-align:center; padding:0" align="center" valign="middle">
|
||||
<div style="max-width:{$itemwidth}px; overflow:hidden">
|
||||
<a id="pl{$picture.pic_uuid}" href="{$picture.pic_url}">
|
||||
<img src="thumbs.php?uuid={$picture.pic_uuid}" class="img-shadow-loggallery" onclick="enlarge(this);" longdesc="{$picture.pic_url}" onload="document.getElementById('pl{$picture.pic_uuid}').removeAttribute('href'); this.alt='{$picture.title|replace:"'":"´"|replace:'"':'´´'}'" title="{$picture.title|replace:"'":"´"|replace:'"':'´´'}"/> {* ' in title would cause enlargit and IE errors, even if escaped *}
|
||||
<img src="thumbs.php?uuid={$picture.pic_uuid}" class="img-shadow-loggallery" onclick="enlarge(this);" longdesc="{$picture.pic_url}" onload="document.getElementById('pl{$picture.pic_uuid}').removeAttribute('href'); this.alt='{$picture.title|replace:"'":"´"|replace:'"':'´´'}'" title="{$picture.title|replace:"'":"´"|replace:'"':'´´'}" /> {* ' in title would cause enlargit and IE errors, even if escaped *}
|
||||
</a>
|
||||
{if $logdate || $loguser}
|
||||
<div style="line-height:1.2em; max-height:2.4em; margin-top:5px">
|
||||
|
@ -5,7 +5,7 @@
|
||||
***************************************************************************}
|
||||
{if $minimap_enabled}
|
||||
<div>
|
||||
<img class="img-minimap" style="margin:16px 20px 16px 16px; width: 220px; height: 220px; float: right;" src="{$minimap_url}{foreach name=newcaches from=$newcaches item=cacheitem}|{$cacheitem.latitude},{$cacheitem.longitude}{/foreach}">
|
||||
<img class="img-minimap" style="margin:16px 20px 16px 16px; width: 220px; height: 220px; float: right;" src="{$minimap_url}{foreach name=newcaches from=$newcaches item=cacheitem}|{$cacheitem.latitude},{$cacheitem.longitude}{/foreach}" />
|
||||
{/if}
|
||||
<ul class="nodot">
|
||||
{foreach name=newcaches from=$newcaches item=cacheitem}
|
||||
|
@ -9,10 +9,10 @@
|
||||
<table class="null" cellspacing="0" cellpadding="0"><tr>
|
||||
<td style="vertical-align:top; padding-right:2px; padding-top:2px" rowspan="2">{include file="res_cacheicon_22.tpl" cachetype=$cacheitem.type}</td>
|
||||
<td style="vertical-align:top; ">
|
||||
{if $cacheitem.cRatings>=1}<img src="images/rating-star.gif" border="0" alt="{t 1=$cacheitem.cRatings}%1 Recommendations in the last 30 days{/t}">{/if}
|
||||
{if $cacheitem.cRatings>=2}<img src="images/rating-star.gif" border="0" alt="{t 1=$cacheitem.cRatings}%1 Recommendations in the last 30 days{/t}">{/if}
|
||||
{if $cacheitem.cRatings==3}<img src="images/rating-star.gif" border="0" alt="{t 1=$cacheitem.cRatings}%1 Recommendations in the last 30 days{/t}">{/if}
|
||||
{if $cacheitem.cRatings>3}<img src="images/rating-plus.gif" border="0" alt="{t 1=$cacheitem.cRatings}%1 Recommendations in the last 30 days{/t}">{/if}
|
||||
{if $cacheitem.cRatings>=1}<img src="images/rating-star.gif" border="0" alt="{t 1=$cacheitem.cRatings}%1 Recommendations in the last 30 days{/t}" />{/if}
|
||||
{if $cacheitem.cRatings>=2}<img src="images/rating-star.gif" border="0" alt="{t 1=$cacheitem.cRatings}%1 Recommendations in the last 30 days{/t}" />{/if}
|
||||
{if $cacheitem.cRatings==3}<img src="images/rating-star.gif" border="0" alt="{t 1=$cacheitem.cRatings}%1 Recommendations in the last 30 days{/t}" />{/if}
|
||||
{if $cacheitem.cRatings>3}<img src="images/rating-plus.gif" border="0" alt="{t 1=$cacheitem.cRatings}%1 Recommendations in the last 30 days{/t}" />{/if}
|
||||
|
||||
<b><a class="links" href="viewcache.php?cacheid={$cacheitem.cache_id}">{$cacheitem.name|escape}</a></b> {include file="res_oconly.tpl" oconly=$cacheitem.oconly}
|
||||
{t}by{/t}
|
||||
|
@ -4,5 +4,5 @@
|
||||
* Unicode Reminder メモ
|
||||
***************************************************************************}
|
||||
{if $oconly}
|
||||
{if $opt.help.oconly != ''}{$opt.help.oconly}{/if}{if $size=='15x21'}<img src="{$opt.page.absolute_urlpath}resource2/ocstyle/images/misc/15x21-oc.png" width="15" height="21" >{else}<img src="{$opt.page.absolute_urlpath}resource2/ocstyle/images/misc/15x15-oc.png" width="15" height="15" >{/if}{if $opt.help.oconly != ''}</a>{/if}
|
||||
{if $opt.help.oconly != ''}{$opt.help.oconly}{/if}{if $size=='15x21'}<img src="{$opt.page.absolute_urlpath}resource2/ocstyle/images/misc/15x21-oc.png" width="15" height="21" >{else}<img src="{$opt.page.absolute_urlpath}resource2/ocstyle/images/misc/15x15-oc.png" width="15" height="15" />{/if}{if $opt.help.oconly != ''}</a>{/if}
|
||||
{/if}
|
||||
|
@ -11,7 +11,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td> <img src="resource2/ocstyle/images/log/16x16-found.png" /</td>
|
||||
<td> <img src="resource2/ocstyle/images/log/16x16-found.png" /></td>
|
||||
{foreach from=$stat81 key=step item=dummy}
|
||||
<th style="text-align:center">{$step/2}</th>
|
||||
{/foreach}
|
||||
|
@ -9,29 +9,29 @@
|
||||
{if $pages_list}
|
||||
{if $pages_first_link !== null}
|
||||
{if $pages_first_link}
|
||||
<a href="{$pages_first_link}"><img src="resource2/{$opt.template.style}/images/navigation/16x16-browse-first.png" width="16" height="16" alt="<<"></a>
|
||||
<a href="{$pages_first_link}"><img src="resource2/{$opt.template.style}/images/navigation/16x16-browse-first.png" width="16" height="16" alt="<<" /></a>
|
||||
{else}
|
||||
<img src="resource2/{$opt.template.style}/images/navigation/16x16-browse-first-inactive.png" width="16" height="16" alt="<<">
|
||||
<img src="resource2/{$opt.template.style}/images/navigation/16x16-browse-first-inactive.png" width="16" height="16" alt="<<" />
|
||||
{/if}
|
||||
{/if}
|
||||
{if $pages_prev_link}
|
||||
<a href="{$pages_prev_link}"><img src="resource2/{$opt.template.style}/images/navigation/16x16-browse-prev.png" width="16" height="16" alt="<"></a>
|
||||
<a href="{$pages_prev_link}"><img src="resource2/{$opt.template.style}/images/navigation/16x16-browse-prev.png" width="16" height="16" alt="<" /></a>
|
||||
{else}
|
||||
<img src="resource2/{$opt.template.style}/images/navigation/16x16-browse-prev-inactive.png" width="16" height="16" alt="<">
|
||||
<img src="resource2/{$opt.template.style}/images/navigation/16x16-browse-prev-inactive.png" width="16" height="16" alt="<" />
|
||||
{/if}
|
||||
{foreach from=$pages_list key=page item=pagelink}
|
||||
{if $pagelink}<a href="{$pagelink}">{$page}</a>{else}<b>{$page}</b>{/if}
|
||||
{/foreach}
|
||||
{if $pages_next_link}
|
||||
<a href="{$pages_next_link}"><img src="resource2/{$opt.template.style}/images/navigation/16x16-browse-next.png" width="16" height="16" alt=">"></a>
|
||||
<a href="{$pages_next_link}"><img src="resource2/{$opt.template.style}/images/navigation/16x16-browse-next.png" width="16" height="16" alt=">" /></a>
|
||||
{else}
|
||||
<img src="resource2/{$opt.template.style}/images/navigation/16x16-browse-next-inactive.png" width="16" height="16" alt="<">
|
||||
<img src="resource2/{$opt.template.style}/images/navigation/16x16-browse-next-inactive.png" width="16" height="16" alt="<" />
|
||||
{/if}
|
||||
{if $pages_last_link !== null}
|
||||
{if $pages_last_link}
|
||||
<a href="{$pages_last_link}"><img src="resource2/{$opt.template.style}/images/navigation/16x16-browse-last.png" width="16" height="16" alt=">>"></a>
|
||||
<a href="{$pages_last_link}"><img src="resource2/{$opt.template.style}/images/navigation/16x16-browse-last.png" width="16" height="16" alt=">>" /></a>
|
||||
{else}
|
||||
<img src="resource2/{$opt.template.style}/images/navigation/16x16-browse-last-inactive.png" width="16" height="16" alt=">>">
|
||||
<img src="resource2/{$opt.template.style}/images/navigation/16x16-browse-last-inactive.png" width="16" height="16" alt=">>" />
|
||||
{/if}
|
||||
{/if}
|
||||
{/if}
|
||||
|
@ -4,5 +4,5 @@
|
||||
* Unicode Reminder メモ
|
||||
***************************************************************************}
|
||||
{strip} {* OCSTYLE *}
|
||||
<img src='resource2/{$opt.template.style}/images/difficulty/terr-{$terrain*5}.gif' border='0' width='19' height='16' hspace='2' onmouseover='Tip("{t 1=$terrain*0.5}Terrain: %1 of 5{/t}", DELAY, 0, FADEIN, false, FADEOUT, false, BGCOLOR, "#fffedf", BORDERCOLOR, "grey")' onmouseout='UnTip()'/>
|
||||
<img src='resource2/{$opt.template.style}/images/difficulty/terr-{$terrain*5}.gif' border='0' width='19' height='16' hspace='2' onmouseover='Tip("{t 1=$terrain*0.5}Terrain: %1 of 5{/t}", DELAY, 0, FADEIN, false, FADEOUT, false, BGCOLOR, "#fffedf", BORDERCOLOR, "grey")' onmouseout='UnTip()' />
|
||||
{/strip}
|
@ -10,7 +10,7 @@
|
||||
<tr>
|
||||
<td width="18" class="{$listcolor}"> {$position} </td>
|
||||
<td width="45" class="{$listcolor}">{if $cache.distance !== null}{$cache.distance|sprintf:"%1.1f"|escape} {/if}</td>
|
||||
<td width="32" class="{$listcolor}" rowspan="2"><img src="resource2/{$opt.template.style}/images/cacheicon/{$cache.icon}" title="{$cache.cacheTypeName}"></td>
|
||||
<td width="32" class="{$listcolor}" rowspan="2"><img src="resource2/{$opt.template.style}/images/cacheicon/{$cache.icon}" title="{$cache.cacheTypeName}" /></td>
|
||||
<td width="46" class="{$listcolor}" rowspan="2"><nobr>{include file="res_difficon.tpl" difficulty=$cache.difficulty}{include file="res_terricon.tpl" terrain=$cache.terrain}</nobr></td>
|
||||
<td width="448" class="{$listcolor}">{if $cache.isnew}<b class="newsymbol"> {t}NEW{/t} </b> {/if}<span style="{include file="res_cachestatus_span.tpl" status=$cache.status}"><a href="viewcache.php?cacheid={$cache.cache_id|escape}"><span style="{if $cache.redname}color: #e00000{/if}">{$cache.name|escape}</span></a></span> {t}by{/t} <a href="viewprofile.php?userid={$cache.user_id|escape}">{$cache.username|escape}</a><!-- Ocprop: <a href="viewcache.php?cacheid={$cache.cache_id|escape}">{$cache.name|escape}</a> {t}by{/t} <a href="viewprofile.php?userid={$cache.user_id|escape}">{$cache.username|escape}</a> --></td>
|
||||
<td width="74" class="{$listcolor}" rowspan="2" style="padding: 0px">{if $cache.oconly}<img src="resource2/ocstyle/images/misc/is_oconly.png" alt="OConly" title="OConly" style="margin:0px; padding:0px" width="64" height="35" />{/if}</td>
|
||||
@ -18,14 +18,14 @@
|
||||
{if $cache.firstlog}
|
||||
<a href="viewcache.php?cacheid={$cache.cache_id}&log=A#log{$cache.firstlog.id}">{include file="res_logtype.tpl" type=$cache.firstlog.type}</a><a href="viewcache.php?cacheid={$cache.cache_id}&log=A#log{$cache.firstlog.id}">{$cache.firstlog.date|date_format:$opt.format.date}</a>
|
||||
{else}
|
||||
<img src="resource2/{$opt.template.style}/images/log/16x16-none.png" width="16" height="16"> --.--.----
|
||||
<img src="resource2/{$opt.template.style}/images/log/16x16-none.png" width="16" height="16" /> --.--.----
|
||||
{/if}
|
||||
</nobr></td>
|
||||
</tr>
|
||||
<!--n-->
|
||||
<tr>
|
||||
<td width="25" class="{$listcolor}"> </td>
|
||||
<td width="32" class="{$listcolor}" valign="top">{if $cache.direction_deg !== false}<img src="resource2/ocstyle/images/direction/16x16-{$cache.direction_deg}deg.png" title="{t}Cardinal direction{/t}: {$cache.direction_txt}"> {/if}</td>
|
||||
<td width="32" class="{$listcolor}" valign="top">{if $cache.direction_deg !== false}<img src="resource2/ocstyle/images/direction/16x16-{$cache.direction_deg}deg.png" title="{t}Cardinal direction{/t}: {$cache.direction_txt}" /> {/if}</td>
|
||||
<td width="448" class="{$listcolor}" valign="top">
|
||||
<p>{strip}
|
||||
{if $cache.topratings>0}<img src="images/rating-star.gif" title="{t}Recommendations{/t}" width="17" height="16" />{/if}
|
||||
|
@ -16,7 +16,7 @@
|
||||
</td>
|
||||
{if $caches|@count && $enable_mapdisplay}
|
||||
<td style="text-align:right; width:1px">
|
||||
<a href="search.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>
|
||||
<a href="search.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="search.php?queryid={$queryid}&output=map2bounds&showresult=1&skipqueryid=1&expert=0&utf8=1">{t}Show on map{/t}</a></p>
|
||||
|
@ -315,10 +315,10 @@ function switchAttributeCat2()
|
||||
<tr>
|
||||
<td class="formlabel">{t}Hide following caches:{/t}</td>
|
||||
<td colspan="4">
|
||||
<input type="checkbox" name="f_userowner" value="1" id="l_userowner" class="checkbox" onclick="sync_options(this)" {if $f_userowner_checked}checked="checked"{/if} {if !$logged_in}disabled="disabled"{/if} /> <label for="l_userowner" {if !$logged_in}class="disabled"{/if}>{t}My owned{/t}</label>
|
||||
<input type="checkbox" name="f_userowner" value="1" id="l_userowner" class="checkbox" onclick="sync_options(this)" {if $f_userowner_checked}checked="checked"{/if} {if !$logged_in}disabled="disabled"{/if} /> <label for="l_userowner" {if !$logged_in}class="disabled"{/if}>{t}My owned{/t}</label>
|
||||
<input type="checkbox" name="f_userfound" value="1" id="l_userfound" class="checkbox" onclick="sync_options(this)" {if $f_userfound_checked}checked="checked"{/if} {if !$logged_in}disabled="disabled"{/if} /> <label for="l_userfound" {if !$logged_in}class="disabled"{/if}>{t}My finds{/t}</label>
|
||||
<input type="checkbox" name="f_ignored" value="1" id="l_ignored" class="checkbox" onclick="sync_options(this)" {if $f_ignored_checked}checked="checked"{/if} {if !$logged_in}disabled="disabled"{/if} /> <label for="l_ignored" {if !$logged_in}class="disabled"{/if}>{t}My ignored{/t}</label>
|
||||
<input type="checkbox" name="f_disabled" value="1" id="l_disabled" class="checkbox" onclick="sync_options(this)" {if $f_disabled_checked}checked="checked"{/if} > <label for="l_disabled">{t}disabled[pl]{/t}</label>
|
||||
<input type="checkbox" name="f_disabled" value="1" id="l_disabled" class="checkbox" onclick="sync_options(this)" {if $f_disabled_checked}checked="checked"{/if} /> <label for="l_disabled">{t}disabled[pl]{/t}</label>
|
||||
<nobr><input type="checkbox" name="f_inactive" value="1" id="l_inactive" class="checkbox" onclick="sync_options(this)" {if $f_inactive_checked}checked="checked"{/if} /> <label for="l_inactive">{t}archived[pl]{/t}</label></nobr>
|
||||
<br />
|
||||
<nobr><input type="checkbox" name="f_otherPlatforms" value="1" id="l_otherPlatforms" class="checkbox" onclick="sync_options(this)" {if $f_otherPlatforms_checked}checked="checked"{/if} /> <label for="l_otherPlatforms">{t}also listed at GC.com{/t}</label></nobr>
|
||||
@ -425,11 +425,11 @@ function switchAttributeCat2()
|
||||
<tr>
|
||||
<td class="formlabel">{t}Sorting of result:{/t}</td>
|
||||
<td colspan="4">
|
||||
<input type="radio" name="sort" value="byname" index="0" id="l_sortbyname" class="radio" onclick="sync_options(this)" {if $byname_checked}checked="checked"{/if} > <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)" {if $bydistance_checked}checked="checked"{/if}> <label for="l_sortbydistance">{t}Distance{/t}</label>
|
||||
<input type="radio" name="sort" value="bycreated" index="2" id="l_sortbycreated" class="radio" onclick="sync_options(this)" {if $bycreated_checked}checked="checked"{/if}> <label for="l_sortbycreated">{t}Listed since{/t}</label>
|
||||
<nobr><input type="radio" name="sort" value="bylastlog" index="3" id="l_sortbylastlog" class="radio" onclick="sync_options(this)" {if $bylastlog_checked}checked="checked"{/if}> <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)" {if $bymylastlog_checked}checked="checked"{/if} {if !$logged_in}disabled="disabled"{/if}> <label for="l_sortbymylastlog" {if !$logged_in}class="disabled"{/if}>{t}My last log{/t}</label></nobr>
|
||||
<input type="radio" name="sort" value="byname" index="0" id="l_sortbyname" class="radio" onclick="sync_options(this)" {if $byname_checked}checked="checked"{/if} /> <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)" {if $bydistance_checked}checked="checked"{/if} /> <label for="l_sortbydistance">{t}Distance{/t}</label>
|
||||
<input type="radio" name="sort" value="bycreated" index="2" id="l_sortbycreated" class="radio" onclick="sync_options(this)" {if $bycreated_checked}checked="checked"{/if} /> <label for="l_sortbycreated">{t}Listed since{/t}</label>
|
||||
<nobr><input type="radio" name="sort" value="bylastlog" index="3" id="l_sortbylastlog" class="radio" onclick="sync_options(this)" {if $bylastlog_checked}checked="checked"{/if} /> <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)" {if $bymylastlog_checked}checked="checked"{/if} {if !$logged_in}disabled="disabled"{/if} /> <label for="l_sortbymylastlog" {if !$logged_in}class="disabled"{/if}>{t}My last log{/t}</label></nobr>
|
||||
<br />
|
||||
<input id="orderRatingFirst" type="checkbox" name="orderRatingFirst" class="checkbox" value="1" onclick="sync_options(this)" {if $orderRatingFirst_checked}checked="checked"{/if} />
|
||||
<label for="orderRatingFirst">{t}Show recommendation from other users first{/t}</label>
|
||||
|
@ -25,7 +25,7 @@
|
||||
</td>
|
||||
{if "$newsfeed" != ""}
|
||||
<td style="text-align:right">
|
||||
<a href="{$newsfeed}"><img src="resource2/ocstyle/images/misc/22x22-feed-icon.png"></a>
|
||||
<a href="{$newsfeed}"><img src="resource2/ocstyle/images/misc/22x22-feed-icon.png" /></a>
|
||||
</td>
|
||||
<td width="4px"></td>
|
||||
{/if}
|
||||
@ -98,7 +98,7 @@
|
||||
<div class="buffer" style="width: 500px;height: 2px;"> </div>
|
||||
<div class="content2-container bg-blue02">
|
||||
<p class="content-title-noshade-size3">
|
||||
<img src="resource2/ocstyle/images/misc/32x32-news.png" style="margin-right: 10px;" alt="" width="24" height="24">
|
||||
<img src="resource2/ocstyle/images/misc/32x32-news.png" style="margin-right: 10px;" alt="" width="24" height="24" />
|
||||
<a href="{$phpbb_link|escape}" style="color: rgb(88, 144, 168); text-decoration: none;">{t 1=$phpbb_name|escape}New forum topcis (%1){/t}</a>
|
||||
</p>
|
||||
</div>
|
||||
@ -120,7 +120,7 @@
|
||||
<ul class="nodot">
|
||||
{foreach from=$phpbb_topics item=phpbbItem}
|
||||
<li class="newcache_list_multi" style="margin-bottom: 8px;">
|
||||
<img src="resource2/ocstyle/images/cacheicon/event-rand1.gif" alt="" style="margin-right: 5px;" width="22" height="22" align="left" border="0">
|
||||
<img src="resource2/ocstyle/images/cacheicon/event-rand1.gif" alt="" style="margin-right: 5px;" width="22" height="22" align="left" border="0" />
|
||||
{$phpbbItem.updated|date_format:$opt.format.datetime}
|
||||
<b><a href="{$phpbbItem.link|escape}" target="thegreenhell">{$phpbbItem.title|escape}</a></b>
|
||||
von {$phpbbItem.username|escape}
|
||||
|
@ -6,7 +6,7 @@
|
||||
* Main template for "navigation frame" of all pages
|
||||
***************************************************************************}
|
||||
{* OCSTYLE *}
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>
|
||||
@ -25,13 +25,13 @@
|
||||
<meta http-equiv="Content-Language" content="{$opt.template.locale}" />
|
||||
<meta http-equiv="gallerimg" content="no" />
|
||||
<meta http-equiv="cache-control" content="no-cache" />
|
||||
<link rel="SHORTCUT ICON" href="favicon.ico">
|
||||
<link rel="SHORTCUT ICON" href="favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="resource2/{$opt.template.style}/images/oclogo/apple-touch-icon-iphone.png" />
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="resource2/{$opt.template.style}/images/oclogo/apple-touch-icon-ipad.png" />
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="resource2/{$opt.template.style}/images/oclogo/apple-touch-icon-iphone-retina.png" />
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="resource2/{$opt.template.style}/images/oclogo/apple-touch-icon-ipad-retina.png" />
|
||||
<link rel="stylesheet" type="text/css" media="screen,projection" href="resource2/{$opt.template.style}/css/style_screen.css?ft={$screen_css_time}">
|
||||
<link rel="stylesheet" type="text/css" media="print" href="resource2/{$opt.template.style}/css/style_print.css?ft={$print_css_time}">
|
||||
<link rel="stylesheet" type="text/css" media="screen,projection" href="resource2/{$opt.template.style}/css/style_screen.css?ft={$screen_css_time}" />
|
||||
<link rel="stylesheet" type="text/css" media="print" href="resource2/{$opt.template.style}/css/style_print.css?ft={$print_css_time}" />
|
||||
{literal}
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
@ -41,8 +41,8 @@
|
||||
else if (screen.availWidth)
|
||||
nWindowWidth = screen.availWidth;
|
||||
if (nWindowWidth > 970)
|
||||
document.writeln('<link rel="stylesheet" type="text/css" media="screen,projection" href="{/literal}{season winter='resource2/ocstyle/css/seasons/style_winter.css' spring='resource2/ocstyle/css/seasons/style_spring.css' summer='resource2/ocstyle/css/seasons/style_summer.css' autumn='resource2/ocstyle/css/seasons/style_autumn.css'}{literal}">');
|
||||
document.writeln('<link rel="stylesheet" type="text/css" media="screen,projection" href="{/literal}{season winter='resource2/ocstyle/css/seasons/style_langstripe_winter.css' spring='resource2/ocstyle/css/seasons/style_langstripe_spring.css' summer='resource2/ocstyle/css/seasons/style_langstripe_summer.css' autumn='resource2/ocstyle/css/seasons/style_langstripe_autumn.css'}{literal}">');
|
||||
document.writeln('<link rel="stylesheet" type="text/css" media="screen,projection" href="{/literal}{season winter='resource2/ocstyle/css/seasons/style_winter.css' spring='resource2/ocstyle/css/seasons/style_spring.css' summer='resource2/ocstyle/css/seasons/style_summer.css' autumn='resource2/ocstyle/css/seasons/style_autumn.css'}{literal}" />');
|
||||
document.writeln('<link rel="stylesheet" type="text/css" media="screen,projection" href="{/literal}{season winter='resource2/ocstyle/css/seasons/style_langstripe_winter.css' spring='resource2/ocstyle/css/seasons/style_langstripe_spring.css' summer='resource2/ocstyle/css/seasons/style_langstripe_summer.css' autumn='resource2/ocstyle/css/seasons/style_langstripe_autumn.css'}{literal}" />');
|
||||
|
||||
function usercountry_change()
|
||||
{
|
||||
@ -107,7 +107,7 @@
|
||||
<div id="langstripe">
|
||||
|
||||
{* <!-- Navigation Level 1 --> *}
|
||||
<table class="nav1" cellspacing=0>
|
||||
<table class="nav1" cellspacing="0">
|
||||
<tr>
|
||||
{if $opt.session.url==true}
|
||||
<div id="sessionWarn">
|
||||
@ -158,7 +158,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div> <!-- langstripe -->
|
||||
<div class="page-container-1" style="position: relative;">
|
||||
|
||||
{if $greybg}
|
||||
@ -185,7 +185,7 @@
|
||||
<div class="headerlogo">
|
||||
<img src="resource2/{$opt.template.style}/images/oclogo/oc_head_alpha3.png" class="headerimagecontent" />
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- header -->
|
||||
|
||||
{* <!-- Navigation Level 2 --> *}
|
||||
<div class="nav2">
|
||||
@ -194,7 +194,7 @@
|
||||
{include file="sys_topmenu.tpl" items="$topmenu"}
|
||||
{/nocache}
|
||||
</ul>
|
||||
</div>
|
||||
</div> <!-- nav 2 -->
|
||||
|
||||
{* <!-- Buffer after header --> *}
|
||||
<div class="buffer" style="height: 30px;"></div>
|
||||
@ -275,8 +275,7 @@
|
||||
</small>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div> <!-- nav3 -->
|
||||
|
||||
{* <!-- CONTENT --> *}
|
||||
<div class="content2">
|
||||
@ -290,10 +289,10 @@
|
||||
{else}
|
||||
{include file="$template.tpl"}
|
||||
{/if}
|
||||
</div>
|
||||
</div> <!-- ocmain -->
|
||||
|
||||
{if $opt.template.popup!=true}
|
||||
</div>
|
||||
</div> <!-- content2 -->
|
||||
|
||||
{* <!-- End Text Container --> *}
|
||||
|
||||
@ -302,8 +301,8 @@
|
||||
<p><a href="articles.php?page=dsb">{t}Privacy statement{/t}</a> | <a href="articles.php?page=impressum">{t}Terms of use and legal information{/t}</a> | <a href="articles.php?page=contact">{t}Contact{/t}</a> | <a href="articles.php?page=changelog">{t}Changelog{/t}</a> | <a href="sitemap.php">{t}Sitemap{/t}</a></p>
|
||||
<p><strong>{$opt.page.sponsor.bottom}</strong></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div> <!-- page-container-1 -->
|
||||
</div> <!-- overall -->
|
||||
{/if}{*popup*}
|
||||
|
||||
</body>
|
||||
|
@ -14,7 +14,7 @@
|
||||
*}
|
||||
|
||||
{* OCSTYLE *}
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>
|
||||
@ -26,7 +26,7 @@
|
||||
<meta http-equiv="Content-Language" content="{$opt.template.locale}" />
|
||||
<meta http-equiv="gallerimg" content="no" />
|
||||
<meta http-equiv="cache-control" content="no-cache" />
|
||||
<link rel="SHORTCUT ICON" href="favicon.ico">
|
||||
<link rel="SHORTCUT ICON" href="favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="{$opt.page.absolute_urlpath}resource2/{$opt.template.style}/images/oclogo/apple-touch-icon-iphone.png" />
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="{$opt.page.absolute_urlpath}resource2/{$opt.template.style}/images/oclogo/apple-touch-icon-ipad.png" />
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="{$opt.page.absolute_urlpath}resource2/{$opt.template.style}/images/oclogo/apple-touch-icon-iphone-retina.png" />
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Unicode Reminder メモ
|
||||
***************************************************************************}
|
||||
{* no - OCSTYLE *}
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
@ -19,7 +19,7 @@
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<meta http-equiv="Content-Language" content="{$opt.template.locale}" />
|
||||
<meta http-equiv="gallerimg" content="no" />
|
||||
<link rel="SHORTCUT ICON" href="favicon.ico">
|
||||
<link rel="SHORTCUT ICON" href="favicon.ico" />
|
||||
<style type="text/css">
|
||||
<!--
|
||||
{literal}
|
||||
|
@ -16,10 +16,10 @@
|
||||
regional classification in the <a href="http://wiki.opencaching.de/index.php/Empfehlungen">Wiki</a>.<br />
|
||||
<br />
|
||||
The numbers in the list below means:<br />
|
||||
<img src="images/rating-star.gif" border="0" alt="Recommendations"> Number of users that recommend this cache<br />
|
||||
<img src="resource2/%1/images/log/16x16-found.png" width="16" height="16" border="0" alt="Found"> Checks = Number of time the cache was found<br />
|
||||
<img src="images/rating-star.gif" border="0" alt="Recommendations" /> Number of users that recommend this cache<br />
|
||||
<img src="resource2/%1/images/log/16x16-found.png" width="16" height="16" border="0" alt="Found" /> Checks = Number of time the cache was found<br />
|
||||
Index tries to take the number of recommendations and founds in an order to show 'the best' geocache first.<br />
|
||||
<img src="images/tops-formula.png" border="0" alt="Formula">{/t}
|
||||
<img src="images/tops-formula.png" border="0" alt="Formula" />{/t}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -82,8 +82,8 @@
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td style="text-align:right"><b>{t}Index{/t}</b></td>
|
||||
<td style="text-align:right"><img src="images/rating-star.gif" border="0" alt="{t}Recommendations{/t}"></td>
|
||||
<td style="text-align:right"><img src="resource2/{$opt.template.style}/images/log/16x16-found.png" width="16" height="16" border="0" alt="{t}Found{/t}"></td>
|
||||
<td style="text-align:right"><img src="images/rating-star.gif" border="0" alt="{t}Recommendations{/t}" /></td>
|
||||
<td style="text-align:right"><img src="resource2/{$opt.template.style}/images/log/16x16-found.png" width="16" height="16" border="0" alt="{t}Found{/t}" /></td>
|
||||
<td></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
@ -76,7 +76,7 @@
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<img src="resource2/{$opt.template.style}/images/description/22x22-location.png" width="22" height="22" border="0" alt="" title="" align="left">
|
||||
<img src="resource2/{$opt.template.style}/images/description/22x22-location.png" width="22" height="22" border="0" alt="" title="" align="left" />
|
||||
<font size="3"><b><nobr>{$coordinates.lat|escape}</nobr> <nobr>{$coordinates.lon|escape}</nobr></b></font> <font size="1">(WGS84)</font><br />
|
||||
<font size="1"><a href="#" onclick="window.open('coordinates.php?lat={$cache.latitude}&lon={$cache.longitude}&popup=y&wp={$cache.wpoc}','{t escape=js}Coordinates{/t}','width=280,height=394,resizable=no,scrollbars=0')">{t}Convert coordinates{/t}</a></font><br />
|
||||
{t}Size{/t}: {$cache.sizeName|escape}<br />
|
||||
@ -126,8 +126,8 @@
|
||||
<!-- <a href="http://maps.geocaching.de/gm/oc.php?lat={$cache.latitude}&lon={$cache.longitude}&zoom=14" target="_blank">{t}Geocaching.de{/t}</a><br /> -->
|
||||
<!-- <a href="http://maps.google.com/maps?q={$cache.latitude}+{$cache.longitude}" target="_blank">{t}Google Maps{/t}</a><br /> -->
|
||||
|
||||
<img src="resource2/{$opt.template.style}/images/log/16x16-found.png" width="16" height="16" border="0"> {$cache.found} {if $cache.type==6}{t}Attended{/t}{else}{t}Found{/t}{/if}<br />
|
||||
<nobr><img src="resource2/{$opt.template.style}/images/log/16x16-dnf.png" width="16" height="16" border="0">{if $cache.type==6} {$cache.willattend} {t}Will attend{/t}{else} {$cache.notfound} {t}Not found{/t}{/if}</nobr><br />
|
||||
<img src="resource2/{$opt.template.style}/images/log/16x16-found.png" width="16" height="16" border="0" /> {$cache.found} {if $cache.type==6}{t}Attended{/t}{else}{t}Found{/t}{/if}<br />
|
||||
<nobr><img src="resource2/{$opt.template.style}/images/log/16x16-dnf.png" width="16" height="16" border="0" />{if $cache.type==6} {$cache.willattend} {t}Will attend{/t}{else} {$cache.notfound} {t}Not found{/t}{/if}</nobr><br />
|
||||
<img src="resource2/{$opt.template.style}/images/viewcache/16x16-note.png" class="icon16" alt="" /> {$cache.note} {if $cache.note==1}{t}Note{/t}{else}{t}Notes{/t}{/if}<br />
|
||||
{if $cache.maintenance}<img src="resource2/{$opt.template.style}/images/viewcache/16x16-maintenance.png" class="icon16" alt="" /> {$cache.maintenance} {if $cache.maintenance==1}{t}Maintenance log{/t}{else}{t}Maintenance logs{/t}{/if}<br />{/if}
|
||||
<img src="resource2/{$opt.template.style}/images/viewcache/16x16-watch.png" class="icon16" alt="" /> {$cache.watcher} {if $cache.watcher==1}{t}Watcher{/t}{else}{t}Watchers{/t}{/if}<br />
|
||||
@ -159,7 +159,7 @@
|
||||
{else}
|
||||
<td class="header-small">
|
||||
{/if}
|
||||
<img src="resource2/{$opt.template.style}/images/description/22x22-encrypted.png" width="22" height="22" style="vertical-align:middle" border="0">
|
||||
<img src="resource2/{$opt.template.style}/images/description/22x22-encrypted.png" width="22" height="22" style="vertical-align:middle" border="0" />
|
||||
<b>{t}Cache attributes{/t}</b><br />
|
||||
</td>
|
||||
</tr>
|
||||
@ -193,7 +193,7 @@
|
||||
{else}
|
||||
<td class="header-small">
|
||||
{/if}
|
||||
<img src="resource2/{$opt.template.style}/images/description/22x22-description.png" width="22" height="22" style="vertical-align:middle" border="0">
|
||||
<img src="resource2/{$opt.template.style}/images/description/22x22-description.png" width="22" height="22" style="vertical-align:middle" border="0" />
|
||||
<b>{t}Description{/t}</b>
|
||||
<span style="font-weight: 400;">
|
||||
{foreach from=$cache.desclanguages item=desclanguagesItem name=desclanguagesItem}
|
||||
@ -234,9 +234,9 @@
|
||||
{* personal note *}
|
||||
{if $enableCacheNote && ($note != "" || $inclCoord)}
|
||||
{if $print==y}
|
||||
<tr><td class="spacer-print"><br></td></tr>
|
||||
<tr><td class="spacer-print"><br /></td></tr>
|
||||
{else}
|
||||
<tr><td class="spacer"><br></td></tr>
|
||||
<tr><td class="spacer"><br /></td></tr>
|
||||
{/if}
|
||||
|
||||
<tr>
|
||||
@ -245,7 +245,7 @@
|
||||
{else}
|
||||
<td class="header-small">
|
||||
{/if}
|
||||
<img src="resource2/{$opt.template.style}/images/description/22x22-description.png" width="20" height="20" style="vertical-align:middle" border="0">
|
||||
<img src="resource2/{$opt.template.style}/images/description/22x22-description.png" width="20" height="20" style="vertical-align:middle" border="0" />
|
||||
<b>{t}Personal cache note{/t}</b>
|
||||
|
||||
</td>
|
||||
@ -259,9 +259,9 @@
|
||||
{* Additional waypoints *}
|
||||
{if count($childWaypoints)>0}
|
||||
{if $print==y}
|
||||
<tr><td class="spacer-print"><br></td></tr>
|
||||
<tr><td class="spacer-print"><br /></td></tr>
|
||||
{else}
|
||||
<tr><td class="spacer"><br></td></tr>
|
||||
<tr><td class="spacer"><br /></td></tr>
|
||||
{/if}
|
||||
|
||||
<tr>
|
||||
@ -270,7 +270,7 @@
|
||||
{else}
|
||||
<td class="header-small">
|
||||
{/if}
|
||||
<img src="resource2/{$opt.template.style}/images/description/20x20-compass.png" width="20" height="20" style="vertical-align:middle" border="0">
|
||||
<img src="resource2/{$opt.template.style}/images/description/20x20-compass.png" width="20" height="20" style="vertical-align:middle" border="0" />
|
||||
<b>{t}Additional waypoints{/t}</b>
|
||||
|
||||
</td>
|
||||
@ -306,9 +306,9 @@
|
||||
{* Hint *}
|
||||
{if $cache.hint!=''}
|
||||
{if $print==y}
|
||||
<tr><td class="spacer-print"><br></td></tr>
|
||||
<tr><td class="spacer-print"><br /></td></tr>
|
||||
{else}
|
||||
<tr><td class="spacer"><br></td></tr>
|
||||
<tr><td class="spacer"><br /></td></tr>
|
||||
{/if}
|
||||
|
||||
<tr>
|
||||
@ -317,9 +317,9 @@
|
||||
{else}
|
||||
<td class="header-small">
|
||||
{/if}
|
||||
<img src="resource2/{$opt.template.style}/images/description/22x22-encrypted.png" width="22" height="22" style="vertical-align:middle" border="0">
|
||||
<img src="resource2/{$opt.template.style}/images/description/22x22-encrypted.png" width="22" height="22" style="vertical-align:middle" border="0" />
|
||||
<b>{t}Additional hint{/t}</b>
|
||||
<img src="resource2/{$opt.template.style}/images/action/16x16-encrypt.png" width="16" height="16" style="vertical-align:middle" border="0">
|
||||
<img src="resource2/{$opt.template.style}/images/action/16x16-encrypt.png" width="16" height="16" style="vertical-align:middle" border="0" />
|
||||
{if $crypt==true}
|
||||
{if $log=="5"}
|
||||
<span style="font-weight:400">[<a href="viewcache.php?cacheid={$cache.cacheid}&log=5&print=y&nocrypt=1&desclang={$cache.desclanguage|urlencode}">{t}Decrypt{/t}</a>]
|
||||
@ -379,7 +379,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<font face="Courier" style="font-family : 'Courier New', FreeMono, Monospace;">N|O|P|Q|R|S|T|U|V|W|X|Y|Z</font><br><br>
|
||||
<font face="Courier" style="font-family : 'Courier New', FreeMono, Monospace;">N|O|P|Q|R|S|T|U|V|W|X|Y|Z</font><br /><br />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -401,7 +401,7 @@
|
||||
{else}
|
||||
<td class="header-small">
|
||||
{/if}
|
||||
<img src="resource2/{$opt.template.style}/images/description/22x22-image.png" width="22" height="22" style="vertical-align:middle" border="0">
|
||||
<img src="resource2/{$opt.template.style}/images/description/22x22-image.png" width="22" height="22" style="vertical-align:middle" border="0" />
|
||||
<b>{t}Pictures{/t}</b>
|
||||
|
||||
</td>
|
||||
@ -420,9 +420,9 @@
|
||||
</tr>
|
||||
|
||||
{if $print==y}
|
||||
<tr><td class="spacer-print"><br></td></tr>
|
||||
<tr><td class="spacer-print"><br /></td></tr>
|
||||
{else}
|
||||
<tr><td class="spacer"><br></td></tr>
|
||||
<tr><td class="spacer"><br /></td></tr>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
@ -434,7 +434,7 @@
|
||||
{else}
|
||||
<td class="header-small" valign="middle">
|
||||
{/if}
|
||||
<img src="resource2/{$opt.template.style}/images/description/22x22-utility.png" width="22" height="22" style="vertical-align:middle" border="0" title="">
|
||||
<img src="resource2/{$opt.template.style}/images/description/22x22-utility.png" width="22" height="22" style="vertical-align:middle" border="0" title="" />
|
||||
<b>{t}Nature protection{/t}</b>
|
||||
</td>
|
||||
</tr>
|
||||
@ -442,9 +442,9 @@
|
||||
|
||||
{if count($npaareasWarning) > 0}
|
||||
{if $print==y}
|
||||
<tr><td class="spacer-print"><br></td></tr>
|
||||
<tr><td class="spacer-print"><br /></td></tr>
|
||||
{else}
|
||||
<tr><td class="spacer"><br></td></tr>
|
||||
<tr><td class="spacer"><br /></td></tr>
|
||||
{/if}
|
||||
<tr>
|
||||
<td>
|
||||
@ -491,14 +491,14 @@
|
||||
{else}
|
||||
<td class="header-small" valign="middle">
|
||||
{/if}
|
||||
<img src="resource2/{$opt.template.style}/images/description/22x22-geokret.gif" width="22" height="22" style="vertical-align:middle" border="0" title="">
|
||||
<img src="resource2/{$opt.template.style}/images/description/22x22-geokret.gif" width="22" height="22" style="vertical-align:middle" border="0" title="" />
|
||||
{t}Geokrets{/t}
|
||||
</td>
|
||||
</tr>
|
||||
{if $print==y}
|
||||
<tr><td class="spacer-print"><br></td></tr>
|
||||
<tr><td class="spacer-print"><br /></td></tr>
|
||||
{else}
|
||||
<tr><td class="spacer"><br></td></tr>
|
||||
<tr><td class="spacer"><br /></td></tr>
|
||||
{/if}
|
||||
<tr>
|
||||
<td>
|
||||
@ -512,9 +512,9 @@
|
||||
|
||||
{* Logs *}
|
||||
{if $print==y}
|
||||
<tr><td class="spacer-print"><br></td></tr>
|
||||
<tr><td class="spacer-print"><br /></td></tr>
|
||||
{else}
|
||||
<tr><td class="spacer"><br></td></tr>
|
||||
<tr><td class="spacer"><br /></td></tr>
|
||||
{/if}
|
||||
<tr>
|
||||
{if $print==y}
|
||||
@ -533,7 +533,7 @@
|
||||
{else}
|
||||
<td class="header-small">
|
||||
{/if}
|
||||
<a href="viewlogs.php?cacheid={$cache.cacheid}"><img src="resource2/{$opt.template.style}/images/action/16x16-showall.png" width="16" height="16" align="middle" border="0" align="left"></a>
|
||||
<a href="viewlogs.php?cacheid={$cache.cacheid}"><img src="resource2/{$opt.template.style}/images/action/16x16-showall.png" width="16" height="16" align="middle" border="0" align="left" /></a>
|
||||
[<a href="viewlogs.php?cacheid={$cache.cacheid}">{t}Show all logentries{/t}</a>]
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -104,13 +104,13 @@
|
||||
else
|
||||
echo $r['icon_undef'];
|
||||
|
||||
echo '"> ';
|
||||
echo '" /> ';
|
||||
}
|
||||
mysql_free_result($rs);
|
||||
?>
|
||||
<input type="hidden" name="wp" value="<?php echo $wp; ?>" />
|
||||
<input type="hidden" id="cache_attribs" name="cache_attribs" value="" />
|
||||
<input type="submit" name="post" value="OK">
|
||||
<input type="submit" name="post" value="OK" />
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -102,7 +102,7 @@
|
||||
</tr>
|
||||
<tr><td colspan="2"> </td></tr>
|
||||
<tr>
|
||||
<td colspan="2"><input type="checkbox" name="commit" value="1"> Sicher?</td>
|
||||
<td colspan="2"><input type="checkbox" name="commit" value="1" /> Sicher?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><input type="submit" value="Auswählen" /></td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user