예제 #1
0
registration/"><i></i> <?php 
echo _t('Registration');
?>
</a></li>
                    <li<?php 
echo hl('email_settings');
?>
 class="glyphicons inbox tab-stacked"><a href="<?php 
echo get_base_url();
?>
email/"><i></i> <?php 
echo _t('Email');
?>
</a></li>
                    <li<?php 
echo hl('email_settings');
?>
 class="glyphicons show_lines tab-stacked active"><a href="<?php 
echo get_base_url();
?>
templates/" data-toggle="tab"><i></i> <span><?php 
echo _t('Email Templates');
?>
</span></a></li>
                </ul>
            </div>
            <!-- // Tabs Heading END -->
			
			<div class="widget-body">
			
				<!-- Table -->
예제 #2
0
/<?php 
                echo bm();
                ?>
"><?php 
                echo _t('Create Staff Record');
                ?>
</a></li>
                                <?php 
            }
            ?>
                                
                                <?php 
            if ($v['ApplicantID'] <= 0) {
                ?>
                                <li<?php 
                echo hl('applications', 'access_application_screen');
                ?>
><a href="<?php 
                echo get_base_url();
                ?>
appl/add/<?php 
                echo _h($v['personID']);
                ?>
/<?php 
                echo bm();
                ?>
"><?php 
                echo _t('Create Application');
                ?>
</a></li>
                                <?php 
예제 #3
0
        foreach ($row->versions as $row_version) {
            $title = $row_version->title;
            if (empty($title)) {
                $title = '(No title)';
            }
            $desc = $row_version->description;
            if (empty($desc)) {
                $desc = '(No description)';
            }
            echo '<li>';
            echo '<a href="' . $base_uri . $row->slug . '.' . $row_version->version_num . '">';
            echo hl($title, $terms) . '</a> (' . $row_version->version_num . ')';
            echo '<br />';
            echo hl($desc, $terms);
            if (!empty($content)) {
                echo '<br />';
                echo '<span style="color:#555555;">' . hl($content, $terms) . '</span>';
            }
            echo "</li>\n";
        }
        ?>
	</ol>
	</li>
<?php 
    }
    ?>
</ol>
<?php 
}
?>
</section>
예제 #4
0
    if (_h(get_option('enable_myet_appl_form')) == 1) {
        ?>
                                <?php 
        /**
         * Apply Online
         * 
         * This action is triggered to echo out new links
         * at the top of myeduTrac self service portal.
         * 
         * @since 5.0.0
         */
        do_action('apply_online');
        ?>
								<li<?php 
        echo ml('myet_module');
        echo hl('apply_online');
        ?>
><a href="<?php 
        echo get_base_url();
        ?>
online-app/" class="glyphicons user_add"><i></i> <?php 
        echo _t('Apply');
        ?>
</a></li>
								<?php 
    }
    ?>
							</ul>
						</li>
						<?php 
}
예제 #5
0
파일: index.php 프로젝트: nopuls/dzcp
 if (data($gett['t_reg'], "signatur")) {
     $sig = _sig . bbcode(data($gett['t_reg'], "signatur"));
 } else {
     $sig = "";
 }
 if ($gett['t_reg'] != "0") {
     $userposts = show(_forum_user_posts, array("posts" => userstats($gett['t_reg'], "forumposts")));
 } else {
     $userposts = "";
 }
 if ($gett['t_reg'] == "0") {
     $onoff = "";
 } else {
     $onoff = onlinecheck($gett['t_reg']);
 }
 $ftxt = hl($gett['t_text'], $_GET['hl']);
 if ($_GET['hl']) {
     $text = bbcode($ftxt['text']);
 } else {
     $text = bbcode($gett['t_text']);
 }
 if ($chkMe == "4") {
     $posted_ip = $gett['ip'];
 } else {
     $posted_ip = _logged;
 }
 if ($gett['t_reg'] != 0) {
     $qryu = db("SELECT nick,icq,hp,email FROM " . $db['users'] . "\n\t\t\t\t\t\t\t\t\t\t\t\tWHERE id = '" . $gett['t_reg'] . "'");
     $getu = _fetch($qryu);
     $email = show(_emailicon_forum, array("email" => eMailAddr($getu['email'])));
     $pn = show(_pn_write_forum, array("id" => $gett['t_reg'], "nick" => $getu['nick']));