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
0c04e425
Commit
0c04e425
authored
Aug 27, 2020
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Actualizacion css
parent
8007bad2
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
365 additions
and
110 deletions
+365
-110
app/Resources/views/base.html.twig
app/Resources/views/base.html.twig
+11
-42
app/Resources/views/producto/landing_producto_generar_comparacion.html.twig
...s/producto/landing_producto_generar_comparacion.html.twig
+75
-68
app/Resources/views/producto/landing_producto_generar_comparacion.html_original.twig
...o/landing_producto_generar_comparacion.html_original.twig
+279
-0
No files found.
app/Resources/views/base.html.twig
View file @
0c04e425
...
...
@@ -11,74 +11,43 @@
<meta
content=
"Cristian Diaz"
name=
"author"
/>
<!-- ================== BEGIN BASE CSS STYLE ================== -->
<link
href=
"
{{
asset
(
'backend/plugins/jquery-ui/themes/base/minified/jquery-ui.min.css'
)
}}
"
rel=
"stylesheet"
/>
<link
href=
"
{{
asset
(
'backend/plugins/bootstrap/css/bootstrap.min.css'
)
}}
"
rel=
"stylesheet"
/>
<link
href=
"
{{
asset
(
'backend/plugins/font-awesome/css/font-awesome.min.css'
)
}}
"
rel=
"stylesheet"
/>
<link
href=
"
{{
asset
(
'frontend/css/landing.css'
)
}}
"
rel=
"stylesheet"
/>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity=
"sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin=
"anonymous"
>
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity=
"sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity=
"sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin=
"anonymous"
></script>
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity=
"sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin=
"anonymous"
></script>
<link
rel=
"stylesheet"
href=
"https://fonts.googleapis.com/css?family=Montserrat"
>
<!-- ================== END BASE CSS STYLE ================== -->
<link
href=
"https://fonts.googleapis.com/css?family=Rubik:300,400,500,500i,700,900"
rel=
"stylesheet"
>
<link
href=
"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.10.0/css/bootstrap-select.min.css"
rel=
"stylesheet"
/>
{%
block
stylesheets
%}
{%
endblock
%}
<!-- ================== BEGIN BASE JS ================== -->
<script
src=
"
{{
asset
(
'backend/plugins/pace/pace.min.js'
)
}}
"
></script>
<!-- ================== END BASE JS ================== -->
{%
block
head
%}
{%
endblock
%}
</head>
<!-- end #header -->
<body>
<!-- end #header -->
<!-- end #sidebar -->
<!-- begin #content -->
<div
id=
"content"
class=
"content"
>
{%
block
body
%}
{%
endblock
%}
</div>
<!-- end page container -->
<!-- end #content -->
<!-- ================== BEGIN BASE JS ================== -->
<script
src=
"
{{
asset
(
'backend/plugins/jquery/jquery-1.9.1.min.js'
)
}}
"
></script>
<script
src=
"
{{
asset
(
'backend/plugins/jquery/jquery-migrate-1.1.0.min.js'
)
}}
"
></script>
<script
src=
"
{{
asset
(
'backend/plugins/jquery-ui/ui/minified/jquery-ui.min.js'
)
}}
"
></script>
<script
src=
"
{{
asset
(
'backend/plugins/bootstrap/js/bootstrap.min.js'
)
}}
"
></script>
<!--[if lt IE 9]>
<script src="
{{
asset
(
'backend/crossbrowserjs/html5shiv.js'
)
}}
"></script>
<script src="
{{
asset
(
'backend/crossbrowserjs/respond.min.js'
)
}}
"></script>
<script src="
{{
asset
(
'backend/crossbrowserjs/excanvas.min.js'
)
}}
"></script>
<![endif]-->
<script
src=
"
{{
asset
(
'backend/plugins/slimscroll/jquery.slimscroll.min.js'
)
}}
"
></script>
<script
src=
"
{{
asset
(
'backend/plugins/jquery-cookie/jquery.cookie.js'
)
}}
"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.10.0/js/bootstrap-select.min.js"
></script>
<!-- ================== END BASE JS ================== -->
<!-- ================== BEGIN PAGE LEVEL JS ================== -->
<script
src=
"
{{
asset
(
'backend/js/apps.js'
)
}}
"
></script>
{%
block
javascripts
%}
{%
endblock
%}
<!-- ================== END PAGE LEVEL JS ================== -->
{%
block
jsApp
%}
<script>
$
(
document
).
ready
(
function
()
{
App
.
init
();
});
</script>
{%
endblock
%}
</body>
{%
block
docready
%}
{%
endblock
%}
</html>
app/Resources/views/producto/landing_producto_generar_comparacion.html.twig
View file @
0c04e425
{%
extends
'base.html.twig'
%}
{%
block
stylesheets
%}
<link
href=
"
{{
asset
(
'nutrapharm/css/nutra-style.css'
)
}}
"
rel=
"stylesheet"
/>
{%
endblock
%}
{%
block
head
%}
<meta
property=
"fb:app_id"
content=
"
{{
facebookAppId
}}
"
/>
<meta
property=
"og:url"
content=
"
{{
urlSitio
}}{{
seccionGenerarCambios
}}
?idp=
{{
idp
}}
"
/>
...
...
@@ -25,87 +28,91 @@
<div
class=
"row"
>
{{
include
(
'producto/includes/alert.messages.html.twig'
)
}}
</div>
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<div
class=
"panel-body"
>
<h2>
COMIENZA TU TRATAMIENTO CON INOVAGE
</h2>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<label>
Esta es la foto que te tomaste al iniciar el tratamiento
</label>
<div
class=
"col-md-12"
id=
"title"
>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<img
width=
"200"
height=
"auto"
src=
"
{{
urlSitio
}}
nutrapharm/get/photo?file_name=
{{
idp
}}
.
{{
extInicial
}}
"
/>
<br><br><br>
<div
class=
"row"
id=
"foto"
align=
"center"
>
<div
class=
"col-md-6 col-xs-12"
>
<div
id=
"foto_anterior"
></div><br>
<p
align=
"center"
><button
id=
"btn-ant"
class=
"btn btn-lg btn-warning"
>
FOTO ANTERIOR
</button></p>
</div>
<div
class=
"col-md-6 col-xs-12"
>
<div
id=
"foto_siguiente"
></div><br>
<p
align=
"center"
><button
id=
"btn-sig"
class=
"btn btn-lg btn-warning"
>
TOMAR FOTO
</button></p>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<label>
Ahora queremos ver cuales han sido los cambios en estos días
</label>
</div>
</div>
<br><br><br><br><br><br><br><br><br>
<div
class=
"row"
>
<div
class=
"panel-body"
>
<label
class=
"col-md-12 control-label"
>
Toma una foto con tu cámara aquí
</label>
<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>
<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
id=
"cameraContainer"
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>
</div>
<div
class=
"form-group"
>
<canvas
id=
"canvas"
width=
"auto"
height=
"auto"
>
</canvas>
<div
class=
"output"
>
<img
id=
"photo"
width=
"auto"
height=
"auto"
alt=
"Foto Tomada"
src=
""
>
</div>
</div>
<div
class=
"col-md-12"
>
<div
class=
"row"
>
<div
class=
"col-md-3 col-xs-12"
>
</div>
</div>
<div
class=
"col-md-12"
>
<div
id=
"subirFotoContainer"
style=
"display:none"
>
<div
class=
"form-group"
>
<input
type=
'file'
id=
"imgInp"
accept=
"image/*"
/>
<img
id=
"imagenUsuario"
width=
"200"
height=
"auto"
style=
"display:none"
src=
"#"
alt=
"Imagen subida"
/>
</div>
<div
class=
"col-md-6 col-xs-12"
>
<h3
align=
"center"
>
Tú Experiencia
</h3>
<textarea
id=
"comentario"
class=
"form-control"
cols=
"20"
rows=
"4"
></textarea>
</div>
<div
class=
"col-md-3 col-xs-12"
>
</div>
</div>
</div>
</div>
<br><br>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<div
id=
"containerFormulario"
style=
"display:none"
>
<div
class=
"panel-body"
>
<div
class=
"form-group"
>
<label
class=
"col-md-12 control-label"
>
Escribe un comentario de como va el tratamiento
</label>
<div
class=
"col-md-12"
>
<input
id=
"comentarioFotoUsuario"
type=
"textarea"
placeholder=
"Comentario..."
/>
</div>
</div>
</div>
<div
class=
"panel-body"
>
<div
class=
"form-group"
>
<div
class=
"col-md-12"
>
<button
id=
"btnGuardar"
>
Guardar
</button>
</div>
</div>
<div
id=
"mensaje-nutrapharm"
style=
"display:none"
class=
"alert alert-success"
role=
"alert"
></div>
</div>
</div>
<div
class=
"col-md-12"
align=
"center"
>
<a
href=
"#"
target=
"_blank"
><img
src=
"img/fb.png"
height=
"50"
width=
"50"
></a>
<a
href=
"#"
target=
"_blank"
><img
src=
"img/ig.png"
height=
"50"
width=
"50"
></a>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-12"
align=
"center"
>
<span
class=
"titulo"
>
COMPARTE con el hashtag
</span><br>
<span
class=
"subtitulo"
>
#selfietesinvage
</span>
</div>
</div>
</div>
<br><br>
</div>
{%
endblock
%}
{%
block
javascripts
%}
<script
src=
"
{{
asset
(
'frontend/js/capture.js'
)
}}
"
></script>
...
...
app/Resources/views/producto/landing_producto_generar_comparacion.html_original.twig
0 → 100644
View file @
0c04e425
This diff is collapsed.
Click to expand it.
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