コード例 #1
0
ファイル: index.php プロジェクト: salem-dev-acc/yiiapp
<?php

UIPacksLoader::LoadPage_Calendar();
js(array('fullcalendar/moment', 'fullcalendar/fullcalendar', 'fullcalendar/gcal', 'jquery.ezmark.min'));
css('fullcalendar/fullcalendar');
?>

<script type="text/javascript">
    window.pathDeleteIcon = '<?php 
echo basePath('images/icon_trash.gif');
?>
';
    window.activeUserId = '<?php 
echo $currentUserId;
?>
'
</script>
<style>

    .fc-button-today {
		font-family: "proxima-nova","Helvetica Neue",helvetica,arial,sans-serif;
        padding-left: 8px;
        float: left;
        display: inline;
        width: 55px;
        height: 25px;
        border: 0;
        background: #90B959;
        font-size: 12px;
        font-weight: 100;
        color: white;
コード例 #2
0
<?php

css('tabs');
js('/pages/updatePropertyMap');
$fullAddress = $address;
$propertyName = addslashes($property["property_name"]);
$propertyName = str_replace(array("\"", "'"), array("\"", '\''), $propertyName);
UIPacksLoader::LoadPage_EditProperty();
?>

<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript">
    $(function(){
         var ttt= new UpdatePropertyMap({
             jMapWrapper: $('#map_wrapper'),
             jLatLngWrapper: $('#positioninfo'),
             jAddressWrapper: $('#approxaddress'),
             jLatInput: $('[name="lat"]'),
             jLngInput: $('[name="lng"]'),
             jUpdateBtn: $('#update_map_wrapper .save-btn'),
             jCancelBtn: $('#update_map_wrapper .cancel-btn'),
             currentAddress: '<?php 
echo $fullAddress;
?>
',
             propertyName:'<?php 
echo $propertyName;
?>
',
             updateUrl:'<?php 
echo basePath('app/updatemappropertysubmit/' . $id);
コード例 #3
0
ファイル: 1 - main.php プロジェクト: salem-dev-acc/yiiapp
?>
    <?php 
css('base');
?>
    <?php 
css('loginPopup');
?>
    <?php 
css('jquery-ui-1.9.1.custom');
?>


    <?php 
UIPacksLoader::LoadBase();
UIPacksLoader::LoadLayout_Main();
UIPacksLoader::Fonts2();
?>
    <script type="text/javascript">

        window.preloaderLink = "<?php 
echo basePath('images/preloader2.gif');
?>
";
        window.forgotPassword = "******";
        $(function () {
            //setup watermark for IE<9
            $.watermark.options.hideBeforeUnload = false;
            $('.water').each(function () {
コード例 #4
0
ファイル: Tour2.php プロジェクト: salem-dev-acc/yiiapp
<?php

UIPacksLoader::LoadJquery();
UIPacksLoader::Codaslider();
UIPacksLoader::LoadPage_Tour();
?>

<div class="coda-slider"  style ="height: 100%;" id="slider-id">
    <div>
        <h2 class="title">Photo Gallery</h2>
        <div  class="gallery_tour"  ><img class="taketour_img" src="<?php 
echo basePath("images/tour/gallery.jpg");
?>
">
         <div class="desc">
            <h5 class="desc_header">Photo Gallery</h5>
            <p class="desc_header_content">A great way to view your property!</p>
            <div class="desc1 desc_item">Include up to 27 photos</div>
            <div class="desc2 desc_item">Add your personalized welcome message</div>
         </div>
        </div>
    </div>
    <div>
        <h2 class="title">Calendar</h2>
        <div  class="calendar_tour"><img class="taketour_img" src="<?php 
echo basePath("images/tour/calendar.jpg");
?>
">
            <div class="desc">
                <h5 class="desc_header">Photo Gallery</h5>
                <p class="desc_header_content">Who’s using the property this month?</p>
コード例 #5
0
ファイル: _Home.php プロジェクト: salem-dev-acc/yiiapp
<?php

UIPacksLoader::Fancybox();
UIPacksLoader::Codaslider();
?>
<script>
window.forgotPassword = "******";

$('#featuresPage').attr('href','#features');
$('#faqPage').attr('href','#faq');
$('#aboutPage').attr('href','#about');

$(function(){
    if(window.location.search.indexOf('features') != -1){
        $('[data-tab=features]').show();
    }
    if(window.location.search.indexOf('about') != -1){
        $('[data-tab=about]').show();
    }
    if(window.location.search.indexOf('faq') != -1){
        $('[data-tab=faq]').show();
    }
});

$(".buttonsHome .takeatour, .see-more").fancybox({
    'width'					: 953,
    'height'				: 630,
    'scrolling'				: 'no',
コード例 #6
0
ファイル: SignUp.php プロジェクト: salem-dev-acc/yiiapp
<!-- Main -->
<?php 
UIPacksLoader::LoadPage_SignUp();
?>
<script>
    
    window.emailRemoteUrl = '<?php 
echo basePath("validation/email");
?>
';
    window.forgotPassword = "******";

</script>
 
<div id="main" class="shell" >
    <!-- Begin Sign Up -->
    <?php 
if (!empty($errors) && !empty($errors['paypal_error'])) {
    ?>
        <div class="error-box" id="errorMsg">
            <p>Ooops! Errors found on your page.</p>
            <ul>
                <li><?php 
    echo $errors['paypal_error'];
    ?>
</li>
            </ul>
コード例 #7
0
ファイル: clear_main.php プロジェクト: salem-dev-acc/yiiapp
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
    <head>
        <title>Shared Key - Making shared property easy.</title>
        <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
        <link rel="shortcut icon" href="images/favicon.ico" />
        <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
        <?php 
css(array('clear/styles', 'clear/tabs', 'clear/base', 'loginPopup', 'jquery-ui-1.9.1.custom'));
js(array('jquery-1.7.1.min', 'jquery-ui-1.9.1', 'jquery.watermark.min', 'namespace', 'DI', 'functions', 'tabs', 'jquery.validate', 'form-validation', 'jquery.tmpl.min', 'loginPopup'));
UIPacksLoader::LoadBase();
UIPacksLoader::LoadLayout_Home();
?>

        


        <script type="text/javascript" src="http://use.typekit.com/ahn4luy.js"></script>
        <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
    </head>
    <body>
        <?php 
$page = isset($_GET['tab']) ? $_GET['tab'] : false;
?>

        <!-- Wrapper -->
        <div id="wrapper">
            <!-- Header -->
            <div id="header">
                <!-- Shell -->
                <div class="shell">
コード例 #8
0
ファイル: user.php プロジェクト: salem-dev-acc/yiiapp
<?php

UIPacksLoader::LoadPage_ContactUsUserForm();
?>


<div class="shell">
    <div id="contactusForm" class="loggin_in" style="overflow: hidden !important; ">

        <div class="contactusHeader">
            Contact Us
        </div>

        <div class="contactusText">
            We would like to hear from you! Please send an email to <a href="mailto:<?php 
echo $contact;
?>
"><?php 
echo $contact;
?>
</a> or simply complete the form below.
        </div>
        <form action="<?php 
echo basePath("contactus/submit");
?>
" method="post" id="contactusFormForm" style="margin: 0 auto;
display: table;">
            <div class="form">

                    <div class="row">
コード例 #9
0
ファイル: terms.php プロジェクト: salem-dev-acc/yiiapp
<?php

UIPacksLoader::LoadPopups();
?>
<script>

    $('.termsPopup').on('click',function(){
        $('#termsPopup').dialog({
            resizable: false,
            width: 860,
            modal: true,
            dialogClass: "skPopupWithoutButtons",
            title: 'SharedKey Terms of Service'
        });
    });


</script>

<div id="termsPopup" style="display:none;">
  <div class="fmain"> <br />
    <h5>1. Your Acceptance of Terms</h5>
    <h2>Welcome to SharedKey</h2>
    <p>The following Terms of Service (the "Terms") are between you and Shared Key Inc. ("SharedKey") and constitute a legal agreement that governs your use of <a href="http://sharedkey.com">www.sharedkey.com</a> and other properties in the sharedkey.com domain (collectively, the "Site"), the SharedKey product, services and related websites (collectively referred to as the "Service"). You must agree to these Terms before you can use the Service. You can agree to these Terms by: a) actually using the Service, or b) clicking a box that indicates you agree to the Service, where such a box is made available to you.&nbsp; In addition, you agree to ensure that all users who are provided access to your property account, namely members and guests, comply with these Terms. If you do not agree to any of the following terms, please do not use the Service. You should print or otherwise save a copy of these Terms for your records. &quot;SharedKey&quot; as used herein means Shared Key Inc.</p>
    <h2>Legal Authority and Registration</h2>
    <p>To use and/or register for the Service you must be: a) of legal age to form a binding contract with SharedKey, and b) cannot be a person barred from receiving the Service under the laws of Canada or other applicable jurisdiction, including the country in which you reside or from where you use the Service. By accepting these Terms you represent that you understand and agree to the foregoing. If you are under the required legal age, but at least 13 years old, you may still use the Service (subject to applicable local law), but only if the account you are using was created and registered by your parent or legal guardian (see Section 3 below for further details).</p>
    <p>You are responsible for maintaining the confidentiality of your account and password and for restricting access to your computer. You are solely responsible for any activity related to your account. If you suspect any unauthorized use of your account, notify us immediately. You acknowledge and agree that we may preserve user information and may also disclose user information if required to do so by law or if we believe in good faith that such preservation or disclosure is reasonably necessary to: (a) comply with legal process; (b) enforce these Terms; (c) respond to claims that any Content (as defined herein) violates the rights of third parties; or (d) protect the rights, property, or personal safety of SharedKey, its users, or the public.</p>
    <h2>Updates / Modifications</h2>
    <p>SharedKey may update or change these Terms from time to time and recommends that you review the Terms on a regular basis. You can review the most current version of the Terms at any time at http://www.sharedkey.com/terms.php. If SharedKey makes a change to the Terms, it will post the revised Terms on our website at the link as herein noted. You understand and agree that your continued use of the Service after the Terms has changed constitutes your acceptance of the Terms as revised. Without limiting the foregoing, if SharedKey makes a change to the Terms that materially impacts your use of the Service, SharedKey may post notice of any such change on our website and/or email you notice of any such change to your SharedKey account.&nbsp; If you do not agree to any changes in the Terms as they may occur, please arrange to terminate your registration with the Site immediately and discontinue your use of the Service and the Site. You agree that we are not liable to you or to any third party for any modification of the Terms.</p>
    <p></p>
    <h5>2. Description of the Service</h5>
コード例 #10
0
ファイル: Index2.php プロジェクト: salem-dev-acc/yiiapp
<div id="content">
    <iframe id="helpPage" src="<?php 
echo Yii::app()->params['helpPath'];
?>
" width="100%" height="100%" align="left"
            style="position:absolute;margin-top: 0px;margin-left:15px;float:left;border: 0px;">
    </iframe>
</div>

<?php 
UIPacksLoader::LoadPage_Help();
?>


<script>
    $(function(){
        $("#printTab").remove();
    })
</script>
コード例 #11
0
ファイル: myprofile.php プロジェクト: salem-dev-acc/yiiapp
<!-- Main -->

<?php 
js(array('app/old_functions', 'form-validation', 'jquery.validate'));
UIPacksLoader::LoadPage_MyProfile();
?>
 
  <script type="text/javascript">
    $(function(){
        $('#change_email, ').validate({
            errorElement: "span",
            errorClass: 'error',
            onkeyup: false,
            submitHandler: function(form) {
                form.submit();
            },
            highlight: function(element, errorClass, validClass) {
                $(element).addClass('invalid').removeClass(validClass);
                $(element).parents('.row').addClass('error-row');
                $(element).parents('.row').find(".info").hide();

            },
            unhighlight: function(element, errorClass, validClass) {
                $(element).removeClass('invalid').addClass(validClass);
                $(element).parents('.row').removeClass('error-row');
                $(element).parents('.row').find(".info").show();
            },
            rules: {
                username: {
                    required: true,
                    email: true