/home/shnoulle/Public/webdev/master/application/views/admin/survey/organizeGroupsAndQuestions_view.php(14)
02 App()->getClientScript()->registerPackage('jquery-nestedSortable'); 03 App()->getClientScript()->registerScriptFile(App()->getConfig('adminscripts') . 'organize.js', LSYii_ClientScript::POS_BEGIN); 04 App()->getClientScript()->registerCssFile(Yii::app()->getConfig('publicstyleurl') . 'organize.css'); 05 ?> 06 07 <div id='edit-survey-text-element' class='side-body <?php echo getSideBodyClass(true); ?>'> 08 <div class='row'> 09 <div class='col-md-8'> 10 <?php 11 $this->widget('ext.AlertWidget.AlertWidget', [ 12 'header' => 'Reordering', 13 'text' => gT("To reorder questions/questiongroups just drag the question/group with your mouse to the desired position.") . ' ' . 14 ($surveyActivated ? gT("Survey is activated, you can not move a question to another group.") : "") . ' ' . 15 gT("After you are done, please click the 'Save' button to save your changes."), 16 'type' => 'info', 17 ]); 18 ?> 19 </div> 20 <div class='col-md-4'> 21 <button id='organizer-collapse-all' class='btn btn-outline-secondary'><span class='ri-fullscreen-exit-line'></span> <?php eT("Collapse all"); ?></button> 22 <button id='organizer-expand-all' class='btn btn-outline-secondary'><span class='ri-fullscreen-exit-line'></span> <?php eT("Expand all"); ?></button> 23 </div> 24 </div> 25 26 <div class='movableList'>
#0 |
+
–
/home/shnoulle/Public/webdev/master/vendor/yiisoft/yii/framework/web/CBaseController.php(126): require("/home/shnoulle/Public/webdev/master/application/views/admin/surv...") 121 $data=$_data_; 122 if($_return_) 123 { 124 ob_start(); 125 ob_implicit_flush(false); 126 require($_viewFile_); 127 return ob_get_clean(); 128 } 129 else 130 require($_viewFile_); 131 } |
#1 |
+
–
/home/shnoulle/Public/webdev/master/vendor/yiisoft/yii/framework/web/CBaseController.php(95): CBaseController->renderInternal("/home/shnoulle/Public/webdev/master/application/views/admin/surv...",
array("surveyid" => 564748, "aGroupsAndQuestions" =>
array(array("gid" => "1560", "group_text" => "1560 Mon premier
groupe de question", "questions" => array(array("question" =>
"[<span class="em-expression">1</span>] Q00 Une première
questio...", "gid" => "1560", "qid" => "19381", "title" =>
"Q00"))))), true) 090 { 091 $widgetCount=count($this->_widgetStack); 092 if(($renderer=Yii::app()->getViewRenderer())!==null && $renderer->fileExtension==='.'.CFileHelper::getExtension($viewFile)) 093 $content=$renderer->renderFile($this,$viewFile,$data,$return); 094 else 095 $content=$this->renderInternal($viewFile,$data,$return); 096 if(count($this->_widgetStack)===$widgetCount) 097 return $content; 098 else 099 { 100 $widget=end($this->_widgetStack); |
#2 |
+
–
/home/shnoulle/Public/webdev/master/vendor/yiisoft/yii/framework/web/CController.php(872): CBaseController->renderFile("/home/shnoulle/Public/webdev/master/application/views/admin/surv...",
array("surveyid" => 564748, "aGroupsAndQuestions" =>
array(array("gid" => "1560", "group_text" => "1560 Mon premier
groupe de question", "questions" => array(array("question" =>
"[<span class="em-expression">1</span>] Q00 Une première
questio...", "gid" => "1560", "qid" => "19381", "title" =>
"Q00"))))), true) 867 */ 868 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 869 { 870 if(($viewFile=$this->getViewFile($view))!==false) 871 { 872 $output=$this->renderFile($viewFile,$data,true); 873 if($processOutput) 874 $output=$this->processOutput($output); 875 if($return) 876 return $output; 877 else |
#3 |
+
–
/home/shnoulle/Public/webdev/master/application/views/questionAdministration/listquestions.php(45): CController->renderPartial("/admin/survey/organizeGroupsAndQuestions_view",
array("surveyid" => 564748, "aGroupsAndQuestions" =>
array(array("gid" => "1560", "group_text" => "1560 Mon premier
groupe de question", "questions" => array(array("question" =>
"[<span class="em-expression">1</span>] Q00 Une première
questio...", "gid" => "1560", "qid" => "19381", "title" =>
"Q00")))))) 40 ) ?> 41 </div> 42 <div id="reorder" class="tab-pane row"> 43 <?php $this->renderPartial('/admin/survey/organizeGroupsAndQuestions_view',[ 44 'surveyid' => $surveyid, 45 'aGroupsAndQuestions' => $aGroupsAndQuestions, 46 47 ]) ?> 48 </div> 49 </div> 50 </div> |
#4 |
+
–
/home/shnoulle/Public/webdev/master/vendor/yiisoft/yii/framework/web/CBaseController.php(126): require("/home/shnoulle/Public/webdev/master/application/views/questionAd...") 121 $data=$_data_; 122 if($_return_) 123 { 124 ob_start(); 125 ob_implicit_flush(false); 126 require($_viewFile_); 127 return ob_get_clean(); 128 } 129 else 130 require($_viewFile_); 131 } |
#5 |
+
–
/home/shnoulle/Public/webdev/master/vendor/yiisoft/yii/framework/web/CBaseController.php(95): CBaseController->renderInternal("/home/shnoulle/Public/webdev/master/application/views/questionAd...",
array("oSurvey" => Survey, "surveyid" => 564748, "sid" =>
564748, "sidemenu" => array("listquestions" => true,
"landOnSideMenuTab" => "settings"), ...), true) 090 { 091 $widgetCount=count($this->_widgetStack); 092 if(($renderer=Yii::app()->getViewRenderer())!==null && $renderer->fileExtension==='.'.CFileHelper::getExtension($viewFile)) 093 $content=$renderer->renderFile($this,$viewFile,$data,$return); 094 else 095 $content=$this->renderInternal($viewFile,$data,$return); 096 if(count($this->_widgetStack)===$widgetCount) 097 return $content; 098 else 099 { 100 $widget=end($this->_widgetStack); |
#6 |
+
–
/home/shnoulle/Public/webdev/master/vendor/yiisoft/yii/framework/web/CController.php(872): CBaseController->renderFile("/home/shnoulle/Public/webdev/master/application/views/questionAd...",
array("oSurvey" => Survey, "surveyid" => 564748, "sid" =>
564748, "sidemenu" => array("listquestions" => true,
"landOnSideMenuTab" => "settings"), ...), true) 867 */ 868 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 869 { 870 if(($viewFile=$this->getViewFile($view))!==false) 871 { 872 $output=$this->renderFile($viewFile,$data,true); 873 if($processOutput) 874 $output=$this->processOutput($output); 875 if($return) 876 return $output; 877 else |
#7 |
+
–
/home/shnoulle/Public/webdev/master/vendor/yiisoft/yii/framework/web/CController.php(785): CController->renderPartial("listquestions",
array("oSurvey" => Survey, "surveyid" => 564748, "sid" =>
564748, "sidemenu" => array("listquestions" => true,
"landOnSideMenuTab" => "settings"), ...), true) 780 */ 781 public function render($view,$data=null,$return=false) 782 { 783 if($this->beforeRender($view)) 784 { 785 $output=$this->renderPartial($view,$data,true); 786 if(($layoutFile=$this->getLayoutFile($this->layout))!==false) 787 $output=$this->renderFile($layoutFile,array('content'=>$output),true); 788 789 $this->afterRender($view,$output); 790 |
#8 |
+
–
/home/shnoulle/Public/webdev/master/application/controllers/QuestionAdministrationController.php(347): CController->render("listquestions",
array("oSurvey" => Survey, "surveyid" => 564748, "sid" =>
564748, "sidemenu" => array("listquestions" => true,
"landOnSideMenuTab" => "settings"), ...)) 342 'surveycontent', 343 'create' 344 ); 345 346 347 $this->render("listquestions", $aData); 348 } 349 350 public function getGroupData($oSurvey) 351 { 352 $model = new QuestionGroup('search'); |
#9 |
unknown(0): QuestionAdministrationController->actionListQuestions("564748", "settings")
|
#10 |
+
–
/home/shnoulle/Public/webdev/master/vendor/yiisoft/yii/framework/web/actions/CAction.php(115): ReflectionMethod->invokeArgs(QuestionAdministrationController, array("564748", "settings")) 110 elseif($param->isDefaultValueAvailable()) 111 $ps[]=$param->getDefaultValue(); 112 else 113 return false; 114 } 115 $method->invokeArgs($object,$ps); 116 return true; 117 } 118 } |
#11 |
+
–
/home/shnoulle/Public/webdev/master/vendor/yiisoft/yii/framework/web/actions/CInlineAction.php(47): CAction->runWithParamsInternal(QuestionAdministrationController,
ReflectionMethod, array("/questionAdministration/listQuestions" =>
"", "surveyid" => "564748")) 42 { 43 $methodName='action'.$this->getId(); 44 $controller=$this->getController(); 45 $method=new ReflectionMethod($controller, $methodName); 46 if($method->getNumberOfParameters()>0) 47 return $this->runWithParamsInternal($controller, $method, $params); 48 49 $controller->$methodName(); 50 return true; 51 } 52 } |
#12 |
+
–
/home/shnoulle/Public/webdev/master/vendor/yiisoft/yii/framework/web/CController.php(308): CInlineAction->runWithParams(array("/questionAdministration/listQuestions" => "", "surveyid" => "564748")) 303 { 304 $priorAction=$this->_action; 305 $this->_action=$action; 306 if($this->beforeAction($action)) 307 { 308 if($action->runWithParams($this->getActionParams())===false) 309 $this->invalidActionParams($action); 310 else 311 $this->afterAction($action); 312 } 313 $this->_action=$priorAction; |
#13 |
+
–
/home/shnoulle/Public/webdev/master/vendor/yiisoft/yii/framework/web/CController.php(286): CController->runAction(CInlineAction) 281 * @see runAction 282 */ 283 public function runActionWithFilters($action,$filters) 284 { 285 if(empty($filters)) 286 $this->runAction($action); 287 else 288 { 289 $priorAction=$this->_action; 290 $this->_action=$action; 291 CFilterChain::create($this,$action,$filters)->run(); |
#14 |
+
–
/home/shnoulle/Public/webdev/master/vendor/yiisoft/yii/framework/web/CController.php(265): CController->runActionWithFilters(CInlineAction, array()) 260 { 261 if(($parent=$this->getModule())===null) 262 $parent=Yii::app(); 263 if($parent->beforeControllerAction($this,$action)) 264 { 265 $this->runActionWithFilters($action,$this->filters()); 266 $parent->afterControllerAction($this,$action); 267 } 268 } 269 else 270 $this->missingAction($actionID); |
#15 |
+
–
/home/shnoulle/Public/webdev/master/application/controllers/LSBaseController.php(145): CController->run("listQuestions") 140 $this->redirect(array('/admin/authentication/sa/login')); 141 } 142 } 143 } 144 145 parent::run($action); 146 } 147 148 /** 149 * Load and set session vars 150 * |
#16 |
+
–
/home/shnoulle/Public/webdev/master/vendor/yiisoft/yii/framework/web/CWebApplication.php(282): LSBaseController->run("listQuestions") 277 { 278 list($controller,$actionID)=$ca; 279 $oldController=$this->_controller; 280 $this->_controller=$controller; 281 $controller->init(); 282 $controller->run($actionID); 283 $this->_controller=$oldController; 284 } 285 else 286 throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".', 287 array('{route}'=>$route===''?$this->defaultController:$route))); |
#17 |
+
–
/home/shnoulle/Public/webdev/master/vendor/yiisoft/yii/framework/web/CWebApplication.php(141): CWebApplication->runController("questionAdministration/listQuestions") 136 foreach(array_splice($this->catchAllRequest,1) as $name=>$value) 137 $_GET[$name]=$value; 138 } 139 else 140 $route=$this->getUrlManager()->parseUrl($this->getRequest()); 141 $this->runController($route); 142 } 143 144 /** 145 * Registers the core application components. 146 * This method overrides the parent implementation by registering additional core components. |
#18 |
+
–
/home/shnoulle/Public/webdev/master/vendor/yiisoft/yii/framework/base/CApplication.php(185): CWebApplication->processRequest() 180 public function run() 181 { 182 if($this->hasEventHandler('onBeginRequest')) 183 $this->onBeginRequest(new CEvent($this)); 184 register_shutdown_function(array($this,'end'),0,false); 185 $this->processRequest(); 186 if($this->hasEventHandler('onEndRequest')) 187 $this->onEndRequest(new CEvent($this)); 188 } 189 190 /** |
#19 |
+
–
/home/shnoulle/Public/webdev/master/index.php(161): CApplication->run() 156 require_once APPPATH . 'core/LSYii_Application' . EXT; 157 158 $config = require_once(APPPATH . 'config/internal' . EXT); 159 160 Yii::$enableIncludePath = false; 161 Yii::createApplication('LSYii_Application', $config)->run(); 162 163 /* End of file index.php */ 164 /* Location: ./index.php */ |