Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
musica_listas_umusic
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
musica_listas_umusic
Commits
c0e14bc4
Commit
c0e14bc4
authored
Jan 02, 2020
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#1 Cambios en diseño y correcciones menores
parent
1fd67d15
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
177 additions
and
136 deletions
+177
-136
templates/frontend/paginas/ingresar_numero.html.twig
templates/frontend/paginas/ingresar_numero.html.twig
+91
-76
templates/frontend/paginas/mi_cuenta.html.twig
templates/frontend/paginas/mi_cuenta.html.twig
+1
-1
templates/frontend/paginas/validar_pin.html.twig
templates/frontend/paginas/validar_pin.html.twig
+85
-59
No files found.
templates/frontend/paginas/ingresar_numero.html.twig
View file @
c0e14bc4
{%
extends
'frontend/base.html.twig'
%}
{%
block
stylesheets
%}
<link
href=
"
{{
asset
(
'frontend/style.css'
)
}}
"
rel=
"stylesheet"
>
{%
endblock
%}
{%
block
body
%}
<header
class=
"masthead-ingreso text-center text-white"
>
<div
class=
"ingresa-numero-container container mt-4 mb-4"
>
{%
if
error
is
defined
%}
<font
color=
"red"
>
{{
error
}}
</font>
{%
endif
%}
<p>
Ingresa tu número de teléfono
</p>
<form
action=
"
{{
path
(
'front_validar_msisdn'
)
}}
"
method=
"post"
}}
>
<div
class=
"form-row align-items-center"
>
<div
class=
"col-2"
>
<label
for=
"staticEmail2"
class=
"sr-only"
><p>
+56
</p></label>
<input
type=
"text"
readonly
class=
"codigo-ciudad form-control-plaintext"
id=
"staticEmail2"
value=
"+56"
>
</div>
<div
class=
"col-7"
>
<label
class=
"sr-only"
for=
"inlineFormInputGroup"
>
Ingrésalo aquí
</label>
<div
class=
"input-group mb-2"
>
<input
type=
"text"
id=
"msisdn"
name=
"msisdn"
class=
"form-control campo-numero txt-campo-ingreso"
id=
"inlineFormInputGroup"
placeholder=
"Ingresalo aquí"
>
</div>
</div>
<div
class=
"col-3"
>
<button
type=
"submit"
class=
"btn btn-codigo-suscripcion mb-2"
>
Siguiente
</button>
</div>
</div>
</form>
</div>
<!-- header con mensaje -->
<div
class=
"container subheader-info"
>
<div
class=
"row"
>
<div
class=
"col-4"
>
<p
class=
"txt-top"
>
Entra a alguna de las categorías y suscríbete
</p>
</div>
<div
class=
"col-4"
>
<p
class=
"numero-top"
>
$500
</p>
</div>
</div>
</div>
<!-- cierre con mensaje -->
</header>
<!-- Bootstrap core JavaScript
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> -->
<!-- nuevo codigo menu navegacion -->
<script>
function
openNav
()
{
document
.
getElementById
(
"
myNav
"
).
style
.
height
=
"
100%
"
;
}
function
closeNav
()
{
document
.
getElementById
(
"
myNav
"
).
style
.
height
=
"
0%
"
;
}
</script>
{%
extends
'frontend/base.html.twig'
%}
{%
block
stylesheets
%}
<link
href=
"
{{
asset
(
'frontend/style.css'
)
}}
"
rel=
"stylesheet"
>
{%
endblock
%}
{%
block
body
%}
<header
class=
"masthead-ingreso text-center text-white"
>
<div
class=
"ingresa-numero-container container mt-4 mb-4"
>
{%
if
error
is
defined
%}
<!-- alertas -->
<div
class=
"alert"
>
<div
class=
"row"
>
<div
class=
"col-2"
>
<img
class=
"icon-one"
width=
"40"
src=
"
{{
asset
(
'frontend/alert/alerta-icon.svg'
)
}}
"
alt=
""
/>
</div>
<div
class=
"col-8"
>
<p
class=
"txt-alerta"
>
{{
error
}}
</p>
</div>
<div
class=
"col-1"
>
{#<span class="closebtn-ok" onclick="this.parentElement.parentElement.style.display = 'none';">×</span>#}
</div>
</div>
</div>
<br>
{%
endif
%}
<p>
Ingresa tu número de teléfono
</p>
<form
action=
"
{{
path
(
'front_validar_msisdn'
)
}}
"
method=
"post"
}}
>
<div
class=
"form-row align-items-center"
>
<div
class=
"col-2"
>
<label
for=
"staticEmail2"
class=
"sr-only"
><p>
+56
</p></label>
<input
type=
"text"
readonly
class=
"codigo-ciudad form-control-plaintext"
id=
"staticEmail2"
value=
"+56"
>
</div>
<div
class=
"col-7"
>
<label
class=
"sr-only"
for=
"inlineFormInputGroup"
>
Ingrésalo aquí
</label>
<div
class=
"input-group mb-2"
>
<input
type=
"text"
id=
"msisdn"
name=
"msisdn"
class=
"form-control campo-numero txt-campo-ingreso"
id=
"inlineFormInputGroup"
placeholder=
"Ingresalo aquí"
>
</div>
</div>
<div
class=
"col-3"
>
<button
type=
"submit"
class=
"btn btn-codigo-suscripcion mb-2"
>
Siguiente
</button>
</div>
</div>
</form>
</div>
<!-- header con mensaje -->
<div
class=
"container subheader-info"
>
<div
class=
"row"
>
<div
class=
"col-4"
>
<p
class=
"txt-top"
>
Entra a alguna de las categorías y suscríbete
</p>
</div>
<div
class=
"col-4"
>
<p
class=
"numero-top"
>
$500
</p>
</div>
</div>
</div>
<!-- cierre con mensaje -->
</header>
<!-- Bootstrap core JavaScript
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> -->
<!-- nuevo codigo menu navegacion -->
<script>
function
openNav
()
{
document
.
getElementById
(
"
myNav
"
).
style
.
height
=
"
100%
"
;
}
function
closeNav
()
{
document
.
getElementById
(
"
myNav
"
).
style
.
height
=
"
0%
"
;
}
</script>
{%
endblock
%}
\ No newline at end of file
templates/frontend/paginas/mi_cuenta.html.twig
View file @
c0e14bc4
...
...
@@ -199,7 +199,7 @@
var
success
=
'
<div class="alert-ok">
\n\
<div class="row">
\n\
<div class="col-2">
\n\
<img class="icon-one" width="40" src="
{{
asset
(
'frontend/alert/
alerta
-icon.svg'
)
}}
" alt=""/></div>
\n\
<img class="icon-one" width="40" src="
{{
asset
(
'frontend/alert/
payment
-icon.svg'
)
}}
" alt=""/></div>
\n\
<div class="col-8"><p class="txt-alerta">
'
+
msg
+
'
</p>
\n\
</div>
\n\
<div class="col-1"></div></div></div>
'
;
...
...
templates/frontend/paginas/validar_pin.html.twig
View file @
c0e14bc4
{%
extends
'frontend/base.html.twig'
%}
{%
block
stylesheets
%}
<link
href=
"
{{
asset
(
'frontend/style.css'
)
}}
"
rel=
"stylesheet"
>
{%
endblock
%}
{%
block
body
%}
<header
class=
"masthead-ingreso text-center text-white"
>
<div
class=
"ingresa-numero-container container mt-4 mb-4"
>
{%
if
msj
is
defined
%}
<p>
{{
msj
}}
</p>
{%
endif
%}
{%
if
error
is
defined
%}
<font
color=
"red"
>
{{
error
}}
</font>
{%
endif
%}
<form
action=
"
{{
path
(
'front_validar_pin'
)
}}
"
method=
"post"
}}
>
<div
class=
"form-row align-items-center"
>
<div
class=
"col-2"
>
</div>
<div
class=
"col-7"
>
<label
class=
"sr-only"
for=
"inlineFormInputGroup"
>
Ingrésalo aquí
</label>
<div
class=
"input-group mb-2"
>
<input
type=
"hidden"
id=
"msisdn"
name=
"msisdn"
value=
{{
msisdn
}}
>
<input
id=
"pin"
name=
"pin"
type=
"text"
class=
"form-control campo-numero txt-campo-ingreso"
id=
"inlineFormInputGroup"
placeholder=
"Ingresalo aquí"
>
</div>
</div>
<div
class=
"col-3"
>
<button
type=
"submit"
class=
"btn btn-codigo-suscripcion mb-2"
>
Siguiente
</button>
</div>
</div>
</form>
</div>
<!-- header con mensaje -->
<div
class=
"container subheader-info"
>
<div
class=
"row"
>
<div
class=
"col-4"
>
<p
class=
"txt-top"
>
Entra a alguna de las categorías y suscríbete
</p>
</div>
<div
class=
"col-4"
>
<p
class=
"numero-top"
>
$500
</p>
</div>
</div>
</div>
<!-- cierre con mensaje -->
</header>
{%
extends
'frontend/base.html.twig'
%}
{%
block
stylesheets
%}
<link
href=
"
{{
asset
(
'frontend/style.css'
)
}}
"
rel=
"stylesheet"
>
{%
endblock
%}
{%
block
body
%}
<header
class=
"masthead-ingreso text-center text-white"
>
<div
class=
"ingresa-numero-container container mt-4 mb-4"
>
{%
if
msj
is
defined
%}
<!-- alertas -->
<div
class=
"alert"
>
<div
class=
"row"
>
<div
class=
"col-2"
>
<img
class=
"icon-one"
width=
"40"
src=
"
{{
asset
(
'frontend/alert/payment-icon.svg'
)
}}
"
alt=
""
/>
</div>
<div
class=
"col-8"
>
<p
class=
"txt-alerta"
>
{{
msj
}}
</p>
</div>
<div
class=
"col-1"
>
</div>
</div>
</div>
<br>
{%
endif
%}
{%
if
error
is
defined
%}
<!-- alertas -->
<div
class=
"alert"
>
<div
class=
"row"
>
<div
class=
"col-2"
>
<img
class=
"icon-one"
width=
"40"
src=
"
{{
asset
(
'frontend/alert/alerta-icon.svg'
)
}}
"
alt=
""
/>
</div>
<div
class=
"col-8"
>
<p
class=
"txt-alerta"
>
{{
error
}}
</p>
</div>
<div
class=
"col-1"
>
</div>
</div>
</div>
<br>
{%
endif
%}
<form
action=
"
{{
path
(
'front_validar_pin'
)
}}
"
method=
"post"
}}
>
<div
class=
"form-row align-items-center"
>
<div
class=
"col-2"
>
</div>
<div
class=
"col-7"
>
<label
class=
"sr-only"
for=
"inlineFormInputGroup"
>
Ingrésalo aquí
</label>
<div
class=
"input-group mb-2"
>
<input
type=
"hidden"
id=
"msisdn"
name=
"msisdn"
value=
{{
msisdn
}}
>
<input
id=
"pin"
name=
"pin"
type=
"text"
class=
"form-control campo-numero txt-campo-ingreso"
id=
"inlineFormInputGroup"
placeholder=
"Ingresalo aquí"
>
</div>
</div>
<div
class=
"col-3"
>
<button
type=
"submit"
class=
"btn btn-codigo-suscripcion mb-2"
>
Siguiente
</button>
</div>
</div>
</form>
</div>
<!-- header con mensaje -->
<div
class=
"container subheader-info"
>
<div
class=
"row"
>
<div
class=
"col-4"
>
<p
class=
"txt-top"
>
Entra a alguna de las categorías y suscríbete
</p>
</div>
<div
class=
"col-4"
>
<p
class=
"numero-top"
>
$500
</p>
</div>
</div>
</div>
<!-- cierre con mensaje -->
</header>
{%
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