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
aff08f14
Commit
aff08f14
authored
Jun 04, 2020
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Actualizacion general
parent
0b04310d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
13 deletions
+16
-13
app/Resources/views/producto/landing_producto.html.twig
app/Resources/views/producto/landing_producto.html.twig
+14
-12
app/Resources/views/producto/landing_producto_generar_comparacion.html.twig
...s/producto/landing_producto_generar_comparacion.html.twig
+1
-1
app/Resources/views/producto/landing_producto_original.html.twig
...ources/views/producto/landing_producto_original.html.twig
+1
-0
No files found.
app/Resources/views/producto/landing_producto.html.twig
View file @
aff08f14
...
...
@@ -34,17 +34,19 @@
<div
class=
"row"
>
<div
class=
"panel-body"
>
<label
class=
"col-md-12 control-label"
>
Toma una foto con tu cámara aquí
</label>
<br>
<div
class=
"col-md-12"
>
<button
id=
"tomarFoto"
name=
"tomarFoto"
onclick=
"mostrarTomarFoto(event)"
>
Tomar Foto
</button>
</div>
<label
class=
"col-md-12 control-label"
>
Subo una foto desde tu galería o desde tu PC
</label>
<br>
<label
class=
"col-md-12 control-label"
>
Sube una foto desde tu galería o desde tu PC
</label>
<div
class=
"col-md-12"
>
<button
id=
"subirFoto"
name=
"subirFoto"
onclick=
"mostrarSubirFoto(event)"
>
Subir Foto
</button>
</div>
<div
class=
"col-md-12"
>
<div
id=
"tomarFotoContainer"
style=
"display:none"
>
<div
class=
"form-group"
>
<div
class=
"camera"
>
<div
class=
"camera"
style=
"display: block"
>
<video
id=
"video"
width=
"600"
height=
"315"
>
No se encuentra disponible una camara
</video>
<button
id=
"startbutton"
>
Tomar Foto
</button>
</div>
...
...
@@ -92,11 +94,6 @@
</div>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"panel-body"
>
<div
class=
"form-group"
>
<div
class=
"col-md-12"
>
...
...
@@ -107,6 +104,11 @@
</div>
</div>
</div>
</div>
{%
endblock
%}
...
...
app/Resources/views/producto/landing_producto_generar_comparacion.html.twig
View file @
aff08f14
...
...
@@ -60,7 +60,7 @@
<div
class=
"col-md-12"
>
<div
id=
"tomarFotoContainer"
style=
"display:none"
>
<div
class=
"form-group"
>
<div
class=
"camera"
>
<div
class=
"camera"
style=
"display: block"
>
<video
id=
"video"
width=
"600"
height=
"315"
>
No se encuentra disponible una camara
</video>
<button
id=
"startbutton"
>
Tomar Foto
</button>
</div>
...
...
app/Resources/views/producto/landing_producto_original.html.twig
View file @
aff08f14
...
...
@@ -75,6 +75,7 @@
<div
class=
"panel-body"
>
<button
id=
"tomarFoto"
name=
"tomarFoto"
onclick=
"mostrarTomarFoto(event)"
>
Tomar Foto
</button>
<br>
<button
id=
"subirFoto"
name=
"subirFoto"
onclick=
"mostrarSubirFoto(event)"
>
Subir Foto
</button>
<div
id=
"tomarFotoContainer"
style=
"display:none"
>
<div
class=
"form-group"
>
...
...
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