mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
5f19e7b38e
* URL keys and internal keys are now being separated more cleanly * HTML generation is split up into submodules that can be used by serveral websites * HTML generation now talks directly to the database in most cases instead of calling the database server for json data
38 lines
815 B
HTML
38 lines
815 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Maloja - KEY_TRACKTITLE</title>
|
|
<link rel="stylesheet" href="maloja.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<table class="top_info">
|
|
<tr>
|
|
<td class="image">
|
|
<div style="background-image:url('KEY_IMAGEURL')"></div>
|
|
</td>
|
|
<td class="text">
|
|
<span>KEY_ARTISTS</span><br/>
|
|
<h1>KEY_TRACKTITLE</h1> <span class="rank"><a href="/toptracks?max=100">KEY_POSITION</a></span>
|
|
|
|
<p class="stats"><a href="/scrobbles?KEY_SCROBBLELINK">KEY_SCROBBLES Scrobbles</a></p>
|
|
|
|
<p class="desc"></p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h2><a href='/pulse?KEY_SCROBBLELINK&step=year&trail=1'>Pulse</a></h2>
|
|
KEY_PULSE
|
|
|
|
|
|
<h2><a href='/scrobbles?KEY_SCROBBLELINK'>Scrobbles</a></h2>
|
|
KEY_SCROBBLELIST
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|