Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
librefm
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
32
Issues
32
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
foocorp
librefm
Commits
626162a6
Commit
626162a6
authored
May 18, 2014
by
Matt Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tidying up the artist pages. part 1.
parent
4626f261
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
11 deletions
+9
-11
nixtape/themes/2014/templates/artist-tofix.tpl
nixtape/themes/2014/templates/artist-tofix.tpl
+8
-0
nixtape/themes/2014/templates/artist.tpl
nixtape/themes/2014/templates/artist.tpl
+1
-11
No files found.
nixtape/themes/2014/templates/artist-tofix.tpl
0 → 100644
View file @
626162a6
<h4>
{
t
}
Albums
{/
t
}
</h4>
{
artistalbums
artist
=
$artist
->
name
}
{
include
file
=
'albumlist.tpl'
class
=
#table#
items
=
$artistalbums
fimage
=
true
fstream
=
true
ftime
=
true
}
{
if
$add_album_link
}
<a
href=
'
{
$add_album_link
}
'
><strong>
{
t
}
Add new album
{/
t
}
</strong></a>
{/
if
}
<h4>
{
t
}
Tracks
{/
t
}
</h4>
{
artisttracks
artist
=
$artist
->
name
}
{
include
file
=
'tracklist.tpl'
class
=
#table#
items
=
$artisttracks
fimage
=
true
fstream
=
true
}
nixtape/themes/2014/templates/artist.tpl
View file @
626162a6
...
...
@@ -21,8 +21,7 @@
<h4>
{
t
}
Biography
{/
t
}
</h4>
<p>
{
$bio_summary
}
</p>
{
if
$bio_content
}
<a
href=
'#'
onclick=
'$("#show_more_bio").toggle(500); $("#bio_content").toggle(500);'
id=
'show_more_bio'
>
{
t
}
Show more...
{/
t
}
</a>
<p
id=
'bio_content'
style=
'display: none;'
>
{
$bio_content
}
</p>
<p
id=
'bio_content'
>
{
$bio_content
}
</p>
{/
if
}
</div>
{/
if
}
...
...
@@ -30,15 +29,6 @@
{
include
file
=
'flattr-artist-button.tpl'
}
<h4>
{
t
}
Albums
{/
t
}
</h4>
{
artistalbums
artist
=
$artist
->
name
}
{
include
file
=
'albumlist.tpl'
class
=
#table#
items
=
$artistalbums
fimage
=
true
fstream
=
true
ftime
=
true
}
{
if
$add_album_link
}
<a
href=
'
{
$add_album_link
}
'
><strong>
{
t
}
Add new album
{/
t
}
</strong></a>
{/
if
}
<h4>
{
t
}
Tracks
{/
t
}
</h4>
{
artisttracks
artist
=
$artist
->
name
}
{
include
file
=
'tracklist.tpl'
class
=
#table#
items
=
$artisttracks
fimage
=
true
fstream
=
true
}
<br
/>
{
if
!
empty
(
$similarArtists
)
}
...
...
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