1 {-assert_topic_editor|{-var|topic}}
6 {-box_title|Datos del Artículo}
10 <input type = 'hidden' name = 't' value = 'SAVE_STORY'>
11 <input type = 'hidden' name = 'topic' value = '{-var|topic}'>
13 <p>Fecha de publicación: <small>(Vacío, hoy)</small><br>
15 <input type = 'text' size = '2' name = 'day'
16 value = '{-story_date|%d|{-var|topic}|{-var|id}}'> /
17 <input type = 'text' size = '2' name = 'month'
18 value = '{-story_date|%m|{-var|topic}|{-var|id}}'> /
19 <input type = 'text' size = '4' name = 'year'
20 value = '{-story_date|%y|{-var|topic}|{-var|id}}'>
22 <p>Fecha de liberación a los no suscriptores: <small>(Vacío, la misma)</small><br>
24 <input type = 'text' size = '2' name = 'day2'
25 value = '{-story_date2|%d|{-var|topic}|{-var|id}}'> /
26 <input type = 'text' size = '2' name = 'month2'
27 value = '{-story_date2|%m|{-var|topic}|{-var|id}}'> /
28 <input type = 'text' size = '4' name = 'year2'
29 value = '{-story_date2|%y|{-var|topic}|{-var|id}}'>
31 <p>Formato: (valores posibles: {-foreach|{-renderers}|<b>\$0</b>|, })<br>
32 <input type = 'text' name = 'format'
33 value = '{-story_format|{-var|topic}|{-var|id}}'>
35 {-ifelse|{-eq|{-var|id}|[]}|
37 <small>(Opcional; si no sabe lo que significa, déjelo en blanco)</small><br>
38 <input type = 'text' size = '32' name = 'id' value = ''>
40 <input type = 'hidden' name = 'id' value = '{-var|id}'>
43 <p>Etiquetas: <small>(separadas por comas)</small><br>
44 <input type = 'text' size = '60' name = 'tags'
45 value = '{-foreach|{-story_tags|{-var|topic}|{-var|id}}||, }'>
49 <textarea name = 'content' cols = '80' rows = '30' wrap = 'virtual'>{-story_content|{-var|topic}|{-var|id}}</textarea>
51 <input type = 'submit' class = 'button' value = 'OK'>
54 <form method = 'post'>
55 <input type = 'hidden' name = 't' value = 'DELETE_STORY'>
56 <input type = 'hidden' name = 'topic' value = '{-var|topic}'>
57 <input type = 'hidden' name = 'id' value = '{-var|id}'>
58 <input type = 'submit' class = 'button' value = 'BORRAR'>