本文整理汇总了PHP中get_num_new_messages函数的典型用法代码示例。如果您正苦于以下问题:PHP get_num_new_messages函数的具体用法?PHP get_num_new_messages怎么用?PHP get_num_new_messages使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了get_num_new_messages函数的4个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的PHP代码示例。
示例1: _AT
?>
<?php
if ($this->course_id > -1) {
?>
<?php
if (get_num_new_messages()) {
?>
<a href="<?php
echo $this->base_path;
?>
inbox/index.php"><?php
echo _AT('inbox');
?>
(<?php
echo get_num_new_messages();
?>
)</a>
<?php
} else {
?>
<a href="<?php
echo $this->base_path;
?>
inbox/index.php"><?php
echo _AT('inbox');
?>
</a>
<?php
}
?>
开发者ID:codedust,项目名称:ATutor,代码行数:31,代码来源:header.tmpl.php
示例2: if
</div> <!-- end main -->
</div> <!-- end innner-contentwrapper -->
</div> <!-- end contentcolumn -->
<div id="footer" class="fl-navbar fl-table">
<div id="footer-links"> <!-- top help/search/login links -->
<ul class="footer-links-tabs fl-tabs flc-themer" role="menu">
<?php if (isset($_SESSION['member_id']) && $_SESSION['member_id'] > 0): ?>
<?php if(!$this->just_social): ?>
<?php if ($_SESSION['is_super_admin']): ?>
<li role="menuitem"> <a href="<?php echo $this->base_path; ?>bounce.php?admin"><?php echo _AT('back'); ?></a> </li>
<?php endif; ?>
<?php if ($this->course_id > -1): ?>
<?php if (get_num_new_messages()): ?>
<li role="menuitem"> <a href="<?php echo $this->base_path; ?>inbox/index.php"><?php echo _AT('inbox'); ?> (<?php echo get_num_new_messages(); ?>)</a> </li>
<?php else: ?>
<li role="menuitem"> <a href="<?php echo $this->base_path; ?>inbox/index.php"><?php echo _AT('inbox'); ?></a></li>
<?php endif; ?>
<?php endif; ?>
<?php endif; ?>
<?php endif; ?>
<?php if(!$this->just_social): ?>
<li role="menuitem"><a href="<?php echo $this->base_path; ?>search.php"><?php echo _AT('search'); ?></a> </li>
<?php endif; ?>
<li role="menuitem"><a href="<?php echo $this->base_path; ?>help/index.php"><?php echo _AT('help'); ?></a></li>
<?php if (isset($_SESSION['valid_user']) && $_SESSION['valid_user']): ?>
<li role="menuitem"><a href="<?php echo $this->base_path; ?>logout.php"><?php echo _AT('logout'); ?></a></li>
<?php else: ?>
开发者ID:radiocontrolled,项目名称:ATutor,代码行数:31,代码来源:footer.tmpl.php
示例3: htmlspecialchars
<!-- hidden direct link to content -->
<a href="<?php echo htmlspecialchars($_SERVER['REQUEST_URI'], ENT_QUOTES); ?>#content" style="border: 0px;" accesskey="c"><img src="<?php echo $this->base_path; ?>images/clr.gif" height="1" width="1" border="0" alt="<?php echo _AT('goto_content'); ?> ALT+c" /></a>
<a href="<?php echo htmlspecialchars($_SERVER['REQUEST_URI'], ENT_QUOTES); ?>#menu" style="border: 0px;" accesskey="m"><img src="<?php echo $this->base_path; ?>images/clr.gif" height="1" width="1" border="0" alt="<?php echo _AT('goto_menu'); ?> ALT+m" /></a>
<?php if ($_SESSION['is_super_admin']): ?>
<a href="<?php echo $this->base_path; ?>bounce.php?admin"><?php echo _AT('return_to_admin_area'); ?></a> |
<?php endif; ?>
<?php if ($_SESSION['valid_user']): ?>
<?php if (!admin_authenticate(AT_ADMIN_PRIV_ADMIN, AT_PRIV_RETURN) && $last_path_part != 'preferences.php') {?>
<a class="pref_wiz_launcher"><img border="0" alt="<?php echo _AT('preferences').' - '._AT('new_window'); ?>" src="<?php echo $this->base_href; ?>images/wand.png" /></a> |
<?php } ?>
<strong><?php echo get_display_name($_SESSION['member_id']); ?></strong> |
<?php if ($_SESSION['course_id'] > -1): ?>
<?php if (get_num_new_messages()): ?>
<strong><a href="<?php echo $this->base_path; ?>inbox/index.php"><?php echo _AT('inbox'); ?> - <?php echo get_num_new_messages(); ?></a></strong> |
<?php else: ?>
<a href="<?php echo $this->base_path; ?>inbox/index.php"><?php echo _AT('inbox'); ?></a> |
<?php endif; ?>
<?php endif; ?>
<a href="<?php echo $this->base_path; ?>search.php"><?php echo _AT('search'); ?></a> |
<a href="<?php echo $this->base_path; ?>help/index.php"><?php echo _AT('help'); ?></a> |
<a href="<?php echo $this->base_path; ?>logout.php"><?php echo _AT('logout'); ?></a>
<?php elseif ($_SESSION['course_id'] == -1): ?>
<img src="<?php echo $this->img;?>user-star.gif" style="vertical-align: middle;" class="img-size-star" alt="" /><strong><?php echo get_display_name($_SESSION['member_id']); ?></strong> |
<a href="<?php echo $this->base_path; ?>search.php"><?php echo _AT('search'); ?></a> |
<a href="<?php echo $this->base_path; ?>help/index.php"><?php echo _AT('help'); ?></a> |
<a href="<?php echo $this->base_path; ?>logout.php"><?php echo _AT('logout'); ?></a>
<?php else: ?>
<a href="<?php echo $this->base_path; ?>browse.php"><?php echo _AT('browse_courses'); ?></a> |
<a href="<?php echo $this->base_path; ?>login.php?course=<?php echo $_SESSION['course_id']; ?>"><?php echo _AT('login'); ?></a> |
开发者ID:radiocontrolled,项目名称:ATutor,代码行数:31,代码来源:header.tmpl.php
示例4: _AT
<select name="course" id="jumpmenu" title="<?php echo _AT('jump'); ?>: Alt-j">
<option value="0"><?php echo _AT('my_start_page'); ?></option>
<optgroup label="<?php echo _AT('courses_below'); ?>">
<?php foreach ($this->nav_courses as $this_course_id => $this_course_title): ?>
<option value="<?php echo $this_course_id; ?>"><?php echo $this_course_title; ?></option>
<?php endforeach; ?>
</optgroup>
</select> <input type="submit" name="jump" value="<?php echo _AT('jump'); ?>" id="jump-button" /> </form>
<!-- /end the jump menu -->
<?php if ($_SESSION['is_super_admin']): ?>
<img src="<?php echo $this->img; ?>linkTransparent.gif" alt="" /> <a href="<?php echo $this->base_path; ?>bounce.php?admin"><?php echo _AT('return_to_admin_area'); ?></a> |
<?php endif; ?>
<?php if ($this->course_id > -1): ?>
<?php if (get_num_new_messages()): ?>
<img src="<?php echo $this->img; ?>linkTransparent.gif" alt="" /> <a href="<?php echo $this->base_path; ?>inbox/index.php"><?php echo _AT('inbox'); ?> (<?php echo get_num_new_messages(); ?>)</a>
<?php else: ?>
<img src="<?php echo $this->img; ?>linkTransparent.gif" alt="" /> <a href="<?php echo $this->base_path; ?>inbox/index.php"><?php echo _AT('inbox'); ?></a>
<?php endif; ?>
<?php endif; ?>
<?php endif; ?>
<img src="<?php echo $this->img; ?>linkTransparent.gif" alt="" /> <a href="<?php echo $this->base_path; ?>search.php"><?php echo _AT('search'); ?></a> <img src="<?php echo $this->img; ?>linkTransparent.gif" alt="" /> <a href="<?php echo $this->base_path; ?>help/index.php"><?php echo _AT('help'); ?></a>
</div>
</div>
<div>
<h1 id="section-title"><?php echo $this->section_title; ?><?php if (($this->course_id > 0) && ($_SESSION['enroll'] == AT_ENROLL_NO)) : ?>
- <small><a href="<?php echo $this->base_path; ?>enroll.php?course=<?php echo $this->course_id; ?>"><?php echo _AT('enroll_me'); ?></a></small>
<?php endif; ?></h1>
</div>
开发者ID:radiocontrolled,项目名称:ATutor,代码行数:30,代码来源:header.tmpl.php
注:本文中的get_num_new_messages函数示例整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。 |
请发表评论