summaryrefslogtreecommitdiff
path: root/views/partials/hootbox.ejs
blob: 872ca6883116d8ba77a27fec4d32a2ce24ae3254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="bluebox" id="hootbox">
  <form>
    <input type="text" name="comment">
    <button><%= hoot_text %></button>
  </form>
  <table id="hoots">
    <script class="template" type="text/html">
      <tr>
        <td style="background-image:url(//www.carbonpictures.com/bucky/data/profile/.thumb/am.{{username}}.jpg)"><a href="/profile/{{username}}"><div></div></a></td>
        <td>
          {{comment}}
        </td>
      </tr>
    </script>
  </table>
</div>