Files
dojo/templates/home/admin/mensajes.html.ep
2018-07-19 03:45:46 -05:00

18 lines
470 B
Plaintext
Executable File

<section class="flex messages">
<article class="select">
<select id="sentry" class="entry" size=10>
<% map{ %> <option value="<%= $_->{'mid'} %>" class="entry" ><%= $_->{'entry'} %> </option> <% } %><% (@{stash('h')}); %>
</select>
</article>
<article class="view">
<p id="fecha">fecha</p>
<div class="spcr"></div>
<p id="nombre">nombre</p>
<div class="spcr"></div>
<p id="correo">correo</p>
<div class="spcr"></div>
<p id="mensaje">mensaje</p>
</article>
</section>