Meeting html

From Redazione
Jump to navigation Jump to search
Line 579: Line 579:
  
  
var selected_country = $ci('#select_countries').children("option:selected").val();
 
console.log(selected_country)
 
if(!selected_country) {
 
$ci('#select_countries option:contains("</html>{{#ci_visitorCountry:}}<html>")').prop('selected',true);
 
} else {
 
select_country(selected_country);
 
}
 
  
 
$ci('#select_countries').on('change',function() {
 
$ci('#select_countries').on('change',function() {
Line 594: Line 587:
 
$ci('.ci_form textarea').autosize();
 
$ci('.ci_form textarea').autosize();
  
var current_coordinates = $ci('[name="Form organization[Coordinates]"').val();
+
var current_coordinates = $ci('[name="Form Meeting[Coordinates]"').val();
 +
 
 +
var selected_country = $ci('#select_countries').children("option:selected").val();
 +
 
  
 
if(current_coordinates) {
 
if(current_coordinates) {
 
current_coordinates = current_coordinates.split(',');
 
current_coordinates = current_coordinates.split(',');
 
map = drawMap(current_coordinates[0], current_coordinates[1],16);
 
map = drawMap(current_coordinates[0], current_coordinates[1],16);
 +
 +
} else if(selected_country) {
 +
select_country(selected_country);
  
 
} else if(obj.hasOwnProperty("</html>{{#ci_visitorIsoCode:}}<html>")) {
 
} else if(obj.hasOwnProperty("</html>{{#ci_visitorIsoCode:}}<html>")) {

Revision as of 21:13, 3 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.


Zoom and move the map to the precise location of your organization to pick its coordinates.
Where this meeting is being hosted?
Enter a webpage related to the meeting if you have one