summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/pages/details.ejs119
1 files changed, 65 insertions, 54 deletions
diff --git a/views/pages/details.ejs b/views/pages/details.ejs
index 4dc8e21..05c9424 100644
--- a/views/pages/details.ejs
+++ b/views/pages/details.ejs
@@ -2,61 +2,72 @@
<hr>
-<div id="details">
- <table id="comments">
- <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><br>
- <a href="/profile/{{username}}">{{username}}</a>
- </td>
- <td colspan="2" class="comment">
- <div>
- {{comment}}
- </div>
- <span class="date">
- {{date}} {{time}}
- </span>
- <span class="edit-links">
- <a href="/comment/{{id}}/edit">edit</a> &middot;
- <a href="/comment/{{id}}/remove">remove</a> &middot;
- <a href="/comment/{{id}}/reply">reply</a>
- </span>
- </td>
- </tr>
- </script>
- </table>
-
- <div id="audio"></div>
+<div id="details_rapper">
+ <div id="details">
+ <div class="left">
+ <table id="comments">
+ <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><br>
+ <a href="/profile/{{username}}">{{username}}</a>
+ </td>
+ <td colspan="2" class="comment">
+ <div>
+ {{comment}}
+ </div>
+ <span class="date">
+ {{date}} {{time}}
+ </span>
+ <span class="edit-links">
+ <a href="/comment/{{id}}/edit">edit</a> &middot;
+ <a href="/comment/{{id}}/remove">remove</a> &middot;
+ <a href="/comment/{{id}}/reply">reply</a>
+ </span>
+ </td>
+ </tr>
+ </script>
+ </table>
+ </div>
+
+ <div class="right">
+ <div class="gallery">
+ <script class="template" type="text/html">
+ </script>
+ </div>
+ <div id="audio"></div>
- <table id="files">
- <script class="template" type="text/html">
- <tr class="row">
- <td>
- <a href="{{link}}" class="file">{{filename}}</a>
- </td>
- <td class="{{date_class}}">
- {{date}}
- </td>
- <td class="{{date_class}}">
- {{time}}
- </td>
- <td>
- {{size}}
- </td>
- <td class="user">
- <a href="/profile/{{username}}">{{username}}</a>
- </td>
- </tr>
- </script>
- <script class="templateTotal" type="text/html">
- <tr class="total">
- <td colspan="5">
- total size: <span class="{{size_class}}">{{size}}</span>
- </td>
- </tr>
- </script>
- </table>
+ <table id="files">
+ <script class="template" type="text/html">
+ <tr class="row">
+ <td>
+ <a href="{{link}}" class="file">{{filename}}</a>
+ </td>
+ <td class="{{date_class}}">
+ {{date}}
+ </td>
+ <td class="{{date_class}}">
+ {{time}}
+ </td>
+ <td>
+ {{size}}
+ </td>
+ <td class="user">
+ <a href="/profile/{{username}}">{{username}}</a>
+ </td>
+ </tr>
+ </script>
+ <script class="templateTotal" type="text/html">
+ <tr class="total">
+ <td colspan="5">
+ total size: <span class="{{size_class}}">{{size}}</span>
+ </td>
+ </tr>
+ </script>
+ </table>
+ </div>
+
+ </div>
</div>