source: OpenRLabs-Git/web2py/applications/rlabs/views/setup/fileimport.html

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100644
File size: 862 bytes
Line 
1{{extend 'layout.html'}}
2<link href="{{=URL('static', 'css/setup.css')}}" rel="stylesheet"       type="text/css" />
3
4<div class="container_setup">
5        <div class="menu_config">
6         {{include 'setup/menu.html'}}
7        </div>
8       
9        <div class="form_config">           
10                <form action="#" class="web2py_form" enctype="multipart/form-data"
11                                id="form_import" method="post">
12                        <label id="label_input">
13                                <span>Formato lineas archivo CSV:</span>
14                                <span id="console_csv">                                 
15                                        <span class="lines_csv">nombre1,apellido1,email1@servidor_correo.es,username</span>
16                                        <span class="lines_csv">nombre2,apellido2,email2@servidor_correo.es,username</span>
17                                        <span class="lines_csv">.....</span>
18                                </span>
19                        </label>
20                        <input accept=".csv" name="fichero" type="file">
21                        <input class="btn btn-default btn-secondary" type="submit" value="Enviar">
22                </form>
23        </div>
24</div>
25
Note: See TracBrowser for help on using the repository browser.