function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "メーリングリスト検索";
     $this->header_file = "mlists_search_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new mlists_search_mgr();
 }
 function __construct($request)
 {
     parent::__construct($request);
     $this->req_only = true;
     $this->page_title = "メーリングリスト承認待ち一覧";
     $this->header_file = "mlists_req_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new mlists_req_mgr();
 }