purged javascript: qualifiers

This commit is contained in:
following
2013-03-15 12:16:55 +01:00
parent 8287bb9ef8
commit a1ea6b6aff
39 changed files with 133 additions and 133 deletions

View File

@ -356,8 +356,8 @@ function toggleAttr(id)
<tr><td class="spacer" colspan="2"></td></tr>
<tr>
<td class="header-small" colspan="2">
<input type="reset" name="reset" value="{reset}" class="formbutton" onclick="javascript:flashbutton('reset')" />&nbsp;&nbsp;
<input type="submit" name="submit" value="{submit}" class="formbutton" onclick="javascript:submitbutton('submit')" />
<input type="reset" name="reset" value="{reset}" class="formbutton" onclick="flashbutton('reset')" />&nbsp;&nbsp;
<input type="submit" name="submit" value="{submit}" class="formbutton" onclick="submitbutton('submit')" />
</td>
</tr>
</table>

View File

@ -107,8 +107,8 @@
<tr><td class="spacer" colspan="2"></td></tr>
<tr>
<td class="header-small" colspan="2">
<input type="reset" name="reset" value="{reset}" class="formbutton" onclick="javascript:flashbutton('reset')" />&nbsp;&nbsp;
<input type="submit" name="submitform" value="{submit}" class="formbutton" onclick="javascript:submitbutton('submitform')" />
<input type="reset" name="reset" value="{reset}" class="formbutton" onclick="flashbutton('reset')" />&nbsp;&nbsp;
<input type="submit" name="submitform" value="{submit}" class="formbutton" onclick="submitbutton('submitform')" />
</td>
</tr>
</table>

View File

@ -149,8 +149,8 @@ function _chkFound () {
<tr><td class="spacer" colspan="2"></td></tr>
<tr>
<td class="header-small" colspan="2">
<input type="reset" name="reset" value="{reset}" class="formbutton" onclick="javascript:flashbutton('reset')" />&nbsp;&nbsp;
<input type="submit" name="submitform" value="{submit}" class="formbutton" onclick="javascript:submitbutton('submitform')" />
<input type="reset" name="reset" value="{reset}" class="formbutton" onclick="flashbutton('reset')" />&nbsp;&nbsp;
<input type="submit" name="submitform" value="{submit}" class="formbutton" onclick="submitbutton('submitform')" />
</td>
</tr>
</table>

View File

@ -143,8 +143,8 @@ function _chkFound () {
<tr><td class="spacer" colspan="2"></td></tr>
<tr>
<td class="header-small" colspan="2">
<input type="reset" name="reset" value="{reset}" class="formbutton" onclick="javascript:flashbutton('reset')" />&nbsp;&nbsp;
<input type="submit" name="submitform" value="{submit}" class="formbutton" onclick="javascript:submitbutton('submitform')" />
<input type="reset" name="reset" value="{reset}" class="formbutton" onclick="flashbutton('reset')" />&nbsp;&nbsp;
<input type="submit" name="submitform" value="{submit}" class="formbutton" onclick="submitbutton('submitform')" />
</td>
</tr>
</table>

View File

@ -139,7 +139,7 @@
</td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;<strong>{t}Country:{/t}&nbsp;</strong></td>
<td>
<select id="usercountry" onclick="javascript:usercountry_change()">
<select id="usercountry" onclick="usercountry_change()">
<?php
global $tpl_usercountries;
$nLastGroup = 0;

View File

@ -399,8 +399,8 @@ function toggleAttr(id)
<tr><td class="spacer" colspan="2"></td></tr>
<tr>
<td class="header-small" colspan="2">
<input type="reset" name="reset" value="{reset}" class="formbutton" onclick="javascript:flashbutton('reset')" />&nbsp;&nbsp;
<input type="submit" name="submitform" value="{submit}" class="formbutton" onclick="javascript:submitbutton('submitform') "/>
<input type="reset" name="reset" value="{reset}" class="formbutton" onclick="flashbutton('reset')" />&nbsp;&nbsp;
<input type="submit" name="submitform" value="{submit}" class="formbutton" onclick="submitbutton('submitform') "/>
</td>
</tr>
</table>

View File

@ -103,8 +103,8 @@
<tr>
<td class="header-small" colspan="2">
<input type="reset" name="reset" value="{reset}" class="formbutton" onclick="javascript:flashbutton('reset')" />&nbsp;&nbsp;
<input type="submit" name="submitform" value="{submit}" class="formbutton" onclick="javascript:submitbutton('submitform')" />
<input type="reset" name="reset" value="{reset}" class="formbutton" onclick="flashbutton('reset')" />&nbsp;&nbsp;
<input type="submit" name="submitform" value="{submit}" class="formbutton" onclick="submitbutton('submitform')" />
</td>
</tr>
</table>

View File

@ -50,7 +50,7 @@
<tr>
<td class="header-small" colspan="2">
<input type="submit" name="submit" value="{t}Remove log entry{/t}" class="formbutton" style="width: 150px;" onclick="javascript:submitbutton('submit')" />
<input type="submit" name="submit" value="{t}Remove log entry{/t}" class="formbutton" style="width: 150px;" onclick="submitbutton('submit')" />
</td>
</tr>
</table>

View File

@ -46,7 +46,7 @@
<tr>
<td class="header-small" colspan="2">
<input type="submit" name="submit" value="{t}Remove log entry{/t}" class="formbutton" style="width: 150px;" onclick="javascript:submitbutton('submit')" />
<input type="submit" name="submit" value="{t}Remove log entry{/t}" class="formbutton" style="width: 150px;" onclick="submitbutton('submit')" />
</td>
</tr>
</table>

View File

@ -281,16 +281,16 @@ 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="javascript: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="javascript:sync_options(this)" {bydistance_checked} {bydistance_enabled} accept=""> <label for="l_sortbydistance">{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="javascript: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="javascript:sync_options(this)" {bylastlog_checked}> <label for="l_sortbylastlog">{t}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} accept=""> <label for="l_sortbydistance">{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>
</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>
<input id="orderRatingFirst" type="checkbox" name="orderRatingFirst" class="checkbox" value="1" onclick="javascript:sync_options(this)" {orderRatingFirst_checked} />
<input id="orderRatingFirst" type="checkbox" name="orderRatingFirst" class="checkbox" value="1" onclick="sync_options(this)" {orderRatingFirst_checked} />
<label for="orderRatingFirst">{t}Show recommendation from other users first{/t}</label>
</td>
</tr>
@ -301,17 +301,17 @@ function switchAttributeCat2()
<tr>
<td>{t}Hide following caches:{/t}</td>
<td colspan="2">
<input type="checkbox" name="f_userowner" value="1" id="l_userowner" class="checkbox" onclick="javascript:sync_options(this)" {f_userowner_disabled} /> <label for="l_userowner">{t}My owned{/t}</label>&nbsp;&nbsp;
<input type="checkbox" name="f_userfound" value="1" id="l_userfound" class="checkbox" onclick="javascript:sync_options(this)" {f_userfound_disabled} /> <label for="l_userfound">{t}My finds{/t}</label>&nbsp;&nbsp;
<input type="checkbox" name="f_ignored" value="1" id="l_ignored" class="checkbox" onclick="javascript:sync_options(this)" {f_ignored_disabled} > <label for="l_ignored">{t}My ignored{/t}</label>&nbsp;&nbsp;
<input type="checkbox" name="f_userowner" value="1" id="l_userowner" class="checkbox" onclick="sync_options(this)" {f_userowner_disabled} /> <label for="l_userowner">{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">{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">{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_inactive" value="1" id="l_inactive" class="checkbox" onclick="javascript:sync_options(this)" {f_inactive_checked} > <label for="l_inactive">{t}Inactive{/t}</label>
<input type="checkbox" name="f_otherPlatforms" value="1" id="l_otherPlatforms" class="checkbox" onclick="javascript:sync_options(this)" {f_otherPlatforms_checked} > <label for="l_otherPlatforms">{t}Multiple listings (waypoint is also set on gc.com or nc.com){/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}Inactive{/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}Multiple listings (waypoint is also set on gc.com or nc.com){/t}</label>
</td>
</tr>
</table>
@ -320,22 +320,22 @@ function switchAttributeCat2()
<table class="table">
<tr>
<td>{t}Cachetype:{/t}</td>
<td><input type="checkbox" id="cachetype2" name="cachetype2" value="2" onclick="javascript:sync_options(this)" class="checkbox" {cachetype2checked} /> <label for="cachetype2">{t}Traditional Cache{/t}</label></td>
<td><input type="checkbox" id="cachetype3" name="cachetype3" value="3" onclick="javascript:sync_options(this)" class="checkbox" {cachetype3checked} /> <label for="cachetype3">{t}Multicache{/t}</label></td>
<td><input type="checkbox" id="cachetype5" name="cachetype5" value="5" onclick="javascript:sync_options(this)" class="checkbox" {cachetype5checked} /> <label for="cachetype5">{t}Webcam Cache{/t}</label></td>
<td><input type="checkbox" id="cachetype6" name="cachetype6" value="6" onclick="javascript:sync_options(this)" class="checkbox" {cachetype6checked} /> <label for="cachetype6">{t}Event Cache{/t}</label></td>
<td><input type="checkbox" id="cachetype2" name="cachetype2" value="2" onclick="sync_options(this)" class="checkbox" {cachetype2checked} /> <label for="cachetype2">{t}Traditional Cache{/t}</label></td>
<td><input type="checkbox" id="cachetype3" name="cachetype3" value="3" onclick="sync_options(this)" class="checkbox" {cachetype3checked} /> <label for="cachetype3">{t}Multicache{/t}</label></td>
<td><input type="checkbox" id="cachetype5" name="cachetype5" value="5" onclick="sync_options(this)" class="checkbox" {cachetype5checked} /> <label for="cachetype5">{t}Webcam Cache{/t}</label></td>
<td><input type="checkbox" id="cachetype6" name="cachetype6" value="6" onclick="sync_options(this)" class="checkbox" {cachetype6checked} /> <label for="cachetype6">{t}Event Cache{/t}</label></td>
</tr>
<tr>
<td></td>
<td><input type="checkbox" id="cachetype7" name="cachetype7" value="7" onclick="javascript:sync_options(this)" class="checkbox" {cachetype7checked} /> <label for="cachetype7">{t}Quizcache{/t}</label></td>
<td><input type="checkbox" id="cachetype8" name="cachetype8" value="8" onclick="javascript:sync_options(this)" class="checkbox" {cachetype8checked} /> <label for="cachetype8">{t}Math/Physics-Cache{/t}</label></td>
<td><input type="checkbox" id="cachetype9" name="cachetype9" value="9" onclick="javascript:sync_options(this)" class="checkbox" {cachetype9checked} /> <label for="cachetype9">{t}Moving Cache{/t}</label></td>
<td><input type="checkbox" id="cachetype10" name="cachetype10" value="10" onclick="javascript:sync_options(this)" class="checkbox" {cachetype10checked} /> <label for="cachetype10">{t}Drive-In{/t}</label></td>
<td><input type="checkbox" id="cachetype7" name="cachetype7" value="7" onclick="sync_options(this)" class="checkbox" {cachetype7checked} /> <label for="cachetype7">{t}Quizcache{/t}</label></td>
<td><input type="checkbox" id="cachetype8" name="cachetype8" value="8" onclick="sync_options(this)" class="checkbox" {cachetype8checked} /> <label for="cachetype8">{t}Math/Physics-Cache{/t}</label></td>
<td><input type="checkbox" id="cachetype9" name="cachetype9" value="9" onclick="sync_options(this)" class="checkbox" {cachetype9checked} /> <label for="cachetype9">{t}Moving Cache{/t}</label></td>
<td><input type="checkbox" id="cachetype10" name="cachetype10" value="10" onclick="sync_options(this)" class="checkbox" {cachetype10checked} /> <label for="cachetype10">{t}Drive-In{/t}</label></td>
</tr>
<tr>
<td></td>
<td><input type="checkbox" id="cachetype4" name="cachetype4" value="4" onclick="javascript:sync_options(this)" class="checkbox" {cachetype4checked} /> <label for="cachetype4">{t}virtual Cache{/t}</label></td>
<td><input type="checkbox" id="cachetype1" name="cachetype1" value="1" onclick="javascript:sync_options(this)" class="checkbox" {cachetype1checked} /> <label for="cachetype1">{t}unknown cachetyp{/t}</label></td>
<td><input type="checkbox" id="cachetype4" name="cachetype4" value="4" onclick="sync_options(this)" class="checkbox" {cachetype4checked} /> <label for="cachetype4">{t}virtual Cache{/t}</label></td>
<td><input type="checkbox" id="cachetype1" name="cachetype1" value="1" onclick="sync_options(this)" class="checkbox" {cachetype1checked} /> <label for="cachetype1">{t}unknown cachetyp{/t}</label></td>
</tr>
</table>
</div>
@ -343,17 +343,17 @@ function switchAttributeCat2()
<table class="table">
<tr>
<td>{t}Cachesize:{/t}</td>
<td><input type="checkbox" id="cachesize8" name="cachesize8" value="8" onclick="javascript:sync_options(this)" class="checkbox" {cachesize2checked} /> <label for="cachesize2">{t}nano{/t}</label>&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td><input type="checkbox" id="cachesize2" name="cachesize2" value="2" onclick="javascript:sync_options(this)" class="checkbox" {cachesize8checked} /> <label for="cachesize2">{t}micro{/t}</label></td>
<td><input type="checkbox" id="cachesize3" name="cachesize3" value="3" onclick="javascript:sync_options(this)" class="checkbox" {cachesize3checked} /> <label for="cachesize3">{t}small{/t}</label></td>
<td><input type="checkbox" id="cachesize4" name="cachesize4" value="4" onclick="javascript:sync_options(this)" class="checkbox" {cachesize4checked} /> <label for="cachesize4">{t}normal{/t}</label></td>
<td><input type="checkbox" id="cachesize8" name="cachesize8" value="8" onclick="sync_options(this)" class="checkbox" {cachesize2checked} /> <label for="cachesize2">{t}nano{/t}</label>&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td><input type="checkbox" id="cachesize2" name="cachesize2" value="2" onclick="sync_options(this)" class="checkbox" {cachesize8checked} /> <label for="cachesize2">{t}micro{/t}</label></td>
<td><input type="checkbox" id="cachesize3" name="cachesize3" value="3" onclick="sync_options(this)" class="checkbox" {cachesize3checked} /> <label for="cachesize3">{t}small{/t}</label></td>
<td><input type="checkbox" id="cachesize4" name="cachesize4" value="4" onclick="sync_options(this)" class="checkbox" {cachesize4checked} /> <label for="cachesize4">{t}normal{/t}</label></td>
</tr>
<tr>
<td></td>
<td><input type="checkbox" id="cachesize5" name="cachesize5" value="5" onclick="javascript:sync_options(this)" class="checkbox" {cachesize5checked} /> <label for="cachesize5">{t}large{/t}</label></td>
<td><input type="checkbox" id="cachesize6" name="cachesize6" value="6" onclick="javascript:sync_options(this)" class="checkbox" {cachesize6checked} /> <label for="cachesize6">{t}very large{/t}</label></td>
<td><input type="checkbox" id="cachesize7" name="cachesize7" value="7" onclick="javascript:sync_options(this)" class="checkbox" {cachesize7checked} /> <label for="cachesize7">{t}no container{/t}</label></td>
<td><input type="checkbox" id="cachesize1" name="cachesize1" value="1" onclick="javascript:sync_options(this)" class="checkbox" {cachesize1checked} /> <label for="cachesize1">{t}other size{/t}</label></td>
<td><input type="checkbox" id="cachesize5" name="cachesize5" value="5" onclick="sync_options(this)" class="checkbox" {cachesize5checked} /> <label for="cachesize5">{t}large{/t}</label></td>
<td><input type="checkbox" id="cachesize6" name="cachesize6" value="6" onclick="sync_options(this)" class="checkbox" {cachesize6checked} /> <label for="cachesize6">{t}very large{/t}</label></td>
<td><input type="checkbox" id="cachesize7" name="cachesize7" value="7" onclick="sync_options(this)" class="checkbox" {cachesize7checked} /> <label for="cachesize7">{t}no container{/t}</label></td>
<td><input type="checkbox" id="cachesize1" name="cachesize1" value="1" onclick="sync_options(this)" class="checkbox" {cachesize1checked} /> <label for="cachesize1">{t}other size{/t}</label></td>
</tr>
</table>
</div>
@ -362,11 +362,11 @@ function switchAttributeCat2()
<tr>
<td>{t}Difficulty:{/t}</td>
<td>
<select name="difficultymin" class="input80" onChange="javascript:sync_options(this)">
<select name="difficultymin" class="input80" onchange="sync_options(this)">
{difficultymin_options}
</select>
&nbsp;&nbsp;&nbsp;{t}to{/t}&nbsp;&nbsp;&nbsp;
<select name="difficultymax" class="input80" onChange="javascript:sync_options(this)">
<select name="difficultymax" class="input80" onchange="sync_options(this)">
{difficultymax_options}
</select>
</td>
@ -374,11 +374,11 @@ function switchAttributeCat2()
<tr>
<td>{t}Terrain:{/t}</td>
<td>
<select name="terrainmin" class="input80" onChange="javascript:sync_options(this)">
<select name="terrainmin" class="input80" onchange="sync_options(this)">
{terrainmin_options}
</select>
&nbsp;&nbsp;&nbsp;{t}to{/t}&nbsp;&nbsp;&nbsp;
<select name="terrainmax" class="input80" onChange="javascript:sync_options(this)">
<select name="terrainmax" class="input80" onchange="sync_options(this)">
{terrainmax_options}
</select>
</td>
@ -390,7 +390,7 @@ function switchAttributeCat2()
<tr>
<td>{t}Country:{/t}&nbsp;&nbsp;</td>
<td>
<select name="country" class="input200" onChange="javascript:sync_options(this)">
<select name="country" class="input200" onchange="sync_options(this)">
{countryoptions}
</select>
</td>
@ -434,7 +434,7 @@ function switchAttributeCat2()
-->
</script>
<form action="search.php" onsubmit="javascript:return(_sbn_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbyname" dir="ltr" style="display:inline;">
<form action="search.php" onsubmit="return(_sbn_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbyname" dir="ltr" style="display:inline;">
<input type="hidden" name="searchto" value="searchbyname" />
<input type="hidden" name="showresult" value="1" />
<input type="hidden" name="expert" value="0" />
@ -476,13 +476,13 @@ function switchAttributeCat2()
<tr>
<td>{t}Name:{/t}</td>
<td><input type="text" name="cachename" value="{cachename}" class="input200" /></td>
<td><input type="submit" name="submit_cachename" value="{t}Search{/t}" class="formbutton" onclick="javascript:submitbutton('submit_cachename')" /></td>
<td><input type="submit" name="submit_cachename" value="{t}Search{/t}" class="formbutton" onclick="submitbutton('submit_cachename')" /></td>
</tr>
<tr><td class="spacer" colspan="3"></td></tr>
</table>
</form>
<form action="search.php" onsubmit="javascript:return(_sbd_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbydistance" dir="ltr" style="display:inline;">
<form action="search.php" onsubmit="return(_sbd_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbydistance" dir="ltr" style="display:inline;">
<input type="hidden" name="searchto" value="searchbydistance" />
<input type="hidden" name="showresult" value="1" />
<input type="hidden" name="expert" value="0" />
@ -549,7 +549,7 @@ function switchAttributeCat2()
<option value="nm" {sel_nm}>{t}Seamiles{/t}</option>
</select>
</td>
<td><input type="submit" name="submit_dist" value="{t}Search{/t}" class="formbutton" onclick="javascript:submitbutton('submit_dist')" /></td>
<td><input type="submit" name="submit_dist" value="{t}Search{/t}" class="formbutton" onclick="submitbutton('submit_dist')" /></td>
</tr>
<tr><td class="spacer" colspan="3"></td></tr>
</table>
@ -574,7 +574,7 @@ function switchAttributeCat2()
{ortserror}
</table>
<form action="search.php" onsubmit="javascript:return(_sbplz_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbyplz" dir="ltr" style="display:inline;">
<form action="search.php" onsubmit="return(_sbplz_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbyplz" dir="ltr" style="display:inline;">
<input type="hidden" name="searchto" value="searchbyplz" />
<input type="hidden" name="showresult" value="1" />
<input type="hidden" name="expert" value="0" />
@ -607,12 +607,12 @@ function switchAttributeCat2()
<tr>
<td>{t}Postal code:{/t}</td>
<td><input type="text" name="plz" value="{plz}" maxlength="5" class="input50" /></td>
<td><input type="submit" name="submit_plz" value="{t}Search{/t}" class="formbutton" onclick="javascript:submitbutton('submit_plz')" /></td>
<td><input type="submit" name="submit_plz" value="{t}Search{/t}" class="formbutton" onclick="submitbutton('submit_plz')" /></td>
</tr>
</table>
</form>
<form action="search.php" onsubmit="javascript:return(_sbort_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbyort" dir="ltr" style="display:inline;">
<form action="search.php" onsubmit="return(_sbort_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbyort" dir="ltr" style="display:inline;">
<input type="hidden" name="searchto" value="searchbyort" />
<input type="hidden" name="showresult" value="1" />
<input type="hidden" name="expert" value="0" />
@ -645,7 +645,7 @@ function switchAttributeCat2()
<tr>
<td>{t}City:{/t}</td>
<td><input type="text" name="ort" value="{ort}" class="input200" /></td>
<td><input type="submit" name="submit_city" value="{t}Search{/t}" class="formbutton" onclick="javascript:submitbutton('submit_city')" /></td>
<td><input type="submit" name="submit_city" value="{t}Search{/t}" class="formbutton" onclick="submitbutton('submit_city')" /></td>
</tr>
</table>
</form>
@ -659,7 +659,7 @@ function switchAttributeCat2()
<tr><td class="spacer" colspan="3"></td></tr>
</table>
<form action="search.php" onsubmit="javascript:return(_sbft_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbyfulltext" dir="ltr" style="display:inline;">
<form action="search.php" onsubmit="return(_sbft_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbyfulltext" dir="ltr" style="display:inline;">
<input type="hidden" name="searchto" value="searchbyfulltext" />
<input type="hidden" name="showresult" value="1" />
<input type="hidden" name="expert" value="0" />
@ -702,7 +702,7 @@ function switchAttributeCat2()
<tr>
<td>Text:</td>
<td><input type="text" name="fulltext" value="{fulltext}" class="input200" /></td>
<td><input type="submit" name="submit_ft" value="{t}Search{/t}" class="formbutton" onclick="javascript:submitbutton('submit_ft')" /></td>
<td><input type="submit" name="submit_ft" value="{t}Search{/t}" class="formbutton" onclick="submitbutton('submit_ft')" /></td>
</tr>
<tr>
<td></td>
@ -723,7 +723,7 @@ function switchAttributeCat2()
</table>
</form>
<form action="search.php" onsubmit="javascript:return(_sbo_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbyowner" dir="ltr" style="display:inline;">
<form action="search.php" onsubmit="return(_sbo_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbyowner" dir="ltr" style="display:inline;">
<input type="hidden" name="searchto" value="searchbyowner" />
<input type="hidden" name="showresult" value="1" />
<input type="hidden" name="expert" value="0" />
@ -765,13 +765,13 @@ function switchAttributeCat2()
<tr>
<td>{t}Owner:{/t}</td>
<td><input type="text" name="owner" value="{owner}" maxlength="40" class="input200" /></td>
<td><input type="submit" name="submit_owner" value="{t}Search{/t}" class="formbutton" onclick="javascript:submitbutton('submit_owner')" /></td>
<td><input type="submit" name="submit_owner" value="{t}Search{/t}" class="formbutton" onclick="submitbutton('submit_owner')" /></td>
</tr>
<tr><td class="spacer" colspan="3"></td></tr>
</table>
</form>
<form action="search.php" onsubmit="javascript:return(_sbf_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbyfinder" dir="ltr" style="display:inline;">
<form action="search.php" onsubmit="return(_sbf_click());" method="{formmethod}" enctype="application/x-www-form-urlencoded" name="searchbyfinder" dir="ltr" style="display:inline;">
<input type="hidden" name="searchto" value="searchbyfinder" />
<input type="hidden" name="showresult" value="1" />
<input type="hidden" name="expert" value="0" />
@ -821,7 +821,7 @@ function switchAttributeCat2()
<tr>
<td>{t}Username:{/t}</td>
<td><input type="text" name="finder" value="{finder}" maxlength="40" class="input200" /></td>
<td><input type="submit" name="submit_finder" value="{t}Search{/t}" class="formbutton" onclick="javascript:submitbutton('submit_finder')" /></td>
<td><input type="submit" name="submit_finder" value="{t}Search{/t}" class="formbutton" onclick="submitbutton('submit_finder')" /></td>
</tr>
<tr><td class="spacer" colspan="3"></td></tr>
</table>

View File

@ -65,8 +65,8 @@
{/if}
<p style="line-height: 1.6em;">
<input type="reset" name="reset" value="{t}Reset{/t}" class="formbutton" onclick="javascript:flashbutton('reset')" />&nbsp;&nbsp;
<input type="submit" name="submit" value="{t}Submit{/t}" class="formbutton" onclick="javascript:submitbutton('submit')" />
<input type="reset" name="reset" value="{t}Reset{/t}" class="formbutton" onclick="flashbutton('reset')" />&nbsp;&nbsp;
<input type="submit" name="submit" value="{t}Submit{/t}" class="formbutton" onclick="submitbutton('submit')" />
</p>
</form>

View File

@ -66,9 +66,9 @@
</p>
</div>
<p style="line-height: 1.6em;"><input type="submit" name="assign" value="{t}Assign to me{/t}" class="formbutton" onclick="javascript:submitbutton('assign')" />
<p style="line-height: 1.6em;"><input type="submit" name="assign" value="{t}Assign to me{/t}" class="formbutton" onclick="submitbutton('assign')" />
{if $ownreport}
&nbsp;<input type="submit" name="contact" value="{t}Contact owner{/t}" class="formbutton" onclick="javascript:submitbutton('contact')" />&nbsp;&nbsp;<input type="submit" name="done" value="{t}Mark as finished{/t}" class="formbutton" onclick="javascript:submitbutton('done')" /></p>
&nbsp;<input type="submit" name="contact" value="{t}Contact owner{/t}" class="formbutton" onclick="submitbutton('contact')" />&nbsp;&nbsp;<input type="submit" name="done" value="{t}Mark as finished{/t}" class="formbutton" onclick="submitbutton('done')" /></p>
<div class="content2-container bg-blue02">
<p class="content-title-noshade-size2">
@ -77,7 +77,7 @@
</p>
</div>
<p style="line-height: 1.6em;"><input type="submit" name="statusActive" value="{t}Ready for search{/t}" class="formbutton" onclick="javascript:submitbutton('statusActive')" />&nbsp;&nbsp;<input type="submit" name="statusTNA" value="{t}Temporary not available{/t}" class="formbutton" onclick="javascript:submitbutton('statusTNA')" />&nbsp;&nbsp;<input type="submit" name="statusArchived" value="{t}Archived{/t}" class="formbutton" onclick="javasscript:submitbutton('statusArchived')" />&nbsp;&nbsp;<input type="submit" name="statusLockedVisible" value="{t}Locked, visible{/t}" class="formbutton" onclick="javascript:submitbutton('statusLockedVisible')" />&nbsp;&nbsp;<input type="submit" name="statusLockedInvisible" value="{t}Locked, invisible{/t}" class="formbutton" onclick="javascript:submitbutton('statusLockedInvisible')" /></p>
<p style="line-height: 1.6em;"><input type="submit" name="statusActive" value="{t}Ready for search{/t}" class="formbutton" onclick="submitbutton('statusActive')" />&nbsp;&nbsp;<input type="submit" name="statusTNA" value="{t}Temporary not available{/t}" class="formbutton" onclick="submitbutton('statusTNA')" />&nbsp;&nbsp;<input type="submit" name="statusArchived" value="{t}Archived{/t}" class="formbutton" onclick="javasscript:submitbutton('statusArchived')" />&nbsp;&nbsp;<input type="submit" name="statusLockedVisible" value="{t}Locked, visible{/t}" class="formbutton" onclick="submitbutton('statusLockedVisible')" />&nbsp;&nbsp;<input type="submit" name="statusLockedInvisible" value="{t}Locked, invisible{/t}" class="formbutton" onclick="submitbutton('statusLockedInvisible')" /></p>
{elseif $otheradmin}
<br />{t}Warning: This report is already assigned to another admin. Consult him first before you assume the report!{/t}
{/if}

View File

@ -20,7 +20,7 @@
<p style="line-height: 1.6em; color: green; font-weight: bold;">{t}User status was successfully changed.{/t}</p>
{/if}
<p style="line-height: 1.6em;"><input type="submit" name="find" value="{t}Submit{/t}" class="formbutton" onclick="javascript:submitbutton('find')" /></p>
<p style="line-height: 1.6em;"><input type="submit" name="find" value="{t}Submit{/t}" class="formbutton" onclick="submitbutton('find')" /></p>
</form>
@ -138,7 +138,7 @@
<tr>
<td>&nbsp;</td>
<td><input type="submit" name="execute" value="{t}Submit{/t}" class="formbutton" onclick="javascript:submitbutton('execute')" /></td>
<td><input type="submit" name="execute" value="{t}Submit{/t}" class="formbutton" onclick="submitbutton('execute')" /></td>
</tr>
{* {/if} *}
</table>

View File

@ -83,7 +83,7 @@
<tr>
<td>&nbsp;</td>
<td colspan="2">
<input type="submit" value="{t}Submit{/t}" class="formbutton" onclick="javascript:submitbutton('submit')" />
<input type="submit" value="{t}Submit{/t}" class="formbutton" onclick="submitbutton('submit')" />
</td>
</tr>
</table>

View File

@ -14,7 +14,7 @@
<tr>
<td></td>
<td colspan="2">
<input type="submit" name="submit_cache_note" value="{t}Save{/t}" class="formbutton" onclick="javascript: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>

View File

@ -65,8 +65,8 @@
<tr>
<td class="header-small" colspan="2">
<input type="submit" name="cancel" value="{t}Cancel{/t}" class="formbutton" onclick="javascript:submitbutton('cancel')" />&nbsp;&nbsp;
<input type="submit" name="ok" value="{t}Save{/t}" class="formbutton" onclick="javascript:submitbutton('ok')" />
<input type="submit" name="cancel" value="{t}Cancel{/t}" class="formbutton" onclick="submitbutton('cancel')" />&nbsp;&nbsp;
<input type="submit" name="ok" value="{t}Save{/t}" class="formbutton" onclick="submitbutton('ok')" />
</td>
</tr>

View File

@ -57,8 +57,8 @@
<tr>
<td></td>
<td>
<input type="submit" name="back" value="{t}Cancel{/t}" class="formbutton" onclick="javascript:submitbutton('back')" />&nbsp;&nbsp;
<input type="submit" name="submitform" value="{$submitButton}" class="formbutton" onclick="javascript:submitbutton('submitform')" /></button>
<input type="submit" name="back" value="{t}Cancel{/t}" class="formbutton" onclick="submitbutton('back')" />&nbsp;&nbsp;
<input type="submit" name="submitform" value="{$submitButton}" class="formbutton" onclick="submitbutton('submitform')" /></button>
</td>
</tr>
</table>

View File

@ -26,7 +26,7 @@
<tr>
<td width="150px">&nbsp;</td>
<td>
<input type="submit" name="ok" value="{t}Execute{/t}" class="formbutton" onclick="javascript:submitbutton('ok')" />
<input type="submit" name="ok" value="{t}Execute{/t}" class="formbutton" onclick="submitbutton('ok')" />
</td>
</tr>
</table>

View File

@ -28,7 +28,7 @@
<tr><td colspan="2">&nbsp;</td></tr>
<tr>
<td>
<input type="submit" name="toStep2a" value="{t}Next{/t}" class="formbutton" onclick="javascript:submitbutton('toStep2a')" />
<input type="submit" name="toStep2a" value="{t}Next{/t}" class="formbutton" onclick="submitbutton('toStep2a')" />
</td>
</tr>
</table>
@ -53,10 +53,10 @@
<tr><td colspan="2">&nbsp;</td></tr>
<tr>
<td alignment="left" width="50%">
<input type="submit" name="toStep1" value="{t}Back{/t}" class="formbutton" onclick="javascript:submitbutton('toStep1')" />
<input type="submit" name="toStep1" value="{t}Back{/t}" class="formbutton" onclick="submitbutton('toStep1')" />
</td>
<td align="right" width="50%">
<input type="submit" name="toStep3" value="{t}Preview{/t}" class="formbutton" onclick="javascript:submitbutton('toStep3')" />
<input type="submit" name="toStep3" value="{t}Preview{/t}" class="formbutton" onclick="submitbutton('toStep3')" />
</td>
</tr>
</table>
@ -78,7 +78,7 @@
<input type="hidden" name="step" value="3" />
<input type="hidden" name="thetext" value="{$thetext|escape}" />
<input type="hidden" name="thehtml" value="{$thehtml|escape}" />
<input type="submit" name="toStep2b" value="{t}Back{/t}" class="formbutton" onclick="javascript:submitbutton('toStep2b')" />
<input type="submit" name="toStep2b" value="{t}Back{/t}" class="formbutton" onclick="submitbutton('toStep2b')" />
</form>
</p>
</td>

View File

@ -54,8 +54,8 @@
<tr>
<td class="header-small" colspan="2">
<input type="reset" name="reset" value="{t}Reset{/t}" class="formbutton" onclick="javascript:flashbutton('reset')" />&nbsp;&nbsp;
<input type="submit" name="submit" value="{t}Login{/t}" class="formbutton" onclick="javascript:submitbutton('submit')" />
<input type="reset" name="reset" value="{t}Reset{/t}" class="formbutton" onclick="flashbutton('reset')" />&nbsp;&nbsp;
<input type="submit" name="submit" value="{t}Login{/t}" class="formbutton" onclick="submitbutton('submit')" />
</td>
</tr>
</table>

View File

@ -86,8 +86,8 @@
<tr>
<td class="header-small" colspan="2">
<input type="reset" name="cancel" value="{t}Reset{/t}" class="formbutton" onclick="javascript:flashbutton('cancel')" />&nbsp;&nbsp;
<input type="submit" name="ok" value="{t}Send{/t}" class="formbutton" onclick="javascript:submitbutton('ok')" />
<input type="reset" name="cancel" value="{t}Reset{/t}" class="formbutton" onclick="flashbutton('cancel')" />&nbsp;&nbsp;
<input type="submit" name="ok" value="{t}Send{/t}" class="formbutton" onclick="submitbutton('ok')" />
</td>
</tr>
<tr><td class="spacer" colspan="2"></td></tr>

View File

@ -2092,16 +2092,16 @@ function toggle_attribselection(bSaveCookies)
<td rowspan="2" class="mapheader_spacer"></td>
{* search bar and button *}
<td rowspan="2"><input type="text" id="mapsearch" style="margin-right:5px" value="" onfocus="javascript:mapsearch_onfocus()" onblur="javascript:mapsearch_onblur()" class="searchfield{if $bFullscreen}_fullscreen{/if}" size="{if $bFullscreen}40{else}50{/if}" /></td><td rowspan="2"><input type="button" id="mapsubmit" name="mapsubmit" value="&nbsp;&nbsp;{t}Search{/t}&nbsp;&nbsp;" class="formbutton" style="width:auto; font-size:{if $bFullscreen}11px{else}12px{/if}" onclick="mapsearch_click()" /></td>
<td rowspan="2"><input type="text" id="mapsearch" style="margin-right:5px" value="" onfocus="mapsearch_onfocus()" onblur="mapsearch_onblur()" class="searchfield{if $bFullscreen}_fullscreen{/if}" size="{if $bFullscreen}40{else}50{/if}" /></td><td rowspan="2"><input type="button" id="mapsubmit" name="mapsubmit" value="&nbsp;&nbsp;{t}Search{/t}&nbsp;&nbsp;" class="formbutton" style="width:auto; font-size:{if $bFullscreen}11px{else}12px{/if}" onclick="mapsearch_click()" /></td>
<td rowspan="2" class="mapheader_spacer"></td>
{* home button *}
{if $nUserLat != 0 || $nUserLon != 0 }
<td rowspan="2"><a class="jslink" onclick="javascript:center_home()"><img id="center_home_img" style="margin-left:5px; margin-right:5px" src="resource2/{$opt.template.style}/images/misc/32x32-home.png" alt="{t}Go to home coordinates{/t}" title="{t}Go to home coordinates{/t}" /></a></td>
<td rowspan="2"><a class="jslink" onclick="center_home()"><img id="center_home_img" style="margin-left:5px; margin-right:5px" src="resource2/{$opt.template.style}/images/misc/32x32-home.png" alt="{t}Go to home coordinates{/t}" title="{t}Go to home coordinates{/t}" /></a></td>
{/if}
{* GPX download button *}
<td rowspan="2"><a class="jslink" onclick="javascript: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>
@ -2142,7 +2142,7 @@ function toggle_attribselection(bSaveCookies)
<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/misc/close-medium.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="javascript:addFavorites_click()" /></td></tr>
<tr id="permalink_addFavorites"><td align="right"><input type="button" value="{t}Add to favorites...{/t}" onclick="addFavorites_click()" /></td></tr>
</table>
</div>
{if $bFullscreen}
@ -2237,7 +2237,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">
{* sidebar hidden: '<' icon to open *}
<a class="jslink nofocus" onclick="javascript: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">
@ -2249,7 +2249,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="javascript: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}

View File

@ -96,8 +96,8 @@
{if $edit==true}
<tr>
<td class="header-small" colspan="3">
<input type="submit" name="cancel" value="{t}Cancel{/t}" class="formbutton" onclick="javascript:submitbutton('cancel')" />&nbsp;&nbsp;
<input type="submit" name="save" value="{t}Submit{/t}" class="formbutton" onclick="javascript:submitbutton('save')"(/>
<input type="submit" name="cancel" value="{t}Cancel{/t}" class="formbutton" onclick="submitbutton('cancel')" />&nbsp;&nbsp;
<input type="submit" name="save" value="{t}Submit{/t}" class="formbutton" onclick="submitbutton('save')"(/>
</td>
</tr>
<tr><td class="spacer" colspan="3"></td></tr>

View File

@ -91,7 +91,7 @@
{/foreach}
</select>
{if $showAllCountries==false}
&nbsp;&nbsp;<input type="submit" name="showAllCountriesSubmit" value="{t}Show all{/t}" class="formbutton" onclick="javascript:submitbutton('showAllCountriesSubmit')" />
&nbsp;&nbsp;<input type="submit" name="showAllCountriesSubmit" value="{t}Show all{/t}" class="formbutton" onclick="submitbutton('showAllCountriesSubmit')" />
{/if}
{if $countryError==true}
<span class="errormsg">{t}The country is not valid.{/t}</span>
@ -222,8 +222,8 @@
<tr><td class="spacer" colspan="2">&nbsp;</td></tr>
<tr>
<td class="header-small" colspan="2">
<input type="submit" name="cancel" value="{t}Cancel{/t}" class="formbutton" onclick="javascript:flashbutton('cancel')" />&nbsp;&nbsp;
<input type="submit" name="save" value="{t}Submit{/t}" class="formbutton" onclick="javascript:submitbutton('save')" />
<input type="submit" name="cancel" value="{t}Cancel{/t}" class="formbutton" onclick="flashbutton('cancel')" />&nbsp;&nbsp;
<input type="submit" name="save" value="{t}Submit{/t}" class="formbutton" onclick="submitbutton('save')" />
</td>
</tr>
{/if}

View File

@ -92,8 +92,8 @@
<tr>
<td class="header-small" colspan="2">
<input type="reset" name="cancel" value="{t}Reset{/t}" class="formbutton" onclick="javascript:flashbutton('cancel')" />&nbsp;&nbsp;
<input type="submit" name="ok" value="{t}Change{/t}" class="formbutton" onclick="javascript:submitbutton('ok')" />
<input type="reset" name="cancel" value="{t}Reset{/t}" class="formbutton" onclick="flashbutton('cancel')" />&nbsp;&nbsp;
<input type="submit" name="ok" value="{t}Change{/t}" class="formbutton" onclick="submitbutton('ok')" />
</td>
</tr>
</table>

View File

@ -37,7 +37,7 @@
<tr>
<td>&nbsp;</td>
<td>
<input type="submit" name="erequest" value="{t}Request{/t}" class="formbutton" onclick="javascript:submitbutton('erequest')" />
<input type="submit" name="erequest" value="{t}Request{/t}" class="formbutton" onclick="submitbutton('erequest')" />
</td>
</tr>
{if $emailErrorSame==true}
@ -103,8 +103,8 @@
<tr><td class="spacer" colspan="2"></td></tr>
<tr>
<td class="header-small" colspan="2">
<input type="reset" name="clear" value="{t}Reset{/t}" class="formbutton" onclick="javascript:flashbutton('clear')" />&nbsp;&nbsp;
<input type="submit" name="confirm" value="{t}Change{/t}" class="formbutton" onclick="javascript:submitbutton('confirm ')" />
<input type="reset" name="clear" value="{t}Reset{/t}" class="formbutton" onclick="flashbutton('clear')" />&nbsp;&nbsp;
<input type="submit" name="confirm" value="{t}Change{/t}" class="formbutton" onclick="submitbutton('confirm ')" />
</td>
</tr>
</table>

View File

@ -36,7 +36,7 @@
<tr>
<td width="150px">&nbsp;</td>
<td>
<input type="submit" name="rqcode" value="{t}Request code{/t}" class="formbutton" onclick="javascript:submitbutton('rqcode')" />
<input type="submit" name="rqcode" value="{t}Request code{/t}" class="formbutton" onclick="submitbutton('rqcode')" />
</td>
</tr>
{if $emailErrorNotFound==true}
@ -114,8 +114,8 @@
<tr><td class="spacer" colspan="2"></td></tr>
<tr>
<td class="header-small" colspan="2">
<input type="reset" name="cancel" value="{t}Reset{/t}" class="formbutton" onclick="javascript:flashbutton('cancel')" />&nbsp;&nbsp;
<input type="submit" name="changepw" value="{t}Change{/t}" class="formbutton" onclick="javascript:submitbutton('changepw')" />
<input type="reset" name="cancel" value="{t}Reset{/t}" class="formbutton" onclick="flashbutton('cancel')" />&nbsp;&nbsp;
<input type="submit" name="changepw" value="{t}Change{/t}" class="formbutton" onclick="submitbutton('changepw')" />
</td>
</tr>
</table>

View File

@ -96,7 +96,7 @@
<tr><td class="spacer" colspan="2"></td></tr>
<tr>
<td>
<input type="submit" value="{t}Submit{/t}" class="formbutton" onclick="javascript:submitbutton('submit')" />
<input type="submit" value="{t}Submit{/t}" class="formbutton" onclick="submitbutton('submit')" />
</td>
</tr>
</table>

View File

@ -125,8 +125,8 @@
<tr>
<td class="header-small" colspan="2">
<input type="reset" name="reset" value="{t}Reset{/t}" class="formbutton" onclick="javascript:flashbutton('reset')" />&nbsp;&nbsp;
<input type="submit" name="ok" value="{if $action=='add'}{t}Upload{/t}{else}{t}Submit{/t}{/if}" class="formbutton" onclick="javascript:submitbutton('ok')" />
<input type="reset" name="reset" value="{t}Reset{/t}" class="formbutton" onclick="flashbutton('reset')" />&nbsp;&nbsp;
<input type="submit" name="ok" value="{if $action=='add'}{t}Upload{/t}{else}{t}Submit{/t}{/if}" class="formbutton" onclick="submitbutton('ok')" />
</td>
</tr>
</table>

View File

@ -75,7 +75,7 @@
<tr>
<td>&nbsp;</td>
<td>
<input type="submit" name="savenew" value="{t}Store{/t}" class="formbutton" onclick="javascript:submitbutton('savenew')" />
<input type="submit" name="savenew" value="{t}Store{/t}" class="formbutton" onclick="submitbutton('savenew')" />
</td>
</tr>
</table>
@ -112,7 +112,7 @@
<tr>
<td>&nbsp;</td>
<td>
<input type="submit" name="overwrite" value="{t}Store{/t}" class="formbutton" onclick="javascript:submitbutton('overwrite')" />
<input type="submit" name="overwrite" value="{t}Store{/t}" class="formbutton" onclick="submitbutton('overwrite')" />
</td>
</tr>
</table>

View File

@ -108,7 +108,7 @@
{/foreach}
</select>&nbsp;&nbsp;
{if $show_all_countries==0}
<input type="submit" name="show_all_countries_submit" value="{t}Show all{/t}" class="formbutton" onclick="javascript:submitbutton('show_all_countries_submit')" />
<input type="submit" name="show_all_countries_submit" value="{t}Show all{/t}" class="formbutton" onclick="submitbutton('show_all_countries_submit')" />
{/if}
</td>
</tr>
@ -189,8 +189,8 @@
<tr>
<td class="header-small" colspan="2">
<input type="reset" name="reset" value="{t}Reset{/t}" class="formbutton" onclick="javascript:flashbutton('reset')"/>&nbsp;&nbsp;
<input type="submit" name="submit" value="{t}Register{/t}" class="formbutton" onclick="javascript:submitbutton('submit')"/>
<input type="reset" name="reset" value="{t}Reset{/t}" class="formbutton" onclick="flashbutton('reset')"/>&nbsp;&nbsp;
<input type="submit" name="submit" value="{t}Register{/t}" class="formbutton" onclick="submitbutton('submit')"/>
</td>
</tr>
</table>

View File

@ -41,7 +41,7 @@
<tr>
<td width="150px">&nbsp;</td>
<td>
<input type="submit" name="ok" value="{t}Submit{/t}" class="formbutton" onclick="javascript:submitbutton('ok')" />
<input type="submit" name="ok" value="{t}Submit{/t}" class="formbutton" onclick="submitbutton('ok')" />
</td>
</tr>
</table>

View File

@ -87,8 +87,8 @@
<tr>
<td class="header-small" colspan="2">
<input type="reset" name="cancel" value="{t}Reset{/t}" class="formbutton" onclick="javascript:flashbutton('cancel')" >&nbsp;&nbsp;
<input type="submit" name="ok" value="{t}Send{/t}" class="formbutton" onclick="javascript:submitbutton('ok')" />
<input type="reset" name="cancel" value="{t}Reset{/t}" class="formbutton" onclick="flashbutton('cancel')" >&nbsp;&nbsp;
<input type="submit" name="ok" value="{t}Send{/t}" class="formbutton" onclick="submitbutton('ok')" />
</td>
</tr>
<tr><td class="spacer" colspan="2"></td></tr>

View File

@ -62,7 +62,7 @@
<b>{t}Pictures for this logentry:{/t}</b><br />
{/if}
<a onclick="javascript:enlarge(document.getElementById('pic{$pictureItem.id}'))" style="cursor:pointer">{$pictureItem.title|escape}</a>
<a onclick="enlarge(document.getElementById('pic{$pictureItem.id}'))" style="cursor:pointer">{$pictureItem.title|escape}</a>
{* the position of this image is the anchor for enlargit activity: *}
<img id="pic{$pictureItem.id}" src="resource2/ocstyle/images/misc/empty.png" longdesc="{$pictureItem.url}" alt="{$pictureItem.title|escape}" style="cursor:pointer" onclick="enlarge(this)"/>
{if $logItem.userid==$login.userid}

View File

@ -124,7 +124,7 @@
</td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;<strong>{t}Country:{/t}&nbsp;</strong></td>
<td>
<select id="usercountry" onclick="javascript:usercountry_change()">
<select id="usercountry" onclick="usercountry_change()">
{foreach from=$opt.template.usercountrieslist item=countryItem name=userCountryList}
{if $countryItem.begin_group==1 || $smarty.foreach.userCountryList.first}
<option disabled="disabled">

View File

@ -104,7 +104,7 @@
</tr>
<tr>
<td align="right">
<input type="submit" name="submit2" value="Speichern" class="formbuttons" onclick="javascript:submitbutton('submit2')" />
<input type="submit" name="submit2" value="Speichern" class="formbuttons" onclick="submitbutton('submit2')" />
<td>
</tr>
<tr><td>{t}Use existing translations:{/t}</td></tr>
@ -138,7 +138,7 @@
{/foreach}
<br />
<br />
<input type="submit" name="submitfile1" value="{t}Scan file{/t}" class="formbutton" onclick="javascript:submitbutton('submitfile1')" />
<input type="submit" name="submitfile1" value="{t}Scan file{/t}" class="formbutton" onclick="submitbutton('submitfile1')" />
</form>
{elseif $action=="textimport"}
<form action="translate.php" method="post" enctype="multipart/form-data">
@ -148,7 +148,7 @@
{t}Text file containing the translations:{/t} {$translang}<br />
<input name="textfile" type="file" size="50" /><br />
<br />
<input type="submit" name="submitfile2" value="{t}Scan file{/t}" class="formbutton" onclick="javascript:submitbutton('submitfile2')" />
<input type="submit" name="submitfile2" value="{t}Scan file{/t}" class="formbutton" onclick="submitbutton('submitfile2')" />
</form>
{elseif $action=="xmlimport2" || $action=="textimport2"}
<form action="translate.php" method="post" enctype="multipart/form-data">
@ -227,7 +227,7 @@
</script>
{elseif $action=="scan"}
<p>
<input type="button" id="scanbutton" value="Scan" onclick="javascript:scanFiles()" /><br />
<input type="button" id="scanbutton" value="Scan" onclick="scanFiles()" /><br />
{t}Current file:{/t} <span id="currentfile">-</span>
</p>
{foreach from=$files item=fileItem key=fileKey}

View File

@ -19,8 +19,8 @@
<p><br />{t}Please confirm that this email address is correct, or enter a new one.{/t}</p>
<br />
<input type="submit" name="new" value="{t}Enter new email address{/t}" class="formbutton" style="width:200px" onclick="javascript:submitbutton('new')" />&nbsp;&nbsp;
<input type="submit" name="confirm" value="{t}Confirm this email address{/t}" class="formbutton" style="width:200px" onclick="javascript:submitbutton('confirm')" />
<input type="submit" name="new" value="{t}Enter new email address{/t}" class="formbutton" style="width:200px" onclick="submitbutton('new')" />&nbsp;&nbsp;
<input type="submit" name="confirm" value="{t}Confirm this email address{/t}" class="formbutton" style="width:200px" onclick="submitbutton('confirm')" />
<br />
{$datalicensemail}

View File

@ -133,7 +133,7 @@
</span>
</p>
{if $cache.type==6}
<span class="participants"><img src="resource2/{$opt.template.style}/images/cacheicon/16x16-event.gif" width="16" height="16" alt="{t}List of participants{/t}" />&nbsp;<a href="#" onClick="javascript:window.open('event_attendance.php?id={$cache.cacheid}&popup=y','{t escape=js}List{/t}','width=320,height=440,resizable=no,scrollbars=1')">{t}List of participants{/t}</a></span>
<span class="participants"><img src="resource2/{$opt.template.style}/images/cacheicon/16x16-event.gif" width="16" height="16" alt="{t}List of participants{/t}" />&nbsp;<a href="#" onclick="window.open('event_attendance.php?id={$cache.cacheid}&popup=y','{t escape=js}List{/t}','width=320,height=440,resizable=no,scrollbars=1')">{t}List of participants{/t}</a></span>
{/if}
</div>
</div>
@ -170,7 +170,7 @@
<b><nobr>{$coordinates.lat|escape}</nobr> <nobr>{$coordinates.lon|escape}</nobr></b> <span class="content-title-noshade-size0">(WGS84)</span><br />
</p>
<p style="line-height: 1.6em;">
<img src="resource2/{$opt.template.style}/images/viewcache/map.png" class="icon16" alt="" title="" align="middle" />&nbsp;<a href="#" onClick="javascript:window.open('coordinates.php?lat={$cache.latitude}&lon={$cache.longitude}&popup=y&wp={$cache.wpoc}','{t escape=js}Coordinates{/t}','width=280,height=430,resizable=no,scrollbars=0')">{t}Convert coordinates{/t}</a><br />
<img src="resource2/{$opt.template.style}/images/viewcache/map.png" class="icon16" alt="" title="" align="middle" />&nbsp;<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=430,resizable=no,scrollbars=0')">{t}Convert coordinates{/t}</a><br />
<!-- <img src="resource2/{$opt.template.style}/images/viewcache/box.png" class="icon16" alt="" title="" align="middle" />&nbsp;Cache type: <b>Traditional</b><br /> -->
<img src="resource2/{$opt.template.style}/images/viewcache/package_green.png" class="icon16" alt="" title="" align="middle" />&nbsp;{t}Size{/t}: <b>{$cache.sizeName|escape}</b><br />
<img src="resource2/{$opt.template.style}/images/viewcache/page.png" class="icon16" alt="" title="" align="middle" />{if $cache.status!=1}
@ -200,16 +200,16 @@
{/if}
</p>
<p>
<a style="background-image: url(resource2/{$opt.template.style}/images/viewcache/print-18.png);background-repeat:no-repeat;" onClick="javascript:window.location='viewcache.php?cacheid={$cache.cacheid}&print=y&log=A&nocrypt=' + bNoCrypt"><input name="PrintA" id="PrintA" value="{t}Print{/t}" type="button" /></a>
<a style="background-image: url(resource2/{$opt.template.style}/images/viewcache/print-18.png);background-repeat:no-repeat;" onClick="javascript:window.location='viewcache.php?cacheid={$cache.cacheid}&print=y&log=N&nocrypt=' + bNoCrypt"><input name="PrintN" id="PrintN" value="{t}Print no logs{/t}" type="button" /></a>
<a style="background-image: url(resource2/{$opt.template.style}/images/viewcache/print-18.png);background-repeat:no-repeat;" onClick="javascript:window.location='viewcache.php?cacheid={$cache.cacheid}&print=y&log=5&nocrypt=' + bNoCrypt"><input name="Print5" id="Print5" value="{t}Print last logs{/t}" type="button" /></a>
<a style="background-image: url(resource2/{$opt.template.style}/images/viewcache/print-18.png);background-repeat:no-repeat;" onclick="window.location='viewcache.php?cacheid={$cache.cacheid}&print=y&log=A&nocrypt=' + bNoCrypt"><input name="PrintA" id="PrintA" value="{t}Print{/t}" type="button" /></a>
<a style="background-image: url(resource2/{$opt.template.style}/images/viewcache/print-18.png);background-repeat:no-repeat;" onclick="window.location='viewcache.php?cacheid={$cache.cacheid}&print=y&log=N&nocrypt=' + bNoCrypt"><input name="PrintN" id="PrintN" value="{t}Print no logs{/t}" type="button" /></a>
<a style="background-image: url(resource2/{$opt.template.style}/images/viewcache/print-18.png);background-repeat:no-repeat;" onclick="window.location='viewcache.php?cacheid={$cache.cacheid}&print=y&log=5&nocrypt=' + bNoCrypt"><input name="Print5" id="Print5" value="{t}Print last logs{/t}" type="button" /></a>
</p>
<p>
<a class="send-to-gps" href="#" onClick="javascript:window.open('garmin.php?lat={$cache.latitude}&lon={$cache.longitude}&wp={$cache.wpoc}','{t escape=js}Send{/t}','width=640,height=315,resizable=no,scrollbars=1')"><input name="SendToGPS" value="{t}Send to GPS device{/t}" id="SendToGPS" type="button" /></a>
<a class="send-to-gps" href="#" onclick="window.open('garmin.php?lat={$cache.latitude}&lon={$cache.longitude}&wp={$cache.wpoc}','{t escape=js}Send{/t}','width=640,height=315,resizable=no,scrollbars=1')"><input name="SendToGPS" value="{t}Send to GPS device{/t}" id="SendToGPS" type="button" /></a>
&nbsp;&nbsp;<img src="resource2/{$opt.template.style}/images/viewcache/16x16-save.png" class="icon16" alt="" />
<select name="wpdownload" class="wpdownload" onChange="location.href=this.options[this.selectedIndex].value">
<select name="wpdownload" class="wpdownload" onchange="location.href=this.options[this.selectedIndex].value">
<option value="#">{t}Download as...{/t}</option>
<option value="search.php?searchto=searchbycacheid&showresult=1&f_inactive=0&f_ignored=0&startat=0&cacheid={$cache.cacheid}&output=gpx">GPX</option>
<option value="search.php?searchto=searchbycacheid&showresult=1&f_inactive=0&f_ignored=0&startat=0&cacheid={$cache.cacheid}&output=loc">LOC</option>
@ -436,7 +436,7 @@
<a href="search.php?searchto=searchbydistance&showresult=1&expert=0&output=HTML&sort=bydistance&f_userowner=1&f_userfound=1&f_inactive=1&lat={$cache.latitude}&lon={$cache.longitude}&distance=150&unit=km&cachetype={$cache.type}" rel="nofollow">{t}same type{/t}</a>
<br />
<img src="resource2/{$opt.template.style}/images/viewcache/16x16-search.png" class="icon16" alt="" /> {t}Send this waypoint to GPS device:{/t} <a href="#" onClick="javascript:window.open('garmin.php?&lat={$cache.latitude}&lon={$cache.longitude}&wp={$cache.wpoc}','{t escape=js}Send{/t}','width=640,height=290,resizable=no,scrollbars=1')">Garmin</a><br />
<img src="resource2/{$opt.template.style}/images/viewcache/16x16-search.png" class="icon16" alt="" /> {t}Send this waypoint to GPS device:{/t} <a href="#" onclick="window.open('garmin.php?&lat={$cache.latitude}&lon={$cache.longitude}&wp={$cache.wpoc}','{t escape=js}Send{/t}','width=640,height=290,resizable=no,scrollbars=1')">Garmin</a><br />
<img src="resource2/{$opt.template.style}/images/viewcache/16x16-save.png" class="icon16" alt="" /> {t}Download as file:{/t}
<a href="search.php?searchto=searchbycacheid&showresult=1&f_inactive=0&f_ignored=0&startat=0&cacheid={$cache.cacheid}&output=gpx" rel="nofollow" title="{t}GPS Exchange Format .gpx{/t}">GPX</a> -
<a href="search.php?searchto=searchbycacheid&showresult=1&f_inactive=0&f_ignored=0&startat=0&cacheid={$cache.cacheid}&output=loc" rel="nofollow" title="{t}Waypointfile .loc{/t}">LOC</a> -
@ -491,4 +491,4 @@
</div>
{/if}
<!-- End Logs -->
{/if} {* not $show_logpics *}
{/if} {* not $show_logpics *}

View File

@ -41,7 +41,7 @@
{/if}
{if $cache.type==6}
<a href="#" onClick="javascript:window.open('event_attendance.php?id={$cache.cacheid}&popup=y','{t escape=js}List of participants{/t}','width=320,height=440,resizable=no,scrollbars=1')">{t}List of participants{/t}</a>
<a href="#" onclick="window.open('event_attendance.php?id={$cache.cacheid}&popup=y','{t escape=js}List of participants{/t}','width=320,height=440,resizable=no,scrollbars=1')">{t}List of participants{/t}</a>
{/if}
</td>
<td valign="top" nowrap="1" width="140" style="text-align:right">
@ -78,7 +78,7 @@
<td valign="top">
<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="javascript: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 />
<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 />
{if $cache.searchtime>0}
<nobr>{t}Time required{/t}: {$cache.searchtime|format_hour} h</nobr>