当前位置: 首页>>代码示例>>PHP>>正文


PHP site::head方法代码示例

本文整理汇总了PHP中site::head方法的典型用法代码示例。如果您正苦于以下问题:PHP site::head方法的具体用法?PHP site::head怎么用?PHP site::head使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在site的用法示例。


在下文中一共展示了site::head方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: site

<?php

include '../php/config.php';
$site = new site();
$site->head('Jonah Systems');
$site->nav();
?>



    <section class="partners white">
        <div class="container">
            <div class="text-center">
                <img src="<?php 
echo $site->baseUrl('img/integration/jonah-lg.jpg');
?>
" class="img-responsive" style="margin: 0 auto" alt="365 Connect"/>
            </div>
        </div>
    </section>
    <section class="partners light-grey">
        <div class="container">
            <h3>
                Jonah Systems
            </h3>
            <a href="http://www.jonahsystems.com/" class="lead" target="_blank">
                jonahsystems.com
            </a>
            <h4>
                About Jonah Systems
            </h4>
开发者ID:nomadicmarc,项目名称:goodbay,代码行数:31,代码来源:jonah.php

示例2: site

<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://go.resmancloud.com/property-management-solution" );
?>

<?php 
include '../php/config.php';
$site = new site();
$site->head("Property Management Solutions");
$site->nav();
?>

<!-- //// LANDING PAGE - EDIT THIS SECTION! //// -->
<section class="request-demo white">
    <div class="container">
        <div class="col-sm-7 content">

            <h2 class="text-center">The #1 Property Management Solution.</h2>
            <img class="img-responsive" src="<?php 
echo $site->baseUrl('img/mac-with-resman.png');
?>
" style="margin: 20px auto" />
            <p class="lead">ResMan is the <strong>only</strong> software for property management that works the way you do.  With the easy-to-use interface you can review a delinquent account, follow up on a work order, or manage your portfolio—all within 3 clicks or less. </p>
            <p class="lead">ResMan's property management solutions also features:</p>
            <ul>
                <li>Robust Accounting Suite</li>
                <li>Portfolio Reporting</li>
                <li>Maintenance Utility Module</li>
                <li>Lead Management</li>
                <li>Resident Portal</li>
                <li>Online Leasing &#038; Availability</li>
开发者ID:nomadicmarc,项目名称:goodbay,代码行数:31,代码来源:index.php

示例3: site

<?php

include '../php/config.php';
$site = new site();
$site->head('ResidentCheck');
$site->nav();
?>



    <section class="partners white">
        <div class="container">
            <div class="text-center">
                <img src="<?php 
echo $site->baseUrl('img/integration/resident-check-large.png');
?>
" class="img-responsive" style="margin: 0 auto" alt="Minol USA"/>
            </div>
        </div>
    </section>
    <section class="partners light-grey">
        <div class="container">
            <div class="row">
                <div class="col-sm-6">
                    <h3>
                        ResidentCheck
                    </h3>
                    <a href="http://www.residentcheck.com/" class="lead" target="_blank">
                        residentcheck.com
                    </a>
                    <h4>
开发者ID:nomadicmarc,项目名称:goodbay,代码行数:31,代码来源:residentcheck.php

示例4: site

<?php

include '../../php/config.php';
$site = new site();
$site->head("Vendor Management");
$site->nav();
?>



<section class="product-intro">
    <div class="product-header">
        <div class="container">
            <h1>
                <img class="img-responsive" src="../../img/products/product-icons/vendor-management.png">
                <span>Vendor Partner Management</span>
            </h1>
        </div>
    </div>
    <div class="container">
        <div class="title">Vendors play a key role in your success. We make it easy.</div>
        <p class="lead">ResMan’s open API allows you to do business with the vendors that you choose. The peace of mind that comes from doing business with a familiar partner is priceless. Why should your property management software dictate who you should do business with?</p>

        <div class="row">
            <div class="col-md-4">
                <h2>Partners For A Reason</h2>
                <p>A good relationship with vendors strengthens your company's overall performance. ResMan understands the value of this relationship and allows for efficient communication.</p>
            </div>
            <div class="col-md-4">
                <h2>Shared Vendors</h2>
                <p>Need to pay on behalf of separate assets but only have one bank account? No problem. We can do that! Use ResMan to set up a vendor for multiple properties.</p>
开发者ID:nomadicmarc,项目名称:goodbay,代码行数:31,代码来源:index.php

示例5: site

<?php

include '../php/config.php';
$site = new site();
$site->head('Audio Images');
$site->nav();
?>



    <section class="partners white">
        <div class="container">
            <div class="text-center">
                <img src="<?php 
echo $site->baseUrl('img/integration/audioimages-lg.jpg');
?>
" class="img-responsive" style="margin: 0 auto" alt="365 Connect"/>
            </div>
        </div>
    </section>
    <section class="partners light-grey">
        <div class="container">
            <h3>
                Audio Images
            </h3>
            <a href="http://www.audioimages.com/" class="lead" target="_blank">
                audioimages.com
            </a>
            <h4>
                About Audio Images
            </h4>
开发者ID:nomadicmarc,项目名称:goodbay,代码行数:31,代码来源:audio-images.php

示例6: site

<?php

include '../php/config.php';
$site = new site();
$site->head('RentPush');
$site->nav();
?>



    <section class="partners white">
        <div class="container">
            <div class="text-center">
                <img src="<?php 
echo $site->baseUrl('img/integration/rentpush-large.png');
?>
" class="img-responsive" style="margin: 0 auto" alt="Minol USA"/>
            </div>
        </div>
    </section>
    <section class="partners light-grey">
        <div class="container">
            <div class="row">
                <div class="col-sm-6">
                    <h3>
                        RentPush
                    </h3>
                    <a href="http://www.rentpush.com/" class="lead" target="_blank">
                        rentpush.com
                    </a>
                    <h4>
开发者ID:nomadicmarc,项目名称:goodbay,代码行数:31,代码来源:rentpush.php

示例7: site

<?php

include '../php/config.php';
$site = new site();
$site->head('Fresh Interactive');
$site->nav();
?>



    <section class="partners white">
        <div class="container">
            <div class="text-center">
                <img src="<?php 
echo $site->baseUrl('img/integration/freshiscool-lg.jpg');
?>
" class="img-responsive" style="margin: 0 auto" alt="365 Connect"/>
            </div>
        </div>
    </section>
    <section class="partners light-grey">
        <div class="container">
            <h3>
                Fresh Interactive
            </h3>
            <a href="http://www.freshiscool.com/" class="lead" target="_blank">
                freshiscool.com
            </a>
            <h4>
                About Fresh Interactive
            </h4>
开发者ID:nomadicmarc,项目名称:goodbay,代码行数:31,代码来源:freshiscool.php

示例8: site

<?php

include '../php/config.php';
$site = new site();
$site->head('ePremium Insurance - ResMan Property Management Integration Partner');
$site->nav();
?>



    <section class="partners white">
        <div class="container">
            <div class="text-center">
                <img src="<?php 
echo $site->baseUrl('img/integration/ePremium-lg.jpg');
?>
" class="img-responsive" style="margin: 0 auto" alt="ePremium Insurance"/>
            </div>
        </div>
    </section>
    <section class="partners light-grey">
        <div class="container">
            <h3>
                ePremium
            </h3>
            <a href="http://www.epremiuminsurance.com/" class="lead" target="_blank">
                epremiuminsurance.com
            </a>
            <h4>
                About ePremium
            </h4>
开发者ID:nomadicmarc,项目名称:goodbay,代码行数:31,代码来源:epremium.php

示例9: site

<?php

include '../php/config.php';
$site = new site();
$site->head('Maintenance Supply Headquarters');
$site->nav();
?>



    <section class="partners white">
        <div class="container">
            <div class="text-center">
                <img src="<?php 
echo $site->baseUrl('img/integration/maintenance-supply-headquarters-large.png');
?>
" class="img-responsive" style="margin: 0 auto" alt="Minol USA"/>
            </div>
        </div>
    </section>
    <section class="partners light-grey">
        <div class="container">
            <h3>
                Maintenance Supply Headquarters
            </h3>
            <a href="http://supplyhq.com/" class="lead" target="_blank">
                supplyhq.com
            </a>
            <h4>
                About Maintenance Supply Headquarters
            </h4>
开发者ID:nomadicmarc,项目名称:goodbay,代码行数:31,代码来源:maintenance-supply-headquarters.php

示例10: site

<?php

include '../php/config.php';
$site = new site();
$site->head('Satisfacts');
$site->nav();
?>



    <section class="partners white">
        <div class="container">
            <div class="text-center">
                <img src="<?php 
echo $site->baseUrl('img/integration/satisfacts-lg.jpg');
?>
" class="img-responsive" style="margin: 0 auto" alt="365 Connect"/>
            </div>
        </div>
    </section>
    <section class="partners light-grey">
        <div class="container">
            <h3>
                Satisfacts
            </h3>
            <a href="http://www.satisfacts.com/" class="lead" target="_blank">
                satisfacts.com
            </a>
            <h4>
                About Satisfacts
            </h4>
开发者ID:nomadicmarc,项目名称:goodbay,代码行数:31,代码来源:satisfacts.php

示例11: site

<?php

include '../php/config.php';
$site = new site();
$site->head('AmRent');
$site->nav();
?>



    <section class="partners white">
        <div class="container">
            <div class="text-center">
                <img src="<?php 
echo $site->baseUrl('img/integration/amrent-lg.jpg');
?>
" class="img-responsive" style="margin: 0 auto" alt="365 Connect"/>
            </div>
        </div>
    </section>
    <section class="partners light-grey">
        <div class="container">
            <h3>
                AmRent
            </h3>
            <a href="http://www.amrent.com/" class="lead" target="_blank">
                amrent.com
            </a>
            <h4>
                About AmRent
            </h4>
开发者ID:nomadicmarc,项目名称:goodbay,代码行数:31,代码来源:amrent.php

示例12: site

<?php

include '../php/config.php';
$site = new site();
$site->head('DepositIQ: The Smart Alternative to Deposits');
$site->nav();
?>



    <section class="partners white">
        <div class="container">
            <div class="text-center">
                <img src="<?php 
echo $site->baseUrl('img/integration/depositiq-lg.jpg');
?>
" class="img-responsive" style="margin: 0 auto" alt="DepositIQ Logo"/>
            </div>
        </div>
    </section>
    <section class="partners light-grey">
        <div class="container">
            <h3>
                DepositIQ
            </h3>
            <a href="http://www.depositiq.com/" class="lead" target="_blank">
                DepositIQ.com
            </a>
            <h4>
                About DepositIQ
            </h4>
开发者ID:nomadicmarc,项目名称:goodbay,代码行数:31,代码来源:depositiq.php

示例13: site

<?php

include '../php/config.php';
$site = new site();
$site->head('CIC');
$site->nav();
?>



    <section class="partners white">
        <div class="container">
            <div class="text-center">
                <img src="<?php 
echo $site->baseUrl('img/integration/cic.png');
?>
" class="img-responsive" style="margin: 0 auto" alt="CICreports.com"/>
            </div>
        </div>
    </section>
    <section class="partners light-grey">
        <div class="container">
            <div class="row">
                <div class="col-sm-6">
                    <h3>
                        CIC
                    </h3>
                    <a href="http://www.cicreports.com/" class="lead" target="_blank">
                        CIC Resident Screening
                    </a>
                    <h4>
开发者ID:nomadicmarc,项目名称:goodbay,代码行数:31,代码来源:cic.php

示例14: site

<?php

include '../php/config.php';
$site = new site();
$site->head('365 Connect');
$site->nav();
?>



    <section class="partners white">
        <div class="container">
            <div class="text-center">
                <img src="<?php 
echo $site->baseUrl('img/integration/365connect-lg.jpg');
?>
" class="img-responsive" style="margin: 0 auto" alt="365 Connect"/>
            </div>
        </div>
    </section>
    <section class="partners light-grey">
        <div class="container">
            <h3>
                365 Connect
            </h3>
            <a href="http://www.365connect.com/" class="lead" target="_blank">
                365connect.com
            </a>
            <h4>
                About 365 Connect
            </h4>
开发者ID:nomadicmarc,项目名称:goodbay,代码行数:31,代码来源:365connect.php

示例15: site

<?php

include 'php/config.php';
$site = new site();
$site->head("Property Management Software");
?>

<div class="navy">
<section class="home">
    <div class="banner">

        <?php 
$site->nav();
?>

        <div class="container">
                <div class="content">
                    <h1 class="white">
                        Property Management Software That Doesn’t Make You Angry.
                    </h1>
                    <p class="white lead">
                        Your goals are more important than our bottom line. Maybe that’s why everyone’s switching to ResMan.
                    </p>
                    <div class="btn-cta btn-cool right">
                        <a href="http://go.resmancloud.com/request-demo">
                          <span class="left title">TRY IT</span>
                          <span class="right icon">&rarr;<span class="slant-right"></span></span>
                        </a>
                    </div>
                </div>
            </div>
开发者ID:nomadicmarc,项目名称:goodbay,代码行数:31,代码来源:index-old.php


注:本文中的site::head方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。