Beispiel #1
0
                }
            }
        } else {
            exit("DBからのメールデータ取得に失敗!!");
        }
    }
}
//----------------
// 各種変数の設定
//----------------
// 表示設定引継ぎ用のパラメータ文字列の生成
$viewSettingParamP = makeRequestParam(array('dir_id', 'offset', 'view_count'), 'post');
// POST送信用
// 絞り込み設定引継ぎ用のパラメータ文字列の生成
$keys = array('search_rd', 'search_to', 'search_dm', 'search_dt', 'search_op', 'search_rp');
$searchParamP = makeRequestParam($keys, 'post');
?>

<?php 
/**********************************************************************
 * HTML表示セクション
 **********************************************************************/
?>
<!-- 結果表示 -->
<?php 
if ($_REQUEST["mode"] == "retire_all") {
    ?>
<strong>一括退会処理完了!</strong>
<?php 
} else {
    if ($_REQUEST["mode"] == "stop_all") {
Beispiel #2
0
            } else {
                $infoMail->updateDirId($_REQUEST["new_dir_id"]);
            }
        } else {
            $infoMail->updateDirId($_REQUEST["new_dir_id"]);
        }
        $dirName = getDirName($_REQUEST["new_dir_id"]) . "フォルダに移動しました。";
    }
} else {
    die("DBからのメールデータ取得に失敗!!");
}
//----------------
// 各種変数の設定
//----------------
// 表示設定引継ぎ用のパラメータ文字列の生成
$viewSettingParamP = makeRequestParam(array('offset', 'view_count'), 'post');
// POST送信用
?>

<?php 
/**********************************************************************
 * HTML表示セクション
 **********************************************************************/
?>
<html>
<head>
<title>メール詳細</title>
<meta http-equiv="Content-Type" content="text/html; charset=Shift-JIS">
<meta http-equiv="Cache-Control" content="no-cache">
</head>