News html
Jump to navigation
Jump to search
| Line 519: | Line 519: | ||
}}}}<html>'; | }}}}<html>'; | ||
| + | result = result.split('<PROP>'); | ||
| + | |||
| + | if(result.length) { | ||
| + | |||
| + | $('#select_country').val(result[0]) | ||
| + | $('#input_city').val(result[1]) | ||
| + | |||
| + | } | ||
Revision as of 19:14, 20 September 2020
This form is intended to create news of a given organization or to characterize as "news" whatever page of it (not containing already a form).
Once the key-data are created, as usual you might insert further data not foreseen by the form 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. |
