transision
This commit is contained in:
@@ -16,6 +16,8 @@ sub home_ {
|
||||
|
||||
sub home {
|
||||
my $c = shift;
|
||||
# por hacer: par evitar la animacion del intro
|
||||
# $c->stash(moda=>$c->req->headers->referrer );
|
||||
$c->stash( $c->dbv->mod) ;
|
||||
$c->stash(layout=>'default');
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
<section class="cform " >
|
||||
<article class="cform">
|
||||
<form action="contact" class="cform" method="post">
|
||||
<form action="/contact" class="cform" method="post">
|
||||
<label>Nombre</label> <input class="bsmall" id="mname" type="text" name="mname">
|
||||
<label>Correo</label> <input class="" type="email" name="mail">
|
||||
<label>Mensaje</label>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<section id="snav" class="flex nav anav">
|
||||
<article class="lhome">
|
||||
<a id="hhome" href="/logout"></a>
|
||||
<a id="hhome" href="/home"></a>
|
||||
</article>
|
||||
<article class="tel">
|
||||
<div id="tel" class="icon"></div>
|
||||
|
||||
Reference in New Issue
Block a user