Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nutrapharm_producto
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cristian Mauricio Diaz Canales
nutrapharm_producto
Commits
50dda022
Commit
50dda022
authored
Sep 10, 2020
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cambios
parent
0df7c96e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
app/Resources/views/producto_final/base_final.html.twig
app/Resources/views/producto_final/base_final.html.twig
+4
-4
app/Resources/views/producto_final/landing_producto.html.twig
...Resources/views/producto_final/landing_producto.html.twig
+1
-1
app/Resources/views/producto_final/landing_producto_generar_comparacion.html.twig
...ucto_final/landing_producto_generar_comparacion.html.twig
+1
-0
web/frontend/js/capture-2.js
web/frontend/js/capture-2.js
+1
-0
No files found.
app/Resources/views/producto_final/base_final.html.twig
View file @
50dda022
...
@@ -49,14 +49,14 @@
...
@@ -49,14 +49,14 @@
<nav>
<nav>
<div
class=
"logo"
>
<div
class=
"logo"
>
<img
src=
"
{{
asset
(
'manuel/images/logo-inovage-480x59.png'
)
}}
"
<img
src=
"
{{
asset
(
'manuel/images/logo-inovage-480x59.png'
)
}}
"
alt=
"logo"
/>
alt=
"logo"
/>
</div>
</div>
<ul>
<ul>
<li><a
href=
"https://www.inovage.cl/selfie-test/"
>
Selfie Test
</a></li>
<li><a
href=
"https://www.inovage.cl/selfie-test/"
>
Selfie Test
</a></li>
<li><a
href=
"https://www.inovage.cl/como-funciona/"
>
¿Cómo Actúa?
</a></li>
<li><a
href=
"https://www.inovage.cl/como-funciona/"
>
¿Cómo Actúa?
</a></li>
<li><a
href=
"https://www.inovage.cl/los-culpables/"
>
Efecto
</a></li>
<li><a
href=
"https://www.inovage.cl/los-culpables/"
>
Efecto
</a></li>
<li><a
href=
"#"
>
<li><a
href=
"#"
>
<i
class=
"_mi dashicons dashicons-cart"
aria-hidden=
"true"
style=
"font-size:1.4em;"
></i></a>
<i
class=
"_mi dashicons dashicons-cart"
aria-hidden=
"true"
style=
"font-size:1.4em;"
></i></a>
</li>
</li>
</ul>
</ul>
</nav>
</nav>
...
@@ -88,8 +88,8 @@
...
@@ -88,8 +88,8 @@
console
.
log
(
"
click
"
);
console
.
log
(
"
click
"
);
$
(
"
nav ul
"
).
toggleClass
(
"
active
"
)
$
(
"
nav ul
"
).
toggleClass
(
"
active
"
)
})
})
}
}
)
)
</script>
</script>
<!-- ================== END BASE JS ================== -->
<!-- ================== END BASE JS ================== -->
...
...
app/Resources/views/producto_final/landing_producto.html.twig
View file @
50dda022
...
@@ -125,7 +125,7 @@
...
@@ -125,7 +125,7 @@
$
(
"
#startbutton
"
).
hide
();
$
(
"
#startbutton
"
).
hide
();
//$("#subirFotoContainer").show();
//$("#subirFotoContainer").show();
$
(
"
#output_img_inovage
"
).
hide
();
$
(
"
#output_img_inovage
"
).
hide
();
$
(
"
#tomarFoto
"
).
html
(
"
Toma una foto con tu cámara aquí
"
);
imagenTomada
=
false
;
imagenTomada
=
false
;
imagenSubida
=
true
;
imagenSubida
=
true
;
}
}
...
...
app/Resources/views/producto_final/landing_producto_generar_comparacion.html.twig
View file @
50dda022
...
@@ -143,6 +143,7 @@
...
@@ -143,6 +143,7 @@
$
(
"
#startbutton
"
).
hide
();
$
(
"
#startbutton
"
).
hide
();
//$("#subirFotoContainer").show();
//$("#subirFotoContainer").show();
$
(
"
#output_img_inovage
"
).
hide
();
$
(
"
#output_img_inovage
"
).
hide
();
$
(
"
#tomarFoto
"
).
html
(
"
Toma una foto con tu cámara aquí
"
);
imagenTomada
=
false
;
imagenTomada
=
false
;
imagenSubida
=
true
;
imagenSubida
=
true
;
}
}
...
...
web/frontend/js/capture-2.js
View file @
50dda022
...
@@ -111,6 +111,7 @@
...
@@ -111,6 +111,7 @@
fotoActual
.
show
();
fotoActual
.
show
();
$
(
"
#tomarFotoContainer
"
).
hide
();
$
(
"
#tomarFotoContainer
"
).
hide
();
$
(
"
#tomarFoto
"
).
html
(
"
Repetir Foto
"
);
}
else
{
}
else
{
clearphoto
();
clearphoto
();
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment