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
0a2ce4c6
Commit
0a2ce4c6
authored
Jun 12, 2019
by
Manuel Romero Ly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cambios en indexx para prueba
parent
cc6335b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
templates/frontend/index.html.twig
templates/frontend/index.html.twig
+11
-11
No files found.
templates/frontend/index.html.twig
View file @
0a2ce4c6
{%
extends
'frontend/base.html.twig'
%}
{%
block
stylesheets
%}
<link
href=
"
{{
asset
(
'frontend/style.css'
)
}}
"
rel=
"stylesheet"
>
{%
endblock
%}
{%
endblock
%}
{%
block
body
%}
<header
class=
"masthead text-center text-white"
>
<div
class=
"masthead-content"
>
<div
class=
"container"
>
<h1
class=
"masthead-heading mb-0"
>
Toda
Tu
Música
</h1>
<h1
class=
"masthead-heading mb-0"
>
Toda
La
Música
</h1>
<h2
class=
"masthead-subheading mb-0"
>
En Un Solo Lugar
</h2>
<a
href=
"#"
onclick=
"smoothScroll(document.getElementById('hook'), event)"
class=
"btn btn-primary btn-xl rounded-pill mt-5"
>
Mira Las Listas Disponibles!
</a>
</div>
...
...
@@ -94,7 +94,7 @@
});
},
});
$
(
"
#btnValidarMsisdn
"
).
prop
(
"
disabled
"
,
false
);
}
...
...
@@ -132,7 +132,7 @@
$
(
"
#btnValidarPin
"
).
prop
(
"
disabled
"
,
false
);
}
</script>
</script>
<script>
window
.
smoothScroll
=
function
(
target
,
event
)
{
event
.
preventDefault
();
...
...
@@ -297,8 +297,8 @@
$
(
"
#btnDescontratar
"
).
prop
(
"
disabled
"
,
false
);
}
});
}
function
closeCurrentList
(
event
)
{
...
...
@@ -465,7 +465,7 @@
console
.
log
(
"
inicializando player...
"
);
//Reboot Variables
initVariablesPlayer
();
//Carga de canciones
//Carga de canciones
$
(
"
.song_
"
+
lista
).
each
(
function
()
{
var
load
=
new
Audio
(
$
(
this
).
attr
(
"
url
"
));
load
.
load
();
...
...
@@ -557,7 +557,7 @@
//actualizarListas();
}
});
$
(
"
#btnContratarLista
"
).
prop
(
"
disabled
"
,
false
);
}
...
...
@@ -619,11 +619,11 @@
document
.
addEventListener
(
'
visibilitychange
'
,
function
()
{
if
(
document
.
hidden
)
{
// Document is hidden
// Document is hidden
//audios[activeTrack].play();
}
else
{
// Document is focused
}
},
false
);
</script>
{%
endblock
%}
</script>
{%
endblock
%}
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