Copied many Artemus templates from Nutriguia.
[gruta.git] / templates / artemus / edit_story
blobb880d057c74a4b21dc2b226c42b44cf4ff3c5cf5
1 <input type = 'hidden' name = 't' value = 'SAVE_STORY'>
2 <input type = 'hidden' name = 'topic' value = '{-cgi-topic}'>
4 <p>Fecha de publicaci&oacute;n: <small>(Vac&iacute;o, hoy)</small><br>
6 <input type = 'text' size = '2' name = 'day'
7         value = '{-story_date|%d|{-cgi-topic}|{-cgi-id}}'> /
8 <input type = 'text' size = '2' name = 'month'
9         value = '{-story_date|%m|{-cgi-topic}|{-cgi-id}}'> /
10 <input type = 'text' size = '4' name = 'year'
11         value = '{-story_date|%y|{-cgi-topic}|{-cgi-id}}'>
13 <p>Fecha de liberaci&oacute;n a los no suscriptores: <small>(Vac&iacute;o, la misma)</small><br>
15 <input type = 'text' size = '2' name = 'day2'
16         value = '{-story_date2|%d|{-cgi-topic}|{-cgi-id}}'> /
17 <input type = 'text' size = '2' name = 'month2'
18         value = '{-story_date2|%m|{-cgi-topic}|{-cgi-id}}'> /
19 <input type = 'text' size = '4' name = 'year2'
20         value = '{-story_date2|%y|{-cgi-topic}|{-cgi-id}}'>
22 <p>Formato: (<b>grutatxt</b>, <b>html</b> &oacute; <b>raw_html</b>)<br>
23 <input type = 'text' name = 'format'
24         value = '{-story_format|{-cgi-topic}|{-cgi-id}}'>
26 {-ifelse|{-eq|{-cgi-id}|[]}|
27 <p>Id de la historia:
28 <small>(Opcional; si no sabe lo que significa, d&eacute;jelo en blanco)</small><br>
29 <input type = 'text' size = '32' name = 'id' value = ''>
31 <input type = 'hidden' name = 'id' value = '{-cgi-id}'>
34 <p>Etiquetas: <small>(separadas por comas)</small><br>
35 <input type = 'text' size = '60' name = 'tags' value = '{-story_tags|{-cgi-topic}|{-cgi-id}}'>
37 <p>Contenido:<br>
39 <textarea name = 'content' cols = '80' rows = '30' wrap = 'virtual'>{-story_content|{-cgi-topic}|{-cgi-id}}</textarea>