<{* $Id: bmsurvey_manage.html,v 1.0 2009/01/29 makinosuke Exp $ *}> <{* Query Variables **************************************************************************}> <{capture assign=query_where}><{$smarty.get.where}><{$smarty.post.where}><{/capture}> <{capture assign=query_op}><{$smarty.get.op}><{$smarty.post.op}><{/capture}> <{capture assign=query_sid}><{$smarty.get.sid}><{$smarty.post.sid}><{/capture}> <{capture assign=query_rid}><{$smarty.get.rid}><{$smarty.post.rid}><{/capture}> <{capture assign=query_cross}><{$smarty.get.cross}><{$smarty.post.cross}><{/capture}> <{capture assign=query_type}><{$smarty.get.type}><{$smarty.post.type}><{/capture}> <{capture assign=query_qidc}><{$smarty.get.qidc}><{$smarty.post.qidc}><{/capture}> <{capture assign=query_qidr}><{$smarty.get.qidr}><{$smarty.post.qidr}><{/capture}> <{capture assign=query_tab}><{$smarty.get.tab}><{$smarty.post.tab}><{/capture}>

<{$smarty.const._AM_BMSURVEY_MANAGE}>

<{* Survey Settings View **************************************************************************}> <{if $query_where == '' || $query_where == 'manage'}>
<{include file="db:bmsurvey_list.html"}> <{elseif $query_where == 'crossset'}> <{include file="db:bmsurvey_manage_crossset.html"}> <{elseif $query_where == 'crosstab'}> <{include file="db:bmsurvey_manage_crosstab.html"}> <{elseif $query_where == 'results'}>

<{$smarty.const._GT_View_Survey_Results}>

<{foreach key=key item=value from=$survey}> <{if $key != 'questions'}> <{if $key == 'title'}> <{elseif $key == 'subtitle'}> <{/if}> <{/if}> <{/foreach}>
<{$smarty.const._GT_General}><{$smarty.const.BMSURVEY_LIST_NAME}>
<{$smarty.const._GT_Title}><{$value}>
<{$smarty.const._GT_Subtitle}><{$value}>
<{include file="db:bmsurvey_manage_results.html"}> <{/if}>
<{if $xoops_isadmin}><{debug}><{/if}>