Exemple #1
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>
Exemple #2
0
?>
                                <label for="file_img_thumb_height" class="ui-controlgroup-label"><?php 
$FPCM_LANG->write('SYSTEM_OPTIONS_NEWSSHOWMAXIMGSIZEPIXELS');
?>
</label>
                            </div>
                        </td>	
                    </tr>
                    <tr>			
                        <td class="fpcm-align-top"><?php 
$FPCM_LANG->write('SYSTEM_OPTIONS_NEWS_EDITOR_CSS');
?>
:</td>
                        <td>
                            <?php 
fpcm\model\view\helper::textArea('system_editor_css', 'fpcm-ui-half-width fpcm-options-cssclasses', $globalConfig['system_editor_css'], false);
?>
                        </td>	
                    </tr>
                </table>
            </div>

            <div id="tabs-options-news">
                <table class="fpcm-ui-table fpcm-ui-options">
                    <tr>			
                        <td><?php 
$FPCM_LANG->write('SYSTEM_OPTIONS_NEWSSHOWLIMIT');
?>
:</td>
                        <td><?php 
fpcm\model\view\helper::select('articles_limit', $articleLimitList, $globalConfig['articles_limit'], false, false);
Exemple #3
0
    <tr>
        <td class="fpcm-ui-template-replacements ui-widget-content ui-corner-all ui-state-normal">
            <dl>
            <?php 
foreach ($replacementsLatestNews 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[latestNews]', 'fpcm-full-width', $contentLatestNews);
?>
        </td>
    </tr>                    
</table>
Exemple #4
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>
Exemple #5
0
foreach ($replacementsTweet as $tag => $descr) {
    ?>
                <dt><?php 
    print $tag;
    ?>
</dt>        
                <dd><?php 
    print $descr;
    ?>
</dd>
            <?php 
}
?>
            </dl>
        </td>
    </tr>
    <tr class="fpcm-td-spacer"><td></td></tr>
    <tr>
        <th class="fpcm-th-full"><?php 
$FPCM_LANG->write('TEMPLATE_EDITOR');
?>
</th>
    </tr>
    <tr>
        <td>
            <?php 
fpcm\model\view\helper::textArea('template[tweet]', 'fpcm-full-width', $contentTweet);
?>
        </td>
    </tr>                    
</table>