示例#1
0
        <?php 
} else {
    ?>
            <?php 
    fpcm\model\view\helper::progressBar('fpcm-updater-progressbar');
    ?>
            <div class="fpcm-updater-list"></div>
        <?php 
}
?>
        </div>
    </div>
</div>

<div class="<?php 
\fpcm\model\view\helper::buttonsContainerClass();
?>
 fpcm-ui-list-buttons">
    <div class="fpcm-ui-margin-center">
        <?php 
fpcm\model\view\helper::linkButton($FPCM_BASEMODULELINK . 'modules/list', 'MODULES_LIST_BACKTOLIST', '', 'fpcm-loader');
?>
    </div>
</div>

<script type="text/javascript">
    jQuery(document).ready(function() {
        fpcmModuleInstaller = new fpcmModuleInstaller();
        fpcmModuleInstaller.init('install');
    });
</script>
示例#2
0
    <tr>
        <td class="fpcm-ui-template-replacements ui-widget-content ui-corner-all ui-state-normal">
            <dl>
            <?php 
foreach ($replacementsCommentForm as $tag => $descr) {
    ?>
                <dt><?php 
    print $tag;
    ?>
</dt>        
                <dd><?php 
    print $descr;
    ?>
</dd>
            <?php 
}
?>
            </dl>
        </td>
    </tr>
    <?php 
include __DIR__ . '/editorhead.php';
?>
    <tr>
        <td>
            <?php 
fpcm\model\view\helper::textArea('template[commentForm]', 'fpcm-full-width', $contentCommentForm);
?>
        </td>
    </tr>                    
</table>
示例#3
0
$FPCM_LANG->write('CATEGORIES_ROLLS');
?>
</td>
        <td class="fpcm-ui-buttonset">
        <?php 
foreach ($userRolls as $rollname => $rollid) {
    ?>
            <?php 
    if (isset($selectedGroups)) {
        $selected = in_array($rollid, $selectedGroups) ? true : false;
    } else {
        $selected = false;
    }
    ?>
            <?php 
    fpcm\model\view\helper::checkbox('category[groups][]', '', $rollid, $rollname, 'cat' . $rollid, $selected);
    ?>
        <?php 
}
?>
                    
        </td>
    </tr>               
</table> 

<div class="<?php 
\fpcm\model\view\helper::buttonsContainerClass();
?>
 fpcm-ui-list-buttons">
    <div class="fpcm-ui-margin-center">
        <?php 
示例#4
0
                <td class="fpcm-td-articlelist-meta"><?php 
        include dirname(__DIR__) . '/metainfo.php';
        ?>
</td>
                <td class="fpcm-td-select-row">
                <?php 
        if ($article->getEditPermission()) {
            ?>
                    
                    <?php 
            fpcm\model\view\helper::checkbox('actions[ids][]', 'fpcm-list-selectbox-draft fpcm-list-selectbox-sub-draft' . $articleMonth, $articleId, '', 'chbx' . $articleId, false);
            ?>
                <?php 
        } else {
            ?>
                    <?php 
            fpcm\model\view\helper::checkbox('actions[ro][]', 'fpcm-list-selectbox-draft fpcm-list-selectbox-sub-draft' . $articleMonth, $articleId, '', 'chbx' . $articleId, false, true);
            ?>
                <?php 
        }
        ?>
                </td>
            </tr>
        <?php 
    }
    ?>
    <?php 
}
?>
                    
</table>
        <td class="fpcm-td-commentlist-meta"><?php 
    include __DIR__ . '/metainfo.php';
    ?>
</td>
        <td class="fpcm-td-select-row">
        <?php 
    if ($comment->getEditPermission()) {
        ?>
            <?php 
        fpcm\model\view\helper::checkbox('ids[]', 'fpcm-list-selectbox', $comment->getId(), '', 'chbx' . $comment->getId(), false);
        ?>
        <?php 
    } else {
        ?>
            <?php 
        fpcm\model\view\helper::checkbox('ids[ro]', 'fpcm-list-selectbox', '', '', 'chbx' . $comment->getId(), false, true);
        ?>
        <?php 
    }
    ?>
            
        </td>
    </tr>      
    <?php 
}
?>
</table>

<?php 
if (count($commentActions)) {
    ?>
示例#6
0
    fpcm\model\view\helper::checkbox('smileyids[]', 'fpcm-list-selectbox', base64_encode(serialize(array($smiley->getFilename(), $smiley->getSmileyCode()))), '', '', false);
    ?>
</td>
                    </tr>
                    <?php 
}
?>
                </table>
            </div>
        </div>
        
        <div class="<?php 
\fpcm\model\view\helper::buttonsContainerClass();
?>
 fpcm-ui-list-buttons">
            <div class="fpcm-ui-margin-center">
                <?php 
fpcm\model\view\helper::linkButton($FPCM_BASEMODULELINK . 'smileys/add', 'FILE_LIST_SMILEYADD', '', 'fpcm-loader fpcm-new-btn');
?>
                <?php 
fpcm\model\view\helper::deleteButton('deleteSmiley');
?>
            </div>
        </div> 

        <?php 
\fpcm\model\view\helper::pageTokenField();
?>
        
    </form> 
</div>
示例#7
0
    ?>
                    <tr>
                        <td class="fpcm-ui-editbutton-col"><?php 
    \fpcm\model\view\helper::editButton($term->getEditLink());
    ?>
</td>
                        <td><?php 
    print \fpcm\model\view\helper::escapeVal($term->getSearchterm());
    ?>
</td>
                        <td><?php 
    print \fpcm\model\view\helper::escapeVal($term->getReplaceterm());
    ?>
</td>
                        <td class="fpcm-td-select-row"><?php 
    fpcm\model\view\helper::checkbox('ids[]', 'fpcm-list-selectbox', $term->getId(), '', '', false);
    ?>
</td>
                    </tr>
                    <?php 
}
?>
                </table>
            </div>
        </div>
    </div>

    <div class="<?php 
\fpcm\model\view\helper::buttonsContainerClass();
?>
">
示例#8
0
                    <tr>
                        <td><?php 
$FPCM_LANG->write('IPLIST_BLOCKTYPE');
?>
:</td>
                        <td class="fpcm-ui-buttonset">
                            <?php 
fpcm\model\view\helper::checkbox('nocomments', '', '1', 'IPLIST_NOCOMMENTS', 'nocomments', false);
?>
 
                            <?php 
fpcm\model\view\helper::checkbox('nologin', '', '1', 'IPLIST_NOLOGIN', 'nologin', false);
?>
 
                            <?php 
fpcm\model\view\helper::checkbox('noaccess', '', '1', 'IPLIST_NOACCESS', 'noaccess', false);
?>
 
                        </td>
                    </tr>
                </table>            

                <div class="<?php 
\fpcm\model\view\helper::buttonsContainerClass();
?>
 fpcm-ui-list-buttons">
                    <div class="fpcm-ui-margin-center">
                        <?php 
\fpcm\model\view\helper::saveButton('ipSave');
?>
                    </div>
示例#9
0
    <tr>
        <td class="fpcm-ui-template-replacements ui-widget-content ui-corner-all ui-state-normal">
            <dl>
            <?php 
foreach ($replacementsArticle as $tag => $descr) {
    ?>
                <dt><?php 
    print $tag;
    ?>
</dt>        
                <dd><?php 
    print $descr;
    ?>
</dd>
            <?php 
}
?>
            </dl>
        </td>
    </tr>
    <?php 
include __DIR__ . '/editorhead.php';
?>
    <tr>
        <td>
            <?php 
fpcm\model\view\helper::textArea('template[article]', 'fpcm-full-width', $contentArticle);
?>
        </td>
    </tr>                    
</table>
示例#10
0
            </ul>
            <div id="tabs-backups-database">
                <table class="fpcm-ui-table fpcm-ui-backups">
                    <tr>
                        <th class="fpcm-ui-editbutton-col"></th>
                        <th><?php 
$FPCM_LANG->write('FILE_LIST_FILENAME');
?>
</th>
                        <th><?php 
$FPCM_LANG->write('FILE_LIST_FILESIZE');
?>
</th>
                    </tr>
                    <?php 
fpcm\model\view\helper::notFoundContainer($folderList, 2);
?>
                    
                    <tr class="fpcm-td-spacer"><td></td></tr>
                    <?php 
foreach ($folderList as $value) {
    ?>
                    <tr>
                        <td class="fpcm-ui-editbutton-col fpcm-ui-center"><?php 
    \fpcm\model\view\helper::linkButton(fpcm\classes\baseconfig::$rootPath . 'index.php?module=system/backups&save=' . str_rot13(base64_encode($value)), 'GLOBAL_DOWNLOAD', '', 'fpcm-ui-button-blank fpcm-download-btn', '_blank');
    ?>
</td>
                        <td><?php 
    print basename($value);
    ?>
</td>
示例#11
0
            <td><?php 
$FPCM_LANG->write('SYSTEM_OPTIONS_ACPARTICLES_LIMIT');
?>
:</td>
            <td>
                <?php 
fpcm\model\view\helper::select('usermeta[articles_acp_limit]', $articleLimitList, $author->getUserMeta('articles_acp_limit'), false, false);
?>
            </td>
        </tr>
        <tr>			
            <td><?php 
$FPCM_LANG->write('SYSTEM_OPTIONS_NEWS_EDITOR_FONTSIZE');
?>
:</td>
            <td><?php 
fpcm\model\view\helper::select('usermeta[system_editor_fontsize]', $defaultFontsizes, $author->getUserMeta('system_editor_fontsize'), false, false);
?>
</td>
        </tr>
        <tr>			
            <td><?php 
$FPCM_LANG->write('SYSTEM_OPTIONS_NEWS_NEWUPLOADER');
?>
:</td>
            <td><?php 
fpcm\model\view\helper::boolSelect('usermeta[file_uploader_new]', $author->getUserMeta('file_uploader_new'));
?>
</td>
        </tr>
    </table>
示例#12
0
<table class="fpcm-ui-table fpcm-ui-options">
    <tr>			
        <td><?php 
$FPCM_LANG->write('FPCM_CLASSICIMPORTER_IMPORT_FPCM2_PATH');
?>
:</td>
        <td><?php 
fpcm\model\view\helper::textInput('fpcm2_path', '', '/fanpress/');
?>
</td>
        <td><?php 
\fpcm\model\view\helper::button('submit', 'checkPath', 'FPCM_CLASSICIMPORTER_IMPORT_FPCM2_CHECKPATH', 'fpcm-classicimporter-importstart');
?>
</td>
        <td><?php 
if (!$doimport) {
    \fpcm\model\view\helper::button('submit', 'systemReset', 'FPCM_CLASSICIMPORTER_RESETSYSTEM', 'fpcm-classicimporter-importstart');
}
?>
</td>
    </tr>
</table>
示例#13
0
print $actionPath;
?>
" method="POST" enctype="multipart/form-data">
    <p><?php 
print $maxFilesInfo;
?>
</p>
    
    <table id="fpcm-ui-phpupload-filelist" class="fpcm-ui-table fpcm-ui-phpupload"></table>
    
    <div class="<?php 
\fpcm\model\view\helper::buttonsContainerClass();
?>
 fpcm-filemanager-buttons">
        <span class="fpcm-ui-fileinput-php">
        <?php 
fpcm\model\view\helper::linkButton('#', 'FILE_FORM_FILEADD', 'btnAddFile');
?>
        <?php 
fpcm\model\view\helper::submitButton('uploadFile', 'FILE_FORM_UPLOADSTART', 'start-upload fpcm-loader');
?>

        <button type="reset" class="cancel-upload" id="btnCancelUpload"><?php 
$FPCM_LANG->write('FILE_FORM_UPLOADCANCEL');
?>
</button>

            <input type="file" name="files[]" multiple class="fpcm-ui-fileinput-select fpcm-hidden">
        </span>
    </div>
</form>
示例#14
0
    <div class="fpcm-ui-margin-center">
        <?php 
if ($isRevision) {
    ?>
            <?php 
    if ($revisionPermission) {
        fpcm\model\view\helper::submitButton('articleRevisionRestore', 'EDITOR_REVISION_RESTORE', 'fpcm-ui-revision-restore fpcm-loader');
    }
    ?>
            <?php 
    \fpcm\model\view\helper::linkButton($article->getEditLink(), 'EDITOR_BACKTOCURRENT', '', 'fpcm-back-button');
    ?>
        <?php 
} else {
    ?>
            <?php 
    fpcm\model\view\helper::linkButton('#', 'GLOBAL_EXTENDED', 'fpcmeditorextended', 'fpcm-button-extended');
    ?>
            <?php 
    fpcm\model\view\helper::saveButton('articleSave');
    ?>
            <?php 
    if ($editorMode) {
        fpcm\model\view\helper::deleteButton('articleDelete');
    }
    ?>
        <?php 
}
?>
    </div>
</div>
示例#15
0
            </div>
        </div>
    </div>

    <div class="<?php 
\fpcm\model\view\helper::buttonsContainerClass();
?>
">
        <table>
            <tr>
                <td><?php 
fpcm\model\view\helper::select('langfile', $langfiles, base64_encode($selectedFile), false, false, false, 'fpcm-ui-input-select-moduleactions');
?>
</td>
                <td><?php 
fpcm\model\view\helper::submitButton('langfileSelect', 'GLOBAL_OK');
?>
</td>
                <?php 
if (count($lines)) {
    ?>
                <td><?php 
    \fpcm\model\view\helper::saveButton('editLangfile');
    ?>
</td>
                <?php 
}
?>
            </tr>
        </table>
    </div>
示例#16
0
    <tr>
        <td colspan="2"><?php 
\fpcm\model\view\helper::textArea('comment[text]', 'fpcm-full-width', stripslashes($comment->getText()), false, false);
?>
</td>
    </tr>
</table>

<div class="<?php 
\fpcm\model\view\helper::buttonsContainerClass();
?>
 fpcm-ui-list-buttons <?php 
if ($commentsMode == 2) {
    ?>
fpcm-hidden<?php 
}
?>
">
    <div class="fpcm-ui-margin-center">
        <?php 
fpcm\model\view\helper::saveButton('commentSave');
?>
    </div>
</div>

<script type="text/javascript">
    jQuery(document).ready(function() {
        fpcmEditor.initTinyMceComment();
        fpcmJs.setFocus('commentname');
    });
</script>
示例#17
0
if ($showTwitter) {
    ?>
            <div id="tabs-options-twitter">
                <?php 
    include_once __DIR__ . '/twitter.php';
    ?>
            </div> 
            <?php 
}
?>

            <div id="tabs-options-check"></div>
        </div>

        <div class="<?php 
\fpcm\model\view\helper::buttonsContainerClass();
?>
 fpcm-ui-list-buttons">
            <div class="fpcm-ui-margin-center">
                <?php 
fpcm\model\view\helper::saveButton('configSave', 'fpcm-loader');
?>
            </div>
        </div>

        <?php 
\fpcm\model\view\helper::pageTokenField();
?>
        
    </form> 
</div>
示例#18
0
                <li><?php 
        fpcm\model\view\helper::checkbox('activelinks', 'fpcm-sitemaplinklist-activelinks', $key, $value, '', in_array($key, $activeLinks));
        ?>
</li>
            <?php 
    }
    ?>
            </ul>
        <?php 
}
?>
            
        <div class="<?php 
\fpcm\model\view\helper::buttonsContainerClass();
?>
 fpcm-ui-list-buttons fpcm-ui-articlelist-buttons">
            <table>
                <tr>
                    <td><?php 
fpcm\model\view\helper::saveButton('saveSelectedLinks');
?>
</td>
                </tr>
            </table>
        </div>
        </div>
    </div>

</div>

示例#19
0
<p class="fpcm-ui-center"><?php 
$FPCM_LANG->write('NKORG_MODULECREATOR_CREATESTRUCTURE_TXT');
?>
</p>

<div id="fpcm-nkorgmodulecreator-createmsg"></div>

<div class="<?php 
\fpcm\model\view\helper::buttonsContainerClass();
?>
">
    <table>
        <tr>
            <td><?php 
fpcm\model\view\helper::button('submit', 'startCreation', 'GLOBAL_OK', 'fpcm-loader');
?>
</td>
        </tr>
    </table>
</div>
示例#20
0
    <?php 
    $FPCM_LANG->write('NKORG_INTEGRATION_SHOWLATEST_TEXT');
    ?>
    
    <table class="fpcm-ui-table fpcm-ui-middle">
        <tr>
            <td class="fpcm-half-width"><?php 
    $FPCM_LANG->write('NKORG_INTEGRATION_SHOWARTICLES_TEXT2');
    ?>
</td>
            <td style="width: 100px;"><?php 
    fpcm\model\view\helper::textInput('showLatestLimit', '', '5', false, 3, false);
    ?>
</td>
            <td><?php 
    fpcm\model\view\helper::submitButton('showLatestLimitSet', 'GLOBAL_OK');
    ?>
</td>
        </tr>
    </table>
<?php 
} else {
    ?>
    <?php 
    $FPCM_LANG->write('NKORG_INTEGRATION_SHOW_IFRAME');
}
?>
</p>

<pre>
<?php 
示例#21
0
        <span class="fa fa-square fa-stack-2x"></span>
        <span class="fa fa-file-text-o fa-stack-1x fa-inverse"></span>
    </span>
    <?php 
}
?>

    <span class="fa-stack fa-fw fpcm-ui-editor-metainfo fpcm-ui-status-<?php 
print $article->getPostponed();
?>
" title="<?php 
$FPCM_LANG->write('EDITOR_STATUS_POSTPONETO');
if ($article->getPostponed()) {
    ?>
: <?php 
    fpcm\model\view\helper::dateText($article->getCreatetime());
}
?>
">
        <span class="fa fa-square fa-stack-2x"></span>
        <span class="fa fa-clock-o fa-stack-1x fa-inverse"></span>
    </span>
    
    <span class="fa-stack fa-fw fpcm-ui-editor-metainfo fpcm-ui-status-<?php 
print $article->getApproval();
?>
" title="<?php 
$FPCM_LANG->write('EDITOR_STATUS_APPROVAL');
?>
">
        <span class="fa fa-square fa-stack-2x"></span>
示例#22
0
    <?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>
            <td class="fpcm-ui-revision-time"><?php 
    fpcm\model\view\helper::dateText($revisionTime);
    ?>
</td>
            <td class="fpcm-td-select-row"><?php 
    fpcm\model\view\helper::checkbox('revisionIds[]', 'fpcm-list-selectboxrevisions', $revisionTime, '', 'chbx' . $revisionTime, false);
    ?>
</td>
        </tr>
    <?php 
}
?>
</table>
示例#23
0
<p><?php 
$FPCM_LANG->write('NKORG_INTEGRATION_SHOWTITLE_TEXT1');
?>
</p>

<table class="fpcm-ui-table fpcm-ui-middle">
    <tr>
        <td class="fpcm-half-width"><?php 
fpcm\model\view\helper::textInput('spacertextPage', '', '&bull;');
?>
</td>
        <td><?php 
fpcm\model\view\helper::submitButton('spacerPageTitle', 'GLOBAL_OK');
?>
</td>
    </tr>
</table>

<p><?php 
$FPCM_LANG->write('NKORG_INTEGRATION_SHOWTITLE_TEXT2');
?>
</p>
<pre id='codepagetitle' class="fpcm-ui-center">
&lt;?php $api->showPageNumber('&amp;bull;'); ?&gt;
</pre>
示例#24
0
    <tr>			
        <td><?php 
$FPCM_LANG->write('SYSTEM_OPTIONS_TWITTER_CONSUMER_SECRET');
?>
:</td>
        <td><?php 
fpcm\model\view\helper::textInput('twitter_data[consumer_secret]', '', $globalConfig['twitter_data']['consumer_secret']);
?>
</td>
    </tr>
    <tr>			
        <td><?php 
$FPCM_LANG->write('SYSTEM_OPTIONS_TWITTER_USER_TOKEN');
?>
:</td>
        <td><?php 
fpcm\model\view\helper::textInput('twitter_data[user_token]', '', $globalConfig['twitter_data']['user_token']);
?>
</td>
    </tr>
    <tr>			
        <td><?php 
$FPCM_LANG->write('SYSTEM_OPTIONS_TWITTER_USER_SECRET');
?>
:</td>
        <td><?php 
fpcm\model\view\helper::textInput('twitter_data[user_secret]', '', $globalConfig['twitter_data']['user_secret']);
?>
</td>
    </tr>
</table>
示例#25
0
if ($moduleManagerMode) {
    ?>
                <?php 
    fpcm\model\view\helper::linkButton('#', 'MODULES_LIST_RELOADPKGLIST', 'fpcm-ui-reloadpkglist', 'fpcm-ui-button-blank fpcm-reload-btn');
    ?>
            <?php 
} else {
    ?>
                <?php 
    fpcm\model\view\helper::linkButton(\fpcm\classes\baseconfig::$moduleServerManualLink, 'MODULES_LIST_EXTERNALLIST', 'fpcm-ui-externalpkglist', 'fpcm-externallink-btn', '_blank');
    ?>
            <?php 
}
?>
                <?php 
fpcm\model\view\helper::select('moduleActions', $moduleActions, '', false, true, false, 'fpcm-ui-input-select-moduleactions');
?>
                <?php 
\fpcm\model\view\helper::submitButton('doAction', 'GLOBAL_OK', 'fpcm-ui-actions-modules fpcm-ok-button fpcm-loader');
?>
                </div>
            </div>         
        </div>
        
        <?php 
if ($permissionInstall) {
    ?>
        <div id="tabs-modules-upload">
            <?php 
    include_once dirname(__DIR__) . '/filemanager/forms/phpupload.php';
    ?>
示例#26
0
            <th class="fpcm-td-select-row"><?php 
    fpcm\model\view\helper::checkbox('fpcm-select-allsub', 'fpcm-select-allsub', '-trash' . $articleMonth, '', 'fpcm-select-allsub', false);
    ?>
</th>
        </tr>
        <tr class="fpcm-td-spacer"><td></td></tr>
        <?php 
    foreach ($articles as $articleId => $article) {
        ?>
            <tr>
                <td><?php 
        \fpcm\model\view\helper::linkButton($article->getArticleLink(), 'GLOBAL_FRONTEND_OPEN', '', 'fpcm-ui-button-blank fpcm-openlink-btn');
        ?>
</td>
                <td><strong><?php 
        print \fpcm\model\view\helper::escapeVal(strip_tags($article->getTitle()));
        ?>
</strong></td>
                <td class="fpcm-td-select-row"><?php 
        fpcm\model\view\helper::checkbox('actions[ids][]', 'fpcm-list-selectbox-trash fpcm-list-selectbox-sub-trash' . $articleMonth, $articleId, '', 'chbx' . $articleId, false);
        ?>
</td>
            </tr>
        <?php 
    }
    ?>
    <?php 
}
?>
                    
</table>
示例#27
0
                        <?php 
    }
    ?>
                    </div>
                </div>
                
                <div class="fpcm-clear"></div>

            </div>
        <?php 
}
?>
        </div>

        <div class="<?php 
\fpcm\model\view\helper::buttonsContainerClass();
?>
 fpcm-ui-list-buttons">
            <div class="fpcm-ui-margin-center">
                <?php 
fpcm\model\view\helper::saveButton('permissionsSave', 'fpcm-loader');
?>
            </div>
        </div>

        <?php 
\fpcm\model\view\helper::pageTokenField();
?>
        
    </form> 
</div>
示例#28
0
            </div>
            <?php 
foreach ($customLogs as $customLog) {
    ?>
            <div id="tabs-logs-<?php 
    print $customLog['id'];
    ?>
">
                <div id="fpcm-logcontent<?php 
    print $customLog['id'];
    ?>
"></div>
                <div class="<?php 
    \fpcm\model\view\helper::buttonsContainerClass();
    ?>
 fpcm-ui-list-buttons">
                    <div class="fpcm-ui-margin-center">
                        <?php 
    fpcm\model\view\helper::submitButton('fpcm-logs-clear_' . $customLog['id'], 'LOGS_CLEARLOG', 'fpcm-logs-clear fpcm-clear-btn');
    ?>
                    </div>
                </div> 
            </div>
            
            <?php 
}
?>
            
        </div>    
    </form>
</div>
示例#29
0
                        <td class="fpcm-td-select-row"><input type="radio" name="ids" value="<?php 
    print $cat->getId();
    ?>
"></td>
                    </tr>      
                    <?php 
}
?>
                </table>
                
                <div class="<?php 
\fpcm\model\view\helper::buttonsContainerClass();
?>
 fpcm-ui-list-buttons">
                    <div class="fpcm-ui-margin-center">
                        <?php 
fpcm\model\view\helper::linkButton($FPCM_BASEMODULELINK . 'categories/add', $FPCM_LANG->translate('CATEGORIES_ADD'), '', 'fpcm-loader fpcm-new-btn');
?>
                        <?php 
fpcm\model\view\helper::deleteButton('delete');
?>
                    </div>
                </div>
            </div>
        </div>

        <?php 
\fpcm\model\view\helper::pageTokenField();
?>
    </form>
</div>
示例#30
0
            <td><label><?php 
$FPCM_LANG->write('EDITOR_INSERTCOLOR_TEXT');
?>
:</label></td>
            <td><?php 
fpcm\model\view\helper::radio('color_mode', 'color_mode', 'color', '', 'color_mode1');
?>
</td>
        </tr>
        <tr>
            <td><label><?php 
$FPCM_LANG->write('EDITOR_INSERTCOLOR_BACKGROUND');
?>
:</label></td>
            <td><?php 
fpcm\model\view\helper::radio('color_mode', 'color_mode', 'background', '', 'color_mode2', false);
?>
</td>
        </tr>        
    </table>
</div>

<?php 
$count = 1;
?>
<!-- Smiley einfügen -->
<div class="fpcm-ui-dialog-layer fpcm-hidden fpcm-editor-dialog" id="fpcm-dialog-editor-html-insertsmileys"></div>

<!-- Symbol einfügen -->
<div class="fpcm-ui-dialog-layer fpcm-hidden fpcm-editor-dialog" id="fpcm-dialog-editor-html-insertsymbol">
    <table class="fpcm-ui-table fpcm-ui-editor-smileys">