include jQuery

This commit is contained in:
Hylke Bons 2011-06-20 20:21:47 +01:00
parent 98d85687a2
commit 3c69329b73
3 changed files with 22 additions and 2 deletions

View file

@ -1,7 +1,8 @@
dist_html_DATA = \
day-entry.html \
event-entry.html \
event-log.html
event-log.html \
jquery.js
htmldir = $(pkgdatadir)/html/

View file

@ -34,7 +34,8 @@
-moz-box-sizing: border-box;
width: 75%;float:right;height: 40px" id="message-<!-- $event-revision -->"></textarea>
<div style='clear: both'></div>
<input style="float:right; margin-top: 6px;margin-bottom: 6px;" type="button" onclick="location=document.getElementById('message-<!-- $event-revision -->').value" value="Add comment">
<input style="float:right; margin-top: 6px;margin-bottom: 6px;" type="button"
onclick="location='?message='+document.getElementById('message-<!-- $event-revision -->').value+'&revision=<!-- $event-revision -->';document.getElementById('message-<!-- $event-revision -->').value=''" value="Add comment">
</div>
<div style='clear: both'></div>

18
data/html/jquery.js vendored Normal file

File diff suppressed because one or more lines are too long