fixed html syntax

This commit is contained in:
flopp
2013-08-05 11:08:35 +02:00
parent 8ea15c349c
commit d9c0d1a990
71 changed files with 360 additions and 361 deletions
+4 -4
View File
@@ -58,16 +58,16 @@
<tr>
<td>' . t('Publication:') . '</td>
<td>
<input type="radio" class="radio" name="publish" id="publish_now" value="now" {publish_now_checked}>&nbsp;<label for="publish_now">' . t('Publish now') . '</label><br />
<input type="radio" class="radio" name="publish" id="publish_later" value="later" {publish_later_checked}>&nbsp;<label for="publish_later">' . t('Publish on') . '</label>
<input type="radio" class="radio" name="publish" id="publish_now" value="now" {publish_now_checked} />&nbsp;<label for="publish_now">' . t('Publish now') . '</label><br />
<input type="radio" class="radio" name="publish" id="publish_later" value="later" {publish_later_checked} />&nbsp;<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}"/>&nbsp;
<select name="activate_hour" class="input60">
{activation_hours}
</select>&nbsp;' . t('#time_suffix_label#') . '&nbsp;{activate_on_message}<br />
<input type="radio" class="radio" name="publish" id="publish_notnow" value="notnow" {publish_notnow_checked}>&nbsp;<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} />&nbsp;<label for="publish_notnow">' . t('Do not publish now.') . '</label>
</td>
</tr>
';
?>
?>
+15 -15
View File
@@ -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>&nbsp;</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>&nbsp;</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}&nbsp;&nbsp;
</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}&nbsp;&nbsp;
<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}&nbsp;&nbsp;
<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}&nbsp;&nbsp;
<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>
@@ -370,4 +370,4 @@ function toggleAttr(id)
<!--
_chkVirtual();
//-->
</script>
</script>
+2 -2
View File
@@ -23,8 +23,8 @@
$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');
?>
?>
+3 -3
View File
@@ -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 &lt;script&gt;.
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>
@@ -316,4 +316,4 @@
}
}
//-->
</script>
</script>
+2 -2
View File
@@ -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>
@@ -367,4 +367,4 @@ function _chkFound () {
}
}
//-->
</script>
</script>
+3 -3
View File
@@ -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' />";
}
@@ -63,4 +63,4 @@ function icon_rating($founds, $topratings)
return '<nobr>' . $sRetval . '</nobr>&nbsp;';
}
?>
?>
+5 -5
View File
@@ -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>
+15 -15
View File
@@ -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>&nbsp;</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>&nbsp;</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}&nbsp;&nbsp;
</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 &lt;script&gt;. 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}>&nbsp;<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}>&nbsp;<label for="publish_later">{t}Publish on{/t}</label>
<input type="radio" class="radio" name="publish" id="publish_now" value="now2" {publish_now_checked} />&nbsp;<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} />&nbsp;<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}"/>&nbsp;
<select name="activate_hour" class="input60">
{activation_hours}
</select>&nbsp;{t}#time_suffix_label#{/t}&nbsp;{activate_on_message}<br />
<input type="radio" class="radio" name="publish" id="publish_notnow" value="notnow" {publish_notnow_checked}>&nbsp;<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} />&nbsp;<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>
+3 -3
View File
@@ -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 &lt;script&gt;.
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>
@@ -312,4 +312,4 @@
}
}
//-->
</script>
</script>
+2 -2
View File
@@ -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>
@@ -362,4 +362,4 @@ function _chkFound () {
}
}
//-->
</script>
</script>
@@ -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>
@@ -50,4 +50,4 @@
</td>
</tr>
</table>
</form>
</form>
@@ -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>
@@ -46,4 +46,4 @@
</td>
</tr>
</table>
</form>
</form>
@@ -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}">&nbsp;{position}&nbsp;</td>
<td width="45" class="{bgcolor}" style="{line_style}">{distance}&nbsp;</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> &nbsp;<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;">&nbsp;{t}{results_count} caches<span style="{search_headline_caches}"> matched</span>{/t}&nbsp;</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>
+10 -10
View File
@@ -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>&nbsp;
<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>&nbsp;
<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>&nbsp;
<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>&nbsp;
<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>&nbsp;
<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>&nbsp;
<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>&nbsp;&nbsp;
<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>&nbsp;&nbsp;
<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>&nbsp;&nbsp;
<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>&nbsp;&nbsp;
<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>&nbsp;</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>&nbsp;
<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>&nbsp;
<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>&nbsp;
<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>&nbsp;
<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>