stringbuf.c: random idle style cleanup.
[citadel.git] / webcit / static / t / mail_vnoteitem.html
1 <!--begin title bar div-->
2 <div id='titlebar-<?VNOTE:UID>'
3  class="stickynote_titlebar"
4  style=" background-color: #<?VNOTE:BGCOLOR>"
5 >
6 <table border=0 cellpadding=0 cellspacing=0 valign=middle width=100%><tr>
7 <td align=left valign=middle>
8 </td>
9 <td></td><!-- nothing in the title bar, its just for dragging-->
10 <td align=right valign=middle>
11 </td></tr></table>
12 </div>
13 <!--end title bar div; begin body div-->
14 <div id="notebody-<?VNOTE:UID>" class="stickynote_body">
15   <?VNOTE:MSG("X")>
16 </div>
17 <!--end body div-->
18 <div id="resize-<?VNOTE:UID>" 
19      class="stickynote_resize" onMouseDown="NotesResizeMouseDown(event,'<?VNOTE:UID>')"> </div>
20
21 </div>
22
23 <div id="resize-<?VNOTE:UID>"
24  class="stickynote_resize"
25  onMouseDown="NotesResizeMouseDown(event,'<?VNOTE:UID>')">
26 </div>
27 <!--end resize handle div-->
28
29