More work in the skeleton.
[gruta.git] / templates / artemus / es / EDIT_STORY
blob55ee6542221821582605f70d95893cea8db2ea8e
1 {-assert_topic_editor|{-cgi-topic}}
2 {-header}
4 <div class = 'main'>
6 {-box_title|Datos del Art&iacute;culo}
8 <form method = 'post'>
10         <input type = 'hidden' name = 't' value = 'SAVE_STORY'>
11         <input type = 'hidden' name = 'topic' value = '{-cgi-topic}'>
13         <p>Fecha de publicaci&oacute;n: <small>(Vac&iacute;o, hoy)</small><br>
15         <input type = 'text' size = '2' name = 'day'
16                 value = '{-story_date|%d|{-cgi-topic}|{-cgi-id}}'> /
17         <input type = 'text' size = '2' name = 'month'
18                 value = '{-story_date|%m|{-cgi-topic}|{-cgi-id}}'> /
19         <input type = 'text' size = '4' name = 'year'
20                 value = '{-story_date|%y|{-cgi-topic}|{-cgi-id}}'>
22         <p>Fecha de liberaci&oacute;n a los no suscriptores: <small>(Vac&iacute;o, la misma)</small><br>
24         <input type = 'text' size = '2' name = 'day2'
25                 value = '{-story_date2|%d|{-cgi-topic}|{-cgi-id}}'> /
26         <input type = 'text' size = '2' name = 'month2'
27                 value = '{-story_date2|%m|{-cgi-topic}|{-cgi-id}}'> /
28         <input type = 'text' size = '4' name = 'year2'
29                 value = '{-story_date2|%y|{-cgi-topic}|{-cgi-id}}'>
31         <p>Formato: (<b>grutatxt</b>, <b>html</b> &oacute; <b>raw_html</b>)<br>
32         <input type = 'text' name = 'format'
33                 value = '{-story_format|{-cgi-topic}|{-cgi-id}}'>
35         {-ifelse|{-eq|{-cgi-id}|[]}|
36         <p>Id de la historia:
37         <small>(Opcional; si no sabe lo que significa, d&eacute;jelo en blanco)</small><br>
38         <input type = 'text' size = '32' name = 'id' value = ''>
39         |
40         <input type = 'hidden' name = 'id' value = '{-cgi-id}'>
41         }
43         <p>Etiquetas: <small>(separadas por comas)</small><br>
44         <input type = 'text' size = '60' name = 'tags' value = '{-story_tags|{-cgi-topic}|{-cgi-id}}'>
46         <p>Contenido:<br>
48         <textarea name = 'content' cols = '80' rows = '30' wrap = 'virtual'>{-story_content|{-cgi-topic}|{-cgi-id}}</textarea>
50         <input type = 'submit' class = 'button' value = 'OK'>
51 </form>
53 <form method = 'post'>
54         <input type = 'hidden' name = 't'       value = 'DELETE_STORY'>
55         <input type = 'hidden' name = 'topic'   value = '{-cgi-topic}'>
56         <input type = 'hidden' name = 'id'      value = '{-cgi-id}'>
57         <input type = 'submit' class = 'button' value = 'BORRAR'>
58 </form>
60 {-box_end}
62 </div>
64 {-footer}