stikeout inactive caches in search results; fixed search result event log icons; added 'show inactive' links in profile
This commit is contained in:
@@ -623,8 +623,8 @@ TRUNCATE TABLE `log_types`;
|
||||
INSERT INTO `log_types` (`id`, `name`, `trans_id`, `permission`, `cache_status`, `de`, `en`, `icon_small`, `allow_rating`, `require_password`) VALUES ('1', 'Found', '56', 'C', '0', 'gefunden', 'Found', 'log/16x16-found.png', '1', '1');
|
||||
INSERT INTO `log_types` (`id`, `name`, `trans_id`, `permission`, `cache_status`, `de`, `en`, `icon_small`, `allow_rating`, `require_password`) VALUES ('2', 'Not found', '497', 'C', '0', 'nicht gefunden', 'Not found', 'log/16x16-dnf.png', '0', '0');
|
||||
INSERT INTO `log_types` (`id`, `name`, `trans_id`, `permission`, `cache_status`, `de`, `en`, `icon_small`, `allow_rating`, `require_password`) VALUES ('3', 'Note', '20', 'A', '0', 'Bemerkung', 'Note', 'log/16x16-note.png', '0', '0');
|
||||
INSERT INTO `log_types` (`id`, `name`, `trans_id`, `permission`, `cache_status`, `de`, `en`, `icon_small`, `allow_rating`, `require_password`) VALUES ('7', 'Attended', '498', 'C', '0', 'teilgenommen', 'Attended', 'log/16x16-go.png', '1', '1');
|
||||
INSERT INTO `log_types` (`id`, `name`, `trans_id`, `permission`, `cache_status`, `de`, `en`, `icon_small`, `allow_rating`, `require_password`) VALUES ('8', 'Will attend', '499', 'C', '0', 'will dabei sein', 'Will attend', 'log/16x16-trash.png', '0', '0');
|
||||
INSERT INTO `log_types` (`id`, `name`, `trans_id`, `permission`, `cache_status`, `de`, `en`, `icon_small`, `allow_rating`, `require_password`) VALUES ('7', 'Attended', '498', 'C', '0', 'teilgenommen', 'Attended', 'log/16x16-attended.png', '1', '1');
|
||||
INSERT INTO `log_types` (`id`, `name`, `trans_id`, `permission`, `cache_status`, `de`, `en`, `icon_small`, `allow_rating`, `require_password`) VALUES ('8', 'Will attend', '499', 'C', '0', 'will dabei sein', 'Will attend', 'log/16x16-will_attend.png', '0', '0');
|
||||
|
||||
-- Table log_types_text
|
||||
SET NAMES 'utf8';
|
||||
@@ -2436,6 +2436,7 @@ INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1994', 'Opencac
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1995', 'Opencaching at Twitter', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1996', 'The visited website <b>%1</b> does not exists, we found the following suitable pages:', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1998', 'OK', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1999', 'Show active', '2013-04-25 23:00:00');
|
||||
|
||||
-- Table sys_trans_ref
|
||||
SET NAMES 'utf8';
|
||||
@@ -6203,7 +6204,8 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1994', 'DE', 'Opencaching bei Google+', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1995', 'DE', 'Opencaching bei Twitter', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1996', 'DE', 'Die gesuchte Webseite <b>%1</b> existiert nicht, aber wir haben folgende Seiten gefunden:', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1997', 'DE', 'OK', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1998', 'DE', 'OK', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1999', 'DE', 'aktive anzeigen', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1', 'EN', 'Reorder IDs \r', '2010-09-02 00:15:30');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2', 'EN', 'The database could not be reconnected.', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('3', 'EN', 'Testing – please do not login', '2010-08-28 11:48:07');
|
||||
|
||||
@@ -8,7 +8,7 @@ CREATE TABLE `log_types` (
|
||||
`cache_status` tinyint(1) NOT NULL default '0' COMMENT 'obsolete',
|
||||
`de` varchar(60) NOT NULL COMMENT 'obsolete',
|
||||
`en` varchar(60) NOT NULL COMMENT 'obsolete',
|
||||
`icon_small` varchar(255) NOT NULL COMMENT 'obsolete',
|
||||
`icon_small` varchar(255) NOT NULL
|
||||
`allow_rating` tinyint(1) NOT NULL,
|
||||
`require_password` tinyint(1) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 753 B |
Binary file not shown.
|
Before Width: | Height: | Size: 736 B After Width: | Height: | Size: 557 B |
Binary file not shown.
|
After Width: | Height: | Size: 922 B |
@@ -217,8 +217,19 @@
|
||||
$desclangs .= '<a href="viewcache.php?cacheid=' . urlencode($caches_record['cache_id']) . '&desclang=' . urlencode($thislang) . '" style="text-decoration:none;"><b><font color="blue">' . htmlspecialchars($thislang, ENT_COMPAT, 'UTF-8') . '</font></b></a> ';
|
||||
}
|
||||
|
||||
// strikeout inavtive caches
|
||||
// see also res_cachestatus_span.tpl
|
||||
switch ($caches_record['status'])
|
||||
{
|
||||
case 2: $status_style = "text-decoration: line-through;"; break;
|
||||
case 3:
|
||||
case 6:
|
||||
case 7: $status_style = "text-decoration: line-through; color: #c00000;"; break;
|
||||
default: $status_style = "";
|
||||
}
|
||||
|
||||
$tmpline = mb_ereg_replace('{desclangs}', $desclangs, $tmpline);
|
||||
$tmpline = mb_ereg_replace('{cachename}', htmlspecialchars($caches_record['name'], ENT_COMPAT, 'UTF-8'), $tmpline);
|
||||
$tmpline = mb_ereg_replace('{cachename}', '<span style="'.$status_style.'">' . htmlspecialchars($caches_record['name'], ENT_COMPAT, 'UTF-8') . '</span>', $tmpline);
|
||||
$tmpline = mb_ereg_replace('{urlencode_cacheid}', htmlspecialchars(urlencode($caches_record['cache_id']), ENT_COMPAT, 'UTF-8'), $tmpline);
|
||||
$tmpline = mb_ereg_replace('{urlencode_userid}', htmlspecialchars(urlencode($caches_record['user_id']), ENT_COMPAT, 'UTF-8'), $tmpline);
|
||||
$tmpline = mb_ereg_replace('{username}', htmlspecialchars($caches_record['username'], ENT_COMPAT, 'UTF-8'), $tmpline);
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
</div>
|
||||
|
||||
{* Ocprop: (find|us|own)erid=([0-9]+) *}
|
||||
<p style="line-height: 1.6em;">[<a href="search.php?showresult=1&expert=0&output=HTML& ;sort=byname&finderid={$login.userid}&searchbyfinder=&f_inactive=0&logtype=1,7">{t}Show all{/t}</a>] - <b>{t}Your latest log entries:{/t}</b></p>
|
||||
<p style="line-height: 1.6em;">[<a href="search.php?showresult=1&expert=0&output=HTML& ;sort=byname&finderid={$login.userid}&searchbyfinder=&f_inactive=0&logtype=1,7">{t}Show all{/t}</a>] – <b>{t}Your latest log entries:{/t}</b></p>
|
||||
|
||||
<table class="table">
|
||||
{foreach from=$logs item=logItem}
|
||||
@@ -49,7 +49,7 @@
|
||||
{else}
|
||||
<p style="line-height: 1.6em;">
|
||||
{if !$allpics}
|
||||
[<a href="myhome.php?allpics=1">{t}Show all{/t}</a>] - <b>{t}Your latest log pictures{/t}:</b></p>
|
||||
[<a href="myhome.php?allpics=1">{t}Show all{/t}</a>] – <b>{t}Your latest log pictures{/t}:</b></p>
|
||||
{assign var=maxlines value=1}
|
||||
{else}
|
||||
{assign var=subtitle value="{t}Your log pictures{/t}:"}
|
||||
@@ -75,7 +75,7 @@
|
||||
|
||||
<p style="line-height: 1.6em;">
|
||||
{* Ocprop: (find|us|own)erid=([0-9]+) *}
|
||||
[<a href="search.php?showresult=1&expert=0&output=HTML&sort=byname&ownerid={$login.userid}&searchbyowner=&f_inactive=0"">{t}Show all{/t}</a>] -
|
||||
[<a href="search.php?showresult=1&expert=0&output=HTML&sort=byname&ownerid={$login.userid}&searchbyowner=&f_inactive=0">{t}Show all{/t}</a>] [<a href="search.php?showresult=1&expert=0&output=HTML&sort=byname&ownerid={$login.userid}&searchbyowner=&f_inactive=1">{t}Show active{/t}</a>] –
|
||||
<b>{t}Your latest Geocaches hidden:{/t}</b>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -4,16 +4,17 @@
|
||||
* Unicode Reminder メモ
|
||||
***************************************************************************}
|
||||
{* OCSTYLE *}
|
||||
{* see also search.html.inc.php *}
|
||||
{if $status==1}
|
||||
text-decoration: none
|
||||
{elseif $status==2}
|
||||
text-decoration: line-through
|
||||
{elseif $status==3}
|
||||
text-decoration: line-through; color: red;
|
||||
text-decoration: line-through; color: #c00000;
|
||||
{elseif $status==6}
|
||||
text-decoration: line-through; color: red;
|
||||
text-decoration: line-through; color: #c00000;
|
||||
{elseif $status==7}
|
||||
text-decoration: line-through; color: red;
|
||||
text-decoration: line-through; color: #c00000;
|
||||
{else}
|
||||
|
||||
{/if}
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
<td valign="middle" class="header-small" style="padding-top:5px;padding-bottom:5px">
|
||||
<img src="resource2/{$opt.template.style}/images/cacheicon/22x22-traditional.gif" width="22" height="22" align="middle" border="0" alt="{t}Hidden caches{/t}" title="{t}Hidden caches{/t}"> <b>{t}Hidden caches{/t}:</b></td>
|
||||
<td class="header-small">{$hidden}
|
||||
[<a href="search.php?showresult=1&expert=0&f_inactive=0&output=HTML&sort=byname&ownerid={$userid}&searchbyowner=">{t}Show all{/t}</a>]
|
||||
[<a href="search.php?showresult=1&expert=0&f_inactive=0&output=HTML&sort=byname&ownerid={$userid}&searchbyowner=">{t}Show all{/t}</a>] [<a href="search.php?showresult=1&expert=0&f_inactive=1&output=HTML&sort=byname&ownerid={$userid}&searchbyowner=">{t}Show active{/t}</a>]
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user