en el moras
This commit is contained in:
19
templates/home/admin/mensajes.html.ep
Executable file
19
templates/home/admin/mensajes.html.ep
Executable file
@@ -0,0 +1,19 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user