Meeting html
Jump to navigation
Jump to search
| (14 intermediate revisions by the same user not shown) | |||
| Line 85: | Line 85: | ||
</span> | </span> | ||
| − | <input type="text" value="" class="ci_form_input " name="Form meeting[Date]"> | + | <input type="text" value="" readonly class="ci_form_input input_datetime" name="Form meeting[Date]"> |
<span class="ci_form_section_help"> | <span class="ci_form_section_help"> | ||
| Line 377: | Line 377: | ||
<span class="ci_form_section_help"> | <span class="ci_form_section_help"> | ||
| − | Zoom | + | Zoom/move the map to the precise location, then tap or double-click to pick coordinates |
</span> | </span> | ||
| Line 578: | Line 578: | ||
} | } | ||
| + | |||
| + | if(!$ci('#select_countries').children("option:selected").val()) { | ||
| + | $ci('#select_countries option:contains("</html>{{#ci_visitorCountry:}}<html>")').prop('selected',true); | ||
| + | } | ||
| Line 584: | Line 588: | ||
var coordinates = country_coordinates(selected_country); | var coordinates = country_coordinates(selected_country); | ||
map.setView(new L.LatLng(coordinates.lat, coordinates.long), 6); | map.setView(new L.LatLng(coordinates.lat, coordinates.long), 6); | ||
| − | |||
}); | }); | ||
| Line 611: | Line 614: | ||
| − | $ci(".input_datetime").datetimepicker({format: 'yyyy-mm-dd hh:ii'}); | + | $ci(".input_datetime").datetimepicker({ |
| + | format: 'yyyy-mm-dd hh:ii', | ||
| + | autoclose: true | ||
| + | }); | ||
Latest revision as of 01:36, 5 September 2020
This form is intended to create different kind of meetings organized by a given organization (even in the past!) or to characterize as such whatever page of it (not containing already a form).
Once the key-data are created, insert the abstract of the course editing the page using the buttons "Edit" or "Edit source" in the top panel.
![]() | The form will be created in the current page (). If you want to create the form in a new page, go here. |
