Files
dojo/templates/home/admin/mensajes.html.ep

18 lines
470 B
Plaintext
Raw Normal View History

2018-07-18 04:28:26 -05:00
<section class="flex messages">
<article class="select">
<select id="sentry" class="entry" size=10>
2018-07-19 03:45:46 -05:00
<% map{ %> <option value="<%= $_->{'mid'} %>" class="entry" ><%= $_->{'entry'} %> </option> <% } %><% (@{stash('h')}); %>
2018-07-18 04:28:26 -05:00
</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>