diff --git a/config/geocache.default.php b/config/geocache.default.php index df20638a11..e6c88df110 100644 --- a/config/geocache.default.php +++ b/config/geocache.default.php @@ -8,6 +8,7 @@ */ use src\Models\GeoCache\GeoCacheCommons; +use src\Models\GeoCache\CacheAttribute; $geocache = []; @@ -62,3 +63,11 @@ * If the list is empty only custom (user defined) option will be active. */ $geocache['reactivationRulesPredefinedOpts'] = []; + +/** + * List of attributes supported by the node. The order is significant - the same order is used on sites. + * Use CacheAttribute::* notation for more clear definition. + */ +$geocache['supportedAttributes'] = [ + CacheAttribute::FEE, CacheAttribute::BOAT, CacheAttribute::CHILDREN +]; diff --git a/config/geocache.nl.php b/config/geocache.nl.php index 7bdf2ba5ef..234b5f4b72 100644 --- a/config/geocache.nl.php +++ b/config/geocache.nl.php @@ -6,6 +6,7 @@ * Those are configuration overrides for OCNL node only. */ +use src\Models\GeoCache\CacheAttribute; use src\Models\GeoCache\GeoCacheCommons; $geocache['enabledSizes'][] = GeoCacheCommons::SIZE_NANO; @@ -19,4 +20,22 @@ /** * Minimum number of founds necessary for titled cache */ -$geocache['titledCacheMinFounds'] = 2; \ No newline at end of file +$geocache['titledCacheMinFounds'] = 2; + +/** + * List of attributes supported by the node. The order is significant - the same order is used on sites. + * Use CacheAttribute::* notation for more clear definition. + */ +$geocache['supportedAttributes'] = [ + CacheAttribute::BOAT, CacheAttribute::CHILDREN, CacheAttribute::HIKING, + CacheAttribute::AVAILABLE247, CacheAttribute::NIGHT, CacheAttribute::TICKS, + CacheAttribute::HUNTING, CacheAttribute::DANGER, CacheAttribute::WHEELCHAIR, + CacheAttribute::PARKING, CacheAttribute::BIKE, CacheAttribute::THORNS, + CacheAttribute::STEALTH, CacheAttribute::FLASHLIGHT, CacheAttribute::TOOLS, + CacheAttribute::BEACON, CacheAttribute::OCONLY, CacheAttribute::LETTERBOX, + CacheAttribute::COMPASS, CacheAttribute::QUICK, CacheAttribute::GEOHOTEL, + CacheAttribute::PEN, CacheAttribute::MAGNETIC, CacheAttribute::MP3, + CacheAttribute::USB, CacheAttribute::BENCHMARK, CacheAttribute::NATURE, + CacheAttribute::HISTORIC, CacheAttribute::SHOVEL, CacheAttribute::WALK, + CacheAttribute::NOTAVAILABLE247 +]; diff --git a/config/geocache.pl.php b/config/geocache.pl.php index 9fedc79635..94f85ab9c3 100644 --- a/config/geocache.pl.php +++ b/config/geocache.pl.php @@ -6,6 +6,7 @@ * Those are configuration overrides for OCPL node only. */ +use src\Models\GeoCache\CacheAttribute; use src\Models\GeoCache\GeoCacheCommons; /** @@ -43,3 +44,20 @@ 'editDesc_reactivRuleOptNoReactivations', 'editDesc_reactivRuleOptAfterContact', 'editDesc_reactivRuleOptReactAllowed']; + +/** + * List of attributes supported by the node. The order is significant - the same order is used on sites. + * Use CacheAttribute::* notation for more clear definition. + */ +$geocache['supportedAttributes'] = [ + CacheAttribute::FEE, CacheAttribute::BOAT, CacheAttribute::CHILDREN, + CacheAttribute::NIGHT, CacheAttribute::DANGER, CacheAttribute::WHEELCHAIR, + CacheAttribute::BIKE, CacheAttribute::FLASHLIGHT, CacheAttribute::TOOLS, + CacheAttribute::BEACON, CacheAttribute::LETTERBOX, CacheAttribute::COMPASS, + CacheAttribute::QUICK, CacheAttribute::GEOHOTEL, CacheAttribute::PEN, + CacheAttribute::MAGNETIC, CacheAttribute::MP3, CacheAttribute::OFFSET, + CacheAttribute::USB, CacheAttribute::BENCHMARK, CacheAttribute::WHERIGO, + CacheAttribute::NATURE, CacheAttribute::MONUMENT, CacheAttribute::SHOVEL, + CacheAttribute::WALK +]; + diff --git a/config/geocache.ro.php b/config/geocache.ro.php index b586ce4612..4eb1c025d4 100644 --- a/config/geocache.ro.php +++ b/config/geocache.ro.php @@ -6,6 +6,7 @@ * Those are configuration overrides for OCRO node only. */ +use src\Models\GeoCache\CacheAttribute; use src\Models\GeoCache\GeoCacheCommons; $geocache['enabledSizes'][] = GeoCacheCommons::SIZE_NANO; @@ -21,3 +22,22 @@ * Hide coordinates for non-logged users */ $geocache['coordsHiddenForNonLogged'] = false; + +/** + * List of attributes supported by the node. The order is significant - the same order is used on sites. + * Use CacheAttribute::* notation for more clear definition. + */ +$geocache['supportedAttributes'] = [ + CacheAttribute::FEE, CacheAttribute::BOAT, CacheAttribute::CHILDREN, + CacheAttribute::HIKING, CacheAttribute::AVAILABLE247, CacheAttribute::NIGHT, + CacheAttribute::TICKS, CacheAttribute::HUNTING, CacheAttribute::DANGER, + CacheAttribute::WHEELCHAIR, CacheAttribute::PARKING, CacheAttribute::WATER, + CacheAttribute::BIKE, CacheAttribute::THORNS, CacheAttribute::STEALTH, + CacheAttribute::FLASHLIGHT, CacheAttribute::RIDDLE, CacheAttribute::TOOLS, + CacheAttribute::BEACON, CacheAttribute::OCONLY, CacheAttribute::LETTERBOX, + CacheAttribute::COMPASS, CacheAttribute::QUICK, CacheAttribute::GEOHOTEL, + CacheAttribute::PEN, CacheAttribute::MAGNETIC, CacheAttribute::MP3, + CacheAttribute::OFFSET, CacheAttribute::USB, CacheAttribute::BENCHMARK, + CacheAttribute::WHERIGO, CacheAttribute::NATURE, CacheAttribute::MONUMENT, + CacheAttribute::SHOVEL, CacheAttribute::WALK, CacheAttribute::NOTAVAILABLE247, +]; diff --git a/config/geocache.uk.php b/config/geocache.uk.php index a59abff65d..93c015801d 100644 --- a/config/geocache.uk.php +++ b/config/geocache.uk.php @@ -6,6 +6,7 @@ * Those are configuration overrides for OCUK node only. */ +use src\Models\GeoCache\CacheAttribute; use src\Models\GeoCache\GeoCacheCommons; /** @@ -24,3 +25,28 @@ * Minimum number of founds necessary for titled cache */ $geocache['titledCacheMinFounds'] = 7; + +/** + * List of attributes supported by the node. The order is significant - the same order is used on sites. + * Use CacheAttribute::* notation for more clear definition. + */ +$geocache['supportedAttributes'] = [ + CacheAttribute::FEE, CacheAttribute::RAPPELING, CacheAttribute::BOAT, + CacheAttribute::DIVING, CacheAttribute::CHILDREN, CacheAttribute::HIKING, + CacheAttribute::CLIMBING, CacheAttribute::WADING, CacheAttribute::SWIMMING, CacheAttribute::AVAILABLE247, + CacheAttribute::WINTER, CacheAttribute::POISON, CacheAttribute::ANIMALS, + CacheAttribute::TICKS, CacheAttribute::MINE, CacheAttribute::CLIFF, + CacheAttribute::HUNTING, CacheAttribute::DANGER, CacheAttribute::PARKING, + CacheAttribute::TRANSPORT, CacheAttribute::WATER, CacheAttribute::RESTROOMS, + CacheAttribute::PHONE, CacheAttribute::THORNS, CacheAttribute::FLASHLIGHT, + CacheAttribute::RIDDLE, CacheAttribute::TOOLS, CacheAttribute::NIGHTONLY, + CacheAttribute::DRIVEIN, CacheAttribute::OCONLY, CacheAttribute::LETTERBOX, + CacheAttribute::TRAIN, CacheAttribute::FIRSTAID, CacheAttribute::STEEP, + CacheAttribute::HISTORIC, CacheAttribute::MOVING, CacheAttribute::WEBCAM, + CacheAttribute::INDOOR, CacheAttribute::UNDERWATER, CacheAttribute::NOGPS, + CacheAttribute::OVERNIGHT, CacheAttribute::TIDE, CacheAttribute::PRESERVE, + CacheAttribute::COMPASS, CacheAttribute::CAVE, /*CacheAttribute::AIRCRAFT,*/ + CacheAttribute::WIKI, CacheAttribute::MATH, /*CacheAttribute::OTHER,*/ + /*CacheAttribute::ASKOWNER,*/ CacheAttribute::HANDICACHING, CacheAttribute::MUNZEE, + CacheAttribute::NOTAVAILABLE247, CacheAttribute::DAY, CacheAttribute::ALLSEASONS +]; diff --git a/config/geocache.us.php b/config/geocache.us.php index d81fd5b973..2f65d54b0d 100644 --- a/config/geocache.us.php +++ b/config/geocache.us.php @@ -6,6 +6,26 @@ * Those are configuration overrides for OCUS node only. */ +use src\Models\GeoCache\CacheAttribute; use src\Models\GeoCache\GeoCacheCommons; $geocache['enabledSizes'][] = GeoCacheCommons::SIZE_NANO; + +/** + * List of attributes supported by the node. The order is significant - the same order is used on sites. + * Use CacheAttribute::* notation for more clear definition. + */ +$geocache['supportedAttributes'] = [ + CacheAttribute::FEE, CacheAttribute::CHILDREN, CacheAttribute::WINTER, + CacheAttribute::POISON, CacheAttribute::ANIMALS, CacheAttribute::TICKS, + CacheAttribute::DANGER, CacheAttribute::WHEELCHAIR, CacheAttribute::THORNS, + CacheAttribute::STEALTH, CacheAttribute::FLASHLIGHT, CacheAttribute::TRUCK, + CacheAttribute::TOOLS, CacheAttribute::NIGHTONLY, CacheAttribute::BEACON, + /*CacheAttribute::CHALLENGE ???, */ CacheAttribute::OCONLY, CacheAttribute::LETTERBOX, + CacheAttribute::COMPASS, CacheAttribute::QUICK, CacheAttribute::GEOHOTEL, + CacheAttribute::PEN, CacheAttribute::MAGNETIC, CacheAttribute::MP3, + CacheAttribute::OFFSET, CacheAttribute::USB, CacheAttribute::BENCHMARK, + CacheAttribute::NATURE, CacheAttribute::HISTORIC, CacheAttribute::MUNZEE, + CacheAttribute::ADS, /*CacheAttribute::BITCACHE ???*/ /*CacheAttribute::GUESTBOOK??*/ + CacheAttribute::NOTAVAILABLE247 +]; diff --git a/lib/languages/en.php b/lib/languages/en.php index 8a8813b5c5..1d5d3c1b18 100644 --- a/lib/languages/en.php +++ b/lib/languages/en.php @@ -3136,6 +3136,86 @@ 'vote_elListThEnd' => 'End of election', 'vote_optionsToChoose' => 'Options to choose from', - + 'at_fee' => 'Access or parking fee', + 'at_rappeling' => 'Climbing gear requried', + 'at_boat' => 'Boat required', + 'at_diving' => 'Diving equipment required', + 'at_children' => 'Suitable for children', + 'at_hiking' => 'Long walk or hike', + 'at_climbing' => 'Some climbing (no gear needed)', + 'at_wading' => 'Swamp or marsh. May require wading', + 'at_swimming' => 'Swimming required', + 'at_available247' => 'Available 24/7', + 'at_night' => 'Recommended at night', + 'at_winter' => 'Available during winter', + 'at_poison' => 'Poisonous plants', + 'at_animals' => 'Dangerous animals', + 'at_ticks' => 'Ticks', + 'at_mine' => 'Abandoned mines', + 'at_cliff' => 'Cliffs / falling rocks hazard', + 'at_hunting' => 'Hunting grounds', + 'at_danger' => 'Dangerous area', + 'at_wheelchair' => 'Wheelchair accessible', + 'at_parking' => 'Parking area nearby', + 'at_transport' => 'Public transportation', + 'at_water' => 'Drinking water nearby', + 'at_restrooms' => 'Public restrooms nearby', + 'at_phone' => 'Public phone nerby', + 'at_bike' => 'Bycicles allowed', + 'at_thorn' => 'Thorns', + 'at_stealth' => 'Stealth required', + 'at_flashlight' => 'Flashlight required', + 'at_truck' => 'Truck / RV allowed', + 'at_riddle' => 'Puzzle / Mystery', + 'at_uv' => 'UV light required', + 'at_tools' => 'Special tool / equipment required', + 'at_nightonly' => 'Night cache - can only be found at night', + 'at_drivein' => 'Park and grab', + 'at_ruin' => 'Abandoned structure / ruin', + 'at_beacon' => 'Wireless beacon / Garmin Chirp™', + 'at_tree' => 'Tree climbing required', + 'at_oconly' => 'Only loggable at Opencaching', + 'at_letterbox' => 'Letterbox', + 'at_train' => 'Active railway nearby', + 'at_firstaid' => 'First aid available', + 'at_steep' => 'Hilly area', + 'at_poi' => 'Point of interest', + 'at_moving' => 'Moving target', + 'at_webcam' => 'Webcam', + 'at_indoor' => 'Wihin enclosed rooms (caves, buildings etc.)', + 'at_underwater' => 'Under water', + 'at_nogps' => 'No GPS required', + 'at_overnight' => 'Overnight stay necessary', + 'at_tide' => 'Not available during high tide', + 'at_preserve' => 'Nature preserve / Breeding season', + 'at_compass' => 'Compass required', + 'at_cave' => 'Cave equipment required', + 'at_wiki' => 'Internet research required', + 'at_math' => 'Mathematical or logical problem', + 'at_quick' => 'Quick and easy cache', + 'at_geohotel' => 'GeoHotel for trackables', + 'at_pen' => 'Bring your own pen', + 'at_magnetic' => 'Attached using magnet(s)', + 'at_mp3' => 'Information in MP3 file', + 'at_offset' => 'Container placed at an offset from given coordinates', + 'at_usb' => 'Dead Drop USB container', + 'at_benchmark' => 'Benchmark - geodetic point', + 'at_wherigo' => 'Wherigo cartridge to play', + 'at_nature' => 'Hidden in natural surroundings', + 'at_monument' => 'Monument or historic site', + 'at_shovel' => 'Shovel required', + 'at_walk' => 'Access only by walk', + 'at_handicaching' => 'Rated on Handicaching.com', + 'at_munzee' => 'Contains a Munzee', + 'at_ads' => 'Contains advertising', + 'at_military' => 'Military training area, some access restrictions - check before visit', + 'at_monitoring' => 'Caution, area under video surveillance', + 'at_trackables' => 'Suitable to hold trackables', + 'at_historic' => 'Officially designated historical monument', + 'at_nodogs' => 'Dogs not allowed', + 'at_notAvailable247' => 'Only available at specified time', + 'at_day' => 'NOT recommended at night', + 'at_notinwinter' => 'NOT available during winter', + 'at_allseasons' => 'Available all seasons', ); diff --git a/public/images/cacheAttributes/nl/ReadMe.txt b/public/images/cacheAttributes/nl/ReadMe.txt new file mode 100644 index 0000000000..2cb64dac3f --- /dev/null +++ b/public/images/cacheAttributes/nl/ReadMe.txt @@ -0,0 +1,3 @@ + +The icons of attributes base on free icons from http://icons.mysitemyway.com/ + diff --git a/public/images/cacheAttributes/nl/at_allseasons.png b/public/images/cacheAttributes/nl/at_allseasons.png new file mode 100644 index 0000000000..ff0930e83d Binary files /dev/null and b/public/images/cacheAttributes/nl/at_allseasons.png differ diff --git a/public/images/cacheAttributes/nl/at_available247.png b/public/images/cacheAttributes/nl/at_available247.png new file mode 100644 index 0000000000..bf9377e685 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_available247.png differ diff --git a/public/images/cacheAttributes/nl/at_beacon.png b/public/images/cacheAttributes/nl/at_beacon.png new file mode 100644 index 0000000000..9b6c39d743 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_beacon.png differ diff --git a/public/images/cacheAttributes/nl/at_benchmark.png b/public/images/cacheAttributes/nl/at_benchmark.png new file mode 100644 index 0000000000..2203e0803b Binary files /dev/null and b/public/images/cacheAttributes/nl/at_benchmark.png differ diff --git a/public/images/cacheAttributes/nl/at_bike.png b/public/images/cacheAttributes/nl/at_bike.png new file mode 100644 index 0000000000..287bb4e868 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_bike.png differ diff --git a/public/images/cacheAttributes/nl/at_boat.png b/public/images/cacheAttributes/nl/at_boat.png new file mode 100644 index 0000000000..4161e3d81c Binary files /dev/null and b/public/images/cacheAttributes/nl/at_boat.png differ diff --git a/public/images/cacheAttributes/nl/at_children.png b/public/images/cacheAttributes/nl/at_children.png new file mode 100644 index 0000000000..6fc588dcfe Binary files /dev/null and b/public/images/cacheAttributes/nl/at_children.png differ diff --git a/public/images/cacheAttributes/nl/at_compass.png b/public/images/cacheAttributes/nl/at_compass.png new file mode 100644 index 0000000000..c9b22df200 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_compass.png differ diff --git a/public/images/cacheAttributes/nl/at_danger.png b/public/images/cacheAttributes/nl/at_danger.png new file mode 100644 index 0000000000..32e09f901c Binary files /dev/null and b/public/images/cacheAttributes/nl/at_danger.png differ diff --git a/public/images/cacheAttributes/nl/at_flashlight.png b/public/images/cacheAttributes/nl/at_flashlight.png new file mode 100644 index 0000000000..018a969b79 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_flashlight.png differ diff --git a/public/images/cacheAttributes/nl/at_geohotel.png b/public/images/cacheAttributes/nl/at_geohotel.png new file mode 100644 index 0000000000..9bd65a45dd Binary files /dev/null and b/public/images/cacheAttributes/nl/at_geohotel.png differ diff --git a/public/images/cacheAttributes/nl/at_hiking.png b/public/images/cacheAttributes/nl/at_hiking.png new file mode 100644 index 0000000000..e7885dfb83 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_hiking.png differ diff --git a/public/images/cacheAttributes/nl/at_historic.png b/public/images/cacheAttributes/nl/at_historic.png new file mode 100644 index 0000000000..8cc810726c Binary files /dev/null and b/public/images/cacheAttributes/nl/at_historic.png differ diff --git a/public/images/cacheAttributes/nl/at_hunting.png b/public/images/cacheAttributes/nl/at_hunting.png new file mode 100644 index 0000000000..7d843c1d76 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_hunting.png differ diff --git a/public/images/cacheAttributes/nl/at_letterbox.png b/public/images/cacheAttributes/nl/at_letterbox.png new file mode 100644 index 0000000000..c0437547cf Binary files /dev/null and b/public/images/cacheAttributes/nl/at_letterbox.png differ diff --git a/public/images/cacheAttributes/nl/at_magnetic.png b/public/images/cacheAttributes/nl/at_magnetic.png new file mode 100644 index 0000000000..6a56859a12 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_magnetic.png differ diff --git a/public/images/cacheAttributes/nl/at_mp3.png b/public/images/cacheAttributes/nl/at_mp3.png new file mode 100644 index 0000000000..6c1bc9a314 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_mp3.png differ diff --git a/public/images/cacheAttributes/nl/at_nature.png b/public/images/cacheAttributes/nl/at_nature.png new file mode 100644 index 0000000000..31b7413fab Binary files /dev/null and b/public/images/cacheAttributes/nl/at_nature.png differ diff --git a/public/images/cacheAttributes/nl/at_night.png b/public/images/cacheAttributes/nl/at_night.png new file mode 100644 index 0000000000..f632f167b9 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_night.png differ diff --git a/public/images/cacheAttributes/nl/at_nogps.png b/public/images/cacheAttributes/nl/at_nogps.png new file mode 100644 index 0000000000..08546b8492 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_nogps.png differ diff --git a/public/images/cacheAttributes/nl/at_notavailable247.png b/public/images/cacheAttributes/nl/at_notavailable247.png new file mode 100644 index 0000000000..7c2e367285 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_notavailable247.png differ diff --git a/public/images/cacheAttributes/nl/at_oconly.png b/public/images/cacheAttributes/nl/at_oconly.png new file mode 100644 index 0000000000..67ec3bf53a Binary files /dev/null and b/public/images/cacheAttributes/nl/at_oconly.png differ diff --git a/public/images/cacheAttributes/nl/at_offset.png b/public/images/cacheAttributes/nl/at_offset.png new file mode 100644 index 0000000000..b635e60ed5 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_offset.png differ diff --git a/public/images/cacheAttributes/nl/at_parking.png b/public/images/cacheAttributes/nl/at_parking.png new file mode 100644 index 0000000000..289ba10268 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_parking.png differ diff --git a/public/images/cacheAttributes/nl/at_password.png b/public/images/cacheAttributes/nl/at_password.png new file mode 100644 index 0000000000..a8c1a7edb7 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_password.png differ diff --git a/public/images/cacheAttributes/nl/at_pen.png b/public/images/cacheAttributes/nl/at_pen.png new file mode 100644 index 0000000000..419005a3ed Binary files /dev/null and b/public/images/cacheAttributes/nl/at_pen.png differ diff --git a/public/images/cacheAttributes/nl/at_quick.png b/public/images/cacheAttributes/nl/at_quick.png new file mode 100644 index 0000000000..76f8772da1 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_quick.png differ diff --git a/public/images/cacheAttributes/nl/at_shovel.png b/public/images/cacheAttributes/nl/at_shovel.png new file mode 100644 index 0000000000..0054c78d6c Binary files /dev/null and b/public/images/cacheAttributes/nl/at_shovel.png differ diff --git a/public/images/cacheAttributes/nl/at_stealth.png b/public/images/cacheAttributes/nl/at_stealth.png new file mode 100644 index 0000000000..f8d88e5326 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_stealth.png differ diff --git a/public/images/cacheAttributes/nl/at_thorns.png b/public/images/cacheAttributes/nl/at_thorns.png new file mode 100644 index 0000000000..804311cb67 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_thorns.png differ diff --git a/public/images/cacheAttributes/nl/at_ticks.png b/public/images/cacheAttributes/nl/at_ticks.png new file mode 100644 index 0000000000..37da9d16e7 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_ticks.png differ diff --git a/public/images/cacheAttributes/nl/at_tools.png b/public/images/cacheAttributes/nl/at_tools.png new file mode 100644 index 0000000000..f5608ab100 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_tools.png differ diff --git a/public/images/cacheAttributes/nl/at_usb.png b/public/images/cacheAttributes/nl/at_usb.png new file mode 100644 index 0000000000..963cb1ef49 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_usb.png differ diff --git a/public/images/cacheAttributes/nl/at_walk.png b/public/images/cacheAttributes/nl/at_walk.png new file mode 100644 index 0000000000..1acab47612 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_walk.png differ diff --git a/public/images/cacheAttributes/nl/at_wheelchair.png b/public/images/cacheAttributes/nl/at_wheelchair.png new file mode 100644 index 0000000000..80d658e21e Binary files /dev/null and b/public/images/cacheAttributes/nl/at_wheelchair.png differ diff --git a/public/images/cacheAttributes/nl/at_wigo.png b/public/images/cacheAttributes/nl/at_wigo.png new file mode 100644 index 0000000000..d9812f33d2 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_wigo.png differ diff --git a/public/images/cacheAttributes/nl/at_winter.png b/public/images/cacheAttributes/nl/at_winter.png new file mode 100644 index 0000000000..286756d6e3 Binary files /dev/null and b/public/images/cacheAttributes/nl/at_winter.png differ diff --git a/public/images/cacheAttributes/nl/materials/at_template-attr.png b/public/images/cacheAttributes/nl/materials/at_template-attr.png new file mode 100644 index 0000000000..ff5ec704f2 Binary files /dev/null and b/public/images/cacheAttributes/nl/materials/at_template-attr.png differ diff --git a/public/images/cacheAttributes/pl/ReadMe.txt b/public/images/cacheAttributes/pl/ReadMe.txt new file mode 100644 index 0000000000..2cb64dac3f --- /dev/null +++ b/public/images/cacheAttributes/pl/ReadMe.txt @@ -0,0 +1,3 @@ + +The icons of attributes base on free icons from http://icons.mysitemyway.com/ + diff --git a/public/images/cacheAttributes/pl/at_allseasons.png b/public/images/cacheAttributes/pl/at_allseasons.png new file mode 100644 index 0000000000..2c59d57606 Binary files /dev/null and b/public/images/cacheAttributes/pl/at_allseasons.png differ diff --git a/public/images/cacheAttributes/pl/at_beacon.png b/public/images/cacheAttributes/pl/at_beacon.png new file mode 100644 index 0000000000..49071e132f Binary files /dev/null and b/public/images/cacheAttributes/pl/at_beacon.png differ diff --git a/public/images/cacheAttributes/pl/at_benchmark.png b/public/images/cacheAttributes/pl/at_benchmark.png new file mode 100644 index 0000000000..f54206a436 Binary files /dev/null and b/public/images/cacheAttributes/pl/at_benchmark.png differ diff --git a/public/images/cacheAttributes/pl/at_bike.png b/public/images/cacheAttributes/pl/at_bike.png new file mode 100644 index 0000000000..ac23b265c3 Binary files /dev/null and b/public/images/cacheAttributes/pl/at_bike.png differ diff --git a/public/images/cacheAttributes/pl/at_boat.png b/public/images/cacheAttributes/pl/at_boat.png new file mode 100644 index 0000000000..9beffa7249 Binary files /dev/null and b/public/images/cacheAttributes/pl/at_boat.png differ diff --git a/public/images/cacheAttributes/pl/at_children.png b/public/images/cacheAttributes/pl/at_children.png new file mode 100644 index 0000000000..81a12939e0 Binary files /dev/null and b/public/images/cacheAttributes/pl/at_children.png differ diff --git a/public/images/cacheAttributes/pl/at_compass.png b/public/images/cacheAttributes/pl/at_compass.png new file mode 100644 index 0000000000..98cf2e271b Binary files /dev/null and b/public/images/cacheAttributes/pl/at_compass.png differ diff --git a/public/images/cacheAttributes/pl/at_danger.png b/public/images/cacheAttributes/pl/at_danger.png new file mode 100644 index 0000000000..45418c42e4 Binary files /dev/null and b/public/images/cacheAttributes/pl/at_danger.png differ diff --git a/public/images/cacheAttributes/pl/at_fee.png b/public/images/cacheAttributes/pl/at_fee.png new file mode 100644 index 0000000000..9104f9dcfb Binary files /dev/null and b/public/images/cacheAttributes/pl/at_fee.png differ diff --git a/public/images/cacheAttributes/pl/at_flashlight.png b/public/images/cacheAttributes/pl/at_flashlight.png new file mode 100644 index 0000000000..cb444ceaf0 Binary files /dev/null and b/public/images/cacheAttributes/pl/at_flashlight.png differ diff --git a/public/images/cacheAttributes/pl/at_geohotel.png b/public/images/cacheAttributes/pl/at_geohotel.png new file mode 100644 index 0000000000..d6b915478e Binary files /dev/null and b/public/images/cacheAttributes/pl/at_geohotel.png differ diff --git a/public/images/cacheAttributes/pl/at_letterbox.png b/public/images/cacheAttributes/pl/at_letterbox.png new file mode 100644 index 0000000000..5cfb19f62b Binary files /dev/null and b/public/images/cacheAttributes/pl/at_letterbox.png differ diff --git a/public/images/cacheAttributes/pl/at_magnetic.png b/public/images/cacheAttributes/pl/at_magnetic.png new file mode 100644 index 0000000000..8980600c86 Binary files /dev/null and b/public/images/cacheAttributes/pl/at_magnetic.png differ diff --git a/public/images/cacheAttributes/pl/at_monument.png b/public/images/cacheAttributes/pl/at_monument.png new file mode 100644 index 0000000000..531506055a Binary files /dev/null and b/public/images/cacheAttributes/pl/at_monument.png differ diff --git a/public/images/cacheAttributes/pl/at_mp3.png b/public/images/cacheAttributes/pl/at_mp3.png new file mode 100644 index 0000000000..abb6f94998 Binary files /dev/null and b/public/images/cacheAttributes/pl/at_mp3.png differ diff --git a/public/images/cacheAttributes/pl/at_nature.png b/public/images/cacheAttributes/pl/at_nature.png new file mode 100644 index 0000000000..e05d8d2e09 Binary files /dev/null and b/public/images/cacheAttributes/pl/at_nature.png differ diff --git a/public/images/cacheAttributes/pl/at_night.png b/public/images/cacheAttributes/pl/at_night.png new file mode 100644 index 0000000000..2ec3ef727c Binary files /dev/null and b/public/images/cacheAttributes/pl/at_night.png differ diff --git a/public/images/cacheAttributes/pl/at_nogps.png b/public/images/cacheAttributes/pl/at_nogps.png new file mode 100644 index 0000000000..08546b8492 Binary files /dev/null and b/public/images/cacheAttributes/pl/at_nogps.png differ diff --git a/public/images/cacheAttributes/pl/at_offset.png b/public/images/cacheAttributes/pl/at_offset.png new file mode 100644 index 0000000000..b635e60ed5 Binary files /dev/null and b/public/images/cacheAttributes/pl/at_offset.png differ diff --git a/public/images/cacheAttributes/pl/at_password.png b/public/images/cacheAttributes/pl/at_password.png new file mode 100644 index 0000000000..f08aa792f1 Binary files /dev/null and b/public/images/cacheAttributes/pl/at_password.png differ diff --git a/public/images/cacheAttributes/pl/at_pen.png b/public/images/cacheAttributes/pl/at_pen.png new file mode 100644 index 0000000000..27263876a8 Binary files /dev/null and b/public/images/cacheAttributes/pl/at_pen.png differ diff --git a/public/images/cacheAttributes/pl/at_quick.png b/public/images/cacheAttributes/pl/at_quick.png new file mode 100644 index 0000000000..8f99f683a2 Binary files /dev/null and b/public/images/cacheAttributes/pl/at_quick.png differ diff --git a/public/images/cacheAttributes/pl/at_shovel.png b/public/images/cacheAttributes/pl/at_shovel.png new file mode 100644 index 0000000000..ddb2c2b713 Binary files /dev/null and b/public/images/cacheAttributes/pl/at_shovel.png differ diff --git a/public/images/cacheAttributes/pl/at_tools.png b/public/images/cacheAttributes/pl/at_tools.png new file mode 100644 index 0000000000..2f914e7dd8 Binary files /dev/null and b/public/images/cacheAttributes/pl/at_tools.png differ diff --git a/public/images/cacheAttributes/pl/at_usb.png b/public/images/cacheAttributes/pl/at_usb.png new file mode 100644 index 0000000000..191cc55161 Binary files /dev/null and b/public/images/cacheAttributes/pl/at_usb.png differ diff --git a/public/images/cacheAttributes/pl/at_walk.png b/public/images/cacheAttributes/pl/at_walk.png new file mode 100644 index 0000000000..fdc205c4cc Binary files /dev/null and b/public/images/cacheAttributes/pl/at_walk.png differ diff --git a/public/images/cacheAttributes/pl/at_wheelchair.png b/public/images/cacheAttributes/pl/at_wheelchair.png new file mode 100644 index 0000000000..dfea7d0b9c Binary files /dev/null and b/public/images/cacheAttributes/pl/at_wheelchair.png differ diff --git a/public/images/cacheAttributes/pl/at_wherigo.png b/public/images/cacheAttributes/pl/at_wherigo.png new file mode 100644 index 0000000000..d9812f33d2 Binary files /dev/null and b/public/images/cacheAttributes/pl/at_wherigo.png differ diff --git a/public/images/cacheAttributes/pl/at_winter.png b/public/images/cacheAttributes/pl/at_winter.png new file mode 100644 index 0000000000..286756d6e3 Binary files /dev/null and b/public/images/cacheAttributes/pl/at_winter.png differ diff --git a/public/images/cacheAttributes/pl/materials/at_template-attr.png b/public/images/cacheAttributes/pl/materials/at_template-attr.png new file mode 100644 index 0000000000..2b1c94f80e Binary files /dev/null and b/public/images/cacheAttributes/pl/materials/at_template-attr.png differ diff --git a/public/images/cacheAttributes/ro/ReadMe.txt b/public/images/cacheAttributes/ro/ReadMe.txt new file mode 100644 index 0000000000..2cb64dac3f --- /dev/null +++ b/public/images/cacheAttributes/ro/ReadMe.txt @@ -0,0 +1,3 @@ + +The icons of attributes base on free icons from http://icons.mysitemyway.com/ + diff --git a/public/images/cacheAttributes/ro/at_allseasons.png b/public/images/cacheAttributes/ro/at_allseasons.png new file mode 100644 index 0000000000..ff0930e83d Binary files /dev/null and b/public/images/cacheAttributes/ro/at_allseasons.png differ diff --git a/public/images/cacheAttributes/ro/at_available247.png b/public/images/cacheAttributes/ro/at_available247.png new file mode 100644 index 0000000000..bf9377e685 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_available247.png differ diff --git a/public/images/cacheAttributes/ro/at_beacon.png b/public/images/cacheAttributes/ro/at_beacon.png new file mode 100644 index 0000000000..9b6c39d743 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_beacon.png differ diff --git a/public/images/cacheAttributes/ro/at_benchmark.png b/public/images/cacheAttributes/ro/at_benchmark.png new file mode 100644 index 0000000000..2203e0803b Binary files /dev/null and b/public/images/cacheAttributes/ro/at_benchmark.png differ diff --git a/public/images/cacheAttributes/ro/at_bike.png b/public/images/cacheAttributes/ro/at_bike.png new file mode 100644 index 0000000000..287bb4e868 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_bike.png differ diff --git a/public/images/cacheAttributes/ro/at_boat.png b/public/images/cacheAttributes/ro/at_boat.png new file mode 100644 index 0000000000..4161e3d81c Binary files /dev/null and b/public/images/cacheAttributes/ro/at_boat.png differ diff --git a/public/images/cacheAttributes/ro/at_children.png b/public/images/cacheAttributes/ro/at_children.png new file mode 100644 index 0000000000..6fc588dcfe Binary files /dev/null and b/public/images/cacheAttributes/ro/at_children.png differ diff --git a/public/images/cacheAttributes/ro/at_compass.png b/public/images/cacheAttributes/ro/at_compass.png new file mode 100644 index 0000000000..c9b22df200 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_compass.png differ diff --git a/public/images/cacheAttributes/ro/at_danger.png b/public/images/cacheAttributes/ro/at_danger.png new file mode 100644 index 0000000000..32e09f901c Binary files /dev/null and b/public/images/cacheAttributes/ro/at_danger.png differ diff --git a/public/images/cacheAttributes/ro/at_fee.png b/public/images/cacheAttributes/ro/at_fee.png new file mode 100644 index 0000000000..7c2e367285 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_fee.png differ diff --git a/public/images/cacheAttributes/ro/at_flashlight.png b/public/images/cacheAttributes/ro/at_flashlight.png new file mode 100644 index 0000000000..018a969b79 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_flashlight.png differ diff --git a/public/images/cacheAttributes/ro/at_geohotel.png b/public/images/cacheAttributes/ro/at_geohotel.png new file mode 100644 index 0000000000..9bd65a45dd Binary files /dev/null and b/public/images/cacheAttributes/ro/at_geohotel.png differ diff --git a/public/images/cacheAttributes/ro/at_hiking.png b/public/images/cacheAttributes/ro/at_hiking.png new file mode 100644 index 0000000000..e7885dfb83 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_hiking.png differ diff --git a/public/images/cacheAttributes/ro/at_hunting.png b/public/images/cacheAttributes/ro/at_hunting.png new file mode 100644 index 0000000000..7d843c1d76 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_hunting.png differ diff --git a/public/images/cacheAttributes/ro/at_letterbox.png b/public/images/cacheAttributes/ro/at_letterbox.png new file mode 100644 index 0000000000..c0437547cf Binary files /dev/null and b/public/images/cacheAttributes/ro/at_letterbox.png differ diff --git a/public/images/cacheAttributes/ro/at_magnetic.png b/public/images/cacheAttributes/ro/at_magnetic.png new file mode 100644 index 0000000000..6a56859a12 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_magnetic.png differ diff --git a/public/images/cacheAttributes/ro/at_monument.png b/public/images/cacheAttributes/ro/at_monument.png new file mode 100644 index 0000000000..99764e6aea Binary files /dev/null and b/public/images/cacheAttributes/ro/at_monument.png differ diff --git a/public/images/cacheAttributes/ro/at_mp3.png b/public/images/cacheAttributes/ro/at_mp3.png new file mode 100644 index 0000000000..6c1bc9a314 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_mp3.png differ diff --git a/public/images/cacheAttributes/ro/at_nature.png b/public/images/cacheAttributes/ro/at_nature.png new file mode 100644 index 0000000000..31b7413fab Binary files /dev/null and b/public/images/cacheAttributes/ro/at_nature.png differ diff --git a/public/images/cacheAttributes/ro/at_night.png b/public/images/cacheAttributes/ro/at_night.png new file mode 100644 index 0000000000..f632f167b9 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_night.png differ diff --git a/public/images/cacheAttributes/ro/at_nogps.png b/public/images/cacheAttributes/ro/at_nogps.png new file mode 100644 index 0000000000..08546b8492 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_nogps.png differ diff --git a/public/images/cacheAttributes/ro/at_oconly.png b/public/images/cacheAttributes/ro/at_oconly.png new file mode 100644 index 0000000000..67ec3bf53a Binary files /dev/null and b/public/images/cacheAttributes/ro/at_oconly.png differ diff --git a/public/images/cacheAttributes/ro/at_offset.png b/public/images/cacheAttributes/ro/at_offset.png new file mode 100644 index 0000000000..b635e60ed5 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_offset.png differ diff --git a/public/images/cacheAttributes/ro/at_parking.png b/public/images/cacheAttributes/ro/at_parking.png new file mode 100644 index 0000000000..289ba10268 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_parking.png differ diff --git a/public/images/cacheAttributes/ro/at_password.png b/public/images/cacheAttributes/ro/at_password.png new file mode 100644 index 0000000000..a8c1a7edb7 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_password.png differ diff --git a/public/images/cacheAttributes/ro/at_pen.png b/public/images/cacheAttributes/ro/at_pen.png new file mode 100644 index 0000000000..419005a3ed Binary files /dev/null and b/public/images/cacheAttributes/ro/at_pen.png differ diff --git a/public/images/cacheAttributes/ro/at_quick.png b/public/images/cacheAttributes/ro/at_quick.png new file mode 100644 index 0000000000..76f8772da1 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_quick.png differ diff --git a/public/images/cacheAttributes/ro/at_riddle.png b/public/images/cacheAttributes/ro/at_riddle.png new file mode 100644 index 0000000000..52dbafb1a2 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_riddle.png differ diff --git a/public/images/cacheAttributes/ro/at_shovel.png b/public/images/cacheAttributes/ro/at_shovel.png new file mode 100644 index 0000000000..0054c78d6c Binary files /dev/null and b/public/images/cacheAttributes/ro/at_shovel.png differ diff --git a/public/images/cacheAttributes/ro/at_stealth.png b/public/images/cacheAttributes/ro/at_stealth.png new file mode 100644 index 0000000000..f8d88e5326 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_stealth.png differ diff --git a/public/images/cacheAttributes/ro/at_thorns.png b/public/images/cacheAttributes/ro/at_thorns.png new file mode 100644 index 0000000000..804311cb67 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_thorns.png differ diff --git a/public/images/cacheAttributes/ro/at_ticks.png b/public/images/cacheAttributes/ro/at_ticks.png new file mode 100644 index 0000000000..37da9d16e7 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_ticks.png differ diff --git a/public/images/cacheAttributes/ro/at_tools.png b/public/images/cacheAttributes/ro/at_tools.png new file mode 100644 index 0000000000..2f914e7dd8 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_tools.png differ diff --git a/public/images/cacheAttributes/ro/at_usb.png b/public/images/cacheAttributes/ro/at_usb.png new file mode 100644 index 0000000000..963cb1ef49 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_usb.png differ diff --git a/public/images/cacheAttributes/ro/at_walk.png b/public/images/cacheAttributes/ro/at_walk.png new file mode 100644 index 0000000000..fdc205c4cc Binary files /dev/null and b/public/images/cacheAttributes/ro/at_walk.png differ diff --git a/public/images/cacheAttributes/ro/at_water.png b/public/images/cacheAttributes/ro/at_water.png new file mode 100644 index 0000000000..c842cb1f1f Binary files /dev/null and b/public/images/cacheAttributes/ro/at_water.png differ diff --git a/public/images/cacheAttributes/ro/at_wheelchair.png b/public/images/cacheAttributes/ro/at_wheelchair.png new file mode 100644 index 0000000000..80d658e21e Binary files /dev/null and b/public/images/cacheAttributes/ro/at_wheelchair.png differ diff --git a/public/images/cacheAttributes/ro/at_wherigo.png b/public/images/cacheAttributes/ro/at_wherigo.png new file mode 100644 index 0000000000..d9812f33d2 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_wherigo.png differ diff --git a/public/images/cacheAttributes/ro/at_winter.png b/public/images/cacheAttributes/ro/at_winter.png new file mode 100644 index 0000000000..286756d6e3 Binary files /dev/null and b/public/images/cacheAttributes/ro/at_winter.png differ diff --git a/public/images/cacheAttributes/ro/materials/at_template-attr.png b/public/images/cacheAttributes/ro/materials/at_template-attr.png new file mode 100644 index 0000000000..ff5ec704f2 Binary files /dev/null and b/public/images/cacheAttributes/ro/materials/at_template-attr.png differ diff --git a/public/images/cacheAttributes/test/ocnl.png b/public/images/cacheAttributes/test/ocnl.png new file mode 100644 index 0000000000..cc33f0f3af Binary files /dev/null and b/public/images/cacheAttributes/test/ocnl.png differ diff --git a/public/images/cacheAttributes/test/ocpl.png b/public/images/cacheAttributes/test/ocpl.png new file mode 100644 index 0000000000..0a1a0310d9 Binary files /dev/null and b/public/images/cacheAttributes/test/ocpl.png differ diff --git a/public/images/cacheAttributes/test/ocro.png b/public/images/cacheAttributes/test/ocro.png new file mode 100644 index 0000000000..effde1023d Binary files /dev/null and b/public/images/cacheAttributes/test/ocro.png differ diff --git a/public/images/cacheAttributes/test/ocuk.png b/public/images/cacheAttributes/test/ocuk.png new file mode 100644 index 0000000000..aa84ced9b3 Binary files /dev/null and b/public/images/cacheAttributes/test/ocuk.png differ diff --git a/public/images/cacheAttributes/test/ocus.png b/public/images/cacheAttributes/test/ocus.png new file mode 100644 index 0000000000..b33a8ae259 Binary files /dev/null and b/public/images/cacheAttributes/test/ocus.png differ diff --git a/public/images/cacheAttributes/uk/additional/at_aircraft.png b/public/images/cacheAttributes/uk/additional/at_aircraft.png new file mode 100644 index 0000000000..01b1f9ba53 Binary files /dev/null and b/public/images/cacheAttributes/uk/additional/at_aircraft.png differ diff --git a/public/images/cacheAttributes/uk/additional/at_ask.png b/public/images/cacheAttributes/uk/additional/at_ask.png new file mode 100644 index 0000000000..27b2a44aea Binary files /dev/null and b/public/images/cacheAttributes/uk/additional/at_ask.png differ diff --git a/public/images/cacheAttributes/uk/additional/at_othercache.png b/public/images/cacheAttributes/uk/additional/at_othercache.png new file mode 100644 index 0000000000..8267f8617f Binary files /dev/null and b/public/images/cacheAttributes/uk/additional/at_othercache.png differ diff --git a/public/images/cacheAttributes/uk/additional/at_wwwlink.png b/public/images/cacheAttributes/uk/additional/at_wwwlink.png new file mode 100644 index 0000000000..0d61a07500 Binary files /dev/null and b/public/images/cacheAttributes/uk/additional/at_wwwlink.png differ diff --git a/public/images/cacheAttributes/uk/at_allseasons.png b/public/images/cacheAttributes/uk/at_allseasons.png new file mode 100644 index 0000000000..8aa198b11a Binary files /dev/null and b/public/images/cacheAttributes/uk/at_allseasons.png differ diff --git a/public/images/cacheAttributes/uk/at_animals.png b/public/images/cacheAttributes/uk/at_animals.png new file mode 100644 index 0000000000..48707414fc Binary files /dev/null and b/public/images/cacheAttributes/uk/at_animals.png differ diff --git a/public/images/cacheAttributes/uk/at_available247.png b/public/images/cacheAttributes/uk/at_available247.png new file mode 100644 index 0000000000..479a2ba567 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_available247.png differ diff --git a/public/images/cacheAttributes/uk/at_bike.png b/public/images/cacheAttributes/uk/at_bike.png new file mode 100644 index 0000000000..66ead0fe4a Binary files /dev/null and b/public/images/cacheAttributes/uk/at_bike.png differ diff --git a/public/images/cacheAttributes/uk/at_boat.png b/public/images/cacheAttributes/uk/at_boat.png new file mode 100644 index 0000000000..7c8ca4a158 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_boat.png differ diff --git a/public/images/cacheAttributes/uk/at_cave.png b/public/images/cacheAttributes/uk/at_cave.png new file mode 100644 index 0000000000..8106e85006 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_cave.png differ diff --git a/public/images/cacheAttributes/uk/at_children.png b/public/images/cacheAttributes/uk/at_children.png new file mode 100644 index 0000000000..d07d9c8ff3 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_children.png differ diff --git a/public/images/cacheAttributes/uk/at_cliff.png b/public/images/cacheAttributes/uk/at_cliff.png new file mode 100644 index 0000000000..77199202f2 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_cliff.png differ diff --git a/public/images/cacheAttributes/uk/at_climbing.png b/public/images/cacheAttributes/uk/at_climbing.png new file mode 100644 index 0000000000..765cbc9cf6 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_climbing.png differ diff --git a/public/images/cacheAttributes/uk/at_compass.png b/public/images/cacheAttributes/uk/at_compass.png new file mode 100644 index 0000000000..09935a8279 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_compass.png differ diff --git a/public/images/cacheAttributes/uk/at_danger.png b/public/images/cacheAttributes/uk/at_danger.png new file mode 100644 index 0000000000..3cce843839 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_danger.png differ diff --git a/public/images/cacheAttributes/uk/at_day.png b/public/images/cacheAttributes/uk/at_day.png new file mode 100644 index 0000000000..de5fe5b419 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_day.png differ diff --git a/public/images/cacheAttributes/uk/at_diving.png b/public/images/cacheAttributes/uk/at_diving.png new file mode 100644 index 0000000000..9185af33bf Binary files /dev/null and b/public/images/cacheAttributes/uk/at_diving.png differ diff --git a/public/images/cacheAttributes/uk/at_drivein.png b/public/images/cacheAttributes/uk/at_drivein.png new file mode 100644 index 0000000000..db29d60911 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_drivein.png differ diff --git a/public/images/cacheAttributes/uk/at_fee.png b/public/images/cacheAttributes/uk/at_fee.png new file mode 100644 index 0000000000..c040aa76fc Binary files /dev/null and b/public/images/cacheAttributes/uk/at_fee.png differ diff --git a/public/images/cacheAttributes/uk/at_firstaid.png b/public/images/cacheAttributes/uk/at_firstaid.png new file mode 100644 index 0000000000..119a3bfd48 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_firstaid.png differ diff --git a/public/images/cacheAttributes/uk/at_flashlight.png b/public/images/cacheAttributes/uk/at_flashlight.png new file mode 100644 index 0000000000..bd502b0f83 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_flashlight.png differ diff --git a/public/images/cacheAttributes/uk/at_handicaching.png b/public/images/cacheAttributes/uk/at_handicaching.png new file mode 100644 index 0000000000..fb719f4e85 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_handicaching.png differ diff --git a/public/images/cacheAttributes/uk/at_hiking.png b/public/images/cacheAttributes/uk/at_hiking.png new file mode 100644 index 0000000000..4ea159751e Binary files /dev/null and b/public/images/cacheAttributes/uk/at_hiking.png differ diff --git a/public/images/cacheAttributes/uk/at_historic.png b/public/images/cacheAttributes/uk/at_historic.png new file mode 100644 index 0000000000..1e23f22c82 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_historic.png differ diff --git a/public/images/cacheAttributes/uk/at_hunting.png b/public/images/cacheAttributes/uk/at_hunting.png new file mode 100644 index 0000000000..5403503279 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_hunting.png differ diff --git a/public/images/cacheAttributes/uk/at_indoor.png b/public/images/cacheAttributes/uk/at_indoor.png new file mode 100644 index 0000000000..397a7d3a1b Binary files /dev/null and b/public/images/cacheAttributes/uk/at_indoor.png differ diff --git a/public/images/cacheAttributes/uk/at_letterbox.png b/public/images/cacheAttributes/uk/at_letterbox.png new file mode 100644 index 0000000000..cb78f1fe8a Binary files /dev/null and b/public/images/cacheAttributes/uk/at_letterbox.png differ diff --git a/public/images/cacheAttributes/uk/at_math.png b/public/images/cacheAttributes/uk/at_math.png new file mode 100644 index 0000000000..603176fc46 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_math.png differ diff --git a/public/images/cacheAttributes/uk/at_mine.png b/public/images/cacheAttributes/uk/at_mine.png new file mode 100644 index 0000000000..fb1f560083 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_mine.png differ diff --git a/public/images/cacheAttributes/uk/at_moving.png b/public/images/cacheAttributes/uk/at_moving.png new file mode 100644 index 0000000000..63d7ab0c07 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_moving.png differ diff --git a/public/images/cacheAttributes/uk/at_munzee.png b/public/images/cacheAttributes/uk/at_munzee.png new file mode 100644 index 0000000000..edb0a1d743 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_munzee.png differ diff --git a/public/images/cacheAttributes/uk/at_nightonly.png b/public/images/cacheAttributes/uk/at_nightonly.png new file mode 100644 index 0000000000..05316afd23 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_nightonly.png differ diff --git a/public/images/cacheAttributes/uk/at_nogps.png b/public/images/cacheAttributes/uk/at_nogps.png new file mode 100644 index 0000000000..3799cc36d5 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_nogps.png differ diff --git a/public/images/cacheAttributes/uk/at_notavailable247.png b/public/images/cacheAttributes/uk/at_notavailable247.png new file mode 100644 index 0000000000..59369d1534 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_notavailable247.png differ diff --git a/public/images/cacheAttributes/uk/at_oconly.png b/public/images/cacheAttributes/uk/at_oconly.png new file mode 100644 index 0000000000..017b917f9a Binary files /dev/null and b/public/images/cacheAttributes/uk/at_oconly.png differ diff --git a/public/images/cacheAttributes/uk/at_overnight.png b/public/images/cacheAttributes/uk/at_overnight.png new file mode 100644 index 0000000000..fd3072e718 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_overnight.png differ diff --git a/public/images/cacheAttributes/uk/at_parking.png b/public/images/cacheAttributes/uk/at_parking.png new file mode 100644 index 0000000000..7f6a49bd21 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_parking.png differ diff --git a/public/images/cacheAttributes/uk/at_password.png b/public/images/cacheAttributes/uk/at_password.png new file mode 100644 index 0000000000..0f60f84359 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_password.png differ diff --git a/public/images/cacheAttributes/uk/at_phone.png b/public/images/cacheAttributes/uk/at_phone.png new file mode 100644 index 0000000000..fd0155930d Binary files /dev/null and b/public/images/cacheAttributes/uk/at_phone.png differ diff --git a/public/images/cacheAttributes/uk/at_poison.png b/public/images/cacheAttributes/uk/at_poison.png new file mode 100644 index 0000000000..510ffeec00 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_poison.png differ diff --git a/public/images/cacheAttributes/uk/at_preserve.png b/public/images/cacheAttributes/uk/at_preserve.png new file mode 100644 index 0000000000..f3ea86538c Binary files /dev/null and b/public/images/cacheAttributes/uk/at_preserve.png differ diff --git a/public/images/cacheAttributes/uk/at_rappeling.png b/public/images/cacheAttributes/uk/at_rappeling.png new file mode 100644 index 0000000000..e103393826 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_rappeling.png differ diff --git a/public/images/cacheAttributes/uk/at_restrooms.png b/public/images/cacheAttributes/uk/at_restrooms.png new file mode 100644 index 0000000000..5d76b37d97 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_restrooms.png differ diff --git a/public/images/cacheAttributes/uk/at_riddle.png b/public/images/cacheAttributes/uk/at_riddle.png new file mode 100644 index 0000000000..a83b0a1e51 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_riddle.png differ diff --git a/public/images/cacheAttributes/uk/at_steep.png b/public/images/cacheAttributes/uk/at_steep.png new file mode 100644 index 0000000000..c976dcdc21 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_steep.png differ diff --git a/public/images/cacheAttributes/uk/at_swimming.png b/public/images/cacheAttributes/uk/at_swimming.png new file mode 100644 index 0000000000..ab3732de21 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_swimming.png differ diff --git a/public/images/cacheAttributes/uk/at_thorns.png b/public/images/cacheAttributes/uk/at_thorns.png new file mode 100644 index 0000000000..8c44ce542b Binary files /dev/null and b/public/images/cacheAttributes/uk/at_thorns.png differ diff --git a/public/images/cacheAttributes/uk/at_ticks.png b/public/images/cacheAttributes/uk/at_ticks.png new file mode 100644 index 0000000000..35a766d9ec Binary files /dev/null and b/public/images/cacheAttributes/uk/at_ticks.png differ diff --git a/public/images/cacheAttributes/uk/at_tide.png b/public/images/cacheAttributes/uk/at_tide.png new file mode 100644 index 0000000000..3bf2fd2b0e Binary files /dev/null and b/public/images/cacheAttributes/uk/at_tide.png differ diff --git a/public/images/cacheAttributes/uk/at_tools.png b/public/images/cacheAttributes/uk/at_tools.png new file mode 100644 index 0000000000..268aa8da9b Binary files /dev/null and b/public/images/cacheAttributes/uk/at_tools.png differ diff --git a/public/images/cacheAttributes/uk/at_train.png b/public/images/cacheAttributes/uk/at_train.png new file mode 100644 index 0000000000..cf86e2f018 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_train.png differ diff --git a/public/images/cacheAttributes/uk/at_transport.png b/public/images/cacheAttributes/uk/at_transport.png new file mode 100644 index 0000000000..48a36258f8 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_transport.png differ diff --git a/public/images/cacheAttributes/uk/at_underwater.png b/public/images/cacheAttributes/uk/at_underwater.png new file mode 100644 index 0000000000..07a56d28ef Binary files /dev/null and b/public/images/cacheAttributes/uk/at_underwater.png differ diff --git a/public/images/cacheAttributes/uk/at_wading.png b/public/images/cacheAttributes/uk/at_wading.png new file mode 100644 index 0000000000..76389842b0 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_wading.png differ diff --git a/public/images/cacheAttributes/uk/at_water.png b/public/images/cacheAttributes/uk/at_water.png new file mode 100644 index 0000000000..85c3d7cf6d Binary files /dev/null and b/public/images/cacheAttributes/uk/at_water.png differ diff --git a/public/images/cacheAttributes/uk/at_webcam.png b/public/images/cacheAttributes/uk/at_webcam.png new file mode 100644 index 0000000000..a456858298 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_webcam.png differ diff --git a/public/images/cacheAttributes/uk/at_wiki.png b/public/images/cacheAttributes/uk/at_wiki.png new file mode 100644 index 0000000000..911b945c4a Binary files /dev/null and b/public/images/cacheAttributes/uk/at_wiki.png differ diff --git a/public/images/cacheAttributes/uk/at_winter.png b/public/images/cacheAttributes/uk/at_winter.png new file mode 100644 index 0000000000..cb0f295a07 Binary files /dev/null and b/public/images/cacheAttributes/uk/at_winter.png differ diff --git a/public/images/cacheAttributes/uk/material/at_cat1_dummy.png b/public/images/cacheAttributes/uk/material/at_cat1_dummy.png new file mode 100644 index 0000000000..aaac8cf448 Binary files /dev/null and b/public/images/cacheAttributes/uk/material/at_cat1_dummy.png differ diff --git a/public/images/cacheAttributes/uk/material/at_cat2_dummy.png b/public/images/cacheAttributes/uk/material/at_cat2_dummy.png new file mode 100644 index 0000000000..c3f6b984d9 Binary files /dev/null and b/public/images/cacheAttributes/uk/material/at_cat2_dummy.png differ diff --git a/public/images/cacheAttributes/uk/material/at_cat3_dummy.png b/public/images/cacheAttributes/uk/material/at_cat3_dummy.png new file mode 100644 index 0000000000..b4c72625a5 Binary files /dev/null and b/public/images/cacheAttributes/uk/material/at_cat3_dummy.png differ diff --git a/public/images/cacheAttributes/uk/material/at_empty.png b/public/images/cacheAttributes/uk/material/at_empty.png new file mode 100644 index 0000000000..3a494a9f2d Binary files /dev/null and b/public/images/cacheAttributes/uk/material/at_empty.png differ diff --git a/public/images/cacheAttributes/uk/material/at_empty_blue.png b/public/images/cacheAttributes/uk/material/at_empty_blue.png new file mode 100644 index 0000000000..439bdc7405 Binary files /dev/null and b/public/images/cacheAttributes/uk/material/at_empty_blue.png differ diff --git a/public/images/cacheAttributes/uk/material/at_empty_green.png b/public/images/cacheAttributes/uk/material/at_empty_green.png new file mode 100644 index 0000000000..eabac94265 Binary files /dev/null and b/public/images/cacheAttributes/uk/material/at_empty_green.png differ diff --git a/public/images/cacheAttributes/uk/material/at_empty_orange.png b/public/images/cacheAttributes/uk/material/at_empty_orange.png new file mode 100644 index 0000000000..a849ef88cc Binary files /dev/null and b/public/images/cacheAttributes/uk/material/at_empty_orange.png differ diff --git a/public/images/cacheAttributes/uk/material/at_empty_red.png b/public/images/cacheAttributes/uk/material/at_empty_red.png new file mode 100644 index 0000000000..5af8cea8a4 Binary files /dev/null and b/public/images/cacheAttributes/uk/material/at_empty_red.png differ diff --git a/public/images/cacheAttributes/uk/material/cross-35x35-rectangle.png b/public/images/cacheAttributes/uk/material/cross-35x35-rectangle.png new file mode 100644 index 0000000000..99365ad3de Binary files /dev/null and b/public/images/cacheAttributes/uk/material/cross-35x35-rectangle.png differ diff --git a/public/images/cacheAttributes/uk/material/cross-35x35-round.png b/public/images/cacheAttributes/uk/material/cross-35x35-round.png new file mode 100644 index 0000000000..744f800ca5 Binary files /dev/null and b/public/images/cacheAttributes/uk/material/cross-35x35-round.png differ diff --git a/public/images/cacheAttributes/uk/material/cross-40x35-triangle.png b/public/images/cacheAttributes/uk/material/cross-40x35-triangle.png new file mode 100644 index 0000000000..4d0fe67c5d Binary files /dev/null and b/public/images/cacheAttributes/uk/material/cross-40x35-triangle.png differ diff --git a/public/images/cacheAttributes/us/at_ads.png b/public/images/cacheAttributes/us/at_ads.png new file mode 100644 index 0000000000..d1e0846fcb Binary files /dev/null and b/public/images/cacheAttributes/us/at_ads.png differ diff --git a/public/images/cacheAttributes/us/at_animals.png b/public/images/cacheAttributes/us/at_animals.png new file mode 100644 index 0000000000..da332b6e5a Binary files /dev/null and b/public/images/cacheAttributes/us/at_animals.png differ diff --git a/public/images/cacheAttributes/us/at_beacon.png b/public/images/cacheAttributes/us/at_beacon.png new file mode 100644 index 0000000000..8f7b13bedd Binary files /dev/null and b/public/images/cacheAttributes/us/at_beacon.png differ diff --git a/public/images/cacheAttributes/us/at_benchmark.png b/public/images/cacheAttributes/us/at_benchmark.png new file mode 100644 index 0000000000..28fc4960e4 Binary files /dev/null and b/public/images/cacheAttributes/us/at_benchmark.png differ diff --git a/public/images/cacheAttributes/us/at_bitcache.png b/public/images/cacheAttributes/us/at_bitcache.png new file mode 100644 index 0000000000..6c63e40a5f Binary files /dev/null and b/public/images/cacheAttributes/us/at_bitcache.png differ diff --git a/public/images/cacheAttributes/us/at_boat.png b/public/images/cacheAttributes/us/at_boat.png new file mode 100644 index 0000000000..9beffa7249 Binary files /dev/null and b/public/images/cacheAttributes/us/at_boat.png differ diff --git a/public/images/cacheAttributes/us/at_challenge.png b/public/images/cacheAttributes/us/at_challenge.png new file mode 100644 index 0000000000..22be324046 Binary files /dev/null and b/public/images/cacheAttributes/us/at_challenge.png differ diff --git a/public/images/cacheAttributes/us/at_challenge2.png b/public/images/cacheAttributes/us/at_challenge2.png new file mode 100644 index 0000000000..afe52858a4 Binary files /dev/null and b/public/images/cacheAttributes/us/at_challenge2.png differ diff --git a/public/images/cacheAttributes/us/at_children.png b/public/images/cacheAttributes/us/at_children.png new file mode 100644 index 0000000000..8dda6894a4 Binary files /dev/null and b/public/images/cacheAttributes/us/at_children.png differ diff --git a/public/images/cacheAttributes/us/at_compass.png b/public/images/cacheAttributes/us/at_compass.png new file mode 100644 index 0000000000..b5533a98f1 Binary files /dev/null and b/public/images/cacheAttributes/us/at_compass.png differ diff --git a/public/images/cacheAttributes/us/at_danger.png b/public/images/cacheAttributes/us/at_danger.png new file mode 100644 index 0000000000..a3f7ee02ad Binary files /dev/null and b/public/images/cacheAttributes/us/at_danger.png differ diff --git a/public/images/cacheAttributes/us/at_fee.png b/public/images/cacheAttributes/us/at_fee.png new file mode 100644 index 0000000000..9045647562 Binary files /dev/null and b/public/images/cacheAttributes/us/at_fee.png differ diff --git a/public/images/cacheAttributes/us/at_flashlight.png b/public/images/cacheAttributes/us/at_flashlight.png new file mode 100644 index 0000000000..bd1603709d Binary files /dev/null and b/public/images/cacheAttributes/us/at_flashlight.png differ diff --git a/public/images/cacheAttributes/us/at_geohotel.png b/public/images/cacheAttributes/us/at_geohotel.png new file mode 100644 index 0000000000..e1153ba37a Binary files /dev/null and b/public/images/cacheAttributes/us/at_geohotel.png differ diff --git a/public/images/cacheAttributes/us/at_guestbook.png b/public/images/cacheAttributes/us/at_guestbook.png new file mode 100644 index 0000000000..161f7cf969 Binary files /dev/null and b/public/images/cacheAttributes/us/at_guestbook.png differ diff --git a/public/images/cacheAttributes/us/at_historic.png b/public/images/cacheAttributes/us/at_historic.png new file mode 100644 index 0000000000..6991ee5a37 Binary files /dev/null and b/public/images/cacheAttributes/us/at_historic.png differ diff --git a/public/images/cacheAttributes/us/at_letterbox.png b/public/images/cacheAttributes/us/at_letterbox.png new file mode 100644 index 0000000000..6df0e68fb6 Binary files /dev/null and b/public/images/cacheAttributes/us/at_letterbox.png differ diff --git a/public/images/cacheAttributes/us/at_magnetic.png b/public/images/cacheAttributes/us/at_magnetic.png new file mode 100644 index 0000000000..631ad85519 Binary files /dev/null and b/public/images/cacheAttributes/us/at_magnetic.png differ diff --git a/public/images/cacheAttributes/us/at_mp3.png b/public/images/cacheAttributes/us/at_mp3.png new file mode 100644 index 0000000000..abb6f94998 Binary files /dev/null and b/public/images/cacheAttributes/us/at_mp3.png differ diff --git a/public/images/cacheAttributes/us/at_munzee.png b/public/images/cacheAttributes/us/at_munzee.png new file mode 100644 index 0000000000..edb0a1d743 Binary files /dev/null and b/public/images/cacheAttributes/us/at_munzee.png differ diff --git a/public/images/cacheAttributes/us/at_nature.png b/public/images/cacheAttributes/us/at_nature.png new file mode 100644 index 0000000000..e05d8d2e09 Binary files /dev/null and b/public/images/cacheAttributes/us/at_nature.png differ diff --git a/public/images/cacheAttributes/us/at_nightonly.png b/public/images/cacheAttributes/us/at_nightonly.png new file mode 100644 index 0000000000..d1102ddc6a Binary files /dev/null and b/public/images/cacheAttributes/us/at_nightonly.png differ diff --git a/public/images/cacheAttributes/us/at_notavailable247.png b/public/images/cacheAttributes/us/at_notavailable247.png new file mode 100644 index 0000000000..2aca092bc7 Binary files /dev/null and b/public/images/cacheAttributes/us/at_notavailable247.png differ diff --git a/public/images/cacheAttributes/us/at_oconly.png b/public/images/cacheAttributes/us/at_oconly.png new file mode 100644 index 0000000000..f6b12c0d24 Binary files /dev/null and b/public/images/cacheAttributes/us/at_oconly.png differ diff --git a/public/images/cacheAttributes/us/at_offset.png b/public/images/cacheAttributes/us/at_offset.png new file mode 100644 index 0000000000..f7d6d9bf2c Binary files /dev/null and b/public/images/cacheAttributes/us/at_offset.png differ diff --git a/public/images/cacheAttributes/us/at_password.png b/public/images/cacheAttributes/us/at_password.png new file mode 100644 index 0000000000..0f60f84359 Binary files /dev/null and b/public/images/cacheAttributes/us/at_password.png differ diff --git a/public/images/cacheAttributes/us/at_pen.png b/public/images/cacheAttributes/us/at_pen.png new file mode 100644 index 0000000000..b15d4867e0 Binary files /dev/null and b/public/images/cacheAttributes/us/at_pen.png differ diff --git a/public/images/cacheAttributes/us/at_poison.png b/public/images/cacheAttributes/us/at_poison.png new file mode 100644 index 0000000000..f339ec66bd Binary files /dev/null and b/public/images/cacheAttributes/us/at_poison.png differ diff --git a/public/images/cacheAttributes/us/at_quick.png b/public/images/cacheAttributes/us/at_quick.png new file mode 100644 index 0000000000..d765aace9e Binary files /dev/null and b/public/images/cacheAttributes/us/at_quick.png differ diff --git a/public/images/cacheAttributes/us/at_stealth.png b/public/images/cacheAttributes/us/at_stealth.png new file mode 100644 index 0000000000..f8d88e5326 Binary files /dev/null and b/public/images/cacheAttributes/us/at_stealth.png differ diff --git a/public/images/cacheAttributes/us/at_thorns.png b/public/images/cacheAttributes/us/at_thorns.png new file mode 100644 index 0000000000..f1b3e521b4 Binary files /dev/null and b/public/images/cacheAttributes/us/at_thorns.png differ diff --git a/public/images/cacheAttributes/us/at_ticks.png b/public/images/cacheAttributes/us/at_ticks.png new file mode 100644 index 0000000000..848afc1361 Binary files /dev/null and b/public/images/cacheAttributes/us/at_ticks.png differ diff --git a/public/images/cacheAttributes/us/at_tools.png b/public/images/cacheAttributes/us/at_tools.png new file mode 100644 index 0000000000..eea7dcd314 Binary files /dev/null and b/public/images/cacheAttributes/us/at_tools.png differ diff --git a/public/images/cacheAttributes/us/at_truck.png b/public/images/cacheAttributes/us/at_truck.png new file mode 100644 index 0000000000..88504c1104 Binary files /dev/null and b/public/images/cacheAttributes/us/at_truck.png differ diff --git a/public/images/cacheAttributes/us/at_usb.png b/public/images/cacheAttributes/us/at_usb.png new file mode 100644 index 0000000000..191cc55161 Binary files /dev/null and b/public/images/cacheAttributes/us/at_usb.png differ diff --git a/public/images/cacheAttributes/us/at_walk.png b/public/images/cacheAttributes/us/at_walk.png new file mode 100644 index 0000000000..fdc205c4cc Binary files /dev/null and b/public/images/cacheAttributes/us/at_walk.png differ diff --git a/public/images/cacheAttributes/us/at_wheelchair.png b/public/images/cacheAttributes/us/at_wheelchair.png new file mode 100644 index 0000000000..886b0bed69 Binary files /dev/null and b/public/images/cacheAttributes/us/at_wheelchair.png differ diff --git a/public/images/cacheAttributes/us/at_winter.png b/public/images/cacheAttributes/us/at_winter.png new file mode 100644 index 0000000000..286756d6e3 Binary files /dev/null and b/public/images/cacheAttributes/us/at_winter.png differ diff --git a/public/images/cacheAttributes/us/at_woods.png b/public/images/cacheAttributes/us/at_woods.png new file mode 100644 index 0000000000..4df76e94f8 Binary files /dev/null and b/public/images/cacheAttributes/us/at_woods.png differ diff --git a/src/Controllers/TestController.php b/src/Controllers/TestController.php index 5a79e1dcc5..4c940b2710 100644 --- a/src/Controllers/TestController.php +++ b/src/Controllers/TestController.php @@ -25,14 +25,14 @@ use src\Utils\Uri\SimpleRouter; use src\Models\Coordinates\Coordinates; use src\Models\Coordinates\Altitude; -use src\Controllers\Cron\Jobs\AltitudeUpdateJob; use src\Utils\Database\OcDb; use src\Utils\DateTime\OcDateTime; use src\Models\Voting\ChoiceOption; use src\Models\Voting\Election; use src\Models\User\User; +use src\Controllers\Core\ViewBaseController; -class TestController extends BaseController +class TestController extends ViewBaseController { public function __construct(){ parent::__construct(); @@ -79,6 +79,40 @@ public function newLayout() $this->view->display(); } + public function attributes() + { + $this->view->setTemplate('test/attributes'); + $this->view->loadJQuery(); + + $attrList = []; + $geocache = []; + $link = []; + + include ('../config/geocache.pl.php'); + $attrList['pl'] = $geocache['supportedAttributes']; + $link['pl'] = 'https://opencaching.pl/search.php?lang=pl'; + + include ('../config/geocache.nl.php'); + $attrList['nl'] = $geocache['supportedAttributes']; + $link['nl'] = ''; + + include ('../config/geocache.ro.php'); + $attrList['ro'] = $geocache['supportedAttributes']; + $link['ro'] = ''; + + include ('../config/geocache.uk.php'); + $attrList['uk'] = $geocache['supportedAttributes']; + $link['uk'] = ''; + + include ('../config/geocache.us.php'); + $attrList['us'] = $geocache['supportedAttributes']; + $link['us'] = ''; + + $this->view->setVar('link', $link); + $this->view->setVar('attrList', $attrList); + $this->view->buildView(); + } + /** * This method allow to init test authorization process based on external service */ diff --git a/src/Models/GeoCache/CacheAttribute.php b/src/Models/GeoCache/CacheAttribute.php new file mode 100644 index 0000000000..efaff124ab --- /dev/null +++ b/src/Models/GeoCache/CacheAttribute.php @@ -0,0 +1,392 @@ +$key)) { if (! $skipPurifying) { - return UserInputFilter::purifyHtmlString($data->$key); + return htmlspecialchars($data->$key); } else { return $data->$key; } diff --git a/src/Views/test/attributes.tpl.php b/src/Views/test/attributes.tpl.php new file mode 100644 index 0000000000..af8035cbb9 --- /dev/null +++ b/src/Views/test/attributes.tpl.php @@ -0,0 +1,107 @@ + + + +

Attributes tester

+ + +
+

oc

+
+

Screenshot from the search view:

+ +
+ +

3-states icons generated from new code:

+
+ attrList[$node] as $key=>$at) { ?> +
+ <?=tr(CacheAttribute::getTrKey($at))?> +
+
+ +
+ + + +