Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 22nd, 2012  |  syntax: None  |  size: 0.49 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. {* apps/news/views/add_article *}
  2. <h1>Add an article</h1>
  3.  
  4. <p>Your story will be automatically published - so keep it clean!</p>
  5.  
  6. <form action="/articles/add" method="post">
  7.     {include file='default/views/helpers/field.tpl' field='title'}
  8.     {include file='default/views/helpers/field.tpl' field='intro'}
  9.     {include file='default/views/helpers/field.tpl' field='content'}
  10.     {include file='default/views/helpers/field.tpl' field='author_email'}
  11.     <input type="submit" value="Add Article" />
  12. </form>