Exemplo n.º 1
0
echo EBaseHelper::offerImage($data->id, "_thumb");
?>
" alt="deal1" width="100%"></a>
                                    <div class="caption">
                                        <h4>
                                            <?php 
echo $data->title;
?>
</h4>
                                        <p>
                                            <span class="view-deal"><a href="post.html" class="btn btn-large btn-success">Details&nbsp;<i
                                                class="icon-chevron-right icon-white"></i></a></span><span class="help-inline text-highlight-small">
                                                    $<?php 
echo $data->our_price;
?>
</span> <span class="help-inline text-strike">$<?php 
echo $data->regular_price;
?>
</span>
                                        </p>
                                        <hr>
                                        <small><i class="icon-tag"></i>&nbsp;<?php 
echo $data->taken_count ? $data->taken_count . " Purchased" : "No Purchases";
?>
 &nbsp;&nbsp;<i class="icon-time"></i>&nbsp;<?php 
echo EBaseHelper::getSmallRemaining($data->valid_to);
?>
</small>
                                    </div>
                                </div>
                            </li>
Exemplo n.º 2
0
                      <li class="span4">
                            <div class="thumbnail">
                                <img alt="" src="<?php 
echo EBaseHelper::offerImage($data->id, '_thumb');
?>
" style="width:300px;height:250px;">
                                <div class="caption">
                                    <h5><?php 
echo CHtml::encode($data->title);
?>
</h5>
                                    <p><span class="rating-static rating-45"></span></p>
                                    <p><a class="btn btn-primary" href="http://wbpreview.com/previews/WB01367X3/detail.html"><i class="icon-shopping-cart icon-white"></i> $200 Buy</a> <a class="btn pull-right" href="http://wbpreview.com/previews/WB01367X3/detail.html">more...</a></p>
                                </div>
                            </div>
                        </li>
Exemplo n.º 3
0
        <li>Dialers</li>
        <li>Popups</li>
        <li>Gay P**n</li>
    </ul>
</div>
*/
?>
                        </div>
                        </div>

                        <div class="pull-left span5" style="margin-left:20px;">
                            <div style="text-align:center;font-size:55px;padding:15px;">Save $<?php 
echo $mainoffer->regular_price - $mainoffer->our_price;
?>
 (<?php 
echo EBaseHelper::makePercentage($mainoffer->regular_price, $mainoffer->our_price);
?>
%)</div>
                            <div class="row-fluid show-grid">
                                <div style="text-align:center;margin-top:10px;">
                                    <span style="font-size:16px;"><strong>Originally: $<?php 
echo $mainoffer->regular_price;
?>
</strong></span>
                                    <?php 
/*
<span style="text-decoration: line-through;margin-right:5px;"><?php echo $mainoffer->regular_price?></span>
<span class="orange" style="font-size:24px;"><?php echo $mainoffer->our_price?></span>
*/
?>
                                </div>
Exemplo n.º 4
0
<div class="backout" style="display:none"></div>
<div class="backout-exit" style="display:none">
	<a href="#" class="backout-exit-btn"><span style="font-size:16px; color:#fff;">Continue Browsing Site</span><img src="/img/exit.png" style="height:32px; width:32px;"></a>
</div>
<div class="backout-inner" style="display:none">
    <center><h2 style="color:#fff">WAIT! Here's your offer...</h2></center>
    <div class="backout-offer"> <!-- offer -->
        <a href="<?php 
echo $url;
?>
"><img style="height:300px; padding:5px; background:#fff; border:#eee solid 1px;" src="<?php 
echo EBaseHelper::offerImage($mainoffer->id);
?>
" alt=""></a><br />
        <center><h3><a href="<?php 
echo $url;
?>
">Click Here For Your Offer</a></h3></center>
    </div>
</div>

<script language="JavaScript" type="text/javascript">
window.onbeforeunload = confirmExit;
/* user has seen dat backout  */
function hasSeen() {
    $.post("<?php 
echo $this->createUrl('site/seenOffer');
?>
");
}
Exemplo n.º 5
0
<div class="blog-home">

    <!-- BLOG -->
        <div class="blog-left">
            <div class="title-blog"><a href="#"><?php 
echo $mainoffer->title;
?>
</a></div><!--/title-blog-->
            <div class="images">
                <a href="#" class="pirobox " title="Contrary to popular belief" rel="single">
                    <img src="<?php 
echo EBaseHelper::offerImage($mainoffer->id, "_original");
?>
" alt="_" title="Contrary to popular belief" style="opacity: 1;">
                </a>
            </div><!--/images-->
            <div class="text">
                <p><?php 
echo $mainoffer->description;
?>
</p>
            </div><!--/text-->
        </div><!--/blog-left-->


        <script type="text/javascript">
        jQuery(document).ready(function(){
            $('.countdown').countdown({until: new Date(2012, 12, 29, 00, 00, 00), layout: '{dn} days {hnn} hrs {mnn} min {snn} sec', compact: true, timezone:0});
        })
        </script>
        
Exemplo n.º 6
0
                                            <span class="view-deal"><a href="post.html" class="btn btn-large btn-success">Details&nbsp;<i
                                                class="icon-chevron-right icon-white"></i></a></span><span class="help-inline text-highlight-small">
                                                    $80</span> <span class="help-inline text-strike">$140</span>
                                        </p>
                                        <hr>
                                        <small><i class="icon-tag"></i>&nbsp;2 Purchased&nbsp;&nbsp;<i class="icon-time"></i>&nbsp;5
                                            Days Remaining</small>
                                    </div>
                                </div>
                            </li>*/
?>
                        </ul>
                        
                            
<?php 
echo EBaseHelper::makeCountDown($mainoffer->valid_to);
?>
<!-- Modal -->
<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
    <h3 id="myModalLabel">Modal header</h3>
  </div>
  <div class="modal-body">
    <div class="pull-left well">
        <h3>Sign Up</h3>
        Signup Here.
    </div>

    <div class="pull-left well">
        <h3>Login</h3>
Exemplo n.º 7
0
	<div style="clear:both"></div>
	<?php 
echo $form->labelEx($model, 'imageId');
?>
		<?php 
echo $form->fileField($model, 'imageId', array());
?>
		<?php 
echo $form->error($model, 'imageId');
?>
		<?php 
if (!$model->isNewRecord) {
    ?>
		<div style="float:right;">
			<img src="<?php 
    echo EBaseHelper::offerImage($model->id);
    ?>
" />
		</div>
		<?php 
}
?>
	<div style="clear:both"></div>
	<legend>Site / Schedule</legend>
	<?php 
echo $form->label($model, 'site_id');
?>
	<?php 
echo $form->dropDownList($model, 'site_id', Sites::model()->getAllSites());
?>
<br />
Exemplo n.º 8
0
                        <div class="blog-small">
                            <div class="title-blog-small"><a href="#"><?php 
echo $data->title;
?>
</a></div><!--/title-blog-small-->
                            <div class="images-small">
                                    <a href="http://www.nutonher.com/couporn/?deals=donec-vulputate-augue-eget-ante-posuere-id-molestie-erat-ultrices" class="pirobox " title="Donec vulputate augue eget ante posuere id molestie erat ultrices." rel="single">
                                        <img src="<?php 
echo EBaseHelper::offerImage($data->id, "_thumb");
?>
" alt="_" title="Donec vulputate augue eget ante posuere id molestie erat ultrices." />
                                    </a>
                                <div class="statistic">
                                    <ul>
                                        <li>Regular Price<p>$<?php 
echo $data->regular_price;
?>
</p></li>
                                        <li class="statistic-border"></li>
                                        <li>Savings<p>$<?php 
echo $data->regular_price - $data->our_price;
?>
</p></li>
                                        <li class="statistic-border"></li>
                                        <li>Our Price<p> $<?php 
echo $data->our_price;
?>
</p></li>
                                    </ul>
                                </div><!--statistic-->
                            </div><!--/images-small-->