Esempio n. 1
0
function applet_main()
{
    $inCore = cmsCore::getInstance();
    global $_LANG;
    cmsCore::c('page')->setTitle($_LANG['PATH_HOME']);
    $new = array();
    $tpl = cmsCore::c('page')->initTemplate('applets', 'main')->assign('users_count', cmsCore::c('db')->rows_count('cms_users', 'is_deleted=0'))->assign('today_users_count', (int) cmsCore::c('db')->get_field('cms_users', "DATE_FORMAT(regdate, '%d-%m-%Y') = DATE_FORMAT(NOW(), '%d-%m-%Y') AND is_deleted = 0", 'COUNT(id)'))->assign('week_users_count', (int) cmsCore::c('db')->get_field('cms_users', "regdate >= DATE_SUB(NOW(), INTERVAL 7 DAY)", 'COUNT(id)'))->assign('month_users_count', (int) cmsCore::c('db')->get_field('cms_users', "regdate >= DATE_SUB(NOW(), INTERVAL 1 MONTH)", 'COUNT(id)'))->assign('people', cmsUser::getOnlineCount());
    if ($inCore->isComponentEnable('content')) {
        $tpl->assign('content_enable', true);
        $new['content'] = (int) newContent('cms_content');
    }
    if ($inCore->isComponentEnable('photos')) {
        $tpl->assign('photos_enable', true);
        $new['photos'] = (int) newContent('cms_photo_files');
    }
    if ($inCore->isComponentEnable('video')) {
        $tpl->assign('video_enable', true);
        $new['video'] = (int) newContent('cms_video_movie');
    }
    if ($inCore->isComponentEnable('maps')) {
        $tpl->assign('maps_enable', true);
        $new['maps'] = (int) newContent('cms_map_items');
    }
    if ($inCore->isComponentEnable('faq')) {
        $tpl->assign('faq_enable', true);
        $new['faq'] = (int) newContent('cms_faq_quests');
    }
    if ($inCore->isComponentEnable('board')) {
        $tpl->assign('board_enable', true);
        $new['board'] = (int) newContent('cms_board_items');
    }
    if ($inCore->isComponentEnable('catalog')) {
        $tpl->assign('catalog_enable', true);
        $new['catalog'] = (int) newContent('cms_uc_items');
    }
    if ($inCore->isComponentEnable('forum')) {
        $tpl->assign('forum_enable', true);
        $new['forum'] = (int) newContent('cms_forum_posts');
    }
    cmsCore::c('actions')->showTargets(true);
    $total = cmsCore::c('actions')->getCountActions();
    cmsCore::c('db')->limitPage(1, 10);
    $actions_html = cmsCore::c('page')->initTemplate('components', 'actions_list')->assign('actions', cmsCore::c('actions')->getActionsLog())->assign('pagebar', cmsPage::getPagebar($total, 1, 10, '#" onclick="$.post(\'/admin/ajax/getActions.php\', \'page=%page%\', function(m){ $(\'#actions\').html(m); }); return false'))->fetch();
    $tpl->assign('new', $new)->assign('rssfeed_installed', $inCore->isComponentInstalled('rssfeed'))->assign('actions_html', $actions_html)->assign('new_quests', cmsCore::c('db')->rows_count('cms_faq_quests', 'published = 0'))->assign('new_content', cmsCore::c('db')->rows_count('cms_content', 'published = 0 AND is_arhive = 0'))->assign('new_catalog', cmsCore::c('db')->rows_count('cms_uc_items', 'on_moderate = 1'))->display();
}
Esempio n. 2
0
function applet_main()
{
    $inCore = cmsCore::getInstance();
    $inDB = cmsDatabase::getInstance();
    global $_LANG;
    $GLOBALS['cp_page_title'] = $_LANG['PATH_HOME'];
    ?>

<table width="100%" border="0" align="center" cellpadding="5" cellspacing="0">
  <tr>
    <td width="275" valign="top" style="padding-left:0px;">
	<div class="small_box">
	<div class="small_title"><?php 
    echo $_LANG['AD_SITE_CONTENT'];
    ?>
</div>
	<div style="padding:8px">
	<table width="100%" border="0" align="center" cellpadding="5" cellspacing="0">
        <?php 
    if ($inCore->isComponentEnable('content')) {
        $new['content'] = (int) newContent('cms_content');
        ?>
        <tr>
          <td><a href="index.php?view=tree"><?php 
        echo $_LANG['AD_ARTICLES'];
        ?>
</a> <?php 
        if ($new['content']) {
            ?>
<span class="new_content">+<?php 
            echo $new['content'];
            ?>
</span><?php 
        }
        ?>
</td>
          <td width="20" align="center"><a href="index.php?view=cats&amp;do=add"><img src="/admin/images/mainpage/folder_add.png" alt="<?php 
        echo $_LANG['AD_CREATE_SECTION'];
        ?>
" width="16" height="16" border="0" /></a></td>
          <td width="20" align="center"><a href="index.php?view=content&amp;do=add"><img src="/admin/images/mainpage/page_add.png" alt="<?php 
        echo $_LANG['AD_CREATE_ARTICLE'];
        ?>
" width="16" height="16" border="0" /></a></td>
        </tr>
        <?php 
    }
    ?>
        <?php 
    if ($inCore->isComponentEnable('photos')) {
        $new['photos'] = (int) newContent('cms_photo_files');
        ?>
        <tr>
            <td><a href="index.php?view=components&amp;do=config&amp;link=photos"><?php 
        echo $_LANG['AD_PHOTOGALLERY'];
        ?>
</a> <?php 
        if ($new['photos']) {
            ?>
<span class="new_content">+<?php 
            echo $new['photos'];
            ?>
</span><?php 
        }
        ?>
</td>
            <td align="center"><a href="index.php?view=components&amp;do=config&amp;link=photos&amp;opt=add_album"><img src="/admin/images/mainpage/folder_add.png" alt="<?php 
        echo $_LANG['AD_CREATE_ALBUM'];
        ?>
" width="16" height="16" border="0" /></a></td>
            <td align="center"></td>
        </tr>
        <?php 
    }
    ?>
        <?php 
    if ($inCore->isComponentEnable('video')) {
        $new['video'] = (int) newContent('cms_video_movie');
        ?>
        <tr>
            <td><a href="index.php?view=components&amp;do=config&amp;link=video"><?php 
        echo $_LANG['AD_VIDEOGALLERY'];
        ?>
</a> <?php 
        if ($new['video']) {
            ?>
<span class="new_content">+<?php 
            echo $new['video'];
            ?>
</span><?php 
        }
        ?>
</td>
            <td align="center"><a href="index.php?view=components&amp;do=config&amp;link=video&amp;opt=add_cat"><img src="/admin/images/mainpage/folder_add.png" alt="<?php 
        echo $_LANG['AD_CREATE_CATEGORY'];
        ?>
" width="16" height="16" border="0" /></a></td>
            <td align="center"></td>
        </tr>
        <?php 
    }
    ?>
        <?php 
    if ($inCore->isComponentEnable('audio')) {
        ?>
        <tr>
            <td><a href="index.php?view=components&amp;do=config&amp;link=audio"><?php 
        echo $_LANG['AD_IAUDIO'];
        ?>
</a></td>
            <td align="center"></td>
            <td align="center"></td>
        </tr>
        <?php 
    }
    ?>
        <?php 
    if ($inCore->isComponentEnable('maps')) {
        $new['maps'] = (int) newContent('cms_map_items');
        ?>
        <tr>
            <td><a href="index.php?view=components&amp;do=config&amp;link=maps"><?php 
        echo $_LANG['AD_GEO_CATALOG'];
        ?>
</a> <?php 
        if ($new['maps']) {
            ?>
<span class="new_content">+<?php 
            echo $new['maps'];
            ?>
</span><?php 
        }
        ?>
</td>
            <td align="center"><a href="index.php?view=components&amp;do=config&amp;link=maps&amp;opt=add_cat"><img src="/admin/images/mainpage/folder_add.png" alt="<?php 
        echo $_LANG['AD_CREATE_CATEGORY'];
        ?>
" width="16" height="16" border="0" /></a></td>
            <td align="center"><a href="index.php?view=components&amp;do=config&amp;link=maps&amp;opt=add_item"><img src="/admin/images/mainpage/page_add.png" alt="<?php 
        echo $_LANG['AD_ADD_OBJECT'];
        ?>
" width="16" height="16" border="0" /></a></td>
        </tr>
        <?php 
    }
    ?>
        <?php 
    if ($inCore->isComponentEnable('faq')) {
        $new['faq'] = (int) newContent('cms_faq_quests');
        ?>
        <tr>
          <td><a href="index.php?view=components&amp;do=config&amp;link=faq"><?php 
        echo $_LANG['AD_A&Q'];
        ?>
</a> <?php 
        if ($new['faq']) {
            ?>
<span class="new_content">+<?php 
            echo $new['faq'];
            ?>
</span><?php 
        }
        ?>
</td>
          <td align="center"><a href="index.php?view=components&amp;do=config&amp;link=faq&amp;opt=add_cat"><img src="/admin/images/mainpage/folder_add.png" alt="<?php 
        echo $_LANG['AD_CREATE_CATEGORY'];
        ?>
" width="16" height="16" border="0" /></a></td>
          <td align="center"><a href="index.php?view=components&amp;do=config&amp;link=faq&amp;opt=add_item"><img src="/admin/images/mainpage/page_add.png" alt="<?php 
        echo $_LANG['AD_CREATE_QUESTION'];
        ?>
" width="16" height="16" border="0" /></a></td>
        </tr>
        <?php 
    }
    ?>
        <?php 
    if ($inCore->isComponentEnable('board')) {
        $new['board'] = (int) newContent('cms_board_items');
        ?>
        <tr>
          <td><a href="index.php?view=components&amp;do=config&amp;link=board"><?php 
        echo $_LANG['AD_BOARD'];
        ?>
</a> <?php 
        if ($new['board']) {
            ?>
<span class="new_content">+<?php 
            echo $new['board'];
            ?>
</span><?php 
        }
        ?>
</td>
          <td align="center"><a href="index.php?view=components&amp;do=config&amp;link=board&amp;opt=add_cat"><img src="/admin/images/mainpage/folder_add.png" alt="<?php 
        echo $_LANG['AD_CREATE_RUBRIC'];
        ?>
" width="16" height="16" border="0" /></a></td>
          <td align="center"><a href="index.php?view=components&amp;do=config&amp;link=board&amp;opt=add_item"><img src="/admin/images/mainpage/page_add.png" alt="<?php 
        echo $_LANG['AD_CREATE_ADVERT'];
        ?>
" width="16" height="16" border="0" /></a></td>
        </tr>
        <?php 
    }
    ?>
        <?php 
    if ($inCore->isComponentEnable('catalog')) {
        $new['catalog'] = (int) newContent('cms_uc_items');
        ?>
        <tr>
          <td><a href="index.php?view=components&amp;do=config&amp;link=catalog"><?php 
        echo $_LANG['AD_CATALOG'];
        ?>
</a> <?php 
        if ($new['catalog']) {
            ?>
<span class="new_content">+<?php 
            echo $new['catalog'];
            ?>
</span><?php 
        }
        ?>
</td>
          <td align="center"><a href="index.php?view=components&amp;do=config&amp;link=catalog&amp;opt=add_cat"><img src="/admin/images/mainpage/folder_add.png" alt="<?php 
        echo $_LANG['AD_CREATE_RUBRIC'];
        ?>
" width="16" height="16" border="0" /></a></td>
          <td align="center"><a href="index.php?view=components&amp;do=config&amp;link=catalog&amp;opt=add_item"><img src="/admin/images/mainpage/page_add.png" alt="<?php 
        echo $_LANG['AD_CREATE_ITEM'];
        ?>
" width="16" height="16" border="0" /></a></td>
        </tr>
        <?php 
    }
    ?>
        <?php 
    if ($inCore->isComponentEnable('forum')) {
        $new['forum'] = (int) newContent('cms_forum_posts');
        ?>
        <tr>
          <td><a href="index.php?view=components&amp;do=config&amp;link=forum&amp;opt=list_forums"><?php 
        echo $_LANG['AD_FORUMS'];
        ?>
</a> <?php 
        if ($new['forum']) {
            ?>
<span class="new_content">+<?php 
            echo $new['forum'];
            ?>
</span><?php 
        }
        ?>
</td>
          <td align="center"><a href="index.php?view=components&amp;do=config&amp;link=forum&amp;opt=add_cat"><img src="/admin/images/mainpage/folder_add.png" alt="<?php 
        echo $_LANG['AD_CREATE_CATEGORY'];
        ?>
" width="16" height="16" border="0" /></a></td>
          <td align="center"><a href="index.php?view=components&amp;do=config&amp;link=forum&amp;opt=add_forum"><img src="/admin/images/mainpage/page_add.png" alt="<?php 
        echo $_LANG['AD_CREATE_FORUM'];
        ?>
" width="16" height="16" border="0" /></a></td>
        </tr>
        <?php 
    }
    ?>
    </table>
	</div>
	</div>
	<div class="small_box">
		<div class="small_title"><?php 
    echo $_LANG['AD_USERS'];
    ?>
</div>
		<div style="padding:8px">
		  <table width="100%" border="0" align="center" cellpadding="5" cellspacing="0">
            <tr>
              <td width="16"><img src="images/icons/hmenu/users.png" width="16" height="16" /></td>
              <td><a href="index.php?view=users"><?php 
    echo $_LANG['AD_FROM_USERS'];
    ?>
</a> &mdash; <?php 
    echo $inDB->rows_count('cms_users', 'is_deleted=0');
    ?>
</td>
            </tr>
            <tr>
              <td><img src="images/icons/hmenu/users.png" width="16" height="16" /></td>
              <td><?php 
    echo $_LANG['AD_NEW_USERS_TODAY'];
    ?>
 &mdash; <?php 
    echo (int) $inDB->get_field('cms_users', "DATE_FORMAT(regdate, '%d-%m-%Y') = DATE_FORMAT(NOW(), '%d-%m-%Y') AND is_deleted = 0", 'COUNT(id)');
    ?>
</td>
            </tr>
            <tr>
              <td><img src="images/icons/hmenu/users.png" width="16" height="16" /></td>
              <td><?php 
    echo $_LANG['AD_NEW_USERS_THEES_WEEK'];
    ?>
 &mdash; <?php 
    echo (int) $inDB->get_field('cms_users', "regdate >= DATE_SUB(NOW(), INTERVAL 7 DAY)", 'COUNT(id)');
    ?>
</td>
            </tr>
            <tr>
              <td><img src="images/icons/hmenu/users.png" width="16" height="16" /></td>
              <td><?php 
    echo $_LANG['AD_NEW_USERS_THEES_MONTH'];
    ?>
 &mdash; <?php 
    echo (int) $inDB->get_field('cms_users', "regdate >= DATE_SUB(NOW(), INTERVAL 1 MONTH)", 'COUNT(id)');
    ?>
</td>
            </tr>
          </table>
		</div>
	</div>
	<div class="small_box">
		<div class="small_title"><strong><?php 
    echo $_LANG['AD_USERS_ONLINE'];
    ?>
</strong></div>
		<div style="font-size:10px;margin:8px;">
		  <?php 
    echo cpWhoOnline();
    ?>
		</div>
	</div>
	</td>
    <td width="" valign="top" style="">
	<div class="small_box">
		<div class="small_title"><strong><?php 
    echo $_LANG['AD_LATEST_EVENTS'];
    ?>
</strong></div>
	    <div id="actions_box">
            <div id="actions">
                <?php 
    $inActions = cmsActions::getInstance();
    $inActions->showTargets(true);
    $inDB->limitPage(1, 30);
    $actions = $inActions->getActionsLog();
    $tpl_file = 'admin/actions.php';
    $tpl_dir = file_exists(TEMPLATE_DIR . $tpl_file) ? TEMPLATE_DIR : DEFAULT_TEMPLATE_DIR;
    include $tpl_dir . $tpl_file;
    ?>
            </div>
		</div>
	</div>

    </td>
    <td width="325" valign="top" style=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="100" valign="top">
        <?php 
    $new_quests = $inDB->rows_count('cms_faq_quests', 'published=0');
    $new_content = $inDB->rows_count('cms_content', 'published=0 AND is_arhive = 0');
    $new_catalog = $inDB->rows_count('cms_uc_items', 'on_moderate=1');
    ?>
        <?php 
    if ($new_quests || $new_content || $new_catalog) {
        ?>
            <div class="small_box">
                <div class="small_title">
                    <span class="attention">
                        <strong><?php 
        echo $_LANG['AD_FROM_MODERATION'];
        ?>
</strong>
                    </span>
                </div>
                <div style="padding:10px">
                    <table width="100%" border="0" cellspacing="0" cellpadding="2" align="center">
                      <?php 
        if ($new_content) {
            ?>
                      <tr>
                        <td width="16"><img src="images/updates/content.gif" width="16" height="16" /></td>
                        <td><a href="index.php?view=tree&orderby=pubdate&orderto=desc&only_hidden=1"><?php 
            echo $_LANG['AD_ARTICLES'];
            ?>
</a> (<?php 
            echo $new_content;
            ?>
)</td>
                      </tr>
                      <?php 
        }
        ?>
                      <?php 
        if ($new_quests) {
            ?>
                      <tr>
                        <td width="16"><img src="images/updates/quests.gif" width="16" height="16" /></td>
                        <td><a href="index.php?view=components&amp;do=config&amp;link=faq&amp;opt=list_items"><?php 
            echo $_LANG['AD_QUESTIONS'];
            ?>
</a> (<?php 
            echo $new_quests;
            ?>
)</td>
                      </tr>
                      <?php 
        }
        ?>
                      <?php 
        if ($new_catalog) {
            ?>
                      <tr>
                        <td width="16"><img src="images/updates/content.gif" width="16" height="16" /></td>
                        <td><a href="index.php?view=components&amp;do=config&amp;link=catalog&amp;opt=list_items&amp;on_moderate=1"><?php 
            echo $_LANG['AD_CATALOG_ITEMS'];
            ?>
</a> (<?php 
            echo $new_catalog;
            ?>
)</td>
                      </tr>
                      <?php 
        }
        ?>
                    </table>
                </div>
            </div>
        <?php 
    }
    ?>
        <?php 
    if ($inCore->isComponentInstalled('rssfeed')) {
        ?>
        <div class="small_box">
            <div class="small_title"><?php 
        echo $_LANG['AD_RSS'];
        ?>
</div>
            <div style="padding:10px;">
            <table width="100%" border="0" cellspacing="0" cellpadding="2" align="center">
              <tr>
                <td width="16"><img src="/images/markers/rssfeed.png" width="16" height="16" /></td>
                <td><a href="/rss/comments/all/feed.rss" id="rss_link"><?php 
        echo $_LANG['AD_RSS_COMENT'];
        ?>
 </a></td>
                <td width="16"><img src="/images/markers/rssfeed.png" width="16" height="16" /></td>
                <td><a href="/rss/blogs/all/feed.rss" id="rss_link"><?php 
        echo $_LANG['AD_RSS_BLOGS'];
        ?>
</a></td>
              </tr>
              <tr>
              <tr>
                <td width="16"><img src="/images/markers/rssfeed.png" width="16" height="16" /></td>
                <td><a href="/rss/forum/all/feed.rss" id="rss_link"><?php 
        echo $_LANG['AD_RSS_FORUM'];
        ?>
</a></td>
                <td width="16"><img src="/images/markers/rssfeed.png" width="16" height="16" /></td>
                <td><a href="/rss/catalog/all/feed.rss" id="rss_link"><?php 
        echo $_LANG['AD_RSS_CATALOG'];
        ?>
</a></td>
              </tr>
              <tr>
                <td><img src="/images/markers/rssfeed.png" width="16" height="16" /></td>
                <td><a href="/rss/content/all/feed.rss" id="rss_link"><?php 
        echo $_LANG['AD_RSS_CONTENT'];
        ?>
</a> </td>
                <td><img src="/images/markers/rssfeed.png" width="16" height="16" /></td>
                <td><a href="/rss/board/all/feed.rss" id="rss_link"><?php 
        echo $_LANG['AD_RSS_ADVERTS'];
        ?>
</a> </td>
              </tr>
              <tr>
                <?php 
        if ($inCore->isComponentEnable('video')) {
            ?>
                    <td><img src="/images/markers/rssfeed.png" width="16" height="16" /></td>
                    <td><a href="/rss/video/all/feed.rss" id="rss_link"><?php 
            echo $_LANG['AD_RSS_VIDEO'];
            ?>
</a> </td>
                <?php 
        } else {
            ?>
                    <td></td>
                    <td></td>
                <?php 
        }
        ?>
                <?php 
        if ($inCore->isComponentEnable('audio')) {
            ?>
                <td><img src="/images/markers/rssfeed.png" width="16" height="16" /></td>
                <td><a href="/rss/audio/artists/feed.rss" id="rss_link"><?php 
            echo $_LANG['AD_RSS_AUDIO'];
            ?>
</a> </td>
                <?php 
        } else {
            ?>
                    <td></td>
                    <td></td>
                <?php 
        }
        ?>
              </tr>
              <tr>
                <td></td>
                <td></td>
                <td><img src="/admin/images/icons/config.png" width="16" height="16" /></td>
                <td><a href="index.php?view=components&amp;do=config&amp;id=<?php 
        echo $inDB->get_field('cms_components', "link='rssfeed'", 'id');
        ?>
" id="rss_link"><?php 
        echo $_LANG['AD_RSS_TUNING'];
        ?>
</a></td>
              </tr>
            </table>
            </div>
        </div>
        <?php 
    }
    ?>

		<div class="small_box">
		  <div class="small_title"><?php 
    echo $_LANG['AD_ICMS_RAVE'];
    ?>
</div>
            <ul>
              <li><a href="http://www.cms.vadyus.com/"><strong><?php 
    echo $_LANG['AD_ICMS_OFFICIAL'];
    ?>
</strong></a></li>
              <li><a href="http://www.cms.vadyus.com/wiki"><?php 
    echo $_LANG['AD_ICMS_DOCUMENTATION'];
    ?>
</a></li>
              <li><a href="http://www.cms.vadyus.com/forum"><?php 
    echo $_LANG['AD_ICMS_FORUM'];
    ?>
</a></li>
            </ul>
		</div>
		<div class="small_box">
            <div class="small_title"><?php 
    echo $_LANG['AD_PREMIUM'];
    ?>
</div>
            <div class="advert_iaudio"><a href="http://www.instantvideo.ru/software/iaudio.html"><strong>iAudio</strong></a> &mdash; <?php 
    echo $_LANG['AD_AUDIO_GALERY'];
    ?>
</div>
            <div class="advert_billing"><a href="http://www.cms.vadyus.com/billing/about.html"><strong><?php 
    echo $_LANG['AD_BILLING'];
    ?>
</strong></a> &mdash; <?php 
    echo $_LANG['AD_GAIN'];
    ?>
</div>
            <div class="advert_inmaps"><a href="http://www.instantmaps.ru/"><strong>InstantMaps</strong></a> &mdash; <?php 
    echo $_LANG['AD_OBJECT_TO_MAP'];
    ?>
</div>
            <div class="advert_inshop"><a href="http://www.cms.vadyus.com/blogs/InstantSoft/professionalnyi-magazin-dlja-vadyus.html"><strong>InstantShop</strong></a> &mdash; <?php 
    echo $_LANG['AD_SHOP'];
    ?>
</div>
            <div class="advert_invideo"><a href="http://www.instantvideo.ru/software/instantvideo.html"><strong>InstantVideo</strong></a> &mdash; <?php 
    echo $_LANG['AD_VIDEO_GALERY'];
    ?>
</div>
        </div>
		  </td>
      </tr>
    </table></td>
  </tr>
</table>
<?php 
    return true;
}
Esempio n. 3
0
function applet_main() {
    $inCore = cmsCore::getInstance();
    
    global $_LANG;
    
    cmsCore::c('page')->setTitle($_LANG['PATH_HOME']);
?>

<table class="table-condensed" width="100%">
    <tr>
        <td width="275" valign="top" style="padding-left:0px;">
            <div class="panel panel-default">
                <div class="panel-heading"><?php echo $_LANG['AD_SITE_CONTENT']; ?></div>
                <ul class="list-group">
                    <?php if($inCore->isComponentEnable('content')) {
                        $new['content'] = (int)newContent('cms_content'); ?>
                        <li class="list-group-item">
                            <a href="index.php?view=tree"><?php echo $_LANG['AD_ARTICLES']; ?></a> <?php if($new['content']) { ?><span class="new_content">+<?php echo $new['content']?></span><?php } ?>

                            <a class="fa fa-plus right" href="index.php?view=content&amp;do=add" title="<?php echo $_LANG['AD_CREATE_ARTICLE']; ?>"></a>
                            <a class="fa fa-plus-square right" href="index.php?view=cats&amp;do=add" title="<?php echo $_LANG['AD_CREATE_SECTION']; ?>"></a>
                        </li>
                    <?php } ?>

                    <?php if($inCore->isComponentEnable('photos')) {
                        $new['photos'] = (int)newContent('cms_photo_files'); ?>
                        <li class="list-group-item">
                            <a href="index.php?view=components&amp;do=config&amp;link=photos"><?php echo $_LANG['AD_PHOTOGALLERY']; ?></a> <?php if($new['photos']) { ?><span class="new_content">+<?php echo $new['photos']?></span><?php } ?>

                            <a class="fa fa-plus-square right" href="index.php?view=components&amp;do=config&amp;link=photos&amp;opt=add_album" title="<?php echo $_LANG['AD_CREATE_ALBUM']; ?>"></a>
                        </li>
                    <?php } ?>

                    <?php if($inCore->isComponentEnable('video')) {
                        $new['video'] = (int)newContent('cms_video_movie'); ?>
                        <li class="list-group-item">
                            <a href="index.php?view=components&amp;do=config&amp;link=video"><?php echo $_LANG['AD_VIDEOGALLERY']; ?></a> <?php if($new['video']) { ?><span class="new_content">+<?php echo $new['video']?></span><?php } ?>

                            <a class="fa fa-plus-square right" href="index.php?view=components&amp;do=config&amp;link=video&amp;opt=add_cat" title="<?php echo $_LANG['AD_CREATE_CATEGORY']; ?>"></a>
                        </li>
                    <?php } ?>

                    <?php if($inCore->isComponentEnable('maps')) {
                        $new['maps'] = (int)newContent('cms_map_items'); ?>
                        <li class="list-group-item">
                            <a href="index.php?view=components&amp;do=config&amp;link=maps"><?php echo $_LANG['AD_GEO_CATALOG']; ?></a> <?php if($new['maps']) { ?><span class="new_content">+<?php echo $new['maps']?></span><?php } ?>

                            <a class="fa fa-plus right" href="index.php?view=components&amp;do=config&amp;link=maps&amp;opt=add_item" title="<?php echo $_LANG['AD_ADD_OBJECT']; ?>"></a>
                            <a class="fa fa-plus-square right" href="index.php?view=components&amp;do=config&amp;link=maps&amp;opt=add_cat" title="<?php echo $_LANG['AD_CREATE_CATEGORY']; ?>"></a>
                        </li>
                    <?php } ?>
                    
                    <?php if($inCore->isComponentEnable('faq')) {
                        $new['faq'] = (int)newContent('cms_faq_quests'); ?>
                        <li class="list-group-item">
                            <a href="index.php?view=components&amp;do=config&amp;link=faq"><?php echo $_LANG['AD_A&Q']; ?></a> <?php if($new['faq']) { ?><span class="new_content">+<?php echo $new['faq']?></span><?php } ?>
                            
                            <a class="fa fa-plus right" href="index.php?view=components&amp;do=config&amp;link=faq&amp;opt=add_item" title="<?php echo $_LANG['AD_CREATE_QUESTION']; ?>"></a>
                            <a class="fa fa-plus-square right" href="index.php?view=components&amp;do=config&amp;link=faq&amp;opt=add_cat" title="<?php echo $_LANG['AD_CREATE_CATEGORY']; ?>"></a>
                        </li>
                    <?php } ?>
                        
                    <?php if($inCore->isComponentEnable('board')) {
                        $new['board'] = (int)newContent('cms_board_items'); ?>
                        <li class="list-group-item">
                            <a href="index.php?view=components&amp;do=config&amp;link=board"><?php echo $_LANG['AD_BOARD']; ?></a> <?php if($new['board']) { ?><span class="new_content">+<?php echo $new['board']?></span><?php } ?>
                            
                            <a class="fa fa-plus right" href="index.php?view=components&amp;do=config&amp;link=board&amp;opt=add_item" title="<?php echo $_LANG['AD_CREATE_ADVERT']; ?>"></a>
                            <a class="fa fa-plus-square right" href="index.php?view=components&amp;do=config&amp;link=board&amp;opt=add_cat" title="<?php echo $_LANG['AD_CREATE_RUBRIC']; ?>"></a>
                        </li>
                    <?php } ?>
                        
                    <?php if($inCore->isComponentEnable('catalog')) {
                        $new['catalog'] = (int)newContent('cms_uc_items'); ?>
                        <li class="list-group-item">
                            <a href="index.php?view=components&amp;do=config&amp;link=catalog"><?php echo $_LANG['AD_CATALOG']; ?></a> <?php if($new['catalog']) { ?><span class="new_content">+<?php echo $new['catalog']?></span><?php } ?>
                            
                            <a class="fa fa-plus right" href="index.php?view=components&amp;do=config&amp;link=catalog&amp;opt=add_item" title="<?php echo $_LANG['AD_CREATE_ITEM'];?>"></a>
                            <a class="fa fa-plus-square right" href="index.php?view=components&amp;do=config&amp;link=catalog&amp;opt=add_cat" title="<?php echo $_LANG['AD_CREATE_RUBRIC'];?>"></a>
                        </li>
                    <?php } ?>
                        
                    <?php if($inCore->isComponentEnable('forum')) {
                        $new['forum'] = (int)newContent('cms_forum_posts'); ?>
                        <li class="list-group-item">
                            <a href="index.php?view=components&amp;do=config&amp;link=forum&amp;opt=list_forums"><?php echo $_LANG['AD_FORUMS']; ?></a> <?php if($new['forum']) { ?><span class="new_content">+<?php echo $new['forum']?></span><?php } ?>

                            <a class="fa fa-plus right" href="index.php?view=components&amp;do=config&amp;link=forum&amp;opt=add_forum" title="<?php echo $_LANG['AD_CREATE_FORUM']; ?>"></a>
                            <a class="fa fa-plus-square right" href="index.php?view=components&amp;do=config&amp;link=forum&amp;opt=add_cat" title="<?php echo $_LANG['AD_CREATE_CATEGORY']; ?>"></a>
                        </li>
                    <?php } ?>
                </ul>
            </div>
            
            <div class="panel panel-default">
                <div class="panel-heading"><?php echo $_LANG['AD_USERS']; ?></div>
                <ul class="list-group">
                    <li class="list-group-item fa fa-users">
                        <a href="index.php?view=users"><?php echo $_LANG['AD_FROM_USERS']; ?></a> &mdash; <?php echo cmsCore::c('db')->rows_count('cms_users', 'is_deleted=0'); ?>
                    </li>
                    <li class="list-group-item fa fa-users">
                        <?php echo $_LANG['AD_NEW_USERS_TODAY']; ?> &mdash; <?php echo (int)cmsCore::c('db')->get_field('cms_users', "DATE_FORMAT(regdate, '%d-%m-%Y') = DATE_FORMAT(NOW(), '%d-%m-%Y') AND is_deleted = 0", 'COUNT(id)'); ?>
                    </li>
                    <li class="list-group-item fa fa-users">
                        <?php echo $_LANG['AD_NEW_USERS_THEES_WEEK']; ?> &mdash; <?php echo (int)cmsCore::c('db')->get_field('cms_users', "regdate >= DATE_SUB(NOW(), INTERVAL 7 DAY)", 'COUNT(id)'); ?>
                    </li>
                    <li class="list-group-item fa fa-users">
                        <?php echo $_LANG['AD_NEW_USERS_THEES_MONTH']; ?> &mdash; <?php echo (int)cmsCore::c('db')->get_field('cms_users', "regdate >= DATE_SUB(NOW(), INTERVAL 1 MONTH)", 'COUNT(id)'); ?>
                    </li>
                </ul>
            </div>
            
            <div class="panel panel-default">
                <div class="panel-heading"><?php echo $_LANG['AD_USERS_ONLINE']; ?></div>
                <?php $people = cmsUser::getOnlineCount(); ?>
                <ul class="list-group">
                    <li class="list-group-item fa fa-user">
                        <?php echo $_LANG['AD_FROM_USERS'] .': '. $people['users']; ?>
                    </li>
                    <li class="list-group-item">
                        <?php echo $_LANG['AD_FROM_GUESTS'] .': '. $people['guests']; ?>
                    </li>
                </ul>
            </div>
        </td>
        
        <td width="" valign="top" style="">
            <div class="panel panel-default">
                <div class="panel-heading"><?php echo $_LANG['AD_LATEST_EVENTS']; ?></div>
                <div class="panel-body" id="actions_box">
                    <div id="actions">
                        <?php
                            cmsCore::c('actions')->showTargets(true);
                            
                            $total = cmsCore::c('actions')->getCountActions();
                            
                            cmsCore::c('db')->limitPage(1, 10);
                            
                            $actions = cmsCore::c('actions')->getActionsLog();
                            
                            $pagebar = cmsPage::getPagebar($total, 1, 10, '#" onclick="$.post(\'/admin/ajax/getActions.php\', \'page=%page%\', function(m){ $(\'#actions\').html(m); }); return false');

                            $tpl_file   = 'admin/actions.php';
                            $tpl_dir    = file_exists(TEMPLATE_DIR . $tpl_file) ? TEMPLATE_DIR : DEFAULT_TEMPLATE_DIR;

                            include($tpl_dir . $tpl_file);
                        ?>
                    </div>
                </div>
            </div>
        </td>
        
        <td width="325" valign="top" style="">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                    <td height="100" valign="top">
                        <?php
                            $new_quests  = cmsCore::c('db')->rows_count('cms_faq_quests', 'published = 0');
                            $new_content = cmsCore::c('db')->rows_count('cms_content', 'published = 0 AND is_arhive = 0');
                            $new_catalog = cmsCore::c('db')->rows_count('cms_uc_items', 'on_moderate = 1');
                        ?>
                        <?php if ($new_quests || $new_content || $new_catalog){ ?>
                            <div class="panel panel-default">
                                <div class="panel-heading"><?php echo $_LANG['AD_FROM_MODERATION']; ?></div>
                                <ul class="list-group">
                                    <?php if ($new_content){ ?>
                                    <li class="list-group-item fa fa-file-o">
                                        <a href="index.php?view=tree&orderby=pubdate&orderto=desc&only_hidden=1"><?php echo $_LANG['AD_ARTICLES']; ?></a> (<?php echo $new_content; ?>)
                                    </li>
                                    <?php } ?>
                                    <?php if ($new_quests){ ?>
                                    <li class="list-group-item fa fa-question-circle">
                                        <a href="index.php?view=components&amp;do=config&amp;link=faq&amp;opt=list_items"><?php echo $_LANG['AD_QUESTIONS']; ?></a> (<?php echo $new_quests; ?>)
                                    </li>
                                    <?php } ?>
                                    <?php if ($new_catalog){ ?>
                                    <li class="list-group-item fa fa-folder">
                                        <a href="index.php?view=components&amp;do=config&amp;link=catalog&amp;opt=list_items&amp;on_moderate=1"><?php echo $_LANG['AD_CATALOG_ITEMS']; ?></a> (<?php echo $new_catalog; ?>)
                                    </li>
                                    <?php } ?>
                                </ul>
                            </div>
                        <?php } ?>
                        
                        <?php if ($inCore->isComponentInstalled('rssfeed')){ ?>
                            <div class="panel panel-default">
                                <div class="panel-heading"><?php echo $_LANG['AD_RSS']; ?></div>
                                <ul class="list-group">
                                    <li class="list-group-item fa fa-rss">
                                        <a href="/rss/comments/all/feed.rss" id="rss_link"><?php echo $_LANG['AD_RSS_COMENT']; ?> </a>
                                    </li>
                                    <li class="list-group-item fa fa-rss">
                                        <a href="/rss/blogs/all/feed.rss" id="rss_link"><?php echo $_LANG['AD_RSS_BLOGS']; ?></a>
                                    </li>
                                    <li class="list-group-item fa fa-rss">
                                        <a href="/rss/forum/all/feed.rss" id="rss_link"><?php echo $_LANG['AD_RSS_FORUM']; ?></a>
                                    </li>
                                    <li class="list-group-item fa fa-rss">
                                        <a href="/rss/catalog/all/feed.rss" id="rss_link"><?php echo $_LANG['AD_RSS_CATALOG']; ?></a>
                                    </li>
                                    <li class="list-group-item fa fa-rss">
                                        <a href="/rss/content/all/feed.rss" id="rss_link"><?php echo $_LANG['AD_RSS_CONTENT']; ?></a>
                                    </li>
                                    <li class="list-group-item fa fa-rss">
                                        <a href="/rss/board/all/feed.rss" id="rss_link"><?php echo $_LANG['AD_RSS_ADVERTS']; ?></a>
                                    </li>
                                    <li class="list-group-item fa fa-cog">
                                        <a href="index.php?view=components&amp;do=config&amp;id=<?php echo cmsCore::c('db')->get_field('cms_components', "link='rssfeed'", 'id'); ?>" id="rss_link"><?php echo $_LANG['AD_RSS_TUNING']; ?></a>
                                    </li>
                                </ul>
                            </div>
                        <?php } ?>
                        
                        <div class="panel panel-default">
                            <div class="panel-heading"><?php echo $_LANG['AD_ICMS_RAVE']; ?></div>
                            <ul class="list-group">
                                <li class="list-group-item fa fa-external-link">
                                    <a href="http://cmsrudi.ru/"><?php echo $_LANG['AD_CMSRD_OFFICIAL']; ?></a>
                                </li>
                                <li class="list-group-item fa fa-external-link">
                                    <a href="http://cmsrudi.ru/docs"><?php echo $_LANG['AD_CMSRD_DOCUMENTATION']; ?></a>
                                </li>
                                <li class="list-group-item fa fa-external-link">
                                    <a href="http://www.instantcms.ru/forum"><?php echo $_LANG['AD_ICMS_FORUM']; ?></a>
                                </li>
                            </ul>
                        </div>
                        
                        <div class="panel panel-default">
                            <div class="panel-heading"><?php echo $_LANG['AD_PREMIUM']; ?></div>
                            <ul class="list-group">
                                <li class="list-group-item fa fa-usd">
                                    <a href="http://www.instantcms.ru/billing/about.html"><strong><?php echo $_LANG['AD_BILLING']; ?></strong></a> &mdash; <?php echo $_LANG['AD_GAIN']; ?>
                                </li>
                                <li class="list-group-item fa fa-map-marker">
                                    <a href="http://www.instantmaps.ru/"><strong>InstantMaps</strong></a> &mdash; <?php echo $_LANG['AD_OBJECT_TO_MAP']; ?>
                                </li>
                                <li class="list-group-item fa fa-shopping-cart">
                                    <a href="http://www.instantcms.ru/blogs/InstantSoft/professionalnyi-magazin-dlja-InstantCMS.html"><strong>InstantShop</strong></a> &mdash; <?php echo $_LANG['AD_SHOP']; ?>
                                </li>
                                <li class="list-group-item fa fa-film">
                                    <a href="http://www.instantvideo.ru/"><strong>InstantVideo</strong></a> &mdash; <?php echo $_LANG['AD_VIDEO_GALERY']; ?>
                                </li>
                            </ul>
                        </div>
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>
<?php
    return true;
}