コード例 #1
0
ファイル: job-detail.php プロジェクト: quynhvv/stepup
                                                <br/><strong><a href="<?php 
    echo UserJob::getUpgradeUrl();
    ?>
">... Want to know more? Upgrade to Premium!</a></strong> 
                                            <?php 
}
?>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td class="text-center" colspan="3">
                                            <?php 
if (UserJob::canView()) {
    ?>
                                                <a href="<?php 
    echo UserJob::getApplyUrl();
    ?>
" class="button button-lg button-secondary button-long">
                                                    <span>Apply Now</span>
                                                </a>
                                            <?php 
} else {
    ?>
                                                <a href="<?php 
    echo UserJob::getUpgradeUrl();
    ?>
" class="button button-lg button-secondary button-long">
                                                    <span>Upgrade to Apply</span>
                                                </a>
                                            <?php 
}