aboutsummaryrefslogblamecommitdiff
path: root/cgi/templates/manage/quotes.html
blob: f45a095bf7366dbfab784c20d4f234eb94d3afb2 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                             





                                                                                                 



                                             
<?py include('templates/base_top.html') ?>
<?py include('templates/manage/menu.html') ?>
<center>
  <div class="replymode">Fortunas</div>
  <p>Ingresa un mensaje a mostrar por cada línea:</p>
  <form method="post" action="" style="max-width:500px;">
    <textarea name="data" cols="80" rows="15" style="width:100%;height:300px;">${data}</textarea>
    <br />
    <input type="submit" name="save" style="width:100%;" value="Guardar" />
  </form>
</center>
<hr />
<?py include('templates/base_bottom.html') ?>