mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-04 13:47:45 +00:00
32 lines
1.1 KiB
Smarty
32 lines
1.1 KiB
Smarty
![]() |
<div id="webstore-notes-container">
|
||
|
|
||
|
<div class="movable stickie n_skin_{{ skin }}-c" style=" left: 0px; top: 0px; z-index: 1;" id="stickie--1">
|
||
|
<div class="n_skin_{{ skin }}" >
|
||
|
<div class="stickie-header">
|
||
|
<h3>
|
||
|
<img src="{{ site.staticContentPath }}/web-gallery/images/myhabbo/icon_edit.gif" width="19" height="18" class="edit-button" id="stickie--1-edit" />
|
||
|
<script language="JavaScript" type="text/javascript">
|
||
|
Event.observe("stickie--1-edit", "click", function(e) { openEditMenu(e, -1, "stickie", "stickie--1-edit"); }, false);
|
||
|
</script>
|
||
|
</h3>
|
||
|
<div class="clear"></div>
|
||
|
</div>
|
||
|
<div class="stickie-body">
|
||
|
<div class="stickie-content">
|
||
|
<div class="stickie-markup">{{ noteText }}</div>
|
||
|
<div class="stickie-footer">
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<p class="warning">Note! The text is not editable after you place the note to your page.</p>
|
||
|
|
||
|
<p>
|
||
|
<a href="#" class="new-button" id="webstore-notes-edit"><b>Go back to edit</b><i></i></a>
|
||
|
<a href="#" class="new-button" id="webstore-notes-add"><b>Add note to page</b><i></i></a>
|
||
|
</p>
|
||
|
|
||
|
<div class="clear"></div>
|