Files
dojo/templates/home/admin/mensajes.html.ep
2018-07-18 16:04:47 -05:00

20 lines
459 B
Plaintext
Executable File

<section class="flex messages">
<article class="select">
<select id="sentry" class="entry" size=10>
% foreach (@{stash('h')}){
<option value="<%= $_->{'mid'} %>" class=entry"> <%= $_->{'entry'} %></option>
% }
</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>