Skip to content
Snippets Groups Projects
Commit 9ede2f15 authored by Ina's avatar Ina
Browse files

upload_file

parent 6becbd51
No related branches found
No related tags found
No related merge requests found
......@@ -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>&nbsp;&nbsp;&nbsp;&nbsp;<input type="password" size="35" placeholder="email"></td>
<td colspan="2">&nbsp;&nbsp;&nbsp;&nbsp;
<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>&nbsp;&nbsp;&nbsp;&nbsp;<input type="password" size="35" placeholder="email"></td>
<td colspan="2">&nbsp;&nbsp;&nbsp;&nbsp;
<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>&nbsp;&nbsp;&nbsp;&nbsp;<input type="password" size="35" placeholder="email"></td>
<td colspan="2">&nbsp;&nbsp;&nbsp;&nbsp; <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" >&nbsp;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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment