|
|
@@ -1,42 +0,0 @@
|
|
|
-{{/** WIP - Alpha **/}}
|
|
|
-{{template "base/head" .}}
|
|
|
-<div class="admin monitor">
|
|
|
- <div class="ui container">
|
|
|
- <div class="ui grid">
|
|
|
- {{template "admin/navbar" .}}
|
|
|
- <div class="twelve wide column content">
|
|
|
- {{template "base/alert" .}}
|
|
|
- <h4 class="ui top attached header">
|
|
|
- Inbox 📬 <span class="ui red label small">Alpha</span>
|
|
|
- </h4>
|
|
|
- <div class="ui unstackable attached table segment">
|
|
|
- <table class="ui unstackable very basic striped table">
|
|
|
- <thead>
|
|
|
- <tr>
|
|
|
- <th>Name</th>
|
|
|
- <th>Email</th>
|
|
|
- <th>Subject</th>
|
|
|
- <th>Op.</th>
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- <tbody>
|
|
|
- {{/** {{range .Entries}} **/}}
|
|
|
- <tr>
|
|
|
- <td>
|
|
|
- <a class="ui image label" href="{{AppSubURL}}/example">
|
|
|
- <img src="https://secure.gravatar.com/avatar/554506e208edaf6c95dc896105b898f0?s=40&d=identicon"> Example
|
|
|
- </a>
|
|
|
- </td>
|
|
|
- <td><b>me@example.com</td>
|
|
|
- <td>My Account Suspended</td>
|
|
|
- <td><a href="#"><i class="eye icon view-detail" data-content="{{.Description}}"></i></a></td>
|
|
|
- </tr>
|
|
|
- {{/** {{end}} **/}}
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-</div>
|
|
|
-{{template "base/footer" .}}
|