diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-07 08:03:08 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-07 08:03:08 -0400 |
| commit | 5f8dcf6f299b37f2c46fdbd9b047017fb7dea8fd (patch) | |
| tree | 8dcd47aa5f010a103bc21e61d151046da4bd5077 /views/pages/details.ejs | |
| parent | 694dbdf6ff3eef3e33fcbe95ebd676eea3353dcc (diff) | |
audio player
Diffstat (limited to 'views/pages/details.ejs')
| -rw-r--r-- | views/pages/details.ejs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/views/pages/details.ejs b/views/pages/details.ejs index daa028b..4dc8e21 100644 --- a/views/pages/details.ejs +++ b/views/pages/details.ejs @@ -7,7 +7,7 @@ <script class="template" type="text/html"> <tr> <td class="user"> - <a href="/profile/{{username}}"><img src="//www.carbonpictures.com/bucky/data/profile/.thumb/al.{{username}}.jpg"></a> + <a href="/profile/{{username}}"><img src="//www.carbonpictures.com/bucky/data/profile/.thumb/al.{{username}}.jpg"></a><br> <a href="/profile/{{username}}">{{username}}</a> </td> <td colspan="2" class="comment"> @@ -27,11 +27,13 @@ </script> </table> + <div id="audio"></div> + <table id="files"> <script class="template" type="text/html"> <tr class="row"> <td> - <a href="{{link}}">{{filename}}</a> + <a href="{{link}}" class="file">{{filename}}</a> </td> <td class="{{date_class}}"> {{date}} |
