<!--{template header}-->
<!--{if $_GET['op'] == 'delete'}-->
<h1>Delete record</h1>
<a href="javascript:hideMenu();" class="float_del" title="Close">Close</a>
<div class="popupmenu_inner" id="__doingform_{$doid}_{$id}">
<form method="post" id="doingform_{$doid}_{$id}" name="doingform" action="cp.php?ac=doing&op=delete&doid=$doid&id=$_GET[id]">
<p>Are you sure, Do you want to delete?</p>
<p class="btn_line">
<input type="hidden" name="refer" value="$_SGLOBAL[refer]">
<button name="deletesubmit" type="submit" class="submit" value="true">Continue</button>
</p>
<input type="hidden" name="formhash" value="<!--{eval echo formhash();}-->" />
</form>
</div>
<!--{elseif $_GET['op'] == 'getmood'}-->
$space[spacenote]
<!--{elseif $_GET['op'] == 'docomment' || $_GET['op'] == 'getcomment'}-->
<span id="docomment_form_{$doid}_{$id}">
<form id="docommform_{$doid}_{$id}" method="post" action="cp.php?ac=doing&op=comment&doid=$doid&id=$id" style="padding-left:10px;">
<a href="#" id="do_face_{$doid}_{$id}" title="Inser Mood" onclick="showFace(this.id, 'do_message_{$doid}_{$id}');return false;"><img src="image/facelist.gif" align="absmiddle" /></a>
<input type="text" id="do_message_{$doid}_{$id}" name="message" size="35" class="t_input" onkeydown="return ctrlEnter(event, 'docommform_btn_{$doid}_{$id}', 1);">
<input type="hidden" name="commentsubmit" value="true" />
<input type="button" name="do_button" class="submit" id="docommform_btn_{$doid}_{$id}" onclick="ajaxpost('docommform_{$doid}_{$id}', 'docomment_get', 1)" value="Reply">
<button type="button" name="btncancel" class="button" onclick="docomment_form_close($doid, $id);">Cancel</button>
<input type="hidden" name="formhash" value="<!--{eval echo formhash();}-->" />
</form>
<div id="__docommform_{$doid}_{$id}"></div>
</span>
<!--{if $_GET['op'] == 'getcomment'}-->
<!--{template space_doing_li}-->
<!--{/if}-->
<!--{else}-->
<div id="content">
<!--{template space_doing_form}-->
</div>
<!--{/if}-->
<!--{template footer}-->