All pastes #2057690 Raw Edit

Untitled

public html v1 · immutable
#2057690 ·published 2011-05-13 02:18 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>';