$FPCM_LANG->write('GLOBAL_EMAIL'); ?> </th> <th><?php $FPCM_LANG->write('COMMMENT_CREATEDATE'); ?> </th> <th></th> <th class="fpcm-th-select-row"><?php fpcm\model\view\helper::checkbox('fpcm-select-all', '', '', '', 'fpcm-select-all', false); ?> </th> </tr> <?php \fpcm\model\view\helper::notFoundContainer($comments, 6); ?> <tr class="fpcm-td-spacer"><td></td></tr> <?php foreach ($comments as $comment) { ?> <tr> <td <?php if ($commentsMode == 1) { ?> class="fpcm-ui-articlelist-open"<?php } ?> > <?php
<tr> <th></th> <th><?php $FPCM_LANG->write('ARTICLE_LIST_TITLE'); ?> </th> <th class="fpcm-td-articlelist-times"></th> <th class="fpcm-td-articlelist-meta"></th> <th class="fpcm-th-select-row"><?php fpcm\model\view\helper::checkbox('fpcm-select-all', '', '', '', 'fpcm-select-all-draft', false); ?> </th> </tr> <?php \fpcm\model\view\helper::notFoundContainer($drafts, 5); ?> <?php foreach ($drafts as $articleMonth => $articles) { ?> <tr class="fpcm-td-spacer"><td></td></tr> <tr> <th></th> <th><?php $FPCM_LANG->writeMonth(fpcm\model\view\helper::dateText($articleMonth, 'n', true)); ?> <?php print fpcm\model\view\helper::dateText($articleMonth, 'Y', true); ?> </th>
<div class="fpcm-accordion-pkgmanager"> <?php \fpcm\model\view\helper::notFoundContainer($packagesLogs, 0); ?> <?php foreach ($packagesLogs as $value) { ?> <?php if (!is_object($value) || !is_array($value->text)) { continue; } ?> <h2><?php print $value->time; ?> : <?php print $value->pkgname; ?> </h2> <div> <ul> <?php foreach ($value->text as $line) { ?> <li><?php print $line; ?> </li> <?php } ?>
:</td> <td> <?php \fpcm\model\view\helper::textInput('smiley[code]', '', $smiley->getSmileyCode()); ?> </td> </tr> <tr> <td><?php $FPCM_LANG->write('FILE_LIST_FILENAME'); ?> :</td> <td> <table class="fpcm-ui-table fpcm-ui-smileys"> <?php \fpcm\model\view\helper::notFoundContainer($files, 4); ?> <?php foreach ($files as $filename) { ?> <tr> <td class="fpcm-ui-smiley-listimg"><img src="<?php print $smiley->getFilename() ? $smiley->getSmileyUrl() : $smiley->getSmileyUrl() . $filename; ?> " alt="<?php print $filename; ?> " <?php print $smiley->getWhstring(); ?> ></td>
<table class="fpcm-ui-table fpcm-ui-logs"> <tr> <th><?php $FPCM_LANG->write('LOGS_LIST_TIME'); ?> </th> <th><?php $FPCM_LANG->write('LOGS_LIST_TEXT'); ?> </th> </tr> <?php \fpcm\model\view\helper::notFoundContainer($databaseLogs, 2); ?> <tr class="fpcm-td-spacer"><td></td></tr> <?php foreach ($databaseLogs as $value) { ?> <?php if (!is_object($value)) { continue; } ?> <tr> <td><?php print $value->time; ?> </td> <td><?php
<table class="fpcm-ui-table fpcm-ui-articles"> <tr> <th></th> <th><?php $FPCM_LANG->write('ARTICLE_LIST_TITLE'); ?> </th> <th class="fpcm-th-select-row"><?php fpcm\model\view\helper::checkbox('fpcm-select-all', '', '', '', 'fpcm-select-all-trash', false); ?> </th> </tr> <?php \fpcm\model\view\helper::notFoundContainer($trash, 3); ?> <?php foreach ($trash as $articleMonth => $articles) { ?> <tr class="fpcm-td-spacer"><td></td></tr> <tr> <th></th> <th><?php $FPCM_LANG->writeMonth(fpcm\model\view\helper::dateText($articleMonth, 'n', true)); ?> <?php print fpcm\model\view\helper::dateText($articleMonth, 'Y', true); ?> </th> <th class="fpcm-td-select-row"><?php
<th class="fpcm-ui-smiley-listimg"></th> <th><?php $FPCM_LANG->write('FILE_LIST_FILENAME'); ?> </th> <th><?php $FPCM_LANG->write('FILE_LIST_SMILEYCODE'); ?> </th> <th class="fpcm-th-select-row"><?php fpcm\model\view\helper::checkbox('fpcm-select-all', '', '', '', 'fpcm-select-all', false); ?> </th> </tr> <?php \fpcm\model\view\helper::notFoundContainer($list, 4); ?> <tr class="fpcm-td-spacer"><td></td></tr> <?php foreach ($list as $smiley) { ?> <tr> <td class="fpcm-ui-smiley-listimg"><img src="<?php print $smiley->getSmileyUrl(); ?> " alt="<?php print $smiley->getFilename(); ?> " <?php print $smiley->getWhstring(); ?>
<th><?php $FPCM_LANG->write('ARTICLE_LIST_TITLE'); ?> </th> <th><?php $FPCM_LANG->write('EDITOR_REVISION_DATE'); ?> </th> <th class="fpcm-th-select-row"><?php fpcm\model\view\helper::checkbox('fpcm-select-all', '', '', '', 'fpcm-select-allrevisions', false); ?> </th> </tr> <?php \fpcm\model\view\helper::notFoundContainer($revisions, 4); ?> <tr class="fpcm-td-spacer"><td></td></tr> <?php foreach ($revisions as $revisionTime => $revisionTitle) { ?> <tr> <td class="fpcm-ui-articlelist-open"><?php \fpcm\model\view\helper::linkButton($article->getEditLink() . '&rev=' . $revisionTime, 'EDITOR_STATUS_REVISION_SHOW', '', 'fpcm-ui-button-blank fpcm-openlink-btn'); ?> </td> <td><strong><?php print \fpcm\model\view\helper::escapeVal(strip_tags($revisionTitle)); ?> </strong></td>
<table class="fpcm-ui-table fpcm-ui-logs"> <tr> <th><?php $FPCM_LANG->write('LOGS_LIST_TIME'); ?> </th> <th><?php $FPCM_LANG->write('LOGS_LIST_TEXT'); ?> </th> </tr> <?php \fpcm\model\view\helper::notFoundContainer($errorLogs, 2); ?> <tr class="fpcm-td-spacer"><td></td></tr> <?php foreach ($errorLogs as $value) { ?> <?php if (!is_object($value)) { continue; } ?> <tr> <td><?php print $value->time; ?> </td> <td><?php
<table class="fpcm-ui-table fpcm-ui-logs"> <tr> <th><?php $FPCM_LANG->write('LOGS_LIST_TIME'); ?> </th> <th><?php $FPCM_LANG->write('LOGS_LIST_TEXT'); ?> </th> </tr> <?php \fpcm\model\view\helper::notFoundContainer($systemLogs, 2); ?> <tr class="fpcm-td-spacer"><td></td></tr> <?php foreach ($systemLogs as $value) { ?> <?php if (!is_object($value)) { continue; } ?> <tr> <td><?php print $value->time; ?> </td> <td><?php
<th class="fpcm-ui-modules-version fpcm-ui-center"><?php $FPCM_LANG->write('MODULES_LIST_VERSION_LOCAL'); ?> </th> <th class="fpcm-ui-modules-version fpcm-ui-center"><?php $FPCM_LANG->write('MODULES_LIST_VERSION_REMOTE'); ?> </th> <th class="fpcm-th-select-row"><?php fpcm\model\view\helper::checkbox('fpcm-select-all', '', '', '', 'fpcm-select-all', false); ?> </th> </tr> <?php \fpcm\model\view\helper::notFoundContainer($modules, 6); ?> <tr><td class="fpcm-td-spacer" colspan="6"></td></tr> <?php foreach ($modules as $module) { ?> <tr class="fpcm-ui-modules-updates<?php print $module->hasUpdates(); ?> "> <td class="fpcm-ui-center"> <?php if ($module->isInstalled()) { ?>
$FPCM_LANG->write('LOGS_LIST_USER'); ?> </th> <th><?php $FPCM_LANG->write('IPLIST_IPTIME'); ?> </th> <th class="fpcm-td-iplist-meta"></th> <th class="fpcm-th-select-row"><?php fpcm\model\view\helper::checkbox('fpcm-select-all', '', '', '', 'fpcm-select-all', false); ?> </th> </tr> <?php \fpcm\model\view\helper::notFoundContainer($ipList, 5); ?> <tr class="fpcm-td-spacer"><td></td></tr> <?php foreach ($ipList as $value) { ?> <tr> <td><?php print \fpcm\model\view\helper::escapeVal($value->getIpaddress()); ?> </td> <td><?php print isset($users[$value->getUserid()]) ? $users[$value->getUserid()]->getDisplayName() : $FPCM_LANG->translate('GLOBAL_NOTFOUND'); ?> </td>