INSERTINTO`sys_trans`(`id`,`text`,`last_modified`)VALUES('2050','JavaScript is disabled in your browser, you can enter (HTML) text only. To use the editor, please enable JavaScript.','2013-05-14 13:48:04');
INSERTINTO`sys_trans_text`(`trans_id`,`lang`,`text`,`last_modified`)VALUES('2050','DE','JavaScript ist bei deinem Browser deaktiviert, du kannst nur (HTML-)Text eingeben. Um den Editor zu verwenden, aktiviere bitte JavaScript.','2013-04-25 23:00:00');
INSERTINTO`sys_trans_text`(`trans_id`,`lang`,`text`,`last_modified`)VALUES('2050','EN','JavaScript is disabled in your browser, you can enter (HTML) text only. To use the editor, please enable JavaScript.','2013-05-12 22:00:00');
$rs=sql("SELECT `cache_rating`.`cache_id` AS `cacheid`, `caches`.`wp_oc` AS `wp`, `caches`.`name` AS `cachename`, `caches`.`type` AS `type`, `caches`.`status` AS `status`
$rs=sql("SELECT `cache_rating`.`cache_id` AS `cacheid`, `cache_rating`.`rating_date`, `caches`.`wp_oc` AS `wp`, `caches`.`name` AS `cachename`, `caches`.`type` AS `type`, `caches`.`status` AS `status`
FROM `cache_rating`, `caches`
WHERE `cache_rating`.`cache_id`=`caches`.`cache_id`
<td class="{$listcolor}">[<a href="javascript:if(confirm('{tescape=js}Do you really want to remove this recommendation?{/t}'))location.href='mytop5.php?action=delete&cacheid={$ratingItem.cacheid}'">{t}Remove recommendation{/t}</a>]</th>
<td class="{$listcolor}">[<a href="javascript:if(confirm('{tescape=js}Do you really want to remove this recommendation?{/t}'))location.href='mytop5.php?action=delete&cacheid={$ratingItem.cacheid}'">{t}Remove recommendation{/t}</a>]</td>
</tr>
{foreachelse}
<tr><td colspan="3"><br />{t}You haven't recommended a Geocache.{/t}</td></tr>
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.