SparkleShare/data/html/event-entry.html
2011-06-23 01:44:42 +01:00

29 lines
1.2 KiB
HTML

<div class='event-entry'>
<div class='event-entry-content'>
<div class='event-info'>
<div class='wrapper'>
<div class='no-buddy-icon'>
<div class='buddy-icon' style='background-image: url("<!-- $event-avatar-url -->");'></div>
</div>
<b><!-- $event-user-name --></b><br/>
<small><!-- $event-time --></small>
</div>
<div class='event-time' style='background-color: <!-- $event-folder-color -->'><!-- $event-folder --></div>
</div>
<!-- $event-entry-content -->
<div style='clear: both'></div>
<div style='border-top: 1px red solid;box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box; margin-top: 3px;width:100%;padding:12px;'>
<textarea style="box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
width: 100%;height: 40px" id="message-<!-- $event-revision -->"></textarea>
<input style="float:right" type="button" onclick="location=document.getElementById('message-<!-- $event-revision -->').value" value="Add note">
</div>
<div style='clear: both'></div>
</div>
</div>