( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<script>
$(document).ready(function(){
$("#update").keyup(function(){
var A=$.trim($(this).val());
if(A.length<=140)
{
$("#check").html("<b class='badge bg-warning'>"+A.length+"</b>");
}
else
{
$("#check").html("140!");
}
});
});
</script>
<?php if(empty($slug))
{?>
<span id="updatepanel">
<section class="panel">
<?php $me=$_SESSION['euserid']; $shared = $_GET["shared"]; if ($shared=="true") {$newnani = "$me";}else{$newnani = "";}?>
<?php $me=$_SESSION['euserid']; $shared = $_GET["shared"]; if ($shared=="true") {$nani = $_GET["nani"];}else{$nani = $_SESSION['euserid'];}?>
<?php $me=$_SESSION['euserid']; $shared = $_GET["shared"]; if ($shared=="true") {$msg_id1= $db->base64url_decode($_GET["msg_id1"]);$themeidMe = $msg_id1;}else{$themeidMe = ucwords($favstartag[0]["newsid"]);}?>
<form id="postit" name="postit" >
<textarea name="update" id="update" class="form-control input-lg no-border" rows="2" style="height:100px" placeholder="How are you feeling today?">How are you feeling today?</textarea>
<input type="hidden" id='nani' value="<?php echo $nani ?>" />
<input type="hidden" id='newnani' value="<?php echo $newnani ?>" />
<input type="hidden" id='postPicture' class='postPicture' value="<?php if(!empty($resultPost[0]["title"])){?><?php echo $resultPost[0]["picture"];?><?php } ?>" />
<input type="hidden" id='shareContent' value="<?php if(!empty($shared)){?><?php echo strtolower($shared);?><?php } ?>" />
<input type='hidden' id='catalogid5' value="1005023688676269" />
<form id="imageform" method="post" enctype="multipart/form-data" action='real/service/social/image_ajax.php'>
<footer class="panel-footer bg-light lter">
<div id='preview'>
</div>
<input type='hidden' id='uploadvalues' />
<span class="btn btn-default pull-right btn-file pull-right" id='imageloadbutton' style="display:none">
<i class="icon-picture"></i>Upload <input type="file" name="photoimg" id="photoimg">
</span>
<input id="fx" name="fx" class="form-control" value="" type="hidden">
<input id="newtheme" name="newtheme" class="form-control" value="" type="hidden">
<input id="realtheme" name="realtheme" class="form-control" value="<?php echo ucwords($favstartag[0]["title"]);?>" type="hidden">
<input id="themeid" name="themeid" class="form-control" value="<?php echo ucwords($resultLayout[0]["newsid"]);?>" type="hidden">
<input id="mytheme" name="mytheme" class="form-control" value="<?php if( $isdisplayX == "13" || $favstartag[0]["isdisplay"] == 13 || $shared== "true") {?>machine<?php }else{?><?php echo ucwords($favstartag[0]["title"]);?><?php }
?>" type="hidden">
<span class="btn btn-warning pull-right refreshTheme " rel=" <?php if($favstartag[0]["isdisplay"] == 13) {?>machine<?php }else{?><?php echo ucwords($favstartag[0]["title"]);?> <?php }
?>" ><i class="icon-refresh"></i> </span>
<?php /*?> <span class="btn btn-white pull-right m-r"><a href="indexAlone.php?mode=upload§or=Replace&pic=NzU1&action=Replace" ><i class="icon-picture"></i> New Photo </a></span> <?php */?>
<ul class="nav nav-pills">
<?php /*?> <li><a href="<?php echo $siteaddress; ?>indexAlone.php?mode=selfie<?php echo $activeUrl ?>" ><i class="icon-camera"></i></a></li>
<?php */?> <?php /*?> <li><a href="<?php echo $siteaddress; ?>indexAlone.php?mode=upload§or=Video<?php echo $activeUrl ?>"><i class="icon-facetime-video"></i></a></li><?php */?>
<?php /*?><li><a href="<?php echo $siteaddress; ?>indexAlone.php?mode=upload"><i class="icon-upload-alt"></i></a></li><?php */?>
<?php /*?> <li><a href="<?php echo $siteaddress; ?>indexAlone.php?mode=opengallery"><i style="color:#7C378A" class="icon-asterisk"></i></a></li>
<?php */?>
<?php /*?><li><a href="<?php echo $siteaddress; ?>indexAlone.php?mode=upload&action=default" class='uploadit' ><i class="icon-picture"></i></a></li><?php */?>
<span id="okay"></span><?php /*?> <li><a href="<?php echo $siteaddress; ?>indexAlone.php?mode=favorites " ><i class="icon-heart"></i></a></li><?php */?>
<div class="pillbox no-borders pull-left">
</div>
</ul>
</footer>
<?php /*?>
<span class="btn btn-default btn-file pull-right" id='imageloadbutton' style="display:none">
Browse <input type="file" name="photoimg" id="photoimg">
</span>
<div id='imageloadstatus' style='display:none;'>Uploading....</div><?php */?>
</form>
<span id="liveupdate2" ></span>
<div id='flashmessage'>
<div id="flash" ></div>
</div>
</form>
</section>
</span>
<?php } ?>