diff --git a/android/app/src/main/java/app/organicmaps/editor/AdvancedTimetableFragment.java b/android/app/src/main/java/app/organicmaps/editor/AdvancedTimetableFragment.java index a4c4b75df3..42b843b1b4 100644 --- a/android/app/src/main/java/app/organicmaps/editor/AdvancedTimetableFragment.java +++ b/android/app/src/main/java/app/organicmaps/editor/AdvancedTimetableFragment.java @@ -63,6 +63,7 @@ public class AdvancedTimetableFragment extends BaseMwmFragment view.findViewById(R.id.examples).setOnClickListener(this); mInput = view.findViewById(R.id.et__timetable); mExample = view.findViewById(R.id.wv__examples); + mExample.getSettings().setJavaScriptEnabled(true); mExample.loadUrl(Constants.Url.OPENING_HOURS_MANUAL); mExamplesTitle = view.findViewById(R.id.tv__examples_title); setExampleDrawables(R.drawable.ic_type_text, R.drawable.ic_expand_more); diff --git a/data/opening_hours_how_to_edit.html b/data/opening_hours_how_to_edit.html index f5fb46c986..e947ee3f19 100644 --- a/data/opening_hours_how_to_edit.html +++ b/data/opening_hours_how_to_edit.html @@ -1,9 +1,216 @@ -

The opening hours field specifies when the amenity is open. Use 24/7 for facilities working non-stop. Examples of more specific intervals:

- -

More examples, rules, syntax and specifications can be found on a wiki page for the key.

+ + + + + + + + + +
+

+ The opening hours field specifies when the amenity is open. Use 24/7 for facilities working non-stop. Examples of more specific intervals: +

+ +
+ +
+

+ Le champ heures d'ouverture permet d'indiquer les heures d'ouverture d'un lieu. Utiliser 24/7 pour les lieux ouverts non-stop. Exemples d'horaires plus spécifiques: +

+ +
+ +
+

+ В поле «Время работы» нужно указать, когда заведение открыто (на английском). Используйте 24/7, если заведение работает круглосуточно. Примеры других интервалов: +

+ +
+
+

+ Pole godziny otwarcia określa, kiedy obiekt jest otwarty. Użyj 24/7, jeśli obiekty pracują całą dobę. Przykłady bardziej szczegółowych interwałów: +

+ +
+
+

+ Câmpul ore de deschidere arată când este deschisă locația. Folosiți 24/7 pentru locațiile deschise non-stop. Exemple de intervale mai specifice: +

+ +
+
+

+ Het openingstijdenveld specificeert wanneer de winkel open is. Gebruik 24/7 voor faciliteiten die altijd open zijn. Voorbeelden van meer specifieke intervallen zijn: +

+ +
+ + \ No newline at end of file