blob: 3856f946ddcef23fe6957a333acd767c68862269 (
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(/data/profile/{{username}}.jpg)"><a href="/profile/{{username}}"><div></div></a></td>
<td>
{{comment}}
</td>
</tr>
</script>
</table>
</div>
|