コード例 #1
0
ファイル: main.php プロジェクト: sea75300/fanpresscm3
</a></li>
            <li><a href="#linklist"><?php 
$FPCM_LANG->write('NKORG_SITEMAPLINKLIST_LINKSELECTTION');
?>
</a></li>
        </ul>
        
        <div id="filepathform">
            <table class="fpcm-ui-table fpcm-ui-options">
                <tr>			
                    <td><?php 
fpcm\model\view\helper::textInput('xmlfilepath', '', $savedpath);
?>
</td>
                    <td><?php 
\fpcm\model\view\helper::button('submit', 'sitemaplinklistCheckPath', 'GLOBAL_OK');
?>
</td>
                </tr>
            </table>         
        </div>
        
        <div id="linklist">
        <?php 
if ($listcontent !== false) {
    ?>
            <ul>
            <?php 
    foreach ($listcontent as $key => $value) {
        ?>
            
コード例 #2
0
ファイル: articles.php プロジェクト: sea75300/fanpresscm3
<p><?php 
$FPCM_LANG->write('FPCM_CLASSICIMPORTER_IMPORT_ARTICLES_TXT');
?>
</p>
<p><?php 
\fpcm\model\view\helper::button('button', 'startImportArticles', 'FPCM_CLASSICIMPORTER_IMPORT_START', 'fpcm-classicimporter-importstart');
?>
</p>
<p class="fpcm-ui-checkdata-text fpcm-ui-important-text">
    <span class="fa fa-exclamation-circle"></span> <?php 
$FPCM_LANG->write('FPCM_CLASSICIMPORTER_CHECK');
?>
</p>

コード例 #3
0
ファイル: fpcm2path.php プロジェクト: sea75300/fanpresscm3
<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>