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
a1da478f
Commit
a1da478f
authored
Sep 09, 2020
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cambio posicion boton
parent
4629f16b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
app/Resources/views/producto_final/landing_producto.html.twig
...Resources/views/producto_final/landing_producto.html.twig
+12
-1
No files found.
app/Resources/views/producto_final/landing_producto.html.twig
View file @
a1da478f
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
{{
include
(
'producto_final/camera_logic.html.twig'
)
}}
{{
include
(
'producto_final/camera_logic.html.twig'
)
}}
{#CODIGO OCULTO#}
{#CODIGO OCULTO#}
</div>
</div>
<button
id=
"startbutton"
></button>
<div
class=
"botonera-fotos"
>
<div
class=
"botonera-fotos"
>
<div>
<div>
<button
id=
"tomarFoto"
name=
"tomarFoto"
class=
"tomarFoto"
onclick=
"mostrarTomarFoto(event)"
>
Tomar Foto
</button>
<button
id=
"tomarFoto"
name=
"tomarFoto"
class=
"tomarFoto"
onclick=
"mostrarTomarFoto(event)"
>
Tomar Foto
</button>
...
@@ -276,5 +276,16 @@
...
@@ -276,5 +276,16 @@
}
}
window
.
onorientationchange
=
function
()
{
var
orientation
=
window
.
orientation
;
switch
(
orientation
)
{
case
0
:
case
90
:
case
-
90
:
console
.
log
(
"
modo horizontal
"
);
//window.location.reload();
break
;
}
};
</script>
</script>
{%
endblock
%}
{%
endblock
%}
\ No newline at end of file
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