1 <h1
class=
"rmc_titles"><?php
_e(
'Dashboard',
'rmcommon'); ?></h1>
2 <div
class=
"row-fluid rmcw-container">
6 <div
class=
"th"><?php
_e(
'System Tools',
'rmcommon'); ?></div>
7 <div
class=
"even system_tools">
8 <table width=
"100%" cellpadding=
"0" cellspacing=
"0">
11 <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>
14 <a style=
"background-image: url(images/images.png);" href=
"images.php"><?php
_e(
'Images Manager',
'rmcommon'); ?></a>
19 <a style=
"background-image: url(images/comments.png);" href=
"comments.php"><?php
_e(
'Comments Management',
'rmcommon'); ?></a>
22 <a style=
"background-image: url(images/plugin.png);" href=
"plugins.php"><?php
_e(
'Plugins Management',
'rmcommon'); ?></a>
27 <a style=
"background-image: url(images/modules.png);" href=
"modules.php"><?php
_e(
'XOOPS Modules',
'rmcommon'); ?></a>
30 <a style=
"background-image: url(images/users.png);" href=
"users.php"><?php
_e(
'Users Management',
'rmcommon'); ?></a>
41 </tr><tr
class=
"<?php echo tpl_cycle('even,odd'); ?>">
44 <td><a
href=
"<?php echo $tool['link']; ?>" style=
"background-image: url(<?php echo $tool['icon']; ?>);"><?php echo $tool[
'caption']; ?></td>
54 <div
class=
"th"><img src=
"images/loading_2.gif" alt=
"" class=
"loading" id=
"loading-news" /> <?php
_e(
'Recent News',
'rmcommon'); ?></div>
55 <div
class=
"even" id=
"rmc-recent-news">
59 <!-- End recent news -->
61 <?php
RMEvents::get()->run_event(
'rmcommon.dashboard.left.widgets'); ?>
64 <!-- End
left widgets -->
66 <!-- Right widgets -->
67 <div
class=
"span6" id=
"rmc-central-right-widgets">
69 <div
class=
"alert alert-block" style=
"display: none;" id=
"updater-info">
70 <h4><?php echo sprintf(
__(
'%s Updates Available!',
'rmcommon'),
'<span class="badge badge-important">%s</span>'); ?></h4>
71 <p><?php echo sprintf(
__(
'Please %s to view available updates.',
'rmcommon'),
'<a href="updates.php">'.
__(
'click here',
'rmcommon').
'</a>'); ?></p>
75 <div
class=
"th"><img src=
"images/loading_2.gif" alt=
"" class=
"loading" id=
"loading-mods" /> <?php
_e(
'Installed Modules',
'rmcommon'); ?></div>
76 <div
class=
"even mods_coint">
77 <div
id=
"ajax-mods-list">
80 <span
class=
"description">
81 <?php
_e(
'If you wish to manage or install new modules please go to Modules Management.',
'rmcommon'); ?><br />
82 <a href=
"<?php echo XOOPS_URL; ?>/modules/system/admin.php?fct=modulesadmin"><?php
_e(
'Modules management',
'rmcommon'); ?></a>
87 <!-- Available Modules -->
89 <div
class=
"th"><?php
_e(
'Available Modules',
'rmcommon'); ?></div>
90 <?php
foreach($available_mods as $module): ?>
91 <div
class=
"<?php echo tpl_cycle("even,
odd"); ?>">
92 <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>
93 <strong><?php echo $module->getInfo(
'name'); ?></strong><br />
94 <span
class=
"moddesc"><?php echo $module->getInfo(
'description'); ?></span><br />
95 <a href=
"modules.php?action=install&dir=<?php echo $module->getInfo('dirname'); ?>"><?php
_e(
'Install',
'rmcommon'); ?></a>
98 <span
class=
"description">
99 <?php
_e(
'If you wish to manage or install new modules please go to Modules Management.',
'rmcommon'); ?><br />
100 <a href=
"modules.php"><?php
_e(
'Modules management',
'rmcommon'); ?></a>
103 <!-- End available modules -->
104 <?php
RMEvents::get()->run_event(
'rmcommon.dashboard.right.widgets'); ?>
106 <!-- / End right widgets -->