1 <h1
class=
"rmc_titles"><?php
_e(
'Dashboard',
'rmcommon'); ?></h1>
2 <div
class=
"rmc_widgets_container">
4 <div
id=
"rmc-central-right-widgets">
6 <div
class=
"outer" id=
"updater-info">
7 <div
class=
"th"><?php
_e(
'Available Updates',
'rmcommon'); ?></div>
8 <div
class=
"even alert alert-block alert-danger">
14 <div
class=
"th"><img src=
"images/loading_2.gif" alt=
"" class=
"loading" id=
"loading-mods" /> <?php
_e(
'Installed Modules',
'rmcommon'); ?></div>
15 <div
class=
"even mods_coint">
16 <div
id=
"ajax-mods-list">
19 <span
class=
"description">
20 <?php
_e(
'If you wish to manage or install new modules please go to Modules Management.',
'rmcommon'); ?><br />
21 <a
href=
"<?php echo XOOPS_URL; ?>/modules/system/admin.php?fct=modulesadmin"><?php
_e(
'Modules management',
'rmcommon'); ?></a>
26 <!-- Available Modules -->
28 <div
class=
"th"><?php
_e(
'Available Modules',
'rmcommon'); ?></div>
29 <?php
foreach($available_mods as $module): ?>
30 <div
class=
"<?php echo tpl_cycle("even,
odd"); ?>">
31 <span
class=
"modimg" style=
"background: url(../<?php echo $module->getInfo('dirname'); ?>/<?php echo $module->getInfo('icon48')!='' ? $module->getInfo('icon48') : $module->getInfo('image'); ?>) no-repeat center;"> </span>
32 <strong><?php echo $module->getInfo(
'name'); ?></strong><br />
33 <span
class=
"moddesc"><?php echo $module->getInfo(
'description'); ?></span><br />
34 <a
href=
"modules.php?action=install&dir=<?php echo $module->getInfo('dirname'); ?>"><?php
_e(
'Install',
'rmcommon'); ?></a>
37 <span
class=
"description">
38 <?php
_e(
'If you wish to manage or install new modules please go to Modules Management.',
'rmcommon'); ?><br />
39 <a href=
"<?php echo XOOPS_URL; ?>/modules/system/admin.php?fct=modulesadmin"><?php
_e(
'Modules management',
'rmcommon'); ?></a>
42 <!-- End available modules -->
43 <?php
RMEvents::get()->run_event(
'rmcommon.dashboard.right.widgets'); ?>
45 <!-- / End right widgets -->
48 <div
id=
"rmc-central-left-widgets">
50 <div
class=
"th"><?php
_e(
'System Tools',
'rmcommon'); ?></div>
51 <div
class=
"even system_tools">
52 <table width=
"100%" cellpadding=
"0" cellspacing=
"0">
55 <a style=
"background-image: url(images/configure.png);" href=
"<?php echo XOOPS_URL; ?>/modules/system/admin.php?fct=preferences&op=showmod&mod=<?php echo $xoopsModule->mid(); ?>"><?php
_e(
'Configure Common Utilities',
'rmcommon'); ?></a>
58 <a style=
"background-image: url(images/images.png);" href=
"images.php"><?php
_e(
'Images Manager',
'rmcommon'); ?></a>
63 <a style=
"background-image: url(images/comments.png);" href=
"comments.php"><?php
_e(
'Comments Management',
'rmcommon'); ?></a>
66 <a style=
"background-image: url(images/plugin.png);" href=
"plugins.php"><?php
_e(
'Plugins Management',
'rmcommon'); ?></a>
71 <a style=
"background-image: url(images/modules.png);" href=
"../system/admin.php?fct=modulesadmin"><?php
_e(
'XOOPS Modules',
'rmcommon'); ?></a>
74 <a style=
"background-image: url(images/users.png);" href=
"../system/admin.php?fct=users"><?php
_e(
'Users Management',
'rmcommon'); ?></a>
84 </tr><tr
class=
"<?php echo tpl_cycle('even,odd'); ?>">
87 <td><a href=
"<?php echo $tool['link']; ?>" style=
"background-image: url(<?php echo $tool['icon']; ?>);"><?php echo $tool[
'caption']; ?></td>
96 <div
class=
"th"><img src=
"images/loading_2.gif" alt=
"" class=
"loading" id=
"loading-news" /> <?php
_e(
'Recent News',
'rmcommon'); ?></div>
97 <div
class=
"even" id=
"rmc-recent-news">
101 <!-- End recent news -->
103 <?php
RMEvents::get()->run_event(
'rmcommon.dashboard.left.widgets'); ?>
106 <!-- End
left widgets -->