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_backend
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_backend
Commits
fe4cc2e5
Commit
fe4cc2e5
authored
Apr 12, 2019
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Actualizacion proyecto backend- se actualiza boton de play
parent
0b7ecd65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
templates/backend/canciones/lista_canciones.html.twig
templates/backend/canciones/lista_canciones.html.twig
+1
-1
No files found.
templates/backend/canciones/lista_canciones.html.twig
View file @
fe4cc2e5
...
...
@@ -59,7 +59,7 @@
<td>
{{
cancion.getIdOriginal
()
.
getCon
()
.
getRelatedArtists
()
}}
</td>
<td>
{{
cancion.getIdOriginal
()
.
getCon
()
.
getAlb
()
.
getAlbNombre
()
}}
</td>
<td>
{%
if
cancion.getIdOriginal
()
.
getAudDuracion
()
==
""
or
cancion.getIdOriginal
()
.
getAudDuracion
()
==
null
%}
No Definido
{%
else
%}{{
cancion.getIdOriginal
()
.
getAudDuracion
()
|
date
(
'H:i:s'
)
}}{%
endif
%}
</td>
<td><img
id=
"swapImage_
{{
cancion.getIdOriginal.getCon
()
.
getConId
()
}}
"
onclick=
'playAudio(
{{
cancion.getIdOriginal.getCon
()
.
getConId
()
}}
, "
{{
cancion.getIdOriginal
()
.
getCon
()
.
getConNombre
()
}}
", "
{{
cancion.getIdOriginal
()
.
getCon
()
.
getRelatedArtists
()
}}
", "
{{
cancion.getIdOriginal
()
.
getCon
()
.
getAlb
()
.
getAlbNombre
()
}}
", "
{{
app.request.getSchemeAndHttpHost
()
}}{{
cancion.getCanPathImagenAlbum
()
}}
", "
{%
if
isChrome
==
false
%}{{
app.request.getSchemeAndHttpHost
()
}}{{
cancion.getCanPathArchivo
()
}}{%
else
%}{{
app.request.getSchemeAndHttpHost
()
}}{{
cancion.getCanPathArchivoAlt
()
}}{%
endif
%}
")'
src=
"
{{
asset
(
'
front
end/player/play.png'
)
}}
"
height=
"32"
width=
"32"
></td>
<td><img
id=
"swapImage_
{{
cancion.getIdOriginal.getCon
()
.
getConId
()
}}
"
onclick=
'playAudio(
{{
cancion.getIdOriginal.getCon
()
.
getConId
()
}}
, "
{{
cancion.getIdOriginal
()
.
getCon
()
.
getConNombre
()
}}
", "
{{
cancion.getIdOriginal
()
.
getCon
()
.
getRelatedArtists
()
}}
", "
{{
cancion.getIdOriginal
()
.
getCon
()
.
getAlb
()
.
getAlbNombre
()
}}
", "
{{
app.request.getSchemeAndHttpHost
()
}}{{
cancion.getCanPathImagenAlbum
()
}}
", "
{%
if
isChrome
==
false
%}{{
app.request.getSchemeAndHttpHost
()
}}{{
cancion.getCanPathArchivo
()
}}{%
else
%}{{
app.request.getSchemeAndHttpHost
()
}}{{
cancion.getCanPathArchivoAlt
()
}}{%
endif
%}
")'
src=
"
{{
asset
(
'
back
end/player/play.png'
)
}}
"
height=
"32"
width=
"32"
></td>
{#<td>{{cancion.vigencia_restante}} días</td>#}
</tr>
{%
endfor
%}
...
...
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