News website html

From Redazione
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 44: Line 44:
  
  
<!--------------------------Founded -------------------------->
+
<!--------------------------Founded -------------------------
  
 
<div class="ci_form_section">
 
<div class="ci_form_section">
Line 135: Line 135:
  
  
<!--------------------------Parent company-------------------------->
+
--------------------------Parent company--------------------------
  
 
<div class="ci_form_section">
 
<div class="ci_form_section">
Line 148: Line 148:
  
 
</div>
 
</div>
 +
 +
 +
-->
 +
  
  
Line 485: Line 489:
 
</div>
 
</div>
  
 +
 +
 +
<!--------------------------Summary-------------------------->
 +
 +
<div class="ci_form_section">
 +
<span class="ci_form_section_label">
 +
Summary
 +
</span>
 +
 +
<textarea name="Form news website[Summary]" class="ci_form_input" style="width:100%" rows="3">
 +
</textarea>
 +
 +
<span class="ci_form_section_help">
 +
</span>
 +
 +
</div>
  
 
<!--------------------------Website-------------------------->
 
<!--------------------------Website-------------------------->
Line 523: Line 543:
  
  
 +
$ci('.ci_form textarea').autosize();
 
$ci('select[multiple]').multiselect({search: true});
 
$ci('select[multiple]').multiselect({search: true});
  
 
$ci('form').submit(function() {
 
$ci('form').submit(function() {
$ci('.ci_form textarea').autosize();
 
  
 
});
 
});

Latest revision as of 15:52, 8 June 2021

This form is intended to create articles of a given organization or to characterize as article whatever page of it (not containing already a form).

Once the key-data are created, insert the content itself of the article 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.