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
06b4d80a
Commit
06b4d80a
authored
Jun 04, 2020
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Actualizacion con cambios de miguel
parent
e1f216d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
+10
-11
app/Resources/views/producto/landing_producto_generar_comparacion.html.twig
...s/producto/landing_producto_generar_comparacion.html.twig
+10
-11
No files found.
app/Resources/views/producto/landing_producto_generar_comparacion.html.twig
View file @
06b4d80a
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<div
id=
"tomarFotoContainer"
style=
"display:none"
>
<div
id=
"tomarFotoContainer"
style=
"display:none"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<div
class=
"camera"
style=
"display: block"
>
<div
id=
"cameraContainer"
class=
"camera"
style=
"display: block"
>
<video
id=
"video"
width=
"600"
height=
"315"
>
No se encuentra disponible una camara
</video>
<video
id=
"video"
width=
"600"
height=
"315"
>
No se encuentra disponible una camara
</video>
<button
id=
"startbutton"
>
Tomar Foto
</button>
<button
id=
"startbutton"
>
Tomar Foto
</button>
</div>
</div>
...
@@ -95,10 +95,6 @@
...
@@ -95,10 +95,6 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"panel-body"
>
<div
class=
"panel-body"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
...
@@ -108,6 +104,8 @@
...
@@ -108,6 +104,8 @@
<div
id=
"mensaje-nutrapharm"
style=
"display:none"
class=
"alert alert-success"
role=
"alert"
></div>
<div
id=
"mensaje-nutrapharm"
style=
"display:none"
class=
"alert alert-success"
role=
"alert"
></div>
</div>
</div>
</div>
</div>
</div>
</div>
{%
endblock
%}
{%
endblock
%}
{%
block
javascripts
%}
{%
block
javascripts
%}
<script
src=
"
{{
asset
(
'frontend/js/capture.js'
)
}}
"
></script>
<script
src=
"
{{
asset
(
'frontend/js/capture.js'
)
}}
"
></script>
...
@@ -128,6 +126,7 @@
...
@@ -128,6 +126,7 @@
event
.
preventDefault
();
event
.
preventDefault
();
console
.
log
(
"
mostrando tomar foto...
"
);
console
.
log
(
"
mostrando tomar foto...
"
);
$
(
"
#tomarFotoContainer
"
).
show
();
$
(
"
#tomarFotoContainer
"
).
show
();
$
(
"
#cameraContainer
"
).
show
();
$
(
"
#subirFotoContainer
"
).
hide
();
$
(
"
#subirFotoContainer
"
).
hide
();
imagenTomada
=
false
;
imagenTomada
=
false
;
imagenTomada
=
true
;
imagenTomada
=
true
;
...
...
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