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


PHP IPSLib::next方法代码示例

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


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

示例1: __f__90e75c2e9e9f8c07c1637ee640ca3292

 function __f__90e75c2e9e9f8c07c1637ee640ca3292($reports = array(), $acts = "", $pages = "", $active = array(), $statuses = array())
 {
     $_ips___x_retval = '';
     foreach ($reports as $report) {
         $_ips___x_retval .= "\n\t\t\t<tr class='" . IPSLib::next($this->registry->templateStriping["reportsTable"]) . "'>\n\t\t\t\t<td class='short altrow'>\n\t\t\t\t\t<a href=\"" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("app=core&amp;module=reports&amp;section=reports&amp;do=process&amp;report_ids[{$report['id']}]={$report['id']}&amp;newstatus=2&amp;k={$this->member->form_hash}", 'public', ''), "", "") . "\" title='{$this->lang->words['change_current_status']}' class='ipbmenu' id='change_status-{$report['id']}'><span id=\"rstat-{$report['id']}\">{$report['status_icon']}</span></a>\n\t\t\t\t</td>\n\t\t\t\t<td>\n\t\t\t\t\t<a href=\"{$this->settings['base_url']}&amp;app=core&amp;module=reports&amp;do=show_report&amp;rid={$report['id']}\" title='{$this->lang->words['view_report']}'>{$report['title']}</a>\n\t\t\t\t\t" . (is_array($statuses) && count($statuses) ? "\n\t\t\t\t\t\t<ul class='ipbmenu_content' id='change_status-{$report['id']}_menucontent'>\n\t\t\t\t\t\t\t" . $this->__f__c1c6cfe46bdd613aa1d2b014bf4fb993($reports, $acts, $pages, $active, $statuses, $report) . "\t\t\t\t\t\t</ul>\n\t\t\t\t\t" : "") . "\n\t\t\t\t</td>\n\t\t\t\t<td class='altrow'>\n\t\t\t\t\t" . ($report['section']['url'] ? "\n\t\t\t\t\t\t<a href=\"{$report['section']['url']}\" title='{$this->lang->words['go_to_section']}'>{$report['section']['title']}</a>\n\t\t\t\t\t" : "\n\t\t\t\t\t\t{$report['section']['title']}\n\t\t\t\t\t") . "\n\t\t\t\t</td>\n\t\t\t\t<td class='short'>{$report['num_reports']}</td>\n\t\t\t\t<td class='short altrow'>{$report['num_comments']}</td>\n\t\t\t\t<td class=''>\n\t\t\t\t\t<ul class='last_post'>\n\t\t\t\t\t\t<li><strong>{$this->lang->words['report_updated']}</strong> " . $this->registry->getClass('class_localization')->getDate($report['date_updated'], "tiny", 0) . "</li>\n\t\t\t\t\t\t<li><strong>{$this->lang->words['report_by']}</strong> <a href=\"" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("showuser={$report['updated_by']}", 'public', ''), "{$report['n_updated_seoname']}", "showuser") . "\" title='{$this->lang->words['view_member']}'>" . IPSLib::makeNameFormatted($report['n_updated_by'], $report['member_group_id']) . "</a>" . $this->registry->getClass('output')->getTemplate('global')->user_popup($report['updated_by'], $report['n_updated_seoname']) . "</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</td>\n\t\t\t\t<td class='short altrow'>\n\t\t\t\t\t<input type='checkbox' id='report_check_{$report['id']}' class='input_check checkall' name='report_ids[]' value='{$report['id']}' />\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\n";
     }
     $_ips___x_retval .= '';
     return $_ips___x_retval;
 }
开发者ID:dalandis,项目名称:Visualization-of-Cell-Phone-Locations,代码行数:9,代码来源:skin_reports.php

示例2: __f__2ea0ed43840c1668a67680c1f8e33912

 function __f__2ea0ed43840c1668a67680c1f8e33912($one_text = "", $two_text = "", $three_text = "", $rows)
 {
     $_ips___x_retval = '';
     foreach ($rows as $entry) {
         $_ips___x_retval .= "\n\t<li class='" . IPSLib::next($this->registry->templateStriping["help"]) . " helpRow'>\n\t\t<h3><a href=\"" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("app=core&amp;module=help&amp;do=01&amp;HID={$entry['id']}", 'public', ''), "", "") . "\" title=\"{$this->lang->words['help_read_document']}\">{$entry['title']}</a></h3>\n\t\t<p>\n\t\t\t{$entry['description']}\n\t\t</p>\n\t</li>\n\t\n";
     }
     $_ips___x_retval .= '';
     return $_ips___x_retval;
 }
开发者ID:dalandis,项目名称:Visualization-of-Cell-Phone-Locations,代码行数:9,代码来源:skin_help.php

示例3: __f__bbeb34120594dcbbf1392e3622a54dac

 function __f__bbeb34120594dcbbf1392e3622a54dac($rows, $links = "", $defaults = array(), $our_mgroups = array())
 {
     $_ips___x_retval = '';
     foreach ($rows as $session) {
         $_ips___x_retval .= "\n\t\t\t<tr>\n\t\t\t\t<td class='row1'>\n\t\t\t\t\t<img src='{$session['_memberData']['pp_thumb_photo']}' alt=\"{$session['_memberData']['members_display_name']}{$this->lang->words['users_photo']}\" width='{$session['_memberData']['pp_thumb_width']}' height='{$session['_memberData']['pp_thumb_height']}' class='photo' />\n\t\t\t\t</td>\n\t\t\t\t<td class='" . IPSLib::next($this->registry->templateStriping["online"]) . "'>\n\t\t\t\t\t" . ($session['member_name'] ? "" . ($session['member_id'] ? "\n\t\t\t\t\t\t\t<a href='" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("showuser={$session['member_id']}", 'public', ''), "{$session['seo_name']}", "showuser") . "' title='{$this->lang->words['view_profile']}'>" . IPSLib::makeNameFormatted($session['member_name'], $session['member_group']) . "</a>" . $this->registry->getClass('output')->getTemplate('global')->user_popup($session['member_id'], $session['seo_name']) . "\n\t\t\t\t\t\t" : "\n\t\t\t\t\t\t\t" . IPSLib::makeNameFormatted($session['member_name'], $session['member_group']) . "\n\t\t\t\t\t\t") . "" : "\n\t\t\t\t\t\t{$this->lang->words['global_guestname']}\n\t\t\t\t\t") . "\n\t\t\t\t\t" . (($session['is_bot'] and $this->settings['spider_anon']) ? "" . ($this->memberData['g_access_cp'] ? "\n\t\t\t\t\t\t\t*\n\t\t\t\t\t\t" : "") . "" : "" . ($session['login_type'] == 1 ? "" . ((!$this->settings['disable_admin_anon'] and $this->memberData['g_access_cp']) ? "\n\t\t\t\t\t\t\t\t*\n\t\t\t\t\t\t\t" : "") . "" : "") . "") . "\n\t\t\t\t\t" . (($this->memberData['g_access_cp'] and !$this->settings['disable_online_ip']) ? "\n\t\t\t\t\t\t<span class='ip'>( {$session['ip_address']} )</span>\n\t\t\t\t\t" : "") . "\n\t\t\t\t</td>\n\t\t\t\t<td class='" . IPSLib::next($this->registry->templateStriping["online"]) . "'>\n\t\t\t\t\t" . (!$session['where_line'] ? "\n\t\t\t\t\t\t{$this->lang->words['board_index']}\n\t\t\t\t\t" : "" . (($session['where_link'] and !$session['where_line_more']) ? "\n\t\t\t\t\t\t\t<a href='" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("{$session['where_link']}", 'public', ''), "", "") . "'>\n\t\t\t\t\t\t" : "") . "\n\t\t\t\t\t\t{$session['where_line']} \n\t\t\t\t\t\t" . ($session['where_line_more'] ? "&nbsp;\n\t\t\t\t\t\t\t" . ($session['_whereLinkSeo'] ? "\n\t\t\t\t\t\t\t\t<a href='{$session['_whereLinkSeo']}'>\n\t\t\t\t\t\t\t" : "" . ($session['where_link'] ? "<a href='" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("{$session['where_link']}", 'public', ''), "", "") . "'>" : "") . "") . "\n\t\t\t\t\t\t\t{$session['where_line_more']}\n\t\t\t\t\t\t\t" . ($session['where_link'] ? "</a>" : "") . "" : "" . ($session['where_link'] ? "</a>" : "") . "") . "") . "\n\t\t\t\t</td>\n\t\t\t\t<td class='" . IPSLib::next($this->registry->templateStriping["online"]) . "'>\n\t\t\t\t\t" . $this->registry->getClass('class_localization')->getDate($session['running_time'], "long", 1) . "\n\t\t\t\t</td>\n\t\t\t\t<td class='" . IPSLib::next($this->registry->templateStriping["online"]) . "'>\n\t\t\t\t\t" . (($session['member_id'] and $session['member_name']) ? "<ul class='user_controls clear'>\n\t\t\t\t\t\t\t" . (($this->memberData['member_id'] and $this->memberData['member_id'] != $session['member_id'] && $this->settings['friends_enabled'] and $this->memberData['g_can_add_friends']) ? "" . (IPSMember::checkFriendStatus($session['member_id']) ? "\n\t\t\t\t\t\t\t\t\t<li class='mini_friend_toggle is_friend' id='friend_online_{$session['member_id']}'><a href='" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("app=members&amp;module=profile&amp;section=friends&amp;do=remove&amp;member_id={$session['member_id']}&amp;secure_key={$this->member->form_hash}", 'public', ''), "", "") . "' title='{$this->lang->words['remove_friend']}'>" . $this->registry->getClass('output')->getReplacement("remove_friend") . "</a></li>\n\t\t\t\t\t\t\t\t" : "\n\t\t\t\t\t\t\t\t\t<li class='mini_friend_toggle is_not_friend' id='friend_online_{$session['member_id']}'><a href='" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("app=members&amp;module=profile&amp;section=friends&amp;do=add&amp;member_id={$session['member_id']}&amp;secure_key={$this->member->form_hash}", 'public', ''), "", "") . "' title='{$this->lang->words['add_friend']}'>" . $this->registry->getClass('output')->getReplacement("add_friend") . "</a></li>\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t") . "" : "") . "\n\t\t\t\t\t\t\t" . (($this->memberData['member_id'] and $this->memberData['member_id'] != $session['member_id'] and $this->memberData['g_use_pm'] and $this->memberData['members_disable_pm'] == 0 and IPSLib::moduleIsEnabled('messaging', 'members')) ? "\n\t\t\t\t\t\t\t\t<li class='pm_button' id='pm_online_{$session['member_id']}'><a href='" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("app=members&amp;module=messaging&amp;section=send&amp;do=form&amp;fromMemberID={$session['member_id']}", 'public', ''), "", "") . "' title='{$this->lang->words['pm_member']}'>" . $this->registry->getClass('output')->getReplacement("send_msg") . "</a></li>\n\t\t\t\t\t\t\t" : "") . "\n\t\t\t\t\t\t\t" . (($session['memberData']['has_blog'] and IPSLib::appIsInstalled('blog')) ? "\n\t\t\t\t\t\t\t\t<li><a href='" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("app=blog&amp;module=display&amp;section=blog&amp;mid={$session['member_id']}", 'public', ''), "", "") . "' title='{$this->lang->words['view_blog']}'>" . $this->registry->getClass('output')->getReplacement("blog_link") . "</a></li>\n\t\t\t\t\t\t\t" : "") . "\n\t\t\t\t\t\t\t" . (($session['memberData']['has_gallery'] and IPSLib::appIsInstalled('gallery')) ? "\n\t\t\t\t\t\t\t\t<li><a href='" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("app=gallery&amp;module=user&amp;section=user&amp;user={$session['member_id']}", 'public', ''), "", "") . "' title='{$this->lang->words['view_gallery']}'>" . $this->registry->getClass('output')->getReplacement("gallery_link") . "</a></li>\n\t\t\t\t\t\t\t" : "") . "\n\t\t\t\t\t\t</ul>" : "\n\t\t\t\t\t\t<span class='desc'>{$this->lang->words['no_options_available']}</span>\n\t\t\t\t\t") . "\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\n";
     }
     $_ips___x_retval .= '';
     return $_ips___x_retval;
 }
开发者ID:dalandis,项目名称:Visualization-of-Cell-Phone-Locations,代码行数:9,代码来源:skin_online.php

示例4: __f__98c5754a281856fc46a4667e477a2896

 function __f__98c5754a281856fc46a4667e477a2896($posts = array())
 {
     $_ips___x_retval = '';
     foreach ($posts as $result) {
         $_ips___x_retval .= "\n\t\t\t<li class='hentry " . IPSLib::next($this->registry->templateStriping["recent_topics"]) . "'><a href='" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("showtopic={$result['tid']}", 'public', ''), "{$result['title_seo']}", "showtopic") . "' rel='bookmark' title='{$this->lang->words['view_topic']}'>{$result['title_display']}</a> {$this->lang->words['recent_by']} <address class=\"author vcard\"><a class=\"url fn\" href=\"" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("showuser={$result['member_id']}", 'public', ''), "{$result['members_seo_name']}", "showuser") . "\" title='{$this->lang->words['view_profile']}'>{$result['members_display_name']}</a>" . $this->registry->getClass('output')->getTemplate('global')->user_popup($result['member_id']) . "</address> <span class='date'>(<abbr class=\"published\" title=\"" . date('c', $result['post_date']) . "\">{$result['date']}</abbr>)</span>\n\t\t\t<br />{$this->lang->words['recent_read']}: " . $this->registry->getClass('class_localization')->formatNumber($result['views']) . " &nbsp; {$this->lang->words['recent_comments']}: " . $this->registry->getClass('class_localization')->formatNumber($result['posts']) . "</li>\n\t\t\n";
     }
     $_ips___x_retval .= '';
     return $_ips___x_retval;
 }
开发者ID:dalandis,项目名称:Visualization-of-Cell-Phone-Locations,代码行数:9,代码来源:skin_portal.php

示例5: __f__eba50c94c54f332fbf6f4362b819d2aa

 function __f__eba50c94c54f332fbf6f4362b819d2aa($tid = 0, $title = "", $rows = array())
 {
     $_ips___x_retval = '';
     foreach ($rows as $row) {
         $_ips___x_retval .= "\n\t\t\t<tr class='" . IPSLib::next($this->registry->templateStriping["whoposted"]) . "'>\n\t\t\t\t<td class=\"altrow\">\n\t\t\t\t\t" . ($row['author_id'] ? "\n\t\t\t\t\t\t<a href=\"" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("showuser={$row['author_id']}", 'public', ''), "{$row['members_seo_name']}", "showuser") . "\" title=\"{$this->lang->words['goto_profile']}\">{$row['author_name']}</a>\n\t\t\t\t\t" : "\n\t\t\t\t\t\t{$row['author_name']}\n\t\t\t\t\t") . "\n\t\t\t\t</td>\n\t\t\t\t<td>{$row['pcount']}</td>\n\t\t\t</tr>\n\t\t\n";
     }
     $_ips___x_retval .= '';
     return $_ips___x_retval;
 }
开发者ID:dalandis,项目名称:Visualization-of-Cell-Phone-Locations,代码行数:9,代码来源:skin_stats.php

示例6: __f__8b1ed5ee85273b563312078a30f2724e

 function __f__8b1ed5ee85273b563312078a30f2724e($editor_id, $rows)
 {
     $_ips___x_retval = '';
     foreach ($rows as $row) {
         $_ips___x_retval .= "\n\t\t\t<tr class='" . IPSLib::next($this->registry->templateStriping["emoticons"]) . "'>\n\t\t\t\t<td style='text-align: center; width: 40%;'>\n\t\t\t\t\t<a href=\"#\" onclick={$row['out']}ipb.editors[ {$row['in']}{$editor_id}{$row['in']} ].insert_emoticon({$row['in']}{$row['in']},\"{$row['image']}\",{$row['in']}{$row['code']}{$row['in']},{$row['in']}{$row['in']}); return false;{$row['out']} title=\"{$row['image']}\">{$row['code']}</a>\n\t\t\t\t</td>\n\t\t\t\t<td style='text-align: center; width: 60%;'>\n\t\t\t\t\t<a href=\"#\" onclick={$row['out']}ipb.editors[ {$row['in']}{$editor_id}{$row['in']} ].insert_emoticon({$row['in']}{$row['in']},\"{$row['image']}\",{$row['in']}{$row['code']}{$row['in']},{$row['in']}{$row['in']}); return false;{$row['out']} title=\"{$row['image']}\"><img src=\"{$this->settings['emoticons_url']}/{$row['image']}\" id='smid_{$row['smilie_id']}' alt=\"{$row['image']}\" /></a>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\t\n";
     }
     $_ips___x_retval .= '';
     return $_ips___x_retval;
 }
开发者ID:dalandis,项目名称:Visualization-of-Cell-Phone-Locations,代码行数:9,代码来源:skin_legends.php

示例7: __f__bd057b096c3f15853e0381397320c10e

 function __f__bd057b096c3f15853e0381397320c10e($title, $rows, $pages)
 {
     $_ips___x_retval = '';
     $__iteratorCount = 0;
     foreach ($rows as $data) {
         $__iteratorCount++;
         $_ips___x_retval .= "\r\n\t\t\t<tr class='" . IPSLib::next($this->registry->templateStriping["attachies"]) . "' id=\"{$data['attach_id']}\">\r\n\t\t\t\t<td class=\"altrow short\">\r\n\t\t\t\t\t<img src=\"{$this->settings['mime_img']}/{$data['image']}\" alt=\"{$this->lang->words['attached_file']}\" />\r\n\t\t\t\t</td>\r\n\t\t\t\t<td>\r\n\t\t\t\t\t<a href=\"" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("app=core&amp;module=attach&amp;section=attach&amp;attach_rel_module=post&amp;attach_id={$data['attach_id']}", "public", ''), "", "") . "\" title=\"{$data['attach_file']}\">{$data['short_name']}</a><br />\r\n\t\t\t\t\t<span class=\"desc\">( {$this->lang->words['attach_hits']}: {$data['attach_hits']} )<br />( {$this->lang->words['attach_post_date']} {$data['attach_date']} )</span>\r\n\t\t\t\t</td>\r\n\t\t\t\t<td class=\"altrow short\">{$data['real_size']}</td>\r\n\t\t\t\t<td class='short'><a href=\"" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("app=forums&amp;module=forums&amp;section=findpost&amp;pid={$data['pid']}", "public", ''), "", "") . "\" title=\"{$this->lang->words['view_post']}\">{$data['pid']}</a></td>\r\n\t\t\t</tr>\r\n\t\t\r\n";
     }
     $_ips___x_retval .= '';
     unset($__iteratorCount);
     return $_ips___x_retval;
 }
开发者ID:ConnorChristie,项目名称:GrabViews,代码行数:12,代码来源:skin_forum.php

示例8: __f__1b6f2a122512e775d5b0e5eb3b7a829c

 function __f__1b6f2a122512e775d5b0e5eb3b7a829c($one_text = "", $two_text = "", $three_text = "", $rows)
 {
     $_ips___x_retval = '';
     $__iteratorCount = 0;
     foreach ($rows as $entry) {
         $__iteratorCount++;
         $_ips___x_retval .= "\n\t\t<li class='" . IPSLib::next($this->registry->templateStriping["help"]) . " helpRow'>\n\t\t\t<h3><i class=\"fa fa-question-circle\"></i>&nbsp;<a href=\"" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("app=core&amp;module=help&amp;do=01&amp;HID={$entry['id']}", "public", ''), "", "") . "\" title=\"{$this->lang->words['help_read_document']}\">{$entry['title']}</a></h3>\n\t\t\t<p>\n\t\t\t\t{$entry['description']}\n\t\t\t</p>\n\t\t</li>\n\t\t\n";
     }
     $_ips___x_retval .= '';
     unset($__iteratorCount);
     return $_ips___x_retval;
 }
开发者ID:Advanture,项目名称:Online-RolePlay,代码行数:12,代码来源:skin_help.php

示例9: __f__c65d38cc5b245c21a9dc244617095743

 function __f__c65d38cc5b245c21a9dc244617095743($reports = array(), $acts = "", $pages = "", $statuses = array())
 {
     $_ips___x_retval = '';
     $__iteratorCount = 0;
     foreach ($reports as $report) {
         $__iteratorCount++;
         $_ips___x_retval .= "\n\t\t\t<tr class='" . IPSLib::next($this->registry->templateStriping["reportsTable"]) . "'>\n\t\t\t\t<td class='short altrow'>\n\t\t\t\t\t" . (empty($report['_isRead']) ? "\n\t\t\t\t\t\t" . $this->registry->getClass('output')->getReplacement("t_unread") . "\n\t\t\t\t\t" : "") . "\n\t\t\t\t\t<a href=\"" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("app=core&amp;module=reports&amp;section=reports&amp;do=process&amp;report_ids[{$report['id']}]={$report['id']}&amp;newstatus=2&amp;k={$this->member->form_hash}", "public", ''), "", "") . "\" title='{$this->lang->words['change_current_status']}' class='ipbmenu' id='change_status-{$report['id']}'><span id=\"rstat-{$report['id']}\">{$report['status_icon']}</span></a>\n\t\t\t\t</td>\n\t\t\t\t<td>\n\t\t\t\t\t<a href=\"{$this->settings['base_url']}&amp;app=core&amp;module=reports&amp;do=show_report&amp;rid={$report['id']}\" title='{$this->lang->words['view_report']}'>{$report['title']}</a>\n\t\t\t\t\t" . (is_array($statuses) && count($statuses) ? "\n\t\t\t\t\t\t<ul class='ipbmenu_content' id='change_status-{$report['id']}_menucontent'>\n\t\t\t\t\t\t\t" . $this->__f__d8bbd0bc9306d371707ff67a15f93032($reports, $acts, $pages, $statuses, $report) . "\t\t\t\t\t\t</ul>\n\t\t\t\t\t" : "") . "\n\t\t\t\t</td>\n\t\t\t\t<td class='altrow'>\n\t\t\t\t\t" . ($report['section']['url'] ? "" . (!$report['section']['title'] ? "\n\t\t\t\t\t\t\t<a href=\"{$report['section']['url']}\" title='{$this->lang->words['go_to_section']}' class='desc blend_links'>{$this->lang->words['report_no_title']}</a>\n\t\t\t\t\t\t" : "\n\t\t\t\t\t\t\t<a href=\"{$report['section']['url']}\" title='{$this->lang->words['go_to_section']}'>{$report['section']['title']}</a>\n\t\t\t\t\t\t") . "" : "" . (!$report['section']['title'] ? "\n\t\t\t\t\t\t\t{$this->lang->words['report_no_title']}\n\t\t\t\t\t\t" : "\n\t\t\t\t\t\t\t{$report['section']['title']}\n\t\t\t\t\t\t") . "") . "\n\t\t\t\t</td>\n\t\t\t\t<td class='short'>{$report['num_reports']}</td>\n\t\t\t\t<td class='short altrow'>{$report['num_comments']}</td>\n\t\t\t\t<td>\n\t\t\t\t\t<a href='" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("showuser={$report['updated_by']}", "public", ''), "{$report['member']['members_seo_name']}", "showuser") . "' class='ipsUserPhotoLink left'>\n\t\t\t\t\t\t<img src='{$report['member']['pp_small_photo']}' class='ipsUserPhoto ipsUserPhoto_mini' />\n\t\t\t\t\t</a>\n\t\t\t\t\t<ul class='last_post ipsType_small'>\n\t\t\t\t\t\t<li>{$this->lang->words['by_ucfirst']} " . (method_exists($this->registry->getClass('output')->getTemplate('global'), 'userHoverCard') ? $this->registry->getClass('output')->getTemplate('global')->userHoverCard($report['member']) : '') . "</li>\n\t\t\t\t\t\t<li>" . IPSText::htmlspecialchars($this->registry->getClass('class_localization')->getDate($report['date_updated'], "date", 0)) . "</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</td>\n\t\t\t\t<td class='short altrow'>\n\t\t\t\t\t<input type='checkbox' id='report_check_{$report['id']}' class='input_check checkall' name='report_ids[]' value='{$report['id']}' />\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t\n";
     }
     $_ips___x_retval .= '';
     unset($__iteratorCount);
     return $_ips___x_retval;
 }
开发者ID:ConnorChristie,项目名称:GrabViews-Live,代码行数:12,代码来源:skin_reports.php

示例10: __f__7046da7023dc6898b789bfa2de184ba2

 function __f__7046da7023dc6898b789bfa2de184ba2($rows, $links = "", $defaults = array())
 {
     $_ips___x_retval = '';
     $__iteratorCount = 0;
     foreach ($rows as $session) {
         $__iteratorCount++;
         $_ips___x_retval .= "\r\n\t\t\t\t\t<tr class='" . IPSLib::next($this->registry->templateStriping["online"]) . "'>\r\n\t\t\t\t\t\t<td>" . (method_exists($this->registry->getClass('output')->getTemplate('global'), 'userSmallPhoto') ? $this->registry->getClass('output')->getTemplate('global')->userSmallPhoto(array_merge($session['_memberData'], array('alt' => sprintf($this->lang->words['users_photo'], $session['_memberData']['members_display_name'] ? $session['_memberData']['members_display_name'] : $this->lang->words['global_guestname'])))) : '') . "</td>\r\n\t\t\t\t\t\t<td>\r\n\t\t\t\t\t\t\t" . ($session['_memberData']['member_id'] ? "\r\n\t\t\t\t\t\t\t\t" . (method_exists($this->registry->getClass('output')->getTemplate('global'), 'userHoverCard') ? $this->registry->getClass('output')->getTemplate('global')->userHoverCard(array_merge($session['_memberData'], array('members_display_name' => IPSMember::makeNameFormatted($session['_memberData']['members_display_name'], $session['_memberData']['member_group_id'])))) : '') . "\r\n\t\t\t\t\t\t\t" : "" . ($session['member_name'] ? "\r\n\t\t\t\t\t\t\t\t\t" . IPSMember::makeNameFormatted($session['member_name'], $session['member_group']) . "\r\n\t\t\t\t\t\t\t\t" : "\r\n\t\t\t\t\t\t\t\t\t{$this->lang->words['global_guestname']}\r\n\t\t\t\t\t\t\t\t") . "") . "\r\n\t\t\t\t\t\t\t" . ($session['login_type'] == 1 ? "" . ($this->memberData['g_access_cp'] || $session['_memberData']['member_id'] == $this->memberData['member_id'] ? "*" : "") . "" : "") . "\r\n\t\t\t\t\t\t\t" . ($this->memberData['g_is_supmod'] ? "\r\n\t\t\t\t\t\t\t\t<br />\r\n\t\t\t\t\t\t\t\t<span class='ip desc lighter ipsText_smaller'>({$session['ip_address']})</span>\r\n\t\t\t\t\t\t\t" : "") . "\r\n\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t<td>\r\n\t\t\t\t\t\t\t" . (!$session['where_line'] || $session['in_error'] ? "\r\n\t\t\t\t\t\t\t\t{$this->lang->words['board_index']}\r\n\t\t\t\t\t\t\t" : "" . (($session['where_link'] and !$session['where_line_more']) ? "" . ($session['_whereLinkSeo'] ? "\r\n\t\t\t\t\t\t\t\t\t\t<a href='{$session['_whereLinkSeo']}'>\r\n\t\t\t\t\t\t\t\t\t" : "\r\n\t\t\t\t\t\t\t\t\t\t<a href='" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("{$session['where_link']}", "public", ''), "", "") . "'>\r\n\t\t\t\t\t\t\t\t\t") . "" : "") . "\r\n\t\t\t\t\t\t\t\t{$session['where_line']} \r\n\t\t\t\t\t\t\t\t" . ($session['where_line_more'] ? "&nbsp;\r\n\t\t\t\t\t\t\t\t\t" . ($session['_whereLinkSeo'] ? "\r\n\t\t\t\t\t\t\t\t\t\t<a href='{$session['_whereLinkSeo']}'>\r\n\t\t\t\t\t\t\t\t\t" : "" . ($session['where_link'] ? "<a href='" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("{$session['where_link']}", "public", ''), "", "") . "'>" : "") . "") . "\r\n\t\t\t\t\t\t\t\t\t{$session['where_line_more']}\r\n\t\t\t\t\t\t\t\t\t" . ($session['where_link'] ? "</a>" : "") . "" : "" . ($session['where_link'] ? "</a>" : "") . "") . "") . "\r\n\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t<td>\r\n\t\t\t\t\t\t\t" . IPSText::htmlspecialchars($this->registry->getClass('class_localization')->getDate($session['running_time'], "long", 1)) . "\r\n\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t<td>\r\n\t\t\t\t\t\t\t" . (($session['member_id'] and $session['member_name']) ? "<ul class='ipsList_inline ipsList_nowrap right'>\r\n\t\t\t\t\t\t\t\t\t" . (($this->memberData['member_id'] and $this->memberData['member_id'] != $session['member_id'] && $this->settings['friends_enabled'] and $this->memberData['g_can_add_friends']) ? "" . (IPSMember::checkFriendStatus($session['member_id']) ? "\r\n\t\t\t\t\t\t\t\t\t\t\t<li class='mini_friend_toggle is_friend' id='friend_online_{$session['member_id']}'><a href='" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("app=members&amp;module=profile&amp;section=friends&amp;do=remove&amp;member_id={$session['member_id']}&amp;secure_key={$this->member->form_hash}", "public", ''), "", "") . "' title='{$this->lang->words['remove_friend']}' class='ipsButton_secondary'>" . $this->registry->getClass('output')->getReplacement("remove_friend") . "</a></li>\r\n\t\t\t\t\t\t\t\t\t\t" : "\r\n\t\t\t\t\t\t\t\t\t\t\t<li class='mini_friend_toggle is_not_friend' id='friend_online_{$session['member_id']}'><a href='" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("app=members&amp;module=profile&amp;section=friends&amp;do=add&amp;member_id={$session['member_id']}&amp;secure_key={$this->member->form_hash}", "public", ''), "", "") . "' title='{$this->lang->words['add_friend']}' class='ipsButton_secondary'>" . $this->registry->getClass('output')->getReplacement("add_friend") . "</a></li>\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t") . "" : "") . "\r\n\t\t\t\t\t\t\t\t\t" . (($this->memberData['member_id'] and $this->memberData['member_id'] != $session['member_id'] and $this->memberData['g_use_pm'] and $this->memberData['members_disable_pm'] == 0 and IPSLib::moduleIsEnabled('messaging', 'members')) ? "\r\n\t\t\t\t\t\t\t\t\t\t<li class='pm_button' id='pm_online_{$session['member_id']}'><a href='" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("app=members&amp;module=messaging&amp;section=send&amp;do=form&amp;fromMemberID={$session['member_id']}", "public", ''), "", "") . "' title='{$this->lang->words['pm_member']}' class='ipsButton_secondary'>" . $this->registry->getClass('output')->getReplacement("send_msg") . "</a></li>\r\n\t\t\t\t\t\t\t\t\t" : "") . "\r\n\t\t\t\t\t\t\t\t\t" . (($session['memberData']['has_blog'] and IPSLib::appIsInstalled('blog')) ? "\r\n\t\t\t\t\t\t\t\t\t\t<li><a href='" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("app=blog&amp;module=display&amp;section=blog&amp;show_members_blogs={$session['member_id']}", "public", ''), "", "") . "' title='{$this->lang->words['view_blog']}' class='ipsButton_secondary'>" . $this->registry->getClass('output')->getReplacement("blog_link") . "</a></li>\r\n\t\t\t\t\t\t\t\t\t" : "") . "\r\n\t\t\t\t\t\t\t\t\t" . (($session['memberData']['has_gallery'] and IPSLib::appIsInstalled('gallery')) ? "\r\n\t\t\t\t\t\t\t\t\t\t<li><a href='" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("app=gallery&amp;user={$session['member_id']}", "public", ''), "{$session['memberData']['members_seo_name']}", "useralbum") . "' title='{$this->lang->words['view_gallery']}' class='ipsButton_secondary'>" . $this->registry->getClass('output')->getReplacement("gallery_link") . "</a></li>\r\n\t\t\t\t\t\t\t\t\t" : "") . "\r\n\t\t\t\t\t\t\t\t</ul>" : "\r\n\t\t\t\t\t\t\t\t<span class='desc'>{$this->lang->words['no_options_available']}</span>\r\n\t\t\t\t\t\t\t") . "\r\n\t\t\t\t\t\t</td>\r\n\t\t\t\t\t</tr>\r\n\t\t\t\t\r\n";
     }
     $_ips___x_retval .= '';
     unset($__iteratorCount);
     return $_ips___x_retval;
 }
开发者ID:ConnorChristie,项目名称:GrabViews,代码行数:12,代码来源:skin_online.php

示例11: __f__b178839dee473c9be673a32ab22147d0

 function __f__b178839dee473c9be673a32ab22147d0($one_text = "", $two_text = "", $three_text = "", $rows)
 {
     $_ips___x_retval = '';
     $__iteratorCount = 0;
     foreach ($rows as $entry) {
         $__iteratorCount++;
         $_ips___x_retval .= "\n\t\t<li class='" . IPSLib::next($this->registry->templateStriping["help"]) . " helpRow'>\n\t\t\t<h3><a href=\"" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("app=core&amp;module=help&amp;do=01&amp;HID={$entry['id']}", "public", ''), "", "") . "\" title=\"{$this->lang->words['help_read_document']}\">{$entry['title']}</a></h3>\n\t\t\t<p>\n\t\t\t\t{$entry['description']}\n\t\t\t</p>\n\t\t</li>\n\t\t\n";
     }
     $_ips___x_retval .= '';
     unset($__iteratorCount);
     return $_ips___x_retval;
 }
开发者ID:Advanture,项目名称:Online-RolePlay,代码行数:12,代码来源:skin_help.php

示例12: __f__db42115609ca9b630e98e21b4a7388c3

 function __f__db42115609ca9b630e98e21b4a7388c3($editor_id, $rows, $legacy_editor = false)
 {
     $_ips___x_retval = '';
     $__iteratorCount = 0;
     foreach ($rows as $row) {
         $__iteratorCount++;
         $_ips___x_retval .= "\n\t\t<tr class='" . IPSLib::next($this->registry->templateStriping["emoticons"]) . "'>\n\t\t\t<td style='text-align: center; width: 40%;'>\n\t\t\t\t<a href=\"#\" onclick=\"addEmoImage(this); return false;\" title=\"{$row['image']}\">{$row['code']}</a>\n\t\t\t</td>\n\t\t\t<td style='text-align: center; width: 60%;'>\n\t\t\t\t<img class='clickable' src=\"{$this->settings['emoticons_url']}/{$row['image']}\" onclick=\"addEmoImage(this); return false;\" id='smid_{$row['smilie_id']}' alt=\"{$row['image']}\" />\n\t\t\t</td>\n\t\t</tr>\n\t\t\n";
     }
     $_ips___x_retval .= '';
     unset($__iteratorCount);
     return $_ips___x_retval;
 }
开发者ID:mover5,项目名称:imobackup,代码行数:12,代码来源:skin_legends.php

示例13: __f__4bb21481dfdf3d05eae9797c22290c2b

 function __f__4bb21481dfdf3d05eae9797c22290c2b($topic, $avg_post, $mod_logs = array())
 {
     $_ips___x_retval = '';
     $__iteratorCount = 0;
     foreach ($mod_logs as $data) {
         $__iteratorCount++;
         $_ips___x_retval .= "\n\t\t\t<tr class='" . IPSLib::next($this->registry->templateStriping["modlogs"]) . "'>\n\t\t\t\t<td class='altrow'>" . (method_exists($this->registry->getClass('output')->getTemplate('global'), 'userHoverCard') ? $this->registry->getClass('output')->getTemplate('global')->userHoverCard($data) : '') . "</td>\n\t\t\t\t<td>{$data['action']}</td>\n\t\t\t\t<td class=\"altrow\">" . IPSText::htmlspecialchars($this->registry->getClass('class_localization')->getDate($data['ctime'], "long", 0)) . "</td>\n\t\t\t</tr>\n\t\t\n";
     }
     $_ips___x_retval .= '';
     unset($__iteratorCount);
     return $_ips___x_retval;
 }
开发者ID:mover5,项目名称:imobackup,代码行数:12,代码来源:skin_mod.php

示例14: __f__ac547eb1e187256555d26351fd7028f0

 function __f__ac547eb1e187256555d26351fd7028f0($results, $titlesOnly)
 {
     $_ips___x_retval = '';
     $__iteratorCount = 0;
     foreach ($results as $result) {
         $__iteratorCount++;
         $_ips___x_retval .= "\n\t\t\t\t" . ($result['sub'] ? "\n\t\t\t\t\t<li class='" . IPSLib::next($this->registry->templateStriping["searchStripe"]) . " sub clearfix clear liwrap'>\n\t\t\t\t\t\t{$result['html']}\n\t\t\t\t\t</li>\n\t\t\t\t" : "\n\t\t\t\t\t<li class='" . IPSLib::next($this->registry->templateStriping["searchStripe"]) . " clearfix clear liwrap'>\n\t\t\t\t\t\t{$result['html']}\n\t\t\t\t\t</li>\n\t\t\t\t") . "\n\t\t\t\n";
     }
     $_ips___x_retval .= '';
     unset($__iteratorCount);
     return $_ips___x_retval;
 }
开发者ID:mover5,项目名称:imobackup,代码行数:12,代码来源:skin_search.php

示例15: __f__429bfb10574c73d38d4f1b0d0333b61a

 function __f__429bfb10574c73d38d4f1b0d0333b61a($notifications, $error = '', $pages = '')
 {
     $_ips___x_retval = '';
     $__iteratorCount = 0;
     foreach ($notifications as $notification) {
         $__iteratorCount++;
         $_ips___x_retval .= "\n\t\t\t\t<tr class='" . IPSLib::next($this->registry->templateStriping["notify"]) . " " . (!$notification['notify_read'] ? "unread" : "") . "'>\n\t\t\t\t\t<td class=\"col_n_icon altrow short\">" . ($notification['notify_read'] ? "" . $this->registry->getClass('output')->getReplacement("t_read_dot") . "" : "" . $this->registry->getClass('output')->getReplacement("t_unread_dot") . "") . "</td>\n\t\t\t\t\t<td class='col_n_photo short'>\n\t\t\t\t\t\t" . ($notification['member']['member_id'] ? "\n\t\t\t\t\t\t\t<a href='" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("showuser={$notification['member']['member_id']}", "public", ''), "{$notification['member']['members_seo_name']}", "showuser") . "' class='ipsUserPhotoLink'>\n\t\t\t\t\t\t\t\t<img src='{$notification['member']['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_mini' />\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t" : "\n\t\t\t\t\t\t\t" . IPSMember::buildNoPhoto(0, 'mini') . "\n\t\t\t\t\t\t") . "\n\t\t\t\t\t</td>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<h4>" . (strpos($notification['notify_title'], '<a href') === false ? "<a href='" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("app=core&amp;module=usercp&amp;tab=core&amp;area=viewNotification&amp;do=view&amp;view={$notification['notify_id']}", "public", ''), "", "") . "'>" : "") . "\n\t\t\t\t\t\t{$notification['notify_title']}\n\t\t\t\t\t\t" . (strpos($notification['notify_title'], '<a href') === false ? "</a>" : "") . "\n\t\t\t\t\t\t</h4>\n\t\t\t\t\t</td>\n\t\t\t\t\t<td class=\"col_n_date desc\"><a href='" . $this->registry->getClass('output')->formatUrl($this->registry->getClass('output')->buildUrl("app=core&amp;module=usercp&amp;tab=core&amp;area=viewNotification&amp;do=view&amp;view={$notification['notify_id']}", "public", ''), "", "") . "' title='{$this->lang->words['view_notification_logentry']}'>{$this->lang->words['th_sent']} " . IPSText::htmlspecialchars($this->registry->getClass('class_localization')->getDate($notification['notify_sent'], "long", 0)) . "</a></td>\n\t\t\t\t\t<td class=\"short col_n_mod\"><input class='input_check checkall' type=\"checkbox\" name=\"notifications[]\" value=\"{$notification['notify_id']}\" /></td>\n\t\t\t\t</tr>\n\t\t\t\n";
     }
     $_ips___x_retval .= '';
     unset($__iteratorCount);
     return $_ips___x_retval;
 }
开发者ID:ConnorChristie,项目名称:GrabViews-Live,代码行数:12,代码来源:skin_ucp.php


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