Exemplo n.º 1
0
    }
    ?>
<label class="pending_rate"><?php 
    if ($res->trips_referral_code == '' && $res->list_referral_code !== '' && $res->refer_userid) {
        $list_Pending = get_currency_value($res->ref_rent);
        echo '<b style="padding-right:5px;color:green">Pending</b>';
        echo get_currency_symbol1() . $list_Pending;
    }
    ?>
<label class="pending_rate"><?php 
    if ($res->trips_referral_code !== '' && $res->list_referral_code !== '' && $res->refer_userid) {
        $both_pending = get_currency_value($res->ref_total);
        ?>
 <?php 
        echo '<b style="padding-right:5px;color:green">Pending</b>';
        echo get_currency_symbol1() . $both_pending;
    }
    ?>
		 	 </label>
		 	 </label>
		 	 </label>
		 	 </label>
		 	 
		  </div>
	
		 
		  <br>
		      </div> 

		  <?php 
}
Exemplo n.º 2
0
        echo $this->dx_auth->get_site_title();
        ?>
" target="_blank">
                            </a>
                        </div>
                    </div>
                    <?php 
    }
} else {
    ?>
                <div class="Box_dash">
                    <h2><?php 
    echo translate("Invite your friends, earn");
    ?>
 <?php 
    echo get_currency_symbol1() . get_currency_value(100);
    ?>
  <?php 
    echo translate("travel credit!");
    ?>
                        <a href="<?php 
    echo base_url() . 'referrals';
    ?>
" class="invite_now_green">Invite now</a>
                    </h2>
                </div>
        <?php 
}
?>
    </div>
</div> 
Exemplo n.º 3
0
	.col-middle-share
	{
	margin-top:18px;
	}
	</style>
    <div class="col-6 row-space-4">
      <div class="">
  <div class="panel-image listing-img img-large">
    <a style="background-image:url(<?php 
            echo $image;
            ?>
);background-size: cover;" class="media-photo media-cover wishlist-bg-img" href="/rooms/281390">
    </a>
    <div class="panel-overlay-bottom-left panel-overlay-label panel-overlay-listing-label">
      <sup class="h6 text-contrast" style="font-size: 14px;"><?php 
            echo get_currency_symbol1();
            ?>
</sup>
      <span class="h3 price-amount" style="font-size: 24px;"><?php 
            echo get_currency_value1($row->list_id, $row->price);
            ?>
</span>
      <sup class="h6 text-contrast" style="font-size: 14px;"><?php 
            echo get_currency_code();
            ?>
</sup>
    </div>
    
    <div class="panel-overlay-top-right wl-social-connection-panel">
      <span class="rich-toggle wish_list_button wishlist-button not_saved">
       
Exemplo n.º 4
0
        ?>
" target="_blank">
  </a>
    </div>
		</div>
    <?php 
    }
} else {
    ?>
	<div class="Box_dash">
	
			<h2><?php 
    echo translate("Invite your friends, earn");
    ?>
 <?php 
    echo get_currency_symbol1() . get_currency_value($ref_total);
    ?>
  <?php 
    echo translate("travel credit!");
    ?>
	            <a href="<?php 
    echo base_url() . 'referrals';
    ?>
" class="btn_dash_green">Invite now</a>
            </h2>
		</div>
	<?php 
}
?>
		</div>
	</div> 
Exemplo n.º 5
0
                    </div>

                </div>
                <div class="big_self"></div>
            </div>
            <p class="referral_offer"><?php 
echo translate("You'll get");
?>
 <?php 
echo get_currency_symbol1() . get_currency_value(25);
?>
 <?php 
echo translate('when they take a trip &');
?>
 <span><?php 
echo get_currency_symbol1() . get_currency_value(75);
?>
 <?php 
echo translate('when they rent out their place.');
?>
</span></p>
            <div class="action_bar_container">
                <div class="action_bar">
                    <span class="fl_left"><?php 
echo translate('Get Started');
?>
</span>
                    <span class="sm_arrow fl_left"></span>
                    <a class="invite_fb_blue" onclick='send_invitation()'></a>
                    <span class="on_connect fl_left"><?php 
echo translate('or');
Exemplo n.º 6
0
">
        <h2><?php 
    echo translate("Credit Card");
    ?>
</h2>
		<div class="currency_alert"><?php 
    echo translate("This payment transacts in");
    ?>
 <?php 
    echo get_currency_symbol1() . get_currency_code();
    ?>
. <?php 
    echo translate("Your total charge is");
    ?>
 <?php 
    echo get_currency_symbol1() . $amt;
    ?>
.</div>
		<div class="two_c_explanation col-md-2 col-sm-5 col-xs-5"></div>   			
        <p class="payment_method_explanation col-md-10 col-sm-7 col-xs-7"> <span class="paypallogo"><?php 
    echo translate("Instructions:");
    ?>
</span> <br>
          <?php 
    echo translate("After clicking 'Book it' you will be redirected to Braintree to complete payment.");
    ?>
 <span class="paypallogo"> <?php 
    echo translate("You must complete the process or the transaction will not occur.");
    ?>
 </span> </p>
        <div class="clear"></div>
Exemplo n.º 7
0
                        <h2><?php 
    echo translate("PayPal");
    ?>
</h2>

                        <div class="currency_alert"><?php 
    echo translate("This payment transacts in");
    ?>
 <?php 
    echo get_currency_symbol1() . get_currency_code();
    ?>
. <?php 
    echo translate("Your total charge is");
    ?>
 <?php 
    echo get_currency_symbol1() . get_currency_value($amt);
    ?>
.</div>


                        <p class="payment_method_explanation paypal_explanation"> <span style="font-weight:bold;"><?php 
    echo translate("Instructions");
    ?>
:</span> <br>
        <?php 
    echo translate("After clicking 'Accept reservation request' you will be redirected to PayPal to complete payment.");
    ?>
 <span style="font-weight:bold;"> <?php 
    echo translate("You must complete the process or the transaction will not occur.");
    ?>
 </span> </p>