Copied many Artemus templates from Nutriguia.
[gruta.git] / templates / artemus / EDIT_STORY
blob00e715d940b8f418865b54682da4c5f557b4242e
1 {-assert_topic_editor|{-cgi-topic}}
2 {-header}
3 {-box_title|Datos del Artículo}
5 <form method=post>
6 {-edit_story|{-cgi-topic}|{-cgi-id}}
7 <input type=submit class=button value='OK'>
8 </form>
10 <form method=post>
11 <input type = 'hidden' name = 't' value = 'DELETE_STORY'>
12 <input type = 'hidden' name = 'topic' value = '{-cgi-topic}'>
13 <input type = 'hidden' name = 'id' value = '{-cgi-id}'>
14 <input type = 'submit' class = 'button' value = 'BORRAR'>
15 </form>
17 {-box_end}
19 {-footer}