summaryrefslogtreecommitdiff
path: root/views/partials/hootbox.ejs
blob: c65d264c303a0eab05056ed1eecb11bd1fe6c5bb (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="hoot">
    <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>