All pastes #2057692 Raw Edit

Anonymous

public text v1 · immutable
#2057692 ·published 2011-05-13 02:25 UTC
rendered paste body
note_div_content +=
'<div id="' + id + '" style="background-color: ' + bgcol + '">' +
 '<span style="float: left; font-weight: bold;">' + title + '</span>' +
 '<span style="float: right;">' + time + 
 '<span title="Delete Note!" style="cursor: pointer; font-weight: bold;" onClick="deleteNote(' + id + ')">[X]</span></span>' +
 '<span class="content">' + content + '</span>' +
 '<span style="float: right;">' + type + '</span>' +
'</div>';