All pastes #2057685 Raw Edit

Stuff

public text v1 · immutable
#2057685 ·published 2011-05-13 02:09 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>';





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>';