#set($title = "市民団体登録") #set($menukubun = "4") #parse( "/WEB-INF/view/common/header_admin.vm" ) <div id="contents"> <div id="contents_main"> <div id="breadcrumbsWrap"> <div id="breadcrumbs" class="fs01 clearfix"> <ul class="crumbs"> <li><a href="#q('/admin/support/')">1%支援制度管理</a> ></li> <li><em>団体登録</em></li> </ul> </div><!--[ /breadcrumbs ]--> </div><!--[ /breadcrumbsWrap ]--> <div id="main" class="clearfix"> <div class="btn_area"> <a href="#q('/admin/enquete/enqueteRegist/')"> <img src="/em/images/enq_01_btn_01_off.jpg" width="80" height="30" alt="新規作成" class="mgr10"></a> <img src="/em/images/enq_01_btn_02_off.jpg" width="180" height="30" alt="アンケート結果ファイル一覧" /></div> <h2 class="contents_title">市民団体登録</h2> <div id="right_contents"> <form method="POST" action="#q('/admin/support/organizationSearch/csvOutput')" > <table border="0" cellpadding="0" cellspacing="0" class="stripe"> <thead> <tr> <th class="w40 t_center">団体番号</th> <th class="w380 t_center">団体名</th> <th class="w120 t_center">作成日</th> <th class="w120 t_center">最終更新日</th> <th class="w120 t_center">作成者</th> <th class="w120 t_center">最終更新者</th> <th class="w30 t_center"></th> </tr> </thead> <tbody> <tr #if($!velocityCount % 2 == 0) class="white dot_line" #else class="gray" #end> <td class="t_center dot_line" >001</td> <td class="t_center dot_line">市民団体名001</td> <td class="t_left dot_line">2012/08/01 12:25:00</td> <td class="t_left dot_line" >2012/08/01 12:25:00</td> <td class="t_center dot_line">管理者01</td> <td class="t_center dot_line">管理者01</td> <td class="dot_line" ><a href='#' onclick=""><img src="/em/images//enq_01_btn_05_off.gif" width="30" height="20" alt="削除" /></a></td> </td> </tr> </tbody> </table> <BR> <div class="btn_area2"> <!-- <input type="submit" class="button" value="CSVファイル出力" /> --> </div> </form> </div> </div> <div id="contents_bottom"> <img src="/em/images/bg_contents_bottom.jpg" width="1036" height="15" /> </div> </div> </div> #parse( "/WEB-INF/view/common/footer_admin.vm" )