#set ($notset_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.common.notset"))
#set ($title_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "questionselector.title"))
#set ($applybutton_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.apply.label"))
#set ($applyhint_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.apply.hint"))
#set ($cancelbutton_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.cancel.label"))
#set ($cancelhint_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.cancel.hint"))
#set ($displayrule_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "questionselector.displayrule"))
#set ($noquestion_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "questionselector.noquestionselected"))
#set ($question_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "AdminDialogs", "getlegaquestiondetail.questionlabel"))
$title_text
#parse("common_js.vm")
#parse("systemmanager_js.vm")
|
|
$question_text
|
$CommonFunctions.displayReady($activeQuestion.getTag()) $CommonFunctions.displayReady($activeQuestion.getQuestion())
|
|
|
#foreach ($question in $questionList)
#set ($responseList = $questionResponses.get($question.getLegaQuestionId()))
#end
|
|