</td>
    </tr>      
    <?php 
}
?>
</table>

<?php 
if (count($commentActions)) {
    ?>
<div class="<?php 
    \fpcm\model\view\helper::buttonsContainerClass();
    ?>
 fpcm-ui-list-buttons fpcm-ui-commentaction-buttons">
    <div class="fpcm-ui-margin-center">
        <?php 
    if ($commentsMode == 1) {
        \fpcm\model\view\helper::linkButton('#', 'ARTICLES_SEARCH', 'fpcmcommentsopensearch', 'fpcm-articles-opensearch');
    }
    ?>
        <?php 
    \fpcm\model\view\helper::select('commentAction', $commentActions, '', false, true, false, 'fpcm-ui-input-select-articleactions');
    ?>
        <?php 
    \fpcm\model\view\helper::submitButton('doAction', 'GLOBAL_OK', 'fpcm-ui-articleactions-ok fpcm-loader');
    ?>
    </div>
</div>
<?php 
}
示例#2
0
<div class="fpcm-ui-center">
    <h3><span class="fa fa-database"></span> <?php 
$FPCM_LANG->write('INSTALLER_DBCONNECTION');
?>
</h3>

    <div class="fpcm-half-width fpcm-ui-margin-center">
        <table class="fpcm-ui-table fpcm-ui-middle fpcm-ui-left">
            <tr>
                <td><?php 
$FPCM_LANG->write('INSTALLER_DBCONNECTION_TYPE');
?>
:</td>
                <td><?php 
\fpcm\model\view\helper::select('database[DBTYPE]', $sqlDrivers, null, false, false, false, 'fpcm-installer-data');
?>
</td>
            </tr>
            <tr>
                <td><?php 
$FPCM_LANG->write('INSTALLER_DBCONNECTION_HOST');
?>
:</td>
                <td><?php 
\fpcm\model\view\helper::textInput('database[DBHOST]', 'fpcm-installer-data', 'localhost');
?>
</td>
            </tr>
            <tr>
                <td><?php 
$FPCM_LANG->write('INSTALLER_DBCONNECTION_NAME');
示例#3
0
$FPCM_LANG->write('USERS_ROLL');
?>
:</td>
        <td>
            <?php 
if (isset($inProfile) && $inProfile) {
    ?>
                <?php 
    \fpcm\model\view\helper::select('roll', $userRolls, $author->getRoll(), false, false, true);
    ?>
            <?php 
} else {
    ?>
                
                <?php 
    \fpcm\model\view\helper::select('roll', $userRolls, $author->getRoll(), false, false);
    ?>
            <?php 
}
?>
                
        </td>
    </tr>
    <?php 
if ($showDisableButton) {
    ?>
    <tr>
        <td><?php 
    $FPCM_LANG->write('GLOBAL_DISABLE');
    ?>
:</td>
示例#4
0
                <p><?php 
            print $options['description'];
            ?>
:</p>
                <?php 
            \fpcm\model\view\helper::textArea('userfields[' . $options['name'] . ']', $options['class'], $options['value'], $options['readonly']);
            ?>
            <?php 
        } elseif ($options['type'] == 'select') {
            ?>
                <p><?php 
            print $options['description'];
            ?>
:</p>
                <?php 
            \fpcm\model\view\helper::select('userfields[' . $options['name'] . ']', $options['options'], $options['value'], $options['firstempty'], $options['firstenabled'], $options['readonly'], $options['class']);
            ?>
            <?php 
        } elseif ($options['type'] == 'checkbox') {
            ?>
                <?php 
            \fpcm\model\view\helper::checkbox('userfields[' . $options['name'] . ']', $options['class'], $options['value'], $options['description'], $options['id'], $options['selected'], $options['readonly']);
            ?>
            <?php 
        } elseif ($options['type'] == 'radio') {
            ?>
                <?php 
            \fpcm\model\view\helper::radio('userfields[' . $options['name'] . ']', $options['class'], $options['value'], $options['description'], $options['id'], $options['selected'], $options['readonly']);
            ?>
            <?php 
        } else {
示例#5
0
</td>
            <td><?php 
\fpcm\model\view\helper::select('approved', $searchApproval, null, false, false, false, 'fpcm-comments-search-input fpcm-ui-input-select-commentsearch');
?>
</td>
            <td><?php 
\fpcm\model\view\helper::select('private', $searchPrivate, null, false, false, false, 'fpcm-comments-search-input fpcm-ui-input-select-commentsearch');
?>
</td>
        </tr>
        <tr>    
            <td><?php 
\fpcm\model\view\helper::textInput('datefrom', 'fpcm-comments-search-input fpcm-full-width-date', '', false, 10, $FPCM_LANG->translate('ARTICLE_SEARCH_DATE_FROM'), 'fpcm-full-width');
?>
</td>
            <td><?php 
\fpcm\model\view\helper::textInput('dateto', 'fpcm-comments-search-input fpcm-full-width-date', '', false, 10, $FPCM_LANG->translate('ARTICLE_SEARCH_DATE_TO'), 'fpcm-full-width');
?>
</td>
            <td></td>
        </tr>
        <tr>
            <td></td>
            <td></td>
            <td><?php 
\fpcm\model\view\helper::select('combination', $searchCombination, null, false, false, false, 'fpcm-comments-search-input fpcm-ui-input-select-commentsearch');
?>
</td>
        </tr>
    </table>
</div>
示例#6
0
:</td>
            <td>
                <?php 
fpcm\model\view\helper::selectGroup('usermeta[system_timezone]', $timezoneAreas, $author->getUserMeta('system_timezone'));
?>
	
            </td>
        </tr>
        <tr>
            <td><?php 
$FPCM_LANG->write('SYSTEM_OPTIONS_LANG');
?>
:</td>
            <td>
                <?php 
\fpcm\model\view\helper::select('usermeta[system_lang]', $languages, $author->getUserMeta('system_lang'), false, false);
?>
            </td>
        </tr>                
        <tr>
            <td><?php 
$FPCM_LANG->write('SYSTEM_OPTIONS_DATETIMEMASK');
?>
:</td>
            <td>
                <?php 
\fpcm\model\view\helper::textInput('usermeta[system_dtmask]', '', $author->getUserMeta('system_dtmask'));
?>
                <?php 
\fpcm\model\view\helper::shortHelpButton($FPCM_LANG->translate('SYSTEM_OPTIONS_DATETIMEMASK_HELP'), '', 'http://us2.php.net/manual/function.date.php', '_blank');
?>
示例#7
0
     ?>
         <?php 
 } else {
     ?>
         
             <?php 
     \fpcm\model\view\helper::dummyButton('GLOBAL_BACK', 'fpcm-ui-pager-buttons fpcm-back-button fpcm-ui-readonly');
     ?>
         
         <?php 
 }
 ?>
     </td>
     <td class="fpcm-ui-center">            
         <?php 
 \fpcm\model\view\helper::select('pageSelect', $pageSelectOptions, $pageCurrent, false, false);
 ?>
     </td>
     <td class="fpcm-ui-center">
         <?php 
 if ($nextBtn) {
     ?>
             <?php 
     \fpcm\model\view\helper::linkButton($FPCM_SELF . '?module=' . $listAction . '&page=' . $nextBtn, 'GLOBAL_NEXT', 'fpcm-pager-next', 'fpcm-ui-pager-buttons fpcm-forward-button');
     ?>
         <?php 
 } else {
     ?>
         
             <?php 
     \fpcm\model\view\helper::dummyButton('GLOBAL_NEXT', 'fpcm-ui-pager-buttons fpcm-forward-button fpcm-ui-readonly');
示例#8
0
<div class="fpcm-ui-center">
    <h3><span class="fa fa-language"></span> <?php 
$FPCM_LANG->write('INSTALLER_LANGUAGE_SELECT');
?>
</h3>
    
    <div class="fpcm-half-width fpcm-ui-margin-center">
        <?php 
\fpcm\model\view\helper::select('language', array_flip($FPCM_LANG->getLanguages()), 'de', false, false);
?>
    </div>
</div>
示例#9
0
    ?>
;" href="#">&#<?php 
    print $i;
    ?>
;</a></td>
            <?php 
    if ($i % 20 == 0) {
        ?>
</tr><tr><?php 
    }
    ?>
            
        <?php 
}
?>
            
        </tr>        
    </table>
</div>

<!-- Vorlage einfügen -->
<div class="fpcm-ui-dialog-layer fpcm-hidden fpcm-editor-dialog" id="fpcm-dialog-editor-html-insertdraft">
    <table class="fpcm-ui-table">
        <tr>
            <td><?php 
\fpcm\model\view\helper::select('tpldraft', $editorTemplatesList, '');
?>
</td>
        </tr>
    </table>
</div>
示例#10
0
        <div class="<?php 
\fpcm\model\view\helper::buttonsContainerClass();
?>
 fpcm-ui-list-buttons">

            <div class="fpcm-ui-margin-center">
                <?php 
if ($permAdd) {
    \fpcm\model\view\helper::linkButton('?module=articles/add', 'HL_ARTICLE_ADD', 'fpcm-articles-listaddnew', 'fpcm-new-btn fpcm-loader');
}
?>
                <?php 
\fpcm\model\view\helper::linkButton('#', 'ARTICLES_SEARCH', 'fpcm-articles-opensearch', 'fpcm-articles-opensearch');
?>
                <?php 
\fpcm\model\view\helper::select('actions[action]', $articleActions, '', false, true, false, 'fpcm-ui-input-select-articleactions');
?>
                <?php 
\fpcm\model\view\helper::submitButton('doAction', 'GLOBAL_OK', 'fpcm-ui-articleactions-ok fpcm-loader');
?>
                <?php 
if ($showTrash && $deletePermissions) {
    \fpcm\model\view\helper::submitButton('clearTrash', 'ARTICLE_LIST_EMPTYTRASH', 'fpcm-delete-btn fpcm-loader fpcm-hidden');
}
?>
            </div>

        </div>
        
        <?php 
\fpcm\model\view\helper::pageTokenField();