Unified some templates.
[gruta.git] / templates / artemus / es / EDIT_STORY
blob142609cf3a6dde387631bce30057b103736ddd71
1 {-assert_topic_editor|{-cgi-topic}}
2 {-header}
3 {-box_title|Datos del Artículo}
5 <form method = 'post'>
7 <input type = 'hidden' name = 't' value = 'SAVE_STORY'>
8 <input type = 'hidden' name = 'topic' value = '{-cgi-topic}'>
10 <p>Fecha de publicaci&oacute;n: <small>(Vac&iacute;o, hoy)</small><br>
12 <input type = 'text' size = '2' name = 'day'
13         value = '{-story_date|%d|{-cgi-topic}|{-cgi-id}}'> /
14 <input type = 'text' size = '2' name = 'month'
15         value = '{-story_date|%m|{-cgi-topic}|{-cgi-id}}'> /
16 <input type = 'text' size = '4' name = 'year'
17         value = '{-story_date|%y|{-cgi-topic}|{-cgi-id}}'>
19 <p>Fecha de liberaci&oacute;n a los no suscriptores: <small>(Vac&iacute;o, la misma)</small><br>
21 <input type = 'text' size = '2' name = 'day2'
22         value = '{-story_date2|%d|{-cgi-topic}|{-cgi-id}}'> /
23 <input type = 'text' size = '2' name = 'month2'
24         value = '{-story_date2|%m|{-cgi-topic}|{-cgi-id}}'> /
25 <input type = 'text' size = '4' name = 'year2'
26         value = '{-story_date2|%y|{-cgi-topic}|{-cgi-id}}'>
28 <p>Formato: (<b>grutatxt</b>, <b>html</b> &oacute; <b>raw_html</b>)<br>
29 <input type = 'text' name = 'format'
30         value = '{-story_format|{-cgi-topic}|{-cgi-id}}'>
32 {-ifelse|{-eq|{-cgi-id}|[]}|
33 <p>Id de la historia:
34 <small>(Opcional; si no sabe lo que significa, d&eacute;jelo en blanco)</small><br>
35 <input type = 'text' size = '32' name = 'id' value = ''>
37 <input type = 'hidden' name = 'id' value = '{-cgi-id}'>
40 <p>Etiquetas: <small>(separadas por comas)</small><br>
41 <input type = 'text' size = '60' name = 'tags' value = '{-story_tags|{-cgi-topic}|{-cgi-id}}'>
43 <p>Contenido:<br>
45 <textarea name = 'content' cols = '80' rows = '30' wrap = 'virtual'>{-story_content|{-cgi-topic}|{-cgi-id}}</textarea>
47 <input type = 'submit' class = 'button' value = 'OK'>
48 </form>
50 <form method=post>
51 <input type = 'hidden' name = 't' value = 'DELETE_STORY'>
52 <input type = 'hidden' name = 'topic' value = '{-cgi-topic}'>
53 <input type = 'hidden' name = 'id' value = '{-cgi-id}'>
54 <input type = 'submit' class = 'button' value = 'BORRAR'>
55 </form>
57 {-box_end}
59 {-footer}