( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<script type="text/javascript" >
function showDiv(pageid)
{
$('#openGallery').val(pageid);
$('.nav-tabs a[href="#market"]').tab('show');
loadDataReportaM("0");
}
</script>
<script>
$(document).ready(function(){
/*
$("#update").keyup(function(){
var search=$.trim($(this).val());
alert(search);
$.getJSON('startag/ajax/get_startag_json.php?search='+search, function(responseData) {
//console.log(item.name.toLowerCase().indexOf(query.toLowerCase()) > -1);
var myJSON = JSON.stringify(responseData);
document.getElementById("preview").innerHTML = myJSON;
});
*/
$("#update").keyup(function(){
var A=$.trim($(this).val());
$(".pillbox").html("");
$.getJSON('startag/ajax/get_startag_json.php?search='+A, function(responseData) {
if (JSON.stringify(responseData.data)=='{}') {
return;
}
//console.log(item.name.toLowerCase().indexOf(query.toLowerCase()) > -1);
var myJSON = JSON.stringify(responseData);
var objJSON = JSON.parse(myJSON);
for (var i = 0, len = objJSON.length; i < len; ++i) {
var student = objJSON[i];
$("<li onClick='showDiv(\"" + student.id + "\");' class='label bg-warning dker m-r chooseStartag' style='font-size:14px;' rel=\"" + student.id + "\" id=\"" + student.id + "\">" + student.name +" </li>").appendTo(".pillbox");
}
/*document.getElementById("preview").innerHTML = myJSON;*/
});
if(A.length<=140)
{
$("#check").html("<b class='badge bg-warning'>"+A.length+"</b>");
}
else
{
$("#check").html("140!");
}
});
});
</script>
<?php if(empty($slug))
{?>
<link rel="stylesheet" type="text/css" href="startag/css/jquery.mentionsInput.css">
<style type="text/css">
#status-overlay {
background: rgba(0, 0, 0, 0.50);
overflow: hidden;
}
</style>
<?php /*?>
<?php echo $favstartag[0]["params"];?><?php */?>
<span id="updatepanel" style="display:none">
<section class="panel"> <header class="panel-heading " >
<table width="100%" border="0">
<tr>
<td width="100%"> <b class="text-success h4">Add text to your image below</b> </td><td></td>
</tr></table>
</header>
<?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]["id"]);}?>
<form id="postit" name="postit" >
<textarea name="update" id="update" class="form-control input-lg no-border mention" rows="2" style="height:100px" placeholder="Express How You Feel...">Express How You Feel...</textarea>
<input type="hidden" id='nani' value="<?php echo $nani ?>" />
<input type="hidden" id='newnani' value="<?php echo $newnani ?>" />
<input type="hidden" id='openGallery' class='openGallery' value="0" />
<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="wysiwyg" name="wysiwyg" class="form-control" value="<?php echo $db->wysiwygTheme($favstartag[0]["id"]);?>" type="hidden">
<input id="msg_id" name="msg_id" class="form-control" value="<?php echo $db->base64url_encode($favstartag[0]["id"]);?>" type="hidden">
<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 $themeidMe;?>" 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> Reload </span>
<a href="m/post_manager" ><span class="btn btn-white pull-right m-r"><i class="icon-picture"></i> Picture </span> </a>
<?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 */?>
<?php /*?> <a href="indexAlone.php?mode=upload§or=Replace&pic=<?php echo $db->base64url_encode($favstartag[0]["id"]);?>&action=Replace<?php if($isdisplayX == "13" || $isdisplayX == "12") {?>&custom=yes<?php } ?>&oldpic=<?php echo $favstartag[0]["picture"] ?>" title="Add Photo" class="tipme"> <span class="btn btn-info m-r pull-right"> <i class="icon-plus"></i> <i class="icon-picture"></i> </span></a><?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">
<ul id="filters" ><div id="status-overlay" ></div>
<li class="label bg-default dker" id="title">*<?php echo strtolower($favstartag[0]["title"]);?></li>
<li class="label bg-default dker" id="description">*<?php echo strtolower($favstartag[0]["description"]);?></li>
<li class="label bg-default dker" id="effect">*<?php echo strtolower($favstartag[0]["fx"]);?></li>
<?php if(!empty($resultPost[0]["title"])){?><li class="label bg-primary dker" id="title">*<?php echo strtolower($resultPost[0]["title"]);?> <a href="?mode=startags&removePostPicture=yes"><i class="icon-trash text-white"></i></a></li><?php } ?>
</ul>
</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 } ?>