PageRenderTime 15ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/plugins/feeds/views/options.tpl

http://kleophatra.googlecode.com/
Smarty Template | 21 lines | 18 code | 3 blank | 0 comment | 0 complexity | 74646a3fb57dbbfa58a886e500f329a7 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <form method="post">
  2. <h2>Feeds options </h2>
  3. Limit:
  4. <div class="description-form">
  5. <input name="feeds_limit" type="text" class="big-form-content" value="{=core(feeds_limit)}" />
  6. </div>
  7. {=lang(L_TITLE)}:
  8. <div class="description-form">
  9. <input name="feeds_title" type="text" class="big-form-content" value="{=core(feeds_title)}" />
  10. </div>
  11. Format
  12. <div class="description-form">
  13. <select name="feeds_format" class="big-form-content">
  14. <option value="rss">Rss</option>
  15. </select>
  16. </div>
  17. <button class="red-button" type="submit" name="process_form_main"> {=lang(L_EDIT)}</button>
  18. </form>