Ejemplo n.º 1
0
    // }}}
    // {{{ PC - あぼーんワード編集
    echo "<td>\n\n";
    echo <<<EOP
<fieldset>
<legend>あぼーんワード編集</legend>

EOP;
    printEditFileForm($aborn_res_txt, 'レス');
    printEditFileForm($aborn_name_txt, '名前');
    printEditFileForm($aborn_mail_txt, 'メール');
    printEditFileForm($aborn_msg_txt, '本文');
    printEditFileForm($aborn_id_txt, 'ID');
    printEditFileForm($aborn_thread_txt, 'スレッド');
    // +Wiki
    printEditFileForm($aborn_be_txt, 'BE');
    echo <<<EOP
</fieldset>

EOP;
    echo "</td></tr>";
    // }}}
    // {{{ PC - ホストの同期 HTMLのセット
    echo <<<EOP
<tr><td colspan="2">
<fieldset>
<legend>ホストの同期 (2chの板移転に対応します)</legend>
EOP;
    echo getSyncFavoritesFormHt('all', 'すべて');
    foreach ($synctitles as $syncmode => $syncname) {
        echo getSyncFavoritesFormHt($syncmode, $syncname);
Ejemplo n.º 2
0
EOP;
    echo "</td>";
    // }}}
    // {{{ PC - あぼーんワード編集
    echo "<td>\n\n";
    echo <<<EOP
<fieldset>
<legend>あぼーんワード編集</legend>

EOP;
    printEditFileForm($aborn_res_txt, 'レス');
    printEditFileForm($aborn_name_txt, '名前');
    printEditFileForm($aborn_mail_txt, 'メール');
    printEditFileForm($aborn_msg_txt, '本文');
    printEditFileForm($aborn_id_txt, 'ID');
    printEditFileForm($aborn_thread_txt, 'スレッド');
    echo <<<EOP
</fieldset>

EOP;
    echo "</td></tr>";
    // }}}
    // {{{ PC - ホストの同期 HTMLのセット
    echo <<<EOP
<tr><td colspan="2">
<fieldset>
<legend>ホストの同期 (2chの板移転に対応します)</legend>
EOP;
    echo getSyncFavoritesFormHt('all', 'すべて');
    foreach ($synctitles as $syncmode => $syncname) {
        echo getSyncFavoritesFormHt($syncmode, $syncname);