====== Create News Article ======
action template :internal:forms:templates:news news: fieldset "New Event" hidden "Posted Date" "=%d.%m.%Y" textbox "News Date" "=%d.%m.%Y" textbox "Starting Date" "=%Y.%m.%d" @ static "'News Date' is the date when the event will take place (not the date when the news is posted). It will be put in the title of the news. For events spanning multiple days use the format 'DD.MM--DD.MM.YYYY'" static "'Starting Date' is the date when the event will start. It is used for archival purposes and must be entered in the format 'YYYY.MM.DD'." hidden "Site" "=@@Dot ext|@@@@Dot aach|@@@@Dot heid|@@@@Dot kit|@@@@Dot sieg|@@" hidden "File" "=@@File of seminar news|@@" hidden "News Text" "=@@Description of the new entry|@@" hidden "News Title" "=@@Title of the new entry|@@" @ textbox "Title of the new entry" static "Please do not use ':', ';', '/' and similar characters." select "Site organizing the event" "External|RWTH Aachen University|Heidelberg University|KIT|University of Siegen" textarea "Description of the new entry" hidden "File of seminar news" "=:news:news3_small.jpg" static "Please verify the data you entered before submitting." fieldset "Submit" "Site organizing the event" "RWTH Aachen University" hidden "Dot aach" "={{:aach.png?10}}" submit "Create news article" Thanks "News article was added." fieldset "Submit" "Site organizing the event" "Heidelberg University" hidden "Dot heid" "={{:heid.png?10}}" submit "Create news article" Thanks "News article was added." fieldset "Submit" "Site organizing the event" "KIT" hidden "Dot kit" "={{:kit.png?10}}" submit "Create news article" Thanks "News article was added." fieldset "Submit" "Site organizing the event" "University of Siegen" hidden "Dot sieg" "={{:sieg.png?10}}" submit "Create news article" Thanks "News article was added." fieldset "Submit" "Site organizing the event" "External" hidden "Dot ext" "={{:ext.png?1}}" submit "Create news article" Thanks "News article was added."
\\ From an original implementation written by Christoph Borschensky.