Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
teaching:hagenberg:words [2015/04/20 19:33] – created Andreas Böhlerteaching:hagenberg:words [2015/04/21 11:41] (current) Andreas Böhler
Line 4: Line 4:
  
 You can add/request new words at any time by completing the form below. You can add/request new words at any time by completing the form below.
 +<ifauth andreas>
 +<form>
 +action template template:teaching:hagenberg:word teaching:hagenberg:words: :
 +thanks "Thank you for adding a new word!"
 +textbox "English Term" "/^[^\/:]+$/" @
 +textbox "German Translation"
 +textbox "Link" !
 +data_aliastextbox "Category" _wordcat
 +submit "Create new Entry"
 +</form>
 +</ifauth>
  
 +<form>
 +action mail kwm@aboehler.at
 +thanks "Thank you for adding a new word, it will be displayed after manual approval."
 +textbox "English Term" "/^[^\/:]+$/"
 +textbox "German Translation" !
 +textbox "Link" !
 +data_aliastextbox "Category" _wordcat !
 +submit "Request new Entry"
 +</form>
  
 +---- datatable words ----
 +headers: English, German, Category
 +cols: %title%, German Translation, Category_wordcat
 +filter: %class% = word
 +filter: %title% != \#\#English Term\#\#
 +----