コード例 #1
0
ファイル: job-detail.php プロジェクト: quynhvv/stepup
} else {
    ?>
                                                <a href="<?php 
    echo UserJob::getUpgradeUrl();
    ?>
">Upgrade here to view this information </a>
                                            <?php 
}
?>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td>Position/Dept.</td>
                                        <td colspan="2">
                                            <?php 
if (UserJob::canView()) {
    ?>
                                                <span><?php 
    echo $userJob->agent_position;
    ?>
</span>
                                            <?php 
} else {
    ?>
                                                <a href="<?php 
    echo UserJob::getUpgradeUrl();
    ?>
">Upgrade here to view this information </a>
                                            <?php 
}
?>