From 9ede2f15a97a23a24f899883b63f6fb0eb13dfec Mon Sep 17 00:00:00 2001 From: Ina <inaloena@gmail.com> Date: Mon, 19 Oct 2015 10:46:00 -0200 Subject: [PATCH] upload_file --- app/views/welcome/add_file.html.erb | 45 +++++++++++++++++++++++++---- 1 file changed, 40 insertions(+), 5 deletions(-) diff --git a/app/views/welcome/add_file.html.erb b/app/views/welcome/add_file.html.erb index ce941d7f0..d7b64b59b 100644 --- a/app/views/welcome/add_file.html.erb +++ b/app/views/welcome/add_file.html.erb @@ -15,20 +15,45 @@ <div class="white-input"> <div class="col-md-3"> - <%= image_tag image_path('user-anon.png'), class: "logo" %><br/> + <%= image_tag image_path('icons/square.png'), style:"width:250px; height:150px;" %><br/> <%= link_to 'editar foto', search_path,style:'color: #1676bc;' %> </div> <div class="col-md-9"> - <table style="margin: 20px auto;"> + <table style="margin-left:0px;"> <tr> - <td>TÃtulo do arquivo</td><td> <input type="password" size="35" placeholder="email"></td> + <td colspan="2"> + <input type="text" size="70px" style="height:30px;font-size:14pt; margin-bottom: 10px;" placeholder="TÃtulo do arquivo"> + </td> </tr> <tr> - <td> <div style="margin-bottom: 15px"> Descrição</div></td><td> <input type="password" size="35" placeholder="email"></td> + <td colspan="2"> + <input type="text" size="70px" style="height:65px;font-size:14pt; margin-bottom: 10px;" placeholder="Descrição"> + <br/> + </td> </tr> <tr> - <td> Confirmar senha:</td><td> <input type="password" size="35" placeholder="email"></td> + <td colspan="2"> <input type="text" size="70px" style="height:30px;font-size:14pt; margin-bottom: 10px;" placeholder="Assunto"></td> + </tr> + <tr> + <td> + <select style="width: 345px; margin-left:8px"> + <option value="">NÃvel</option> + <option value="">..</option> + </select> + + </td> + <td> + <select style="width: 345px;"> + <option value="">Adicionar à coleção</option> + <option value="">..</option> + </select> + </td> + </tr> + <tr> + <td colspan="2"> + <div class=" pull-right"> <%= button_to "Remover", new_user_registration_path,class: "btn btn-danger", style: 'margin-top: 15px; width: 130px; background-color: #FF2134;'%></div> + </td> </tr> </table> @@ -37,6 +62,16 @@ </div> </div> </div> + <div class="col-md-12"> + <div class="container-fluid" > + <div class="pull-right"> + <input type="checkbox" > Li e concordo com os <%= link_to 'termos e condições', search_path, style:'color: #1676bc;' %> de upload e copyright<br/><br/> + <div class="pull-left"><div style= 'margin-left:130px;'><%= link_to 'Cancelar', search_path %></div></div> + <div class="pull-right"><%= button_to "Salvar", search_path,class: "btn pull-right", style: 'margin-top: -10px; width: 230px; color:white; background-color: #1676bc;'%></div> + + </div> + </div> + </div> </div> </div> </div> -- GitLab