SparkleShare/data/html/event-entry.html

33 lines
1.3 KiB
HTML
Raw Normal View History

2010-11-06 15:05:48 +00:00
<div class='event-entry'>
2011-06-10 20:26:26 +00:00
<div class='event-entry-content'>
2011-06-11 01:51:04 +00:00
<div class='event-info'>
2011-06-11 17:51:13 +00:00
<div class='wrapper'>
2011-06-11 01:51:04 +00:00
<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>
2011-06-10 20:26:26 +00:00
</div>
2011-06-18 23:02:01 +00:00
<div class='event-time' style='background-color: <!-- $event-folder-color -->'><!-- $event-folder --></div>
2011-05-02 12:35:38 +00:00
</div>
2011-06-11 17:51:13 +00:00
<!-- $event-entry-content -->
2011-05-02 12:35:38 +00:00
<div style='clear: both'></div>
2011-06-20 01:06:28 +00:00
<div style='margin-top: 9px;border-top: 1px #ccc solid;box-sizing: border-box;
2011-06-20 00:05:32 +00:00
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box; margin-top: 3px;width:100%;padding:12px;'>
2011-06-22 01:03:27 +00:00
<!-- $event-comments -->
2011-06-20 01:06:28 +00:00
<textarea style="margin-top: 12px;box-sizing: border-box;
2011-06-20 00:05:32 +00:00
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
2011-06-20 22:55:18 +00:00
width: 75%;float:right;height: 40px"></textarea>
2011-06-20 01:06:28 +00:00
<div style='clear: both'></div>
2011-06-20 19:21:47 +00:00
<input style="float:right; margin-top: 6px;margin-bottom: 6px;" type="button"
2011-06-22 01:03:27 +00:00
value="Add note" id="<!-- $event-folder -->~<!-- $event-revision -->">
2011-06-20 00:05:32 +00:00
</div>
<div style='clear: both'></div>
2011-05-02 12:35:38 +00:00
</div>
2010-11-06 15:05:48 +00:00
</div>