redesigned user profile settings and cache lists; profile html text
This commit is contained in:
@ -168,4 +168,22 @@
|
||||
// values are initally zero.
|
||||
}
|
||||
|
||||
function dbv_105() // HTML user profile texts
|
||||
{
|
||||
if (!field_exists('user','desc_htmledit'))
|
||||
sql("ALTER TABLE `user` ADD COLUMN `desc_htmledit` tinyint(1) unsigned NOT NULL DEFAULT '1' AFTER `data_license`");
|
||||
if (!field_exists('user','description'))
|
||||
{
|
||||
sql("ALTER TABLE `user` ADD COLUMN `description` mediumtext NOT NULL AFTER `data_license`");
|
||||
$rs = sql("SELECT `user`.`user_id`,`user_options`.`option_value` FROM `user`,`user_options` WHERE `user_options`.`user_id`=`user`.`user_id` AND `user_options`.`option_id`=3");
|
||||
while ($r = sql_fetch_array($rs))
|
||||
{
|
||||
$text = nl2br(htmlspecialchars($r['option_value'], ENT_COMPAT, 'UTF-8'));
|
||||
sql("UPDATE `user` SET `description`='&2' WHERE `user_id`='&1'", $r['user_id'], $text);
|
||||
}
|
||||
sql_free_result($rs);
|
||||
// we keep the old entries in user_options for the case something went wrong here.
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@ -16,7 +16,7 @@
|
||||
$tpl->redirect('login.php?target=change_statpic.php');
|
||||
|
||||
if (isset($_REQUEST['cancel']))
|
||||
$tpl->redirect('myprofile.php');
|
||||
$tpl->redirect('mystatpic.php');
|
||||
|
||||
$sp = new statpic($login->userid);
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
if (!$bError)
|
||||
{
|
||||
$sp->save();
|
||||
$tpl->redirect('myprofile.php');
|
||||
$tpl->redirect('mystatpic.php');
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -115,7 +115,6 @@
|
||||
$opt['bin']['cs2cs'] = '/var/www/bin/cs2cs';
|
||||
|
||||
// other settings
|
||||
$opt['logic']['enableHTMLInUserDescription'] = false;
|
||||
$opt['page']['showdonations'] = true;
|
||||
$opt['logic']['pictures']['dummy']['replacepic'] = $dev_basepath . $dev_codepath . 'htdocs/images/no_image_license.png';
|
||||
|
||||
|
@ -321,11 +321,6 @@
|
||||
*/
|
||||
$opt['logic']['password_hash'] = false;
|
||||
|
||||
/* If the user entered HTML in his description do we
|
||||
* display it as HTML or escape it and make it non-functional?
|
||||
*/
|
||||
$opt['logic']['enableHTMLInUserDescription'] = true;
|
||||
|
||||
/* new lows style
|
||||
*/
|
||||
$opt['logic']['new_logs_per_country'] = true;
|
||||
|
@ -683,7 +683,7 @@ SET NAMES 'utf8';
|
||||
TRUNCATE TABLE `profile_options`;
|
||||
INSERT INTO `profile_options` (`id`, `name`, `trans_id`, `internal_use`, `default_value`, `check_regex`, `option_order`, `option_input`, `optionset`) VALUES ('1', 'MiniMap-Zoom', '748', '1', '11', '^[1-9][0-9]{0,1}$', '0', 'text', '1');
|
||||
INSERT INTO `profile_options` (`id`, `name`, `trans_id`, `internal_use`, `default_value`, `check_regex`, `option_order`, `option_input`, `optionset`) VALUES ('2', 'Hometown', '747', '0', '', '^.*$', '10', 'text', '1');
|
||||
INSERT INTO `profile_options` (`id`, `name`, `trans_id`, `internal_use`, `default_value`, `check_regex`, `option_order`, `option_input`, `optionset`) VALUES ('3', 'Free text', '746', '0', '', NULL, '100', 'textarea', '1');
|
||||
INSERT INTO `profile_options` (`id`, `name`, `trans_id`, `internal_use`, `default_value`, `check_regex`, `option_order`, `option_input`, `optionset`) VALUES ('3', 'Free text', '746', '0', '', NULL, '100', 'textarea', '3');
|
||||
INSERT INTO `profile_options` (`id`, `name`, `trans_id`, `internal_use`, `default_value`, `check_regex`, `option_order`, `option_input`, `optionset`) VALUES ('4', 'Age', '745', '0', '', '^[[0-9]+$', '80', 'text', '1');
|
||||
INSERT INTO `profile_options` (`id`, `name`, `trans_id`, `internal_use`, `default_value`, `check_regex`, `option_order`, `option_input`, `optionset`) VALUES ('5', 'Show statistics', '744', '1', '1', '^[0-1]$', '50', 'checkbox', '1');
|
||||
INSERT INTO `profile_options` (`id`, `name`, `trans_id`, `internal_use`, `default_value`, `check_regex`, `option_order`, `option_input`, `optionset`) VALUES ('6', 'Menu option \'Map\' shows', '1867', '1', '1', '^[0-1]$', '110', 'select:0=small map,1', '2');
|
||||
@ -853,10 +853,8 @@ INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustrin
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('40', 'MNU_MYPROFILE_IGNORES', 'Ignored caches', '487', 'Ignored caches', '487', '0', 'myignores.php', '1', '9', '6', '', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('41', 'MNU_MYPROFILE_RECOMMENDATIONS', 'Recommendations', '55', 'Recommendations', '55', '0', 'mytop5.php', '1', '9', '7', '', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('42', 'MNU_MYPROFILE_WATCHES_EDIT', 'Settings', '488', 'Settings', '488', '0', 'mywatches.php?action=edit', '1', '39', '1', '', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('43', 'MNU_MYPROFILE_DATA_EDIT', 'Edit profile', '489', 'Edit profile', '489', '0', 'myprofile.php?action=change', '1', '37', '1', '', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('44', 'MNU_MYPROFILE_DATA_EMAIL', 'E-Mail Address', '493', 'E-Mail Address', '493', '0', 'newemail.php', '1', '37', '2', '', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('45', 'MNU_MYPROFILE_DATA_PASSWORD', 'Change password', '491', 'Change password', '491', '0', 'newpw.php', '1', '37', '3', '', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('46', 'MNU_MYPROFILE_DATA_STATPIC', 'Change statpic', '492', 'Change statpic', '492', '0', 'change_statpic.php', '1', '37', '4', '', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('45', 'MNU_MYPROFILE_DATA_PASSWORD', 'Change password', '491', 'Change password', '491', '0', 'newpw.php', '1', '37', '5', '', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('46', 'MNU_MYPROFILE_DATA_STATPIC', 'Statistic picture', '556', 'Statistic picture', '556', '0', 'mystatpic.php', '1', '37', '3', '', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('47', 'MNU_CACHES_VIEWLOGS', 'Show logentries', '555', 'Show logentries', '555', '0', 'viewlogs.php', '0', '10', '6', '', '0', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('48', 'MNU_LOGIN_NEWPW', 'Change password', '491', 'Change password', '491', '0', 'newpw.php', '0', '32', '1', '', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('49', 'MNU_LOGIN_REMINDEMAIL', 'Remind E-Mail', '659', 'Remind E-Mail', '659', '0', 'remindemail.php', '0', '32', '3', '', '1', NULL);
|
||||
@ -869,8 +867,7 @@ INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustrin
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('56', 'MNU_CACHES_PICTURE', 'Edit picture', '741', 'Edit picture', '741', '0', 'picture.php', '0', '10', '7', '', '0', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('58', 'MNU_ADMIN_REPORTS', 'Reported caches', '750', 'Reported caches', '750', '1', 'adminreports.php', '1', '12', '3', '', '0', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('59', 'MNU_CACHES_REPORT', 'Report cache', '772', 'Report cache', '772', '0', 'reportcache.php', '0', '10', '8', '', '0', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('60', 'MNU_MYPROFILE_DETAILS', 'My details', '799', 'My details', '799', '0', 'mydetails.php', '1', '37', '1', '', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('61', 'MNU_MYPROFILE_DETAILS_EDIT', 'Edit details', '800', 'Edit details', '800', '0', 'mydetails.php?action=change', '1', '37', '1', '', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('60', 'MNU_MYPROFILE_DETAILS', 'Details', '799', 'Details', '799', '0', 'mydetails.php', '1', '37', '1', '', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('62', 'MNU_CACHES_USERDETAILS', 'User details', '801', 'User details', '801', '0', 'viewuserdetails.php', '0', '10', '4', '', '0', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('63', 'MNU_MYPROFILE_ADOPT', 'Adoptions', '827', 'Adoptions', '827', '0', 'adoptcache.php', '1', '9', '8', '', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('64', 'MNU_CACHES_ADOPT', 'Adoptions', '827', 'Adoptions', '827', '0', 'adoptcache.php', '0', '10', '9', '', '0', NULL);
|
||||
@ -1117,7 +1114,7 @@ INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('241', 'Name', '
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('242', 'Swaziland', '2010-08-28 11:48:03');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('243', 'Syrian Arab Republic', '2010-08-28 11:48:03');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('244', 'Recommendations of <a href=\"viewprofile.php?userid=%1\">%2</a>', '2010-08-28 11:48:03');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('245', '<a href=\"viewcache.php?cacheid=%1\">%2</a> by %3', '2010-08-28 11:48:03');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('245', 'by %1', '2010-08-28 11:48:03');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('246', '%1 has not recommended any geocache.', '2010-08-28 11:48:03');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('248', 'Show recommendations', '2010-08-28 11:48:03');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('249', 'El Salvador', '2010-08-28 11:48:03');
|
||||
@ -1423,7 +1420,7 @@ INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('552', 'Cancel',
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('553', 'Save', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('554', 'The following settings are stored for your logo:', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('555', 'Show logentries', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('556', 'Statistic picture:', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('556', 'Statistic picture', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('558', 'Don\'t use an HTML editor by default.', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('559', 'Don\'t log me out after 15 minutes inaktivity.', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('560', 'I\'m taking an PMR walkie talkie on channel 2 with me.', '2010-08-28 11:48:04');
|
||||
@ -1509,7 +1506,7 @@ INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('640', 'Remove r
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('641', 'You haven\'t recommended a Geocache.', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('642', 'Ignored Geocaches', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('643', 'remove', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('644', 'No ignored Geocaches found.', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('644', 'You do not ignore any geocaches now.', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('645', 'Watched Geocaches - Settings', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('646', 'Delivery:', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('647', 'Immediate', '2010-08-28 11:48:04');
|
||||
@ -1659,11 +1656,11 @@ INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('795', 'Do not s
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('796', 'No information on user details found.', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('797', 'Coordinates', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('798', 'Geokrets', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('799', 'My details', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('799', 'Details', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('800', 'Edit details', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('801', 'User details', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('802', 'My profile details', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('803', 'The following detailed information is stored in your userprofile:', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('803', 'The following additional information is stored in your userprofile:', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('804', 'Unchecked entries are not visible for other users.<br /> Entries without checkbox are only needed for internal purposes and will never show up in your public profile.', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('805', 'Error while saving.', '2010-08-28 11:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('806', 'Illegal characters found in', '2010-08-28 11:48:04');
|
||||
@ -1934,7 +1931,7 @@ INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1440', 'The dis
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1441', 'The cache-status does not fit to your publishing options', '2010-09-07 20:19:06');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1442', 'Choose both valuations!', '2010-09-07 20:19:06');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1443', 'No pictures available', '2010-09-07 20:19:06');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1444', '{results_count} caches matched.', '2010-09-07 20:19:07');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1444', '{results_count} caches matched', '2010-09-07 20:19:07');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1445', 'Result {startatp1} to {endat} (as zip):', '2010-09-07 20:19:07');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1446', 'this description was created on another Opencaching-webserver and can only be deleted there.', '2010-09-07 20:19:07');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1447', 'the cache description has been deleted', '2010-09-07 20:19:07');
|
||||
@ -2400,7 +2397,7 @@ INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1965', 'cache d
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1966', 'as of', '2013-02-23 19:00:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1967', 'all log entries \© their authors', '2013-02-23 19:00:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1968', 'more', '2013-02-23 19:00:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1969', 'Only the <span class=\"public-setting\">green entries</span> are visible to other users.', '2013-02-23 19:00:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1969', 'Only the <span class=\"public-setting\">green entries</span> are visible in your <a href=\"viewprofile.php\">public profile</a>.', '2013-02-23 19:00:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1970', 'Date / time:', '2013-02-23 19:00:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1971', 'date or time is invalid', '2013-02-23 19:00:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1973', 'Generally, spoiler pictures should not be logged. In the case that en exception from this rule makes sense, e.g. to document your finding or problems with the stash, please mark the picture als spoiler so that it won\'t appear in galleries.', '2013-02-23 19:00:04');
|
||||
@ -2465,11 +2462,14 @@ INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('2038', '%1 has
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('2039', '%1 has locked and hidden the cache', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('2040', 'Deleted text:', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('2041', 'total', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('2042', 'The following text is displayed in your <a href=\"viewprofile.php\">public profile</a>:', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('2043', 'no text entered yet', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('2045', 'The current filter settings have been permamently saved.', '2013-05-14 19:00:00');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('2046', 'Watcher', '2013-05-14 13:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('2047', 'Ignorer', '2013-05-14 13:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('2048', 'Maintenance log', '2013-05-14 13:48:04');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('2049', 'Page visit', '2013-05-14 13:48:04');
|
||||
INSERT INTO `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');
|
||||
|
||||
-- Table sys_trans_ref
|
||||
SET NAMES 'utf8';
|
||||
@ -4929,7 +4929,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('242', 'DE', 'Swasiland', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('243', 'DE', 'Syrien', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('244', 'DE', 'Empfehlungen von <a href=\"viewprofile.php?userid=%1\">%2</a>', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('245', 'DE', '<a href=\"viewcache.php?cacheid=%1\">%2</a> von %3', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('245', 'DE', 'von %1', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('246', 'DE', '%1 hat noch keinen Geocache empfohlen.', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('248', 'DE', 'Empfehlungen anzeigen', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('249', 'DE', 'El Salvador', '2010-08-28 11:48:06');
|
||||
@ -5235,7 +5235,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('553', 'DE', 'Speichern', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('554', 'DE', 'Folgende Einstellungen sind für dein Statistikbild gespeichert:', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('555', 'DE', 'Logeinträge anzeigen', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('556', 'DE', 'Statistikbild:', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('556', 'DE', 'Statistikbild', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('558', 'DE', 'Als Vorgabe kein HTML-Editor verwenden.', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('559', 'DE', 'Der automatische Logout 15 Minuten nach Verlassen der Webseite ist deaktiviert.', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('560', 'DE', 'Ich nehme ein PMR-Funkgerät auf Kanal 2 mit zum Cachen', '2010-08-28 11:48:06');
|
||||
@ -5266,7 +5266,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('585', 'DE', 'Für diesen Cache wurden noch keine Bilder hochgeladen.', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('586', 'DE', 'Vorschaubild einfügen', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('587', 'DE', 'Profildaten', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('588', 'DE', 'Folgende Daten sind in meinem Benutzerprofil gespeichert:', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('588', 'DE', 'Folgende Daten sind in deinem Benutzerprofil gespeichert:', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('590', 'DE', 'Benutzername:', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('591', 'DE', 'Das Land ist nicht gültig.', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('592', 'DE', 'Der eingegebene Radius ist nicht gültig.', '2010-08-28 11:48:06');
|
||||
@ -5304,7 +5304,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('624', 'DE', 'Es wurde noch keine neue E-Mail-Adresse hinterlegt. Fordere zuerst einen Sicherheitscode an.', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('625', 'DE', 'Die E-Mail-Adresse wurde geändert.', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('626', 'DE', 'Download', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('627', 'DE', 'Es sind keine gespeicherten Suchen vorhanden', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('627', 'DE', 'Es sind keine gespeicherten Suchen vorhanden.', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('628', 'DE', 'Mit dem Download werden die <a href=\"articles.php?page=impressum#tos\">Nutzungsbedingungen</a> von Opencaching.de akzeptiert.', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('629', 'DE', 'Suche speichern', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('630', 'DE', 'Suchoptionen als neue Suche abspeichern', '2010-08-28 11:48:06');
|
||||
@ -5321,13 +5321,13 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('641', 'DE', 'Du hast noch keine Geocaches empfohlen.', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('642', 'DE', 'Ignorierte Geocaches', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('643', 'DE', 'entfernen', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('644', 'DE', 'Keine ignorierten Caches gefunden', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('644', 'DE', 'Du ignorierst zurzeit keine Geocaches.', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('645', 'DE', 'Beobachtete Caches - Einstellungen', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('646', 'DE', 'Versandart:', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('647', 'DE', 'sofort', '2012-07-24 21:30:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('648', 'DE', 'täglich', '2012-07-24 21:30:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('649', 'DE', 'wöchentlich', '2012-07-24 21:30:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('650', 'DE', 'versenden um:', '2012-07-24 21:30:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('650', 'DE', 'Versenden um:', '2012-07-24 21:30:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('651', 'DE', 'Uhr', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('652', 'DE', 'Versenden am:', '2010-08-28 11:48:06');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('653', 'DE', 'Versandstunde und -tag werden nur bei täglichem/wöchentlichem Versand berücksichtigt.', '2010-08-28 11:48:06');
|
||||
@ -5471,11 +5471,11 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('796', 'DE', 'Es wurden keine Benutzerdetails eingegeben.', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('797', 'DE', 'Koordinaten', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('798', 'DE', 'Geokrets', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('799', 'DE', 'Meine Details', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('799', 'DE', 'Details', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('800', 'DE', 'Details bearbeiten', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('801', 'DE', 'Benutzerdetails', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('802', 'DE', 'Meine Details', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('803', 'DE', 'Die folgenden Informationen sind in deinem Benutzerprofil gespeichert:', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('803', 'DE', 'Folgende weitere Informationen sind in deinem Benutzerprofil gespeichert:', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('804', 'DE', 'Markierte Einträge werden anderen Benutzern angezeigt.<br />\r\nEinträge, die nicht markiert werden können, werden nur für interne Zwecke verwendet und anderen Benutzern nicht angezeigt.', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('805', 'DE', 'Fehler beim Speichern.', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('806', 'DE', 'Ungültige Zeichen gefunden', '2010-08-28 11:48:07');
|
||||
@ -5746,7 +5746,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1441', 'DE', 'Der Cachestatus paßt nicht zu den Veröffentlichungsoptionen.', '2010-09-10 23:34:16');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1442', 'DE', 'Wähle beide Bewertungsangaben aus!', '2010-09-10 23:33:56');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1443', 'DE', 'Keine Bilder vorhanden', '2010-09-10 23:32:13');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1444', 'DE', '{results_count} Caches gefunden.', '2010-09-10 23:33:47');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1444', 'DE', '{results_count} Caches gefunden', '2010-09-10 23:33:47');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1445', 'DE', 'Einträge {startatp1} bis {endat} (als zip):', '2010-09-10 23:33:33');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1446', 'DE', 'Diese Beschreibung wurde auf einem anderen Opencaching-Webserver erstellt und kann nur auf diesem gelöscht werden.', '2010-09-10 23:31:28');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1447', 'DE', 'Die Cache Beschreibung wurde gel\öscht.', '2010-09-10 23:31:10');
|
||||
@ -6210,7 +6210,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1966', 'DE', 'Stand:', '2013-02-19 05:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1967', 'DE', 'alle Logeinträge \© jeweiliger Autor', '2013-02-19 05:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1968', 'DE', 'mehr', '2013-02-19 05:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1969', 'DE', 'Nur die <span class=\"public-setting\">grünen Einträge</span> sind für andere Benutzer sichtbar.', '2013-02-19 05:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1969', 'DE', 'Nur die <span class=\"public-setting\">grünen Einträge</span> sind in deinem <a href=\"viewprofile.php\">öffentlichen Profil</a> sichtbar.', '2013-02-19 05:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1970', 'DE', 'Datum / Uhrzeit:', '2013-02-19 05:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1971', 'DE', 'Datum oder Uhrzeit ist ungültig', '2013-02-19 05:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1973', 'DE', 'Es sollten möglichst keine Spoilerbilder geloggt werden. In Ausnahmefällen, wo es sinnvoll erscheint \– z.B. um den Fund nachzuweisen oder Probleme mit dem Versteck zu dokumentieren \– kennzeichne sie bitte als Spoiler, damit sie nicht in Bildgalerien erscheinen.', '2013-02-19 05:48:07');
|
||||
@ -6275,11 +6275,14 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2039', 'DE', '%1 hat den Cache gesperrt und versteckt', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2040', 'DE', 'Gelöschter Text:', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2041', 'DE', 'insgesamt', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2042', 'DE', 'Der folgende Text wird in deinem <a href=\"viewprofile.php\">öffentlichen Profil</a> angezeigt:', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2043', 'DE', 'noch kein Text eingegeben', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2045', 'DE', 'Die aktuellen Filtereinstellungen wurden dauerhaft gespeichert.', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2046', 'DE', 'Beobachter', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2047', 'DE', 'Ignorierer', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2048', 'DE', 'Wartungslog', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2049', 'DE', 'Aufruf', '2013-04-25 23:00:00');
|
||||
INSERT INTO `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');
|
||||
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');
|
||||
@ -6502,7 +6505,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('242', 'EN', 'Swaziland', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('243', 'EN', 'Syrian Arab Republic', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('244', 'EN', 'Recommendations of <a href=\"viewprofile.php?userid=%1\">%2</a>', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('245', 'EN', '<a href=\"viewcache.php?cacheid=%1\">%2</a> by %3', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('245', 'EN', 'by %1', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('246', 'EN', '%1 has not recommended any geocache.', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('248', 'EN', 'Show recommendations', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('249', 'EN', 'El Salvador', '2010-08-28 11:48:07');
|
||||
@ -6808,7 +6811,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('553', 'EN', 'Save', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('554', 'EN', 'The following settings are stored for your logo:', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('555', 'EN', 'Show log entries', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('556', 'EN', 'Statistics picture:', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('556', 'EN', 'Statistics picture', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('558', 'EN', 'Don\'t use the HTML editor by default.', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('559', 'EN', 'Don\'t log me out after 15 minutes of inactivity.', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('560', 'EN', 'I\'m taking a PMR walkie talkie on channel 2 with me.', '2010-08-28 11:48:07');
|
||||
@ -6894,7 +6897,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('641', 'EN', 'You haven\'t recommended a geocache. ', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('642', 'EN', 'Ignored geocaches', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('643', 'EN', 'remove', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('644', 'EN', 'No ignored geocaches found.', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('644', 'EN', 'You do not ignore any geocaches now.', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('645', 'EN', 'Watched geocaches - settings', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('646', 'EN', 'Delivery:', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('647', 'EN', 'Immediate', '2010-08-28 11:48:07');
|
||||
@ -7044,11 +7047,11 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('796', 'EN', 'No information on user details found.', '2010-08-28 11:48:08');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('797', 'EN', 'Coordinates', '2010-08-28 11:48:08');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('798', 'EN', 'Geokrets', '2010-08-28 11:48:08');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('799', 'EN', 'My details', '2010-08-28 11:48:08');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('799', 'EN', 'Details', '2010-08-28 11:48:08');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('800', 'EN', 'Edit details', '2010-08-28 11:48:08');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('801', 'EN', 'User details', '2010-08-28 11:48:08');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('802', 'EN', 'My profile details', '2010-08-28 11:48:08');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('803', 'EN', 'The following detailed information is stored in your user profile:', '2010-08-28 11:48:08');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('803', 'EN', 'The following additional information is stored in your user profile:', '2010-08-28 11:48:08');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('804', 'EN', 'Unchecked entries are not visible to other users.<br /> Entries without checkbox are only used for internal purposes and will never show up in your public profile.', '2010-08-28 11:48:08');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('805', 'EN', 'Error while saving.', '2010-08-28 11:48:08');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('806', 'EN', 'Illegal characters found in', '2010-08-28 11:48:08');
|
||||
@ -7319,7 +7322,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1441', 'EN', 'The cache-status does not fit to your publishing options', '2010-09-10 23:34:23');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1442', 'EN', 'Choose both valuations!', '2010-09-10 23:33:56');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1443', 'EN', 'No pictures available', '2010-09-10 23:32:19');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1444', 'EN', '{results_count} caches matched.', '2010-09-10 23:33:47');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1444', 'EN', '{results_count} caches matched', '2010-09-10 23:33:47');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1445', 'EN', 'Result {startatp1} to {endat} (as zip):', '2010-09-10 23:33:37');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1446', 'EN', 'This description was created on another Opencaching-webserver and can only be deleted there.', '2010-09-10 23:31:36');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1447', 'EN', 'The cache description has been deleted', '2010-09-10 23:31:16');
|
||||
@ -8030,7 +8033,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('242', 'ES', 'Swasiland', '2010-12-09 00:17:57');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('243', 'ES', 'Siria, República Arabe de', '2010-12-09 00:17:57');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('244', 'ES', 'Recomendación de <a href=\"viewprofile.php?userid=%1\">%2</a>', '2010-12-09 00:17:57');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('245', 'ES', '<a href=\"viewcache.php?cacheid=%1\">%2</a> por %3', '2010-12-09 00:17:57');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('245', 'ES', 'por 1', '2010-12-09 00:17:57');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('246', 'ES', '%1 no ha recomendado ningún geocache', '2010-12-09 00:17:57');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('248', 'ES', 'Mostrar recomendaciones', '2010-12-09 00:17:57');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('249', 'ES', 'El Salvador', '2010-12-09 00:17:57');
|
||||
@ -8336,7 +8339,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('553', 'ES', 'Guardar', '2010-12-09 00:17:57');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('554', 'ES', 'Las siguientes configuraciones se almacenan para su logo:', '2010-12-09 00:17:57');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('555', 'ES', 'Mostrar log de entrada', '2010-12-09 00:17:57');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('556', 'ES', 'Statistics imagen:', '2010-12-09 00:17:57');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('556', 'ES', 'Statistics imagen', '2010-12-09 00:17:57');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('558', 'ES', 'No utilice el editor HTML de forma predeterminada.', '2010-12-09 00:17:57');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('559', 'ES', 'No me registro después de 15 minutos de inactividad.', '2010-12-09 00:17:57');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('560', 'ES', 'Llevaré un walkie talkie PMR en el canal 2 conmigo.', '2010-12-09 00:17:57');
|
||||
@ -8572,7 +8575,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('796', 'ES', 'No se encontró información en los detalles del usuario.', '2010-12-09 00:17:59');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('797', 'ES', 'Coordenadas', '2010-12-09 00:17:59');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('798', 'ES', 'GeoKrets', '2010-12-09 00:17:59');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('799', 'ES', 'Mis datos', '2010-12-09 00:17:59');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('799', 'ES', 'Datos', '2010-12-09 00:17:59');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('800', 'ES', 'Editar datos', '2010-12-09 00:17:59');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('801', 'ES', 'Datos del usuario', '2010-12-09 00:17:59');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('802', 'ES', 'Los datos de mi perfil', '2010-12-09 00:17:59');
|
||||
@ -8846,7 +8849,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1441', 'ES', 'El estado del cache no se corresponde a las opciones para su publicación.', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1442', 'ES', '¡Seleccione la revisión de los datos de ambos!', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1443', 'ES', 'No hay fotos disponibles', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1444', 'ES', ' {results_count} caches encontrados.', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1444', 'ES', ' {results_count} caches encontrados', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1445', 'ES', 'Resultado {startatp1} a {endat} (como zip):', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1446', 'ES', 'su descripción fue creado en otro Opencaching-servidor web y sólo puede ser eliminado allí.', '2010-12-09 00:18:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1447', 'ES', 'La descripción del caché ha sido eliminada.', '2010-12-09 00:18:00');
|
||||
@ -9583,7 +9586,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('242', 'IT', 'Swaziland', '2010-08-30 09:48:36');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('243', 'IT', 'Siria, Repubblica Araba di', '2010-08-30 09:49:01');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('244', 'IT', 'Raccomandazioni di <a href=\"viewprofile.php?userid=%1\">%2</a>', '2010-08-30 09:49:36');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('245', 'IT', '<a href=\"viewcache.php?cacheid=%1\">%2</a> di %3', '2010-08-30 09:49:50');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('245', 'IT', 'di %1', '2010-08-30 09:49:50');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('246', 'IT', '%1 non ha raccomandato nessuna geocache.', '2010-08-30 09:50:12');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('248', 'IT', 'Visualizza raccomandazioni', '2010-08-30 09:50:24');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('249', 'IT', 'El Salvador', '2010-08-30 09:50:52');
|
||||
@ -9889,7 +9892,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('553', 'IT', 'Salva', '2010-08-31 20:06:23');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('554', 'IT', 'Le seguenti impostazioni sono state salvate per il tuo logo:', '2010-10-27 18:49:19');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('555', 'IT', 'Visualizza i log', '2010-08-31 20:06:23');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('556', 'IT', 'Statistiche:', '2010-09-10 23:15:35');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('556', 'IT', 'Statistiche', '2010-09-10 23:15:35');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('558', 'IT', 'Non usare l\'editor HTML di default.', '2010-08-31 20:06:23');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('559', 'IT', 'Non disconnettermi dopo 15 minuti di inattività.', '2010-09-01 23:49:02');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('560', 'IT', 'Ho con me una radio PMR sul canale 2.', '2010-08-31 20:06:23');
|
||||
@ -10125,7 +10128,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('796', 'IT', 'Nessuna informazione trovata nei dettagli dell\'utente.', '2010-08-31 20:06:24');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('797', 'IT', 'Coordinate', '2010-09-01 23:49:32');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('798', 'IT', 'Geokrets', '2010-08-31 20:06:24');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('799', 'IT', 'Miei dettagli', '2010-09-01 23:49:32');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('799', 'IT', 'Dettagli', '2010-09-01 23:49:32');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('800', 'IT', 'Modifica dettagli', '2010-08-31 20:06:24');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('801', 'IT', 'Dettagli utente', '2010-09-01 23:49:32');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('802', 'IT', 'Dettagli mio profilo', '2010-08-31 20:06:24');
|
||||
@ -10400,7 +10403,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1441', 'IT', 'Lo stato della cache non corrisponde alle opzioni di pubblicazione.', '2010-09-10 23:34:16');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1442', 'IT', 'Seleziona la revisione dei dati di entrambi!', '2010-09-10 23:33:56');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1443', 'IT', 'Nessuna foto disponibile', '2010-09-10 23:32:13');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1444', 'IT', '{results_count} cache trovate.', '2010-09-10 23:33:47');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1444', 'IT', '{results_count} cache trovate', '2010-09-10 23:33:47');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1445', 'IT', 'Risultati {startatp1} a {endat} (come zip):', '2010-09-10 23:33:33');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1446', 'IT', 'Questa descrizione è stata creata su un server Web Opencaching diverso e può essere cancellata solo su quello.', '2010-10-27 18:49:19');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1447', 'IT', 'La descrizione della cache è stata eliminata.', '2010-09-10 23:31:10');
|
||||
@ -11072,7 +11075,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('242', 'NL', 'Swaziland', '2011-02-04 19:50:02');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('243', 'NL', 'Syrië', '2011-02-04 19:50:02');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('244', 'NL', 'Aanbevelingen van <a href=\"viewprofile.php?userid=%1\">%2</a>', '2011-02-04 19:50:02');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('245', 'NL', '<a href=\"viewcache.php?cacheid=%1\">%2</a> van %3', '2011-02-04 19:50:02');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('245', 'NL', 'van %1', '2011-02-04 19:50:02');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('246', 'NL', '%1 heeft nog geen cache aanbevolen.', '2011-02-04 19:50:02');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('248', 'NL', 'Aanbevelingen tonen', '2011-02-04 19:50:02');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('249', 'NL', 'El Salvador', '2011-02-04 19:50:02');
|
||||
@ -11377,7 +11380,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('553', 'NL', 'Opslaan', '2011-02-04 19:50:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('554', 'NL', 'De volgende instellingen voor uw statistiekenweergave zijn opgeslagen:', '2011-02-04 19:50:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('555', 'NL', 'Laat logs zien', '2011-02-04 19:50:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('556', 'NL', 'Statistieklogo:', '2011-02-04 19:50:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('556', 'NL', 'Statistieklogo', '2011-02-04 19:50:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('558', 'NL', 'Als standaard geen HTML gebruiken.', '2011-02-04 19:50:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('559', 'NL', 'Het automatisch uitloggen na 15 minuten na het verlaten van de website is uitgeschakeld.', '2011-02-04 19:50:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('560', 'NL', 'Ik neem een PMR zender mee op kanaal 2 met het cachen.', '2011-02-04 19:50:07');
|
||||
|
@ -1225,7 +1225,8 @@
|
||||
NEW.`node`!=OLD.`node` OR
|
||||
NEW.`date_created`!=OLD.`date_created` OR
|
||||
NEW.`username`!=OLD.`username` OR
|
||||
NEW.`pmr_flag`!=OLD.`pmr_flag` THEN
|
||||
NEW.`pmr_flag`!=OLD.`pmr_flag` OR
|
||||
NEW.`description`!=OLD.`description` THEN
|
||||
|
||||
SET NEW.`last_modified`=NOW();
|
||||
END IF;
|
||||
|
@ -35,6 +35,8 @@ CREATE TABLE `user` (
|
||||
`notify_radius` int(10) unsigned NOT NULL default '0',
|
||||
`admin` tinyint(3) unsigned NOT NULL default '0',
|
||||
`data_license` tinyint(1) NOT NULL default '0',
|
||||
`description` mediumtext NOT NULL,
|
||||
`desc_htmledit` tinyint(1) unsigned NUT NULL default '1',
|
||||
PRIMARY KEY (`user_id`),
|
||||
UNIQUE KEY `username` (`username`),
|
||||
UNIQUE KEY `uuid` (`uuid`),
|
||||
|
@ -4,7 +4,7 @@
|
||||
<td width="45" class="{bgcolor}" style="{line_style}">{distance} </td>
|
||||
<td width="32" class="{bgcolor}" rowspan="2"><img src='lang/de/ocstyle/images/{icon_large}' alt='{cachetype}' title='{cachetype}'></td>
|
||||
<td width="46" class="{bgcolor}" rowspan="2" nowrap="nowarp">{diffpic}{terrpic}</td>
|
||||
<td width="448" class="{bgcolor}">{new} <a href="viewcache.php?cacheid={urlencode_cacheid}"><span style="{status_style}">{cachename}</span></a> <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="448" class="{bgcolor}">{new} <span style="{status_style}"><a href="viewcache.php?cacheid={urlencode_cacheid}"><span style="{name_style}">{cachename}</span></a></span> <span style="{line_style}">{string_by}</span> <a href="viewprofile.php?userid={urlencode_userid}" style="{line_style}">{username}</a><!-- Ocprop: <a href="viewcache.php?cacheid={urlencode_cacheid}">{cachename}</a> {string_by} <a href="viewprofile.php?userid={urlencode_userid}">{username}</a> --></td>
|
||||
<td width="74" class="{bgcolor}" rowspan="2" style="padding: 0px">{oconly}</td>
|
||||
<td width="110" valign="top" class="{bgcolor}">{logimage1} {logdate1} </td>
|
||||
</tr>
|
||||
|
@ -28,10 +28,10 @@
|
||||
|
||||
<div class="content2-container bg-blue02" style="margin-top:20px;">
|
||||
<p class="content-title-noshade-size3">
|
||||
<img src="resource2/ocstyle/images/cacheicon/traditional.gif" width="32" height="32" style="align:left;margin-right:10px;" alt="{t}Search{/t}" />
|
||||
<b>{t}Search result{/t}:</b> {t}{results_count} caches matched.{/t}
|
||||
<img src="resource2/ocstyle/images/cacheicon/traditional.gif" width="32" height="32" style="align:left;" alt="{t}Search{/t}" />
|
||||
{t}{results_count} caches matched{/t}
|
||||
<span style="font-weight:normal;float:right;font-size:80%;" >
|
||||
[<a href="query.php?action=save&queryid={queryid}">{t}Save options{/t}</a>]<br />
|
||||
[<a href="query.php?action=save&queryid={queryid}">{t}Save options{/t}</a>]
|
||||
[<a href="search.php?queryid={queryid}&showresult=0">{t}Edit options{/t}</a>]
|
||||
</span>
|
||||
</p>
|
||||
@ -44,11 +44,9 @@
|
||||
<td class="header-small" colspan="2">
|
||||
<table width="98.5%">
|
||||
<tr>
|
||||
<td>{pages}</td>
|
||||
<td style="width:80px">
|
||||
<b>{t}Downloads{/t}:</b>
|
||||
</td>
|
||||
<td style="width:120px">
|
||||
<td width="100%">{pages}</td>
|
||||
<td>{t}Download{/t}:</td>
|
||||
<td>
|
||||
<select name="wpdownload-page" class="wpdownload" onChange="location.href=this.options[this.selectedIndex].value">
|
||||
<option value="#">{t}Results on this page{/t}</option>
|
||||
<option value="search.php?queryid={queryid}&output=gpx&startat={startat}">GPX</option>
|
||||
@ -77,16 +75,17 @@
|
||||
<tr><td class="spacer" colspan="2"> </td></tr>
|
||||
<tr>
|
||||
<td colspan="2" style="padding-left: 0px; padding-right: 0px;">
|
||||
<table border="0" cellspacing="0px" cellpadding="0px" class="null">
|
||||
<tr class="searchresult">
|
||||
<td width="18" height="13" bgcolor="#E6E6E6"> # </td>
|
||||
<td width="45" height="13" bgcolor="#E6E6E6"><b>{distanceunit}</b></td>
|
||||
<td width="32" height="13" bgcolor="#E6E6E6"><b>{t}Type{/t}</b></td>
|
||||
<td width="46" height="13" bgcolor="#E6E6E6"><b>{t}D/T{/t}</b></td>
|
||||
<td width="448" height="13" bgcolor="#E6E6E6"><b>{t}Name{/t}</b></td>
|
||||
<td width="48" height="13" bgcolor="#E6E6E6"><b> </b></td>
|
||||
<td width="126" height="13" bgcolor="#E6E6E6"><b style="display:{displaylastlogs}">{t}Last logs{/t}</b><b style="display:{displayownlogs}">{t}Own logs{/t}</b></td>
|
||||
<table border="0" cellspacing="0px" cellpadding="0px" class="searchtable">
|
||||
<tr>
|
||||
<th width="18" height="13" > # </th>
|
||||
<th width="45" height="13">{distanceunit}</th>
|
||||
<th width="32" height="13">{t}Type{/t}</th>
|
||||
<th width="46" height="13">{t}D/T{/t}</th>
|
||||
<th width="448" height="13">{t}Name{/t}</th>
|
||||
<th width="48" height="13"> </th>
|
||||
<th width="126" height="13"><span style="display:{displaylastlogs}">{t}Last logs{/t}<span style="display:{displayownlogs}">{t}Own logs{/t}</th>
|
||||
</tr>
|
||||
<tr><td></td></tr>
|
||||
<!--a-->{results}<!--z-->
|
||||
</table>
|
||||
</td>
|
||||
@ -97,26 +96,25 @@
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="2"> </td></tr>
|
||||
</table>
|
||||
<table class="content">
|
||||
<table class="content" width="100%">
|
||||
<tr>
|
||||
<td><b>{t}Downloads{/t}</b></td>
|
||||
<td><b>{t}Download{/t}:</b></td>
|
||||
<td align="right" style="padding-right:20px;">
|
||||
{t}Results on this page:{/t}
|
||||
<b>{t}Results on this page:{/t}</b>
|
||||
<a href="search.php?queryid={queryid}&output=gpx&startat={startat}" title="{t}GPS Exchange Format .gpx{/t}">GPX</a>
|
||||
<a href="search.php?queryid={queryid}&output=loc&startat={startat}" title="{t}Waypointfile .loc{/t}">LOC</a>
|
||||
<a href="search.php?queryid={queryid}&output=kml&startat={startat}" title="{t}Google Earth .kml{/t}">KML</a>
|
||||
<a href="http://maps.google.de/maps?f=q&hl=de&q=<?php echo urlencode("http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']."&output=kml"); ?>" title="{t}Show in Google Maps{/t}">{t}(in GM){/t}</a>
|
||||
<a href="search.php?queryid={queryid}&output=ov2&startat={startat}" title="{t}TomTom POI .ov2{/t}">OV2</a>
|
||||
<a href="search.php?queryid={queryid}&output=ovl&startat={startat}" title="{t}TOP50-Overlay .ovl{/t}">OVL</a>
|
||||
<a href="search.php?queryid={queryid}&output=txt&startat={startat}" title="{t}Textfile .txt{/t}">TXT*</a>
|
||||
<a href="search.php?queryid={queryid}&output=txt&startat={startat}" title="{t}Textfile .txt{/t}">TXT</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="help">
|
||||
{t}Download for local application{/t}
|
||||
</td>
|
||||
<td align="right" style="padding-right:20px;">
|
||||
{t}Result {startatp1} to {endat} (as zip):{/t}
|
||||
<b>{t}Result {startatp1} to {endat} (as zip):{/t}</b>
|
||||
<a href="search.php?queryid={queryid}&output=gpx&startat={startat}&count=max&zip=1" title="{t}GPS Exchange Format .gpx{/t}">GPX</a>
|
||||
<a href="search.php?queryid={queryid}&output=loc&startat={startat}&count=max&zip=1" title="{t}Waypointfile .loc{/t}">LOC</a>
|
||||
<a href="search.php?queryid={queryid}&output=kml&startat={startat}&count=max&zip=1" title="{t}Google Earth .kml{/t}">KML</a>
|
||||
@ -127,7 +125,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="help" colspan="2" align="right">
|
||||
<td class="help" colspan="2" align="right" style="line-height:2em;">
|
||||
{t}With the download you accept the <a href="articles.php?page=impressum#tos">terms of use</a> from opencaching.de. {/t}
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -227,7 +227,9 @@
|
||||
|
||||
// strikeout inavtive caches
|
||||
// see also res_cachestatus_span.tpl
|
||||
$line_style = "";
|
||||
$status_style = ""; // (colored) strike-through for inactive caches
|
||||
$line_style = ""; // color of the linked cache name
|
||||
$name_style = ""; // color of "by <username>"
|
||||
switch ($caches_record['status'])
|
||||
{
|
||||
case 2: // disabled
|
||||
@ -235,21 +237,23 @@
|
||||
break;
|
||||
case 3: // archived
|
||||
case 6: // locked
|
||||
$status_style = "text-decoration: line-through; color: grey";
|
||||
$line_style = "color:grey";
|
||||
$status_style = "text-decoration: line-through; color: #c00000;";
|
||||
// $line_style = "color:grey";
|
||||
break;
|
||||
case 7: // locked, invisible
|
||||
$status_style = "text-decoration: line-through; color: #e00000";
|
||||
$line_style = "color:grey";
|
||||
$name_style = "color: #e00000";
|
||||
// $line_style = "color:grey";
|
||||
break;
|
||||
case 5: // not published yet
|
||||
$status_style = "color: #e00000";
|
||||
$name_style = "color: #e00000";
|
||||
break;
|
||||
default: $status_style = $line_style = "";
|
||||
}
|
||||
|
||||
$tmpline = mb_ereg_replace('{line_style}', $line_style, $tmpline);
|
||||
$tmpline = mb_ereg_replace('{status_style}', $status_style, $tmpline);
|
||||
$tmpline = mb_ereg_replace('{name_style}', $name_style, $tmpline);
|
||||
$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('{urlencode_cacheid}', htmlspecialchars(urlencode($caches_record['cache_id']), ENT_COMPAT, 'UTF-8'), $tmpline);
|
||||
@ -287,43 +291,34 @@
|
||||
|
||||
tpl_set_var('results', $caches_output);
|
||||
|
||||
//more than one page?
|
||||
if ($startat > 0)
|
||||
{ // Ocprop: queryid=([0-9]+)
|
||||
$pages = t('Seite:') . ' <a href="search.php?queryid=' . $options['queryid'] . '&startat=0"><<</a> <a href="search.php?queryid=' . $options['queryid'] . '&startat=' . ($startat - $caches_per_page) . '"><</a> ';
|
||||
}
|
||||
// more than one page?
|
||||
if ($resultcount <= $caches_per_page)
|
||||
$pages = '';
|
||||
else
|
||||
{
|
||||
$pages = t('Seite:') . ' << < ';
|
||||
}
|
||||
|
||||
$frompage = ($startat / $caches_per_page) - 3;
|
||||
if ($frompage < 1) $frompage = 1;
|
||||
|
||||
$maxpage = ceil($resultcount / $caches_per_page);
|
||||
|
||||
$topage = $frompage + 8;
|
||||
if ($topage > $maxpage) $topage = $maxpage;
|
||||
|
||||
for ($i = $frompage; $i <= $topage; $i++)
|
||||
{
|
||||
if (($startat / $caches_per_page + 1) == $i)
|
||||
{
|
||||
$pages .= ' <b>' . $i . '</b>';
|
||||
}
|
||||
if ($startat > 0) // Ocprop: queryid=([0-9]+)
|
||||
$pages = '<a href="search.php?queryid=' . $options['queryid'] . '&startat=0"><img src="resource2/ocstyle/images/navigation/16x16-browse-first.png" width="16" height="16"></a> <a href="search.php?queryid=' . $options['queryid'] . '&startat=' . ($startat - $caches_per_page) . '"><img src="resource2/ocstyle/images/navigation/16x16-browse-prev.png" width="16" height="16"></a></a> ';
|
||||
else
|
||||
{
|
||||
$pages .= ' <a href="search.php?queryid=' . $options['queryid'] . '&startat=' . (($i - 1) * $caches_per_page) . '">' . $i . '</a>';
|
||||
}
|
||||
}
|
||||
$pages = ' <img src="resource2/ocstyle/images/navigation/16x16-browse-first-inactive.png" width="16" height="16"></a> <img src="resource2/ocstyle/images/navigation/16x16-browse-prev-inactive.png" width="16" height="16"></a> ';
|
||||
|
||||
if ($startat / $caches_per_page < ($maxpage - 1))
|
||||
{
|
||||
$pages .= ' <a href="search.php?queryid=' . $options['queryid'] . '&startat=' . ($startat + $caches_per_page) . '">></a> <a href="search.php?queryid=' . $options['queryid'] . '&startat=' . (($maxpage - 1) * $caches_per_page) . '">>></a> ';
|
||||
}
|
||||
else
|
||||
{
|
||||
$pages .= ' > >>';
|
||||
$frompage = ($startat / $caches_per_page) - 3;
|
||||
if ($frompage < 1) $frompage = 1;
|
||||
$maxpage = ceil($resultcount / $caches_per_page);
|
||||
$topage = $frompage + 8;
|
||||
if ($topage > $maxpage) $topage = $maxpage;
|
||||
|
||||
for ($i = $frompage; $i <= $topage; $i++)
|
||||
{
|
||||
if (($startat / $caches_per_page + 1) == $i)
|
||||
$pages .= ' <b>' . $i . '</b>';
|
||||
else
|
||||
$pages .= ' <a href="search.php?queryid=' . $options['queryid'] . '&startat=' . (($i - 1) * $caches_per_page) . '">' . $i . '</a>';
|
||||
}
|
||||
|
||||
if ($startat / $caches_per_page < ($maxpage - 1))
|
||||
$pages .= ' <a href="search.php?queryid=' . $options['queryid'] . '&startat=' . ($startat + $caches_per_page) . '"><img src="resource2/ocstyle/images/navigation/16x16-browse-next.png" width="16" height="16"></a> <a href="search.php?queryid=' . $options['queryid'] . '&startat=' . (($maxpage - 1) * $caches_per_page) . '"><img src="resource2/ocstyle/images/navigation/16x16-browse-last.png" width="16" height="16"></a> ';
|
||||
else
|
||||
$pages .= ' <img src="resource2/ocstyle/images/navigation/16x16-browse-next-inactive.png" width="16" height="16"> <img src="resource2/ocstyle/images/navigation/16x16-browse-last-inactive.png" width="16" height="16"></a>';
|
||||
}
|
||||
|
||||
//'<a href="search.php?queryid=' . $options['queryid'] . '&startat=20">20</a> 40 60 80 100';
|
||||
|
@ -5,9 +5,11 @@
|
||||
* Unicode Reminder メモ
|
||||
***************************************************************************/
|
||||
|
||||
require_once('./lib2/web.inc.php');
|
||||
require_once('./lib2/logic/user.class.php');
|
||||
require_once('./lib2/logic/useroptions.class.php');
|
||||
require_once('lib2/web.inc.php');
|
||||
require_once('lib2/logic/user.class.php');
|
||||
require_once('lib2/logic/useroptions.class.php');
|
||||
require_once('lang/de/ocstyle/smilies.inc.php');
|
||||
require_once('../lib/htmlpurifier-4.2.0/library/HTMLPurifier.auto.php');
|
||||
|
||||
$tpl->name = 'mydetails';
|
||||
$tpl->menuitem = MNU_MYPROFILE_DETAILS;
|
||||
@ -16,28 +18,26 @@
|
||||
if ($login->userid == 0)
|
||||
$tpl->redirect_login();
|
||||
|
||||
if (isset($_REQUEST['cancel']))
|
||||
$tpl->redirect('mydetails.php');
|
||||
|
||||
$action = isset($_REQUEST['action']) ? mb_strtolower($_REQUEST['action']) : 'view';
|
||||
if ($action != 'change' && $action != 'view') $action = 'view';
|
||||
if ($action != 'change' && $action != 'changetext' && $action != 'view') $action = 'view';
|
||||
|
||||
if ($action == 'change')
|
||||
{
|
||||
$tpl->menuitem = MNU_MYPROFILE_DETAILS_EDIT;
|
||||
change();
|
||||
}
|
||||
else if ($action == 'changetext')
|
||||
changetext();
|
||||
else
|
||||
{
|
||||
display();
|
||||
}
|
||||
|
||||
exit;
|
||||
|
||||
|
||||
function change()
|
||||
{
|
||||
global $tpl, $login, $opt;
|
||||
|
||||
if (isset($_REQUEST['cancel']))
|
||||
$tpl->redirect('mydetails.php');
|
||||
|
||||
$useroptions = new useroptions($login->userid);
|
||||
|
||||
if (isset($_REQUEST['save']))
|
||||
@ -56,7 +56,7 @@ function change()
|
||||
if ($vis != 1) $vis = 0;
|
||||
|
||||
$useroptions->setOptVisible($id, $vis);
|
||||
if (strlen($value) > 2000 && $opt['logic']['enableHTMLInUserDescription'] != true)
|
||||
if (strlen($value) > 2000)
|
||||
{
|
||||
$errorlen .= $useroptions->getOptName($id);
|
||||
$bErrorlen = true;
|
||||
@ -89,21 +89,43 @@ function change()
|
||||
$tpl->redirect('mydetails.php');
|
||||
}
|
||||
|
||||
assignFromDB($login->userid);
|
||||
assignFromDB($login->userid,false);
|
||||
$tpl->assign('edit', true);
|
||||
$tpl->display();
|
||||
}
|
||||
|
||||
|
||||
function changetext()
|
||||
{
|
||||
global $tpl, $login;
|
||||
|
||||
if (isset($_REQUEST['save']))
|
||||
{
|
||||
$purifier = new HTMLPurifier();
|
||||
$desctext = isset($_REQUEST['desctext']) ? $purifier->purify($_REQUEST['desctext']) : "";
|
||||
sql("UPDATE `user` SET `description`='&2' WHERE `user_id`='&1'", $login->userid, $desctext);
|
||||
$tpl->redirect('mydetails.php');
|
||||
}
|
||||
else
|
||||
{
|
||||
$tpl->name = 'mydescription';
|
||||
assignFromDB($login->userid,true);
|
||||
$tpl->display();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function display()
|
||||
{
|
||||
global $tpl, $login;
|
||||
assignFromDB($login->userid);
|
||||
assignFromDB($login->userid,false);
|
||||
$tpl->display();
|
||||
}
|
||||
|
||||
function assignFromDB($userid)
|
||||
|
||||
function assignFromDB($userid,$include_editor)
|
||||
{
|
||||
global $tpl, $opt;
|
||||
global $tpl, $opt, $smilies, $_REQUEST;
|
||||
|
||||
$rs = sql("SELECT `p`.`id`, IFNULL(`tt`.`text`, `p`.`name`) AS `name`, `p`.`default_value`, `p`.`check_regex`, `p`.`option_order`, `u`.`option_visible`, `p`.`internal_use`, `p`.`option_input`, IFNULL(`u`.`option_value`, `p`.`default_value`) AS `option_value`
|
||||
FROM `profile_options` AS `p`
|
||||
@ -116,5 +138,31 @@ function assignFromDB($userid)
|
||||
$opt['template']['locale']);
|
||||
$tpl->assign_rs('useroptions', $rs);
|
||||
sql_free_result($rs);
|
||||
|
||||
if (isset($_REQUEST['desctext']))
|
||||
$tpl->assign('desctext', $_REQUEST['desctext']);
|
||||
else
|
||||
$tpl->assign('desctext',
|
||||
sql_value("SELECT `description` FROM `user` WHERE `user_id`='&1'", '', $userid+0));
|
||||
|
||||
// Use the same descmode values here like in log and cachedesc editor:
|
||||
if ($include_editor)
|
||||
{
|
||||
if (isset($_REQUEST['descMode']))
|
||||
$descMode = min(3,max(2,$_REQUEST['descMode']+0));
|
||||
else
|
||||
{
|
||||
if (sql_value("SELECT `desc_htmledit` FROM `user` WHERE `user_id`='&1'", 0, $userid+0))
|
||||
$descMode = 3;
|
||||
else
|
||||
$descMode = 2;
|
||||
}
|
||||
if ($descMode == 3)
|
||||
{
|
||||
$tpl->add_header_javascript('resource2/tinymce/tiny_mce_gzip.js');
|
||||
$tpl->add_header_javascript('resource2/tinymce/config/user.js.php?lang='.strtolower($opt['template']['locale']));
|
||||
}
|
||||
$tpl->assign('descMode',$descMode);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
@ -16,28 +16,24 @@
|
||||
$login->verify();
|
||||
|
||||
$action = isset($_REQUEST['action']) ? mb_strtolower($_REQUEST['action']) : 'view';
|
||||
if ($action != 'change' && $action != 'view')
|
||||
if ($action != 'change' && $action != 'changeemail' && $action != 'view')
|
||||
$action = 'view';
|
||||
|
||||
if ($action == 'change')
|
||||
$tpl->menuitem = MNU_MYPROFILE_DATA_EDIT;
|
||||
|
||||
if ($login->userid == 0)
|
||||
{
|
||||
if ($action == 'change')
|
||||
if ($action == 'change' || $action == 'changeemail')
|
||||
$tpl->redirect('login.php?target=' . urlencode('myprofile.php?action=change'));
|
||||
else
|
||||
$tpl->redirect('login.php?target=myprofile.php');
|
||||
}
|
||||
|
||||
if ($action == 'change')
|
||||
{
|
||||
if ($action == 'changeemail')
|
||||
$tpl->redirect('newemail.php');
|
||||
else if ($action == 'change')
|
||||
change();
|
||||
}
|
||||
else
|
||||
{
|
||||
display();
|
||||
}
|
||||
|
||||
exit;
|
||||
|
||||
function change()
|
||||
|
207
htdocs/mystatpic.php
Normal file
207
htdocs/mystatpic.php
Normal file
@ -0,0 +1,207 @@
|
||||
<?php
|
||||
/***************************************************************************
|
||||
* For license information see doc/license.txt
|
||||
*
|
||||
* Unicode Reminder メモ
|
||||
***************************************************************************/
|
||||
|
||||
require_once('./lib2/web.inc.php');
|
||||
require_once('./lib2/logic/user.class.php');
|
||||
require_once('./lib2/logic/coordinate.class.php');
|
||||
require_once('./lib2/logic/countriesList.class.php');
|
||||
|
||||
$tpl->name = 'mystatpic';
|
||||
$tpl->menuitem = MNU_MYPROFILE_DATA_STATPIC;
|
||||
|
||||
$login->verify();
|
||||
|
||||
$action = isset($_REQUEST['action']) ? mb_strtolower($_REQUEST['action']) : 'view';
|
||||
if ($action != 'change' && $action != 'view')
|
||||
$action = 'view';
|
||||
|
||||
if ($action == 'change')
|
||||
$tpl->menuitem = MNU_MYPROFILE_DATA_EDIT;
|
||||
|
||||
if ($login->userid == 0)
|
||||
{
|
||||
if ($action == 'change')
|
||||
$tpl->redirect('login.php?target=' . urlencode('myprofile.php?action=change'));
|
||||
else
|
||||
$tpl->redirect('login.php?target=myprofile.php');
|
||||
}
|
||||
|
||||
if ($action == 'change')
|
||||
{
|
||||
change();
|
||||
}
|
||||
else
|
||||
{
|
||||
display();
|
||||
}
|
||||
exit;
|
||||
|
||||
function change()
|
||||
{
|
||||
global $tpl, $login;
|
||||
|
||||
if (isset($_REQUEST['cancel']))
|
||||
$tpl->redirect('myprofile.php');
|
||||
|
||||
$user = new user($login->userid);
|
||||
assignFromUser($user);
|
||||
|
||||
$bError = false;
|
||||
|
||||
// set user properties
|
||||
if (isset($_REQUEST['username']))
|
||||
{
|
||||
$tpl->assign('username', $_REQUEST['username']);
|
||||
if (!$user->setUsername($_REQUEST['username']))
|
||||
{
|
||||
$tpl->assign('usernameErrorInvalidChars', true);
|
||||
$bError = true;
|
||||
}
|
||||
}
|
||||
|
||||
if (isset($_REQUEST['firstName']))
|
||||
{
|
||||
$tpl->assign('firstName', $_REQUEST['firstName']);
|
||||
if (!$user->setFirstName($_REQUEST['firstName']))
|
||||
{
|
||||
$tpl->assign('firstNameError', true);
|
||||
$bError = true;
|
||||
}
|
||||
}
|
||||
|
||||
if (isset($_REQUEST['lastName']))
|
||||
{
|
||||
$tpl->assign('lastName', $_REQUEST['lastName']);
|
||||
if (!$user->setLastName($_REQUEST['lastName']))
|
||||
{
|
||||
$tpl->assign('lastNameError', true);
|
||||
$bError = true;
|
||||
}
|
||||
}
|
||||
|
||||
if (isset($_REQUEST['country']))
|
||||
{
|
||||
$tpl->assign('countryCode', $_REQUEST['country']);
|
||||
if (!$user->setCountryCode(($_REQUEST['country']=='XX') ? null : $_REQUEST['country']))
|
||||
{
|
||||
$tpl->assign('countryError', true);
|
||||
$bError = true;
|
||||
}
|
||||
}
|
||||
|
||||
if (isset($_REQUEST['notifyRadius']))
|
||||
{
|
||||
$tpl->assign('notifyRadius', $_REQUEST['notifyRadius']);
|
||||
if (!$user->setNotifyRadius($_REQUEST['notifyRadius']))
|
||||
{
|
||||
$tpl->assign('notifyRadiusError', true);
|
||||
$bError = true;
|
||||
}
|
||||
}
|
||||
|
||||
$coord['lat'] = coordinate::parseRequestLat('coord');
|
||||
$coord['lon'] = coordinate::parseRequestLon('coord');
|
||||
if (($coord['lat'] !== false) && ($coord['lon'] !== false))
|
||||
{
|
||||
$tpl->assign('coordsDecimal', $coord);
|
||||
if (!$user->setLatitude($coord['lat']))
|
||||
{
|
||||
$tpl->assign('latitudeError', true);
|
||||
$bError = true;
|
||||
}
|
||||
if (!$user->setLongitude($coord['lon']))
|
||||
{
|
||||
$tpl->assign('longitudeError', true);
|
||||
$bError = true;
|
||||
}
|
||||
}
|
||||
|
||||
$bUsePMR = isset($_REQUEST['save']) ? isset($_REQUEST['usePMR']) : $user->getUsePMR();
|
||||
$tpl->assign('usePMR', $bUsePMR);
|
||||
$user->setUsePMR($bUsePMR);
|
||||
|
||||
$bPermanentLogin = isset($_REQUEST['save']) ? isset($_REQUEST['permanentLogin']) : $user->getPermanentLogin();
|
||||
$tpl->assign('permanentLogin', $bPermanentLogin);
|
||||
$user->setPermanentLogin($bPermanentLogin);
|
||||
|
||||
$bNoHTMLEditor = isset($_REQUEST['save']) ? isset($_REQUEST['noHTMLEditor']) : $user->getNoHTMLEditor();
|
||||
$tpl->assign('noHTMLEditor', $bNoHTMLEditor);
|
||||
$user->setNoHTMLEditor($bNoHTMLEditor);
|
||||
|
||||
if (!$bError && isset($_REQUEST['save']))
|
||||
{
|
||||
if ($user->getAnyChanged())
|
||||
{
|
||||
if (!$user->save())
|
||||
{
|
||||
$bError = true;
|
||||
|
||||
// check for duplicate username
|
||||
if ($user->getUsernameChanged() && user::existUsername($_REQUEST['username']))
|
||||
$tpl->assign('errorUsernameExist', true);
|
||||
else
|
||||
$tpl->assign('errorUnknown', true);
|
||||
}
|
||||
else
|
||||
$tpl->redirect('myprofile.php');
|
||||
}
|
||||
else
|
||||
$tpl->redirect('myprofile.php');
|
||||
}
|
||||
|
||||
$showAllCountries = isset($_REQUEST['showAllCountries']) ? $_REQUEST['showAllCountries']+0 : 0;
|
||||
if (isset($_REQUEST['showAllCountriesSubmit']))
|
||||
$showAllCountries = 1;
|
||||
|
||||
$countriesList = new countriesList();
|
||||
$rs = $countriesList->getRS($user->getCountryCode(), $showAllCountries!=0);
|
||||
$tpl->assign_rs('countries', $rs);
|
||||
sql_free_result($rs);
|
||||
if ($countriesList->defaultUsed() == true)
|
||||
$showAllCountries = 0;
|
||||
else
|
||||
$showAllCountries = 1;
|
||||
$tpl->assign('showAllCountries', $showAllCountries);
|
||||
|
||||
$tpl->assign('edit', true);
|
||||
$tpl->display();
|
||||
}
|
||||
|
||||
function display()
|
||||
{
|
||||
global $tpl, $login;
|
||||
|
||||
$user = new user($login->userid);
|
||||
assignFromUser($user);
|
||||
|
||||
$tpl->display();
|
||||
}
|
||||
|
||||
function assignFromUser($user)
|
||||
{
|
||||
global $tpl;
|
||||
|
||||
$tpl->assign('username', $user->getUsername());
|
||||
$tpl->assign('email', $user->getEMail());
|
||||
$tpl->assign('firstName', $user->getFirstName());
|
||||
$tpl->assign('lastName', $user->getLastName());
|
||||
$tpl->assign('country', $user->getCountry());
|
||||
$tpl->assign('countryCode', $user->getCountryCode());
|
||||
|
||||
$coords = new coordinate($user->getLatitude(), $user->getLongitude());
|
||||
$tpl->assign('coords', $coords->getDecimalMinutes());
|
||||
$tpl->assign('coordsDecimal', $coords->getFloat());
|
||||
|
||||
$tpl->assign('notifyRadius', $user->getNotifyRadius());
|
||||
$tpl->assign('registeredSince', $user->getDateRegistered());
|
||||
|
||||
$tpl->assign('usePMR', $user->getUsePMR());
|
||||
$tpl->assign('permanentLogin', $user->getPermanentLogin());
|
||||
$tpl->assign('noHTMLEditor', $user->getNoHTMLEditor());
|
||||
}
|
||||
|
||||
?>
|
@ -11,7 +11,7 @@
|
||||
require('./lib2/web.inc.php');
|
||||
require_once('./lib2/logic/user.class.php');
|
||||
$tpl->name = 'newemail';
|
||||
$tpl->menuitem = MNU_MYPROFILE_DATA_EMAIL;
|
||||
$tpl->menuitem = MNU_MYPROFILE_DATA;
|
||||
|
||||
$login->verify();
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
if ($rCache === false)
|
||||
$tpl->error(ERROR_CACHE_NOT_EXISTS);
|
||||
|
||||
$rs = sql("SELECT COUNT(`caches`.`cache_id`) / (SELECT `toprating` FROM `stat_caches` WHERE `cache_id`='&1')*100 AS `quote`, `caches`.`cache_id` AS `cacheid`, `caches`.`wp_oc` AS `wp`, `caches`.`name` AS `name`, `user`.`user_id` AS `cacheuserid`, `user`.`username` AS `cacheusername`
|
||||
$rs = sql("SELECT COUNT(`caches`.`cache_id`) / (SELECT `toprating` FROM `stat_caches` WHERE `cache_id`='&1')*100 AS `quote`, `caches`.`cache_id` AS `cacheid`, `caches`.`wp_oc` AS `wp`, `caches`.`name` AS `name`, `user`.`user_id` AS `cacheuserid`, `user`.`username` AS `cacheusername`, `caches`.`status`
|
||||
FROM `cache_rating` AS `r1`
|
||||
INNER JOIN `cache_rating` AS `r2` ON `r1`.`user_id`=`r2`.`user_id`
|
||||
INNER JOIN `caches` ON `r2`.`cache_id`=`caches`.`cache_id`
|
||||
|
@ -325,13 +325,17 @@ div.changelog ul li ul {font-size: 90%; margin:0}
|
||||
.table {font-size: 10px; line-height: 1.8em; clear: left; padding: 0px; margin: 0.5em 0px 0.2em 0px; border: solid 0px rgb(150,150,150); empty-cells: show; border-collapse: collapse; background-color: rgb(255,255,255);}
|
||||
.table tr {margin: 0px; padding:0; }
|
||||
.table td {padding: 2px 7px 5px 7px; border: solid 0px rgb(150,150,150); text-align: left; font-size: 120%;}
|
||||
.table th {margin: 0px; background-color: rgb(127,162,202); padding: 2px 7px 2px 7px; border: solid 0px rgb(150,150,150); empty-cells: show; text-align: left; font-size: 120%; color: rgb(255,255,255); }
|
||||
/* .table th {margin: 0px; background-color: #e6e6e6;color: #404040; padding: 2px 7px 2px 7px; border-top: solid 1px #404040; border-bottom: solid 1px #404040; empty-cells: show; text-align: left; font-size: 120%; } */
|
||||
/* .table th {margin: 0px; background-color: #7fa2ca;color: #f8f8f8; padding: 2px 7px 2px 7px; border: solid 0px rgb(150,150,150); empty-cells: show; text-align: left; font-size: 120%; } */
|
||||
.table th, .searchtable th {margin: 0px; background-color: #d8e5c9;color: #404040; padding: 2px 7px 2px 7px; border-top: solid 1px #404040; border-bottom: solid 1px #404040; empty-cells: show; text-align: left; font-size: 120%; }
|
||||
.searchtable th {margin: 0px; background-color: #d8e5c9;color: #404040; padding: 4px 0px 4px 0px; border-top: solid 1px #404040; border-bottom: solid 1px #404040; empty-cells: show; text-align: left; font-size: 12px; }
|
||||
.searchtable td { padding-top:2px; }
|
||||
.table-caption {margin: 0.5em 0px 1.0em 30px; padding: 0px; clear: both; text-align: left; font-size: 120%;}
|
||||
|
||||
.narrowtable {font-size: 10px; line-height: 2.0em; clear: left; padding: 0px; margin: 0.5em 0px 0.2em 0px; border: solid 0px rgb(150,150,150); empty-cells: show; border-collapse: collapse; background-color: rgb(255,255,255);}
|
||||
.narrowtable tr {margin: 0px; padding: 0px;}
|
||||
.narrowtable td {padding: 0 7px 0 7px; border: solid 0px rgb(150,150,150); text-align: left; font-size: 120%;}
|
||||
.narrowtable th {margin: 0px; background-color: rgb(127,162,202); padding: 0 7px 0 7px; border: solid 0px rgb(150,150,150); empty-cells: show; text-align: left; font-size: 120%; color: rgb(255,255,255); }
|
||||
.narrowtable th {margin: 0px; background-color: #d8e5c9;color: #404040; padding: 2px 7px 2px 7px; border-top: solid 1px #404040; border-bottom: solid 1px #404040; empty-cells: show; text-align: left; font-size: 120%; }
|
||||
.narrowtable-caption {margin: 0.5em 0px 1.0em 30px; padding: 0px; clear: both; text-align: left; font-size: 120%;}
|
||||
|
||||
td.listicon {
|
||||
@ -345,6 +349,9 @@ td.listicon {
|
||||
|
||||
.printwptable td { line-height:1.4em; font-size:12px; }
|
||||
|
||||
td.listcolor1 { background:#fff; line-height:1.7em; }
|
||||
td.listcolor2 { background:#eee; line-height:1.7em; }
|
||||
|
||||
/* Images */
|
||||
.img-left-noborder-notopmargin {float: left; margin: 0px 10px 0px 0px;}
|
||||
.img-left-noborder-topmargin {float: left; margin: 3px 10px 0px 0px;}
|
||||
@ -701,6 +708,7 @@ input.formbutton_active {
|
||||
textarea.cachedesc { width:750px; height:500px; } /* only cacheeditor */
|
||||
textarea.hint { width:750px; height:100px; } /* only cacheditor */
|
||||
textarea.logs { width:640px; height:300px; } /* only logeditor */
|
||||
textarea.userdesc { width:750px; height:400px; } /* only user desc editor */
|
||||
textarea.removelogs { width:620px; height:200px; } /* log removal */
|
||||
|
||||
.show_deleted { text-decoration: line-through; }
|
||||
@ -1342,10 +1350,10 @@ div.logs {
|
||||
}
|
||||
|
||||
td.odd {
|
||||
background: #fff;
|
||||
background: #fff; padding-top:2px;
|
||||
}
|
||||
td.even {
|
||||
background: #dbe6f1;
|
||||
background: #eee; padding-top:2px;
|
||||
}
|
||||
|
||||
tr.searchresult td {
|
||||
@ -1431,9 +1439,15 @@ div#havefound {
|
||||
-moz-border-radius: 5px;
|
||||
margin: 3px;
|
||||
padding: 6px 6px 6px 8px;
|
||||
min-width: 600px;
|
||||
min-width: 640px;
|
||||
}
|
||||
|
||||
.wide_textblock {
|
||||
width: 740px;
|
||||
}
|
||||
|
||||
.boldtext { font-weight:bold; color:#505050; }
|
||||
|
||||
|
||||
/* RSS feeds */
|
||||
#blog div.newsblock { margin-left:20px }
|
||||
|
BIN
htdocs/resource2/ocstyle/images/misc/32x32-ignore.png
Normal file
BIN
htdocs/resource2/ocstyle/images/misc/32x32-ignore.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
42
htdocs/resource2/tinymce/config/user.js.php
Normal file
42
htdocs/resource2/tinymce/config/user.js.php
Normal file
@ -0,0 +1,42 @@
|
||||
<?php
|
||||
if (isset($_REQUEST['lang']))
|
||||
$lang = $_REQUEST['lang'];
|
||||
else
|
||||
$lang = 'de';
|
||||
?>
|
||||
|
||||
tinyMCE_GZ.init({
|
||||
plugins : 'advhr,contextmenu,emotions,insertdatetime,paste,table',
|
||||
themes : 'advanced',
|
||||
languages : '<?php echo $lang; ?>',
|
||||
disk_cache : true,
|
||||
debug : false
|
||||
});
|
||||
tinyMCE.init({
|
||||
mode : "textareas",
|
||||
theme : "advanced",
|
||||
|
||||
plugins : "advhr,contextmenu,emotions,insertdatetime,paste,table",
|
||||
|
||||
theme_advanced_buttons1 : "cut,copy,paste,pasteword,pastetext,removeformat,separator,undo,redo,separator,link,unlink,image,separator,fontselect,fontsizeselect",
|
||||
theme_advanced_buttons2 : "bold,italic,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,separator,insertdate,inserttime,separator,forecolor,backcolor,charmap,emotions",
|
||||
theme_advanced_buttons3 : "visualaid,tablecontrols,separator,advhr",
|
||||
|
||||
theme_advanced_toolbar_location : "top",
|
||||
theme_advanced_toolbar_align : "left",
|
||||
theme_advanced_path_location : "bottom",
|
||||
plugin_insertdate_dateFormat : "%Y-%m-%d",
|
||||
plugin_insertdate_timeFormat : "%H:%M:%S",
|
||||
file_browser_callback : "",
|
||||
|
||||
theme_advanced_resize_horizontal : false,
|
||||
theme_advanced_resizing : true,
|
||||
editor_deselector : "mceNoEditor",
|
||||
language : "<?php echo $lang; ?>",
|
||||
preformatted : true,
|
||||
remove_linebreaks : false,
|
||||
oninit : "postInit",
|
||||
|
||||
content_css : "resource2/tinymce/config/content.css"
|
||||
});
|
||||
|
@ -90,8 +90,11 @@
|
||||
</form>
|
||||
|
||||
{elseif $action=='listbyuser'}
|
||||
|
||||
<div class="content2-pagetitle"><img src="resource2/{$opt.template.style}/images/profile/22x22-email.png" style="align: left; margin-right: 10px;" width="22" height="22" alt="" />{t}Geocaches the owner offers you for adoption{/t}</div>
|
||||
|
||||
<div class="content2-pagetitle">
|
||||
<img src="resource2/{$opt.template.style}/images/profile/22x22-email.png" style="align: left; margin-right: 10px;" width="22" height="22" alt="" />
|
||||
{t}Geocaches the owner offers you for adoption{/t}
|
||||
</div>
|
||||
|
||||
<table class="table">
|
||||
{foreach from=$adoptions item=adoptItem}
|
||||
|
203
htdocs/templates2/ocstyle/mydescription.tpl
Normal file
203
htdocs/templates2/ocstyle/mydescription.tpl
Normal file
@ -0,0 +1,203 @@
|
||||
{***************************************************************************
|
||||
* You can find the license in the docs directory
|
||||
*
|
||||
* Unicode Reminder メモ
|
||||
***************************************************************************}
|
||||
{* OCSTYLE *}
|
||||
|
||||
<div class="content2-pagetitle">
|
||||
<img src="resource2/{$opt.template.style}/images/profile/32x32-profile.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="" />
|
||||
{t}My profile details{/t}
|
||||
</div>
|
||||
|
||||
<form action="mydetails.php" method="post" enctype="application/x-www-form-urlencoded" name="editdesc" dir="ltr">
|
||||
<input type="hidden" name="action" value="changetext" />
|
||||
<input id="descMode" type="hidden" name="descMode" value="3" />
|
||||
|
||||
<p>{t}The following text is displayed in your <a href="viewprofile.php">public profile</a>:{/t}</p>
|
||||
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<div class="menuBar">
|
||||
<span id="descHtml" class="buttonNormal" onclick="btnSelect(2)" onmouseover="btnMouseOver(2)" onmouseout="btnMouseOut(2)">{t}<html>{/t}</span>
|
||||
<span class="buttonSplitter">|</span>
|
||||
<span id="descHtmlEdit" class="buttonNormal" onclick="btnSelect(3)" onmouseover="btnMouseOver(3)" onmouseout="btnMouseOut(3)">{t}Editor{/t}</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span id="scriptwarning" class="errormsg">{t}JavaScript is disabled in your browser, you can enter (HTML) text only. To use the editor, please enable JavaScript.{/t}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<textarea name="desctext" id="desctext" cols="68" rows="25" class="userdesc" >{$desctext}</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
{t}By submitting I accept the <a href="articles.php?page=impressum#tos" target="_blank">Opencaching.de Terms of Service</a> and the <a href="articles.php?page=impressum#datalicense" target="_blank">Opencaching.de Datalicense</a>{/t}
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
<tr>
|
||||
<td class="header-small" colspan="2">
|
||||
<input type="submit" name="cancel" value="{t}Cancel{/t}" class="formbutton" onclick="submitbutton('cancel')" />
|
||||
<input type="submit" name="save" value="{t}Submit{/t}" class="formbutton" onclick="submitbutton('save')"(/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
{literal}
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
/*
|
||||
2 = HTML
|
||||
3 = Wysywyg HTML editor
|
||||
*/
|
||||
var use_tinymce = 0;
|
||||
{/literal}
|
||||
var descMode = {$descMode};
|
||||
|
||||
{literal}
|
||||
document.getElementById("scriptwarning").firstChild.nodeValue = "";
|
||||
|
||||
// set descMode to 2 ... when editor is loaded, set back to 3
|
||||
descMode = 2;
|
||||
|
||||
document.getElementById("descMode").value = descMode;
|
||||
mnuSetElementsNormal();
|
||||
|
||||
_chkFound();
|
||||
|
||||
function postInit()
|
||||
{
|
||||
descMode = 3;
|
||||
use_tinymce = 1;
|
||||
document.getElementById("descMode").value = descMode;
|
||||
mnuSetElementsNormal();
|
||||
}
|
||||
|
||||
function SwitchToHtmlDesc()
|
||||
{
|
||||
document.getElementById("descMode").value = 2;
|
||||
|
||||
if (use_tinymce == 1)
|
||||
document.editdesc.submit();
|
||||
}
|
||||
|
||||
function SwitchToHtmlEditDesc()
|
||||
{
|
||||
document.getElementById("descMode").value = 3;
|
||||
|
||||
if (use_tinymce == 0)
|
||||
document.editdesc.submit();
|
||||
}
|
||||
|
||||
function mnuSelectElement(e)
|
||||
{
|
||||
e.backgroundColor = '#D4D5D8';
|
||||
e.borderColor = '#6779AA';
|
||||
e.borderWidth = '1px';
|
||||
e.borderStyle = 'solid';
|
||||
}
|
||||
|
||||
function mnuNormalElement(e)
|
||||
{
|
||||
e.backgroundColor = '#F0F0EE';
|
||||
e.borderColor = '#F0F0EE';
|
||||
e.borderWidth = '1px';
|
||||
e.borderStyle = 'solid';
|
||||
}
|
||||
|
||||
function mnuHoverElement(e)
|
||||
{
|
||||
e.backgroundColor = '#B6BDD2';
|
||||
e.borderColor = '#0A246A';
|
||||
e.borderWidth = '1px';
|
||||
e.borderStyle = 'solid';
|
||||
}
|
||||
|
||||
function mnuUnhoverElement(e)
|
||||
{
|
||||
mnuSetElementsNormal();
|
||||
}
|
||||
|
||||
function mnuSetElementsNormal()
|
||||
{
|
||||
var descHtml = document.getElementById("descHtml").style;
|
||||
var descHtmlEdit = document.getElementById("descHtmlEdit").style;
|
||||
|
||||
switch (descMode)
|
||||
{
|
||||
case 2:
|
||||
mnuSelectElement(descHtml);
|
||||
mnuNormalElement(descHtmlEdit);
|
||||
break;
|
||||
case 3:
|
||||
mnuNormalElement(descHtml);
|
||||
mnuSelectElement(descHtmlEdit);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
function btnSelect(mode)
|
||||
{
|
||||
var descHtml = document.getElementById("descHtml").style;
|
||||
var descHtmlEdit = document.getElementById("descHtmlEdit").style;
|
||||
|
||||
var oldMode = descMode;
|
||||
descMode = mode;
|
||||
mnuSetElementsNormal();
|
||||
|
||||
switch (mode)
|
||||
{
|
||||
case 2:
|
||||
SwitchToHtmlDesc();
|
||||
break;
|
||||
case 3:
|
||||
SwitchToHtmlEditDesc();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
function btnMouseOver(id)
|
||||
{
|
||||
var descHtml = document.getElementById("descHtml").style;
|
||||
var descHtmlEdit = document.getElementById("descHtmlEdit").style;
|
||||
|
||||
switch (id)
|
||||
{
|
||||
case 2:
|
||||
mnuHoverElement(descHtml);
|
||||
break;
|
||||
case 3:
|
||||
mnuHoverElement(descHtmlEdit);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
function btnMouseOut(id)
|
||||
{
|
||||
var descHtml = document.getElementById("descHtml").style;
|
||||
var descHtmlEdit = document.getElementById("descHtmlEdit").style;
|
||||
|
||||
switch (id)
|
||||
{
|
||||
case 2:
|
||||
mnuUnhoverElement(descHtml);
|
||||
break;
|
||||
case 3:
|
||||
mnuUnhoverElement(descHtmlEdit);
|
||||
break;
|
||||
}
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
{/literal}
|
@ -3,28 +3,19 @@
|
||||
*
|
||||
* Unicode Reminder メモ
|
||||
***************************************************************************}
|
||||
{* OCSTYLE - minimale Änderungen *}
|
||||
{if $edit==true}
|
||||
<form action="mydetails.php" method="post" style="display:inline;">
|
||||
<input type="hidden" name="action" value="change" />
|
||||
{/if}
|
||||
|
||||
{* OCSTYLE *}
|
||||
<div class="content2-pagetitle">
|
||||
<img src="resource2/{$opt.template.style}/images/profile/32x32-profile.png" border="0" align="middle" width="32" height="32" alt="" />
|
||||
<b>{t}My profile details{/t}</b>
|
||||
<img src="resource2/{$opt.template.style}/images/profile/32x32-profile.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="" />
|
||||
{t}My profile details{/t}
|
||||
</div>
|
||||
|
||||
<form action="mydetails.php" method="post" style="display:inline;">
|
||||
<input type="hidden" name="action" value="change" />
|
||||
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
{t}The following detailed information is stored in your userprofile:{/t}<br />
|
||||
{if $edit==true}
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" alt="" align="middle" />
|
||||
<span style="color:#666666; font-size:10px;">
|
||||
{t}Unchecked entries are not visible for other users.<br />
|
||||
Entries without checkbox are only needed for internal purposes and will never show up in your public profile.{/t}
|
||||
</span>
|
||||
{/if}
|
||||
<span class="boldtext">{t}The following additional information is stored in your userprofile:{/t}</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -43,24 +34,7 @@
|
||||
|
||||
{foreach from=$useroptions item=useropt}
|
||||
<tr>
|
||||
<td style="vertical-align:top;">{$useropt.name|escape}:</td>
|
||||
<td style="vertical-align:top;">
|
||||
{if $edit==true}
|
||||
{if $useropt.internal_use!=1}
|
||||
<input type="checkbox" name="chk{$useropt.id}" value="1"{if $useropt.option_visible==1} checked="checked"{/if} class="checkbox" />
|
||||
{/if}
|
||||
{else}
|
||||
{if $useropt.internal_use!=1}
|
||||
{if $useropt.option_visible==1}
|
||||
<span style="color:#666666;">{t}visible{/t}</span>
|
||||
{else}
|
||||
<span style="color:#666666;">{t}invisible{/t}</span>
|
||||
{/if}
|
||||
{else}
|
||||
<span style="color:#666666;">{t}internal{/t}</span>
|
||||
{/if}
|
||||
{/if}
|
||||
</td>
|
||||
<td style="vertical-align:top; width:10px"><nobr>{$useropt.name|escape}:</nobr></td>
|
||||
<td>
|
||||
{if $edit==true}
|
||||
{if $useropt.option_input=="text"}
|
||||
@ -84,6 +58,23 @@
|
||||
{/if}
|
||||
{/if}
|
||||
</td>
|
||||
<td style="vertical-align:top;">
|
||||
{if $edit==true}
|
||||
{if $useropt.internal_use!=1}
|
||||
<input type="checkbox" name="chk{$useropt.id}" value="1"{if $useropt.option_visible==1} checked="checked"{/if} class="checkbox" /> {t}show{/t}
|
||||
{/if}
|
||||
{else}
|
||||
{if $useropt.internal_use!=1}
|
||||
{if $useropt.option_visible==1}
|
||||
<span style="color:#666666;">{t}visible{/t}</span>
|
||||
{else}
|
||||
<span style="color:#666666;">{t}invisible{/t}</span>
|
||||
{/if}
|
||||
{else}
|
||||
<!-- <span style="color:#666666;">{t}internal{/t}</span> -->
|
||||
{/if}
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
{foreachelse}
|
||||
<tr>
|
||||
@ -93,17 +84,42 @@
|
||||
|
||||
<tr><td class="spacer" colspan="3"></td></tr>
|
||||
|
||||
{if $edit==true}
|
||||
<tr>
|
||||
<td class="header-small" colspan="3">
|
||||
<tr>
|
||||
<td class="header-small" colspan="3">
|
||||
{if $edit==true}
|
||||
<input type="submit" name="cancel" value="{t}Cancel{/t}" class="formbutton" onclick="submitbutton('cancel')" />
|
||||
<input type="submit" name="save" value="{t}Submit{/t}" class="formbutton" onclick="submitbutton('save')"(/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="3"></td></tr>
|
||||
{/if}
|
||||
{else}
|
||||
<input type="submit" name="change" value="{t}Change{/t}" class="formbutton" onclick="flashbutton('change')" />
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"> </td></tr>
|
||||
</table>
|
||||
|
||||
{if $edit==true}
|
||||
</form>
|
||||
|
||||
{if $edit==false}
|
||||
<form action="mydetails.php" method="post" style="display:inline;">
|
||||
<input type="hidden" name="action" value="changetext" />
|
||||
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<span class="boldtext">{t}The following text is displayed in your <a href="viewprofile.php">public profile</a>:{/t}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
{if $desctext==""}<em>({t}no text entered yet{/t})</em>{else}<div class="textblock wide_textblock">{$desctext} </div>{/if}
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="3"></td></tr>
|
||||
<tr>
|
||||
<td class="header-small" colspan="3">
|
||||
<input type="submit" name="changetext" value="{t}Change{/t}" class="formbutton" onclick="flashbutton('changetext')" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
{/if}
|
||||
|
@ -6,7 +6,7 @@
|
||||
{* OCSTYLE *}
|
||||
|
||||
<div class="content2-pagetitle">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/32x32-searchresults.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="" />
|
||||
<img src="resource2/{$opt.template.style}/images/misc/32x32-ignore.png" style="align: left; margin-right: 10px;" width="32" height="32" />
|
||||
{t}Ignored Geocaches{/t}
|
||||
</div>
|
||||
|
||||
@ -15,21 +15,20 @@
|
||||
<td colspan="2">
|
||||
<table class="table">
|
||||
<tr class="searchresult">
|
||||
<td width="50px"><b>{t}Type{/t}</b></td>
|
||||
<td width="50px"><b>{t}State{/t}</b></td>
|
||||
<td width="500px"><b>{t}Name{/t}</b></td>
|
||||
<td width="200px"> </td>
|
||||
<th width="50px">{t}Type{/t}</td>
|
||||
<th width="50px">{t}State{/t}</td>
|
||||
<th width="500px" colspan="2">{t}Name{/t}</td>
|
||||
</tr>
|
||||
{foreach from=$ignores item=ignoreItem}
|
||||
{cycle values="#eeeeee,#e0e0e0" assign=bgcolor}
|
||||
{cycle values="listcolor1,listcolor2" assign=listcolor}
|
||||
<tr>
|
||||
<td style="border-bottom: solid 1px grey;">{include file="res_cacheicon_22.tpl" cachetype=$ignoreItem.type|escape}</td>
|
||||
<td style="border-bottom: solid 1px grey;">{include file="res_cachestatus.tpl" status=$ignoreItem.status}</td>
|
||||
<td style="border-bottom: solid 1px grey;"><span style="{include file="res_cachestatus_span.tpl" status=$ignoreItem.status}"><a href="viewcache.php?wp={$ignoreItem.wp}">{$ignoreItem.name|escape}</a></span></td>
|
||||
<td style="border-bottom: solid 1px grey;">[<a href="javascript:if(confirm('{t escape=js}Do you really want to delete this entry?{/t}'))location.href='ignore.php?cacheid={$ignoreItem.cacheid}&action=removeignore'">{t}remove{/t}</a>]</td>
|
||||
<td class="{$listcolor}">{include file="res_cacheicon_22.tpl" cachetype=$ignoreItem.type|escape}</th>
|
||||
<td class="{$listcolor}">{include file="res_cachestatus.tpl" status=$ignoreItem.status}</th>
|
||||
<td class="{$listcolor}"><span style="{include file="res_cachestatus_span.tpl" status=$ignoreItem.status}"><a href="viewcache.php?wp={$ignoreItem.wp}">{$ignoreItem.name|escape}</a></span></th>
|
||||
<td class="{$listcolor}">[<a href="javascript:if(confirm('{t escape=js}Do you really want to delete this entry?{/t}'))location.href='ignore.php?cacheid={$ignoreItem.cacheid}&action=removeignore'">{t}remove{/t}</a>]</th>
|
||||
</tr>
|
||||
{foreachelse}
|
||||
<tr><td colspan="4"><br />{t}No ignored Geocaches found.{/t}</td></tr>
|
||||
<tr><td colspan="4"><br />{t}You do not ignore any geocaches now.{/t}</td></tr>
|
||||
{/foreach}
|
||||
</table>
|
||||
</td>
|
||||
|
@ -9,21 +9,20 @@
|
||||
{t}My profile data{/t}
|
||||
</div>
|
||||
|
||||
{if $edit==true}
|
||||
<form action="myprofile.php" method="post" style="display:inline;">
|
||||
<input type="hidden" name="action" value="change" />
|
||||
<input type="hidden" name="showAllCountries" value="{$showAllCountries}" />
|
||||
{/if}
|
||||
|
||||
<div class="content-txtbox-noshade">
|
||||
<p style="line-height: 1.6em;">
|
||||
{t}The following informations are stored in your userprofile:{/t}<br />
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" alt="" align="middle" />
|
||||
<span style="font-size:10px;">{t}Only the <span class="public-setting">green entries</span> are visible to other users.{/t}</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<span class="boldtext ">{t}The following informations are stored in your userprofile:{/t}</span><br />
|
||||
<img src="resource2/{$opt.template.style}/images/misc/hint.gif" border="0" width="15" height="11" alt="" align="middle" />
|
||||
<span style="font-size:10px;">{t}Only the <span class="public-setting">green entries</span> are visible in your <a href="viewprofile.php">public profile</a>.{/t}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="spacer"></td></tr>
|
||||
|
||||
<tr>
|
||||
<td class="public-setting">{t}Username:{/t}</td>
|
||||
<td class="public-setting">
|
||||
@ -39,13 +38,6 @@
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
|
||||
<tr>
|
||||
<td>{t}E-Mail-Address:{/t}</td>
|
||||
<td>{$email|escape}</td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
|
||||
<tr>
|
||||
<td>{t}First name:{/t}</td>
|
||||
@ -74,7 +66,6 @@
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
|
||||
<tr>
|
||||
<td class="public-setting">{t}Country:{/t}</td>
|
||||
@ -188,37 +179,39 @@
|
||||
</tr>
|
||||
{/if}
|
||||
|
||||
{if $edit==false}
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
<tr>
|
||||
<td class="header-small" colspan="2">
|
||||
{if $edit==false}
|
||||
<input type="submit" name="change" value="{t}Change{/t}" class="formbutton" onclick="flashbutton('change')" />
|
||||
{else}
|
||||
<input type="submit" name="cancel" value="{t}Cancel{/t}" class="formbutton" onclick="flashbutton('cancel')" />
|
||||
<input type="submit" name="save" value="{t}Submit{/t}" class="formbutton" onclick="submitbutton('save')" />
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
{if $edit==false}
|
||||
<form action="myprofile.php" method="post" style="display:inline;">
|
||||
<input type="hidden" name="action" value="changeemail" />
|
||||
<table class="table">
|
||||
<tr><td class="spacer" colspan="2"> </td></tr>
|
||||
<tr>
|
||||
<td style="vertical-align:top;"><strong>{t}Statistic picture:{/t}</strong></td>
|
||||
<td><img src="statpics/{$opt.template.locale}/{$login.userid}.jpg" align="middle"></td>
|
||||
<td>{t}E-Mail-Address:{/t}</td>
|
||||
<td>{$email|escape}</td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
|
||||
<tr>
|
||||
<td style="vertical-align:top;">{t}HTML-Code:{/t}</td>
|
||||
<td class="help"><img src="{$opt.page.absolute_url|escape|escape}statpics/{$opt.template.locale}/{$login.userid}.jpg" alt="{t 1=$login.username|escape|escape}Opencaching.de-statstic of %1{/t}" title="{t 1=$login.username|escape|escape}Opencaching.de-statstic of %1{/t}" /></td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
|
||||
<tr>
|
||||
<td style="vertical-align:top;">{t}BBCode for webforums:{/t}</td>
|
||||
<td class="help">[url={$opt.page.absolute_url|escape|escape}viewprofile.php?userid={$login.userid}][img]{$opt.page.absolute_url|escape|escape}statpics/{$opt.template.locale}/{$login.userid}.jpg[/img][/url]</td>
|
||||
</tr>
|
||||
{/if}
|
||||
|
||||
{if $edit==true}
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
<tr>
|
||||
<td class="header-small" colspan="2">
|
||||
<input type="submit" name="cancel" value="{t}Cancel{/t}" class="formbutton" onclick="flashbutton('cancel')" />
|
||||
<input type="submit" name="save" value="{t}Submit{/t}" class="formbutton" onclick="submitbutton('save')" />
|
||||
{if $edit==false}
|
||||
<input type="submit" name="change" value="{t}Change{/t}" class="formbutton" onclick="flashbutton('change')" />
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
</table>
|
||||
</table>
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
{if $edit==true}
|
||||
</form>
|
||||
{/if}
|
43
htdocs/templates2/ocstyle/mystatpic.tpl
Normal file
43
htdocs/templates2/ocstyle/mystatpic.tpl
Normal file
@ -0,0 +1,43 @@
|
||||
{***************************************************************************
|
||||
* You can find the license in the docs directory
|
||||
*
|
||||
* Unicode Reminder メモ
|
||||
***************************************************************************}
|
||||
{* OCSTYLE *}
|
||||
<div class="content2-pagetitle">
|
||||
<img src="resource2/{$opt.template.style}/images/profile/32x32-profile.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="" />
|
||||
{t}Statistic picture{/t}
|
||||
</div>
|
||||
|
||||
<form action="change_statpic.php">
|
||||
|
||||
<table class="table">
|
||||
<tr><td class="spacer" colspan="2"> </td></tr>
|
||||
<tr>
|
||||
<td style="vertical-align:top;">{t}Statistic picture{/t}:</td>
|
||||
<td><img src="statpics/{$opt.template.locale}/{$login.userid}.jpg" align="middle"></td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
|
||||
<tr>
|
||||
<td style="vertical-align:top;">{t}HTML-Code:{/t}</td>
|
||||
<td class="help"><img src="{$opt.page.absolute_url|escape|escape}statpics/{$opt.template.locale}/{$login.userid}.jpg" alt="{t 1=$login.username|escape|escape}Opencaching.de-statstic of %1{/t}" title="{t 1=$login.username|escape|escape}Opencaching.de-statstic of %1{/t}" /></td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
|
||||
<tr>
|
||||
<td style="vertical-align:top;">{t}BBCode for webforums:{/t}</td>
|
||||
<td class="help">[url={$opt.page.absolute_url|escape|escape}viewprofile.php?userid={$login.userid}][img]{$opt.page.absolute_url|escape|escape}statpics/{$opt.template.locale}/{$login.userid}.jpg[/img][/url]</td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="3"> </td></tr>
|
||||
|
||||
<tr>
|
||||
<td class="header-small" colspan="3">
|
||||
<input type="submit" name="change" value="{t}Change{/t}" class="formbutton" onclick="submitbutton('change')" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
|
||||
|
@ -4,8 +4,9 @@
|
||||
* Unicode Reminder メモ
|
||||
***************************************************************************}
|
||||
{* OCSTYLE *}
|
||||
|
||||
<div class="content2-pagetitle">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/32x32-searchresults.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="Recommendations" />
|
||||
<img src="resource2/{$opt.template.style}/images/misc/32x32-winner.png" style="align: left; margin-right: 10px;" width="32" height="32" />
|
||||
{t}My recommendations{/t}
|
||||
</div>
|
||||
|
||||
@ -16,25 +17,23 @@
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<table class="null" border="0" cellspacing="0" width="98%">
|
||||
<table class="null" border="0" cellspacing="0" width="98%">
|
||||
<tr>
|
||||
<td>
|
||||
<td colspan="2">
|
||||
<table class="table">
|
||||
<tr class="searchresult">
|
||||
<td width="50px"><b>{t}Type{/t}</b></td>
|
||||
<td width="50px"><b>{t}State{/t}</b></td>
|
||||
<td width="500px"><b>{t}Name{/t}</b></td>
|
||||
<td width="200px"> </td>
|
||||
<th width="50px">{t}Type{/t}</td>
|
||||
<th width="50px">{t}State{/t}</td>
|
||||
<th width="500px" colspan="2">{t}Name{/t}</td>
|
||||
</tr>
|
||||
{foreach from=$ratings item=ratingItem}
|
||||
{cycle values="#eeeeee,#e0e0e0" assign=bgcolor}
|
||||
{cycle assign=listcolor values="listcolor1,listcolor2"}
|
||||
<tr>
|
||||
<td style="border-bottom: solid 1px grey;">{include file="res_cacheicon_22.tpl" cachetype=$ratingItem.type|escape}</td>
|
||||
<td style="border-bottom: solid 1px grey;">{include file="res_cachestatus.tpl" status=$ratingItem.status}</td>
|
||||
<td style="border-bottom: solid 1px grey;"><span style="{include file="res_cachestatus_span.tpl" status=$ratingItem.status}"><a href="viewcache.php?wp={$ratingItem.wp}">{$ratingItem.cachename|escape}</a></span></td>
|
||||
<td style="border-bottom: solid 1px grey;">[<a href="javascript:if(confirm('{t escape=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>
|
||||
<td class="{$listcolor}">{include file="res_cacheicon_22.tpl" cachetype=$ratingItem.type|escape}</th>
|
||||
<td class="{$listcolor}">{include file="res_cachestatus.tpl" status=$ratingItem.status}</th>
|
||||
<td class="{$listcolor}"><span style="{include file="res_cachestatus_span.tpl" status=$ratingItem.status}"><a href="viewcache.php?wp={$ratingItem.wp}">{$ratingItem.cachename|escape}</a></span></th>
|
||||
<td class="{$listcolor}">[<a href="javascript:if(confirm('{t escape=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>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="4"></td></tr>
|
||||
{foreachelse}
|
||||
<tr><td colspan="3"><br />{t}You haven't recommended a Geocache.{/t}</td></tr>
|
||||
{/foreach}
|
||||
|
@ -19,16 +19,16 @@
|
||||
case 0: // sofort
|
||||
hour.options[0].selected = true;
|
||||
weekday.options[0].selected = true;
|
||||
weekday.disabled=true;
|
||||
hour.disabled=true;
|
||||
weekday.disabled=true; weekday.style.color="grey";
|
||||
hour.disabled=true; hour.style.color="grey";
|
||||
break;
|
||||
case 1: // taeglich
|
||||
weekday.disabled=true;
|
||||
hour.disabled=false;
|
||||
weekday.disabled=true; weekday.style.color="grey";
|
||||
hour.disabled=false; hour.style.color="";
|
||||
break;
|
||||
case 2: // woechentlich
|
||||
weekday.disabled=false;
|
||||
hour.disabled=false;
|
||||
weekday.disabled=false; weekday.style.color="";
|
||||
hour.disabled=false; hour.style.color="";
|
||||
break;
|
||||
}
|
||||
}
|
||||
@ -44,6 +44,7 @@
|
||||
</div>
|
||||
|
||||
<table class="table">
|
||||
<tr><td></td></tr>
|
||||
<tr>
|
||||
<td>{t}Delivery:{/t}</td>
|
||||
<td>
|
||||
@ -110,7 +111,7 @@
|
||||
{else}
|
||||
|
||||
<div class="content2-pagetitle">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/32x32-searchresults.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="Watched Caches" />
|
||||
<img src="resource2/{$opt.template.style}/images/misc/32x32-searchresults.png" style="align: left; margin-right: 10px;" width="32" height="32" />
|
||||
{t}Watched Geocaches{/t}
|
||||
</div>
|
||||
|
||||
@ -119,26 +120,25 @@
|
||||
<td colspan="2">
|
||||
<table class="table">
|
||||
<tr class="searchresult">
|
||||
<td width="50px"><b>{t}Type{/t}</b></td>
|
||||
<td width="50px"><b>{t}State{/t}</b></td>
|
||||
<td width="500px"><b>{t}Name{/t}</b></td>
|
||||
<td width="100px"><b>{t}Last found{/t}</b></td>
|
||||
<td width="100px"> </td>
|
||||
<th width="50px">{t}Type{/t}</th>
|
||||
<th width="50px">{t}State{/t}</th>
|
||||
<th width="500px">{t}Name{/t}</th>
|
||||
<th width="100px" colspan="2">{t}Last found{/t}</th>
|
||||
</tr>
|
||||
{foreach from=$watches item=watchItem}
|
||||
{cycle values="#eeeeee,#e0e0e0" assign=bgcolor}
|
||||
{cycle assign=listcolor values="listcolor1,listcolor2"}
|
||||
<tr>
|
||||
<td style="border-bottom: solid 1px grey;">{include file="res_cacheicon_22.tpl" cachetype=$watchItem.type|escape}</td>
|
||||
<td style="border-bottom: solid 1px grey;">{include file="res_cachestatus.tpl" status=$watchItem.status}</td>
|
||||
<td style="border-bottom: solid 1px grey;"><span style="{include file="res_cachestatus_span.tpl" status=$watchItem.status}"><a href="viewcache.php?wp={$watchItem.wp}">{$watchItem.name|escape}</a></span></td>
|
||||
<td style="border-bottom: solid 1px grey;">
|
||||
<td class="{$listcolor}">{include file="res_cacheicon_22.tpl" cachetype=$watchItem.type|escape}</td>
|
||||
<td class="{$listcolor}">{include file="res_cachestatus.tpl" status=$watchItem.status}</td>
|
||||
<td class="{$listcolor}"><span style="{include file="res_cachestatus_span.tpl" status=$watchItem.status}"><a href="viewcache.php?wp={$watchItem.wp}">{$watchItem.name|escape}</a></span></td>
|
||||
<td class="{$listcolor}">
|
||||
{if $watchItem.lastfound==null}
|
||||
---
|
||||
{else}
|
||||
{$watchItem.lastfound|date_format:$opt.format.date}
|
||||
{/if}
|
||||
</td>
|
||||
<td style="border-bottom: solid 1px grey;">[<a href="javascript:if(confirm('{t escape=js}Do you really want to delete this entry?{/t}'))location.href='mywatches.php?action=remove&cacheid={$watchItem.cacheid}&target=mywatches.php'">{t}remove{/t}</a>]</td>
|
||||
<td class="{$listcolor}">[<a href="javascript:if(confirm('{t escape=js}Do you really want to delete this entry?{/t}'))location.href='mywatches.php?action=remove&cacheid={$watchItem.cacheid}&target=mywatches.php'">{t}remove{/t}</a>]</td>
|
||||
</tr>
|
||||
{foreachelse}
|
||||
<tr><td colspan="5"><br />{t}No Geocaches watched.{/t}</td></tr>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<form action="newpw.php" method="post" style="display: inline;">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td><b>{t}Step 1{/t}</b></td>
|
||||
<td class="boldtext">{t}Step 1{/t}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="help" colspan="2">
|
||||
@ -57,7 +57,7 @@
|
||||
<col>
|
||||
</colgroup>
|
||||
<tr>
|
||||
<td><b>{t}Step 2{/t}</b></td>
|
||||
<td class="boldtext">{t}Step 2{/t}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="help" colspan="2">
|
||||
|
@ -6,40 +6,41 @@
|
||||
{* OCSTYLE *}
|
||||
{if $action=='view'}
|
||||
<div class="content2-pagetitle">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/32x32-searchresults.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="{t}Stored queries{/t}" />
|
||||
<img src="resource2/{$opt.template.style}/images/misc/32x32-searchresults.png" style="align: left; margin-right: 10px;" width="32" height="32" />
|
||||
{t}Stored queries{/t}
|
||||
</div>
|
||||
|
||||
<table class="null" border="0" cellspacing="0" width="98%">
|
||||
<table class="null" border="0" cellspacing="0" width="98%">
|
||||
<tr>
|
||||
<td>
|
||||
<table class="table" style="width:100%">
|
||||
<tr>
|
||||
<td class="header-small" width="300px">{t}Name{/t}</td>
|
||||
<td class="header-small" width="200px">{t}Download{/t}</td>
|
||||
<td class="header-small" width="200px"> </td>
|
||||
<th class="header-small" width="30%">{t}Name{/t}</th>
|
||||
<th class="header-small" width="20%" colspan="2">{t}Download{/t}</th>
|
||||
</tr>
|
||||
{foreach from=$queries item=queriesItem}
|
||||
{cycle assign=bgcolor values="#eeeeee,#e0e0e0"}
|
||||
{cycle assign=listcolor values="listcolor1,listcolor2"}
|
||||
<tr>
|
||||
<td bgcolor="{$bgcolor}"><a href="search.php?queryid={$queriesItem.id}">{$queriesItem.name|escape}</a></td>
|
||||
<td bgcolor="{$bgcolor}">
|
||||
<td class="{$listcolor}"><a href="search.php?queryid={$queriesItem.id}">{$queriesItem.name|escape}</a></td>
|
||||
<td class="{$listcolor}"><nobr>
|
||||
<a href="search.php?queryid={$queriesItem.id}&output=gpx&count=max&zip=1">GPX</a>
|
||||
<a href="search.php?queryid={$queriesItem.id}&output=loc&count=max&zip=1">LOC</a>
|
||||
<a href="search.php?queryid={$queriesItem.id}&output=kml&count=max&zip=1">KML</a>
|
||||
<a href="search.php?queryid={$queriesItem.id}&output=ov2&count=max&zip=1">OV2</a>
|
||||
<a href="search.php?queryid={$queriesItem.id}&output=ovl&count=max&zip=1">OVL</a>
|
||||
</nobr>
|
||||
</td>
|
||||
<td bgcolor="{$bgcolor}"><span style="float: right;">[<a href="search.php?queryid={$queriesItem.id}&showresult=0">{t}Edit{/t}</a>] [<a href="javascript:if(confirm('{t escape=js}Do you really want to delete the saved search?{/t}'))location.href='query.php?queryid={$queriesItem.id}&action=delete'">{t}Delete{/t}</a>]</span></td>
|
||||
<td class="{$listcolor}"><span style="float: right;"><nobr>[<a href="search.php?queryid={$queriesItem.id}&showresult=0">{t}Edit{/t}</a>] [<a href="javascript:if(confirm('{t escape=js}Do you really want to delete the saved search?{/t}'))location.href='query.php?queryid={$queriesItem.id}&action=delete'">{t}Delete{/t}</a>]</span></nobr></td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="3" bgcolor="{$bgcolor}"></td></tr>
|
||||
{foreachelse}
|
||||
<tr><td colspan="2">{t}No stored queries found{/t}</td></tr>
|
||||
<tr><td colspan="2"><br />{t}No stored queries found{/t}</td></tr>
|
||||
{/foreach}
|
||||
<tr>
|
||||
<td class="help" align="right"> </td>
|
||||
<td class="help" colspan="2">{t}With the download you accept the <a href="articles.php?page=impressum#tos">term of use</a> from opencaching.de{/t}</td>
|
||||
</tr>
|
||||
{if $queries|@count > 0}
|
||||
<tr><td class="spacer"> </td></tr>
|
||||
<tr>
|
||||
<td class="help" colspan=3">{t}With the download you accept the <a href="articles.php?page=impressum#tos">term of use</a> from opencaching.de{/t}</td>
|
||||
</tr>
|
||||
{/if}
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -24,23 +24,22 @@
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<table class="null" border="0" cellspacing="0" width="100%">
|
||||
<table class="table" border="0" cellspacing="0" width="100%">
|
||||
<tr>
|
||||
<td width="50px"><b>{t}Quota{/t}</b></td>
|
||||
<td width="10px"> </td>
|
||||
<td><b>{t}Name{/t}</b></td>
|
||||
<th width="50px">{t}Quota{/t}</th>
|
||||
<th width="10px"> </th>
|
||||
<th>{t}Name{/t}</th>
|
||||
</tr>
|
||||
{foreach from=$cacheRatings item=cacheRatingsItem}
|
||||
{cycle values="#eeeeee,#e0e0e0" assign=bgcolor}
|
||||
{cycle values="listcolor1,listcolor2" assign=listcolor}
|
||||
<tr>
|
||||
<td bgcolor="{$bgcolor}">{$cacheRatingsItem.quote|sprintf:"%0d"}%</td>
|
||||
<td bgcolor="{$bgcolor}"> </td>
|
||||
<td bgcolor="{$bgcolor}">
|
||||
<a href="viewcache.php?wp={$cacheRatingsItem.wp}">{$cacheRatingsItem.name|escape}</a> {t}by{/t}
|
||||
<td class="{$listcolor}">{$cacheRatingsItem.quote|sprintf:"%0d"}%</td>
|
||||
<td class="{$listcolor}"> </td>
|
||||
<td class="{$listcolor}">
|
||||
<span style="{include file="res_cachestatus_span.tpl" status=$cacheRatingsItem.status}"><a href="viewcache.php?wp={$cacheRatingsItem.wp}">{$cacheRatingsItem.name|escape}</a></span> {t}by{/t}
|
||||
<a href="viewprofile.php?userid={$cacheRatingsItem.cacheuserid}">{$cacheRatingsItem.cacheusername|escape}</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="3" bgcolor="{$bgcolor}"></td></tr>
|
||||
{foreachelse}
|
||||
<tr><td colspan="3">{t}No recommendations found.{/t}</td></tr>
|
||||
{/foreach}
|
||||
|
@ -5,7 +5,7 @@
|
||||
***************************************************************************}
|
||||
{* OCSTYLE *}
|
||||
<div class="content2-pagetitle">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/32x32-searchresults.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="{t}Recommendations{/t}" />
|
||||
<img src="resource2/{$opt.template.style}/images/misc/32x32-winner.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="{t}Recommendations{/t}" />
|
||||
{t 1=$userid 2=$username|escape}Recommendations of <a href="viewprofile.php?userid=%1">%2</a>{/t}
|
||||
</div>
|
||||
|
||||
@ -14,18 +14,19 @@
|
||||
<td colspan="2">
|
||||
<table class="table" border="0" cellspacing="0" width="100%">
|
||||
<tr class="searchresult">
|
||||
<td width="30px"><b>{t}Type{/t}</b></td>
|
||||
<td width="620px"><b>{t}Name{/t}</b></td>
|
||||
<td width="50px"><b>{t}State{/t}</b></td>
|
||||
<th width="30px">{t}Type{/t}</th>
|
||||
<th width="620px">{t}Name{/t}</th>
|
||||
<th width="50px">{t}State{/t}</th>
|
||||
</tr>
|
||||
{foreach from=$ratings item=ratingItem}
|
||||
{cycle assign=listcolor values="listcolor1,listcolor2"}
|
||||
<tr>
|
||||
<td style="border-bottom: solid 1px grey;">{include file="res_cacheicon_22.tpl" cachetype=$ratingItem.type|escape}</td>
|
||||
<td style="border-bottom: solid 1px grey;">{t 1=$ratingItem.cacheid 2=$ratingItem.cachename|escape 3=$ratingItem.ownername|escape}<a href="viewcache.php?cacheid=%1">%2</a> by %3{/t}</td>
|
||||
<td style="border-bottom: solid 1px grey;">{include file="res_cachestatus.tpl" status=$ratingItem.status}</td>
|
||||
<td class="{$listcolor}">{include file="res_cacheicon_22.tpl" cachetype=$ratingItem.type|escape}</td>
|
||||
<td class="{$listcolor}"><span style="{include file="res_cachestatus_span.tpl" status=$ratingItem.status}"><a href="viewcache.php?cacheid={$ratingItem.cacheid}">{$ratingItem.cachename|escape}</a></span> {t 1=$ratingItem.ownername|escape}by %1{/t}</td>
|
||||
<td class="{$listcolor}">{include file="res_cachestatus.tpl" status=$ratingItem.status}</td>
|
||||
</tr>
|
||||
{foreachelse}
|
||||
<tr><td colspan="2">{t 1=$username|escape}%1 has not recommended any geocache.{/t}</td></tr>
|
||||
<tr><td colspan="2"><br />{t 1=$username|escape}%1 has not recommended any geocache.{/t}</td></tr>
|
||||
{/foreach}
|
||||
</table>
|
||||
</td>
|
||||
|
@ -75,35 +75,25 @@
|
||||
|
||||
{foreach from=$useroptions item=optionItem}
|
||||
<tr>
|
||||
{if $optionItem.option_id==3}
|
||||
</tr>
|
||||
<td><td class="spacer"> </td></tr></table>
|
||||
<div class="content2-container bg-blue02">
|
||||
<p class="content-title-noshade-size2">
|
||||
<img src="resource2/{$opt.template.style}/images/description/22x22-description.png" style="align: left; margin-right: 10px;" width="22" height="22" />
|
||||
{t}Description{/t}
|
||||
</p>
|
||||
</div>
|
||||
<div class="table-like-font" style="margin-left:6px">
|
||||
{if $siteSettings.logic.enableHTMLInUserDescription == true}
|
||||
{$optionItem.option_value}
|
||||
{else}
|
||||
{$optionItem.option_value|escape|nl2br}
|
||||
{/if}
|
||||
</div>
|
||||
<table class="table">
|
||||
<tr><td><td class="spacer"></td></tr>
|
||||
<tr>
|
||||
{else}
|
||||
<td style="vertical-align:top;"><b>{$optionItem.name|escape}:</b></td>
|
||||
<td style="vertical-align:top;">{$optionItem.option_value|escape|nl2br}</td>
|
||||
{/if}
|
||||
{if $optionItem.option_id != 3}
|
||||
<td style="vertical-align:top;"><b>{$optionItem.name|escape}:</b></td>
|
||||
<td style="vertical-align:top;">{$optionItem.option_value|escape|nl2br}</td>
|
||||
{/if}
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
<tr><td><td class="spacer"> </td></tr>
|
||||
</table>
|
||||
|
||||
{if $description != ""}
|
||||
<div class="content2-container bg-blue02" >
|
||||
</div>
|
||||
<div class="table-like-font" style="margin-left:6px">
|
||||
{$description}
|
||||
</div>
|
||||
<div> </div>
|
||||
{/if}
|
||||
|
||||
<div class="content2-container bg-blue02">
|
||||
<p class="content-title-noshade-size2">
|
||||
<img src="resource2/{$opt.template.style}/images/cacheicon/20x20-3.png" style="align: left; margin-right: 10px;" />
|
||||
|
@ -72,6 +72,9 @@
|
||||
$tpl->assign_rs('useroptions', $rs);
|
||||
sql_free_result($rs);
|
||||
|
||||
$tpl->assign('description',
|
||||
sql_value("SELECT `description` FROM `user` WHERE `user_id`='&1'", "", $userid));
|
||||
|
||||
$rs = sql("SELECT COUNT(*) AS `anzahl`, `t`.`id`, IFNULL(`tt`.`text`, `t`.`name`) AS `cachetype`
|
||||
FROM `caches` AS `c`
|
||||
LEFT JOIN `cache_type` AS `t` ON `t`.`id`=`c`.`type`
|
||||
|
Reference in New Issue
Block a user