( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<li class="list-group-item m-b-lg">
<form method="get" name="ConnectMe" id="ConnectMe">
<h3 style="margin-top:0px" id="notice3" class="post-title m-t-lg m-b-lg"><strong>Request Gig</strong> > <?php echo $resultC[0]["catalogname"];?></h3>
<h3 style="display:none" id="notice2" class="post-title m-t-lg"><strong>Success.</strong>You will receive notification when <strong><?php print $catalognameX; ?></strong> responds</h3>
<p style="display:none" id="notice4" class="post-title m-b-lg">Check "Connection Status" link on the left for details</p>
<div class="form-group" id="details">
<input type="hidden" id="type" value="Gig" />
<input type="hidden" id="offer" value="0" />
<input type="hidden" id="counteroffer" value="0" />
<input type="hidden" id="finaloffer" value="0" />
<input type="hidden" id="deal" value="0" />
<input type="hidden" id="yanani" value="<?php echo $resultX[0]["catalogid"] ?>" />
<input type="hidden" id="catalogid" value="<?php echo $_SESSION['euserid'] ?>" />
<input type="text" placeholder="Where is the Event taking place?" class="form-control input-lg m-b-lg bigsearch" id="where" style="width:70%" value="<?php print "$where"; ?>" />
<textarea id="description" class="form-control input-lg" rows="5" style="width:70%; min-width:320px;height:150px" placeholder="Briefly describe event. *Describe Type of Event,Time,Duration,Number of guests,Number of hours etc" ><?php print "$description"; ?></textarea>
<input type="text" placeholder="What time is the Event starting?" id="time" class="form-control input-lg m-b-lg m-t-lg bigsearch" style="width:70%;" value="<?php print "$timeis"; ?>" />
<input type="text" placeholder="Choose date of the event on the right" class="form-control pull-left input-lg m-b-lg w3em highlight-days-12 split-date no-transparency bigsearch" id="when" style="width:70%" value="<?php print "$when"; ?>" />
</div> <br />
<div class="input-group">
<?php if($isdisplay == 3)
{ ?> <a onClick="updateConnecta(<?php echo $id ?>);" class="btn btn-lg btn-info <?php /*?>btn-lg <?php */?> pull-left"><i class="icon-music"></i> <span id="notice">Update Gig</span></a><?php }
else
{?> <a onClick="Connecta();" class="btn btn-lg btn-info <?php /*?>btn-lg <?php */?> pull-left"><i class="icon-music"></i> <span id="notice">Request Gig</span></a><?php }?>
</div>
</form>
</li>