Notice (8): Undefined variable: circulars [APP\View\Layouts\site.ctp, line 473]Code Context
<?php
foreach ($circulars as $circular) {
$viewFile = 'C:\xampp\htdocs\app\View\Layouts\site.ctp' $dataForView = array( 'citation' => array(), 'publication' => array(), 'content_for_layout' => '<style> th, td { text-align: center; } .tttable th, td { border: 2px solid #f9f9f9 !important; } div#time-table a:hover { color:#9BBA6E !important; } #wrapper { //background-color: #fff; //border-top: 1px solid #ccc; width: 100%; height: 350px; //position: absolute; //left: 0; //bottom: 0; } #carousel { //margin-top: -105px; } #carousel div { text-align: center; width: 100px; height: 250px; float: left; //position: relative; } #carousel div img { border: none; width: 100%; height: auto; } #carousel div span { display: none; } #carousel div:hover span { background-color: #333; color: #fff; display: inline-block; width: 100px; padding: 2px 0; margin: 0 0 0 -50px; //position: absolute; //bottom: 30px; //left: 50%; //border-radius: 3px; } </style> <!-- page header section --> <div class="page-title"> <div class="container"> <div class="row" style="background-color: #0080D5;"> <div class="col-md-12 ptn-bg" > <h2>Research and Publications</h2> <ol class="breadcrumb"> <li><a href="/">Home</a></a></li> <li class="active">Research and Publications</li> </ol> </div> </div> </div> </div> <!-- banner section ending--> <div class="main-container" style="padding-bottom:5px;"> <!-- Main-container start --> <div class="container "> <!-- Page Content start --> <div class="col-md-3"> <ul class="nav nav-pills nav-stacked"> <li class="active"> <a href="#fp" role="tab" data-toggle="tab">Funded Projects</a> </li> <li> <a href="#pb" role="tab" data-toggle="tab">Publications</a> </li> <li> <a href="#ci" role="tab" data-toggle="tab" >Citation</a> </li> </ul> </div> <div class="col-md-9"> <div class="tab-content"> <div class="tab-pane active" id="fp" style="margin: -20px 0px 0px 20px"> <br/> <div class="row sponsorship-detail" style="padding:0 10px;"> <div class="col-md-12" style="text-align: center;"> <div class="row"> <div class="col-md-12" > <div class="blk" style="text-align:left;"> <h2>Funded Projects</h2><hr style="border-top:1px solid #9bba6e;"> <!--<h3> LIST OF PROJECTS </h3> <table class="table table-bordered" style="height: 92px; width: 655px;" border="0"> <tr> <th>Sr. No. </th> <th>Project Name</th> <tr> <td>1</td> <td><a style="margin-left:20px;" target="_blank" href="http://localhost/crit/cdn/citation/xyz.pdf">Robotics</a></td> </tr> </table> --> </div> </div> </div> </div> </div> </div> <div class="tab-pane" id="pb" style="margin: -20px 0px 0px 20px"> <br/> <div class="row sponsorship-detail" style="padding:0 10px;"> <div class="col-md-12" style="text-align: center;"> <div class="row"> <div class="col-md-12" > <div class="blk" style="text-align:left;"> <h2>Publications</h2><hr style="border-top:1px solid #9bba6e;"> <!-- <object class="displaypdf" data="http://localhost/crit/cdn/citation/xyz.pdf" type="application/pdf" width="100%" height="600px"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="http://localhost/crit/cdn/citation/xyz.pdf">Download PDF</a>.</p> --> </div> </div> </div> </div> </div> </div> <div class="tab-pane" id="ci" style="margin: -20px 0px 0px 20px"> <br/> <div class="row sponsorship-detail" style="padding:0 10px;"> <div class="col-md-12" style="text-align: center;"> <div class="row"> <div class="col-md-12" > <div class="blk" style="text-align:left;"> <h2>Citation</h2><hr style="border-top:1px solid #9bba6e;"> </div> </div> </div> </div> </div> </div> </div> </div> <!--trial end--> </div> <!-- Main-container ending --> ', 'scripts_for_layout' => '', 'title_for_layout' => 'Pages' ) $citation = array() $publication = array() $content_for_layout = '<style> th, td { text-align: center; } .tttable th, td { border: 2px solid #f9f9f9 !important; } div#time-table a:hover { color:#9BBA6E !important; } #wrapper { //background-color: #fff; //border-top: 1px solid #ccc; width: 100%; height: 350px; //position: absolute; //left: 0; //bottom: 0; } #carousel { //margin-top: -105px; } #carousel div { text-align: center; width: 100px; height: 250px; float: left; //position: relative; } #carousel div img { border: none; width: 100%; height: auto; } #carousel div span { display: none; } #carousel div:hover span { background-color: #333; color: #fff; display: inline-block; width: 100px; padding: 2px 0; margin: 0 0 0 -50px; //position: absolute; //bottom: 30px; //left: 50%; //border-radius: 3px; } </style> <!-- page header section --> <div class="page-title"> <div class="container"> <div class="row" style="background-color: #0080D5;"> <div class="col-md-12 ptn-bg" > <h2>Research and Publications</h2> <ol class="breadcrumb"> <li><a href="/">Home</a></a></li> <li class="active">Research and Publications</li> </ol> </div> </div> </div> </div> <!-- banner section ending--> <div class="main-container" style="padding-bottom:5px;"> <!-- Main-container start --> <div class="container "> <!-- Page Content start --> <div class="col-md-3"> <ul class="nav nav-pills nav-stacked"> <li class="active"> <a href="#fp" role="tab" data-toggle="tab">Funded Projects</a> </li> <li> <a href="#pb" role="tab" data-toggle="tab">Publications</a> </li> <li> <a href="#ci" role="tab" data-toggle="tab" >Citation</a> </li> </ul> </div> <div class="col-md-9"> <div class="tab-content"> <div class="tab-pane active" id="fp" style="margin: -20px 0px 0px 20px"> <br/> <div class="row sponsorship-detail" style="padding:0 10px;"> <div class="col-md-12" style="text-align: center;"> <div class="row"> <div class="col-md-12" > <div class="blk" style="text-align:left;"> <h2>Funded Projects</h2><hr style="border-top:1px solid #9bba6e;"> <!--<h3> LIST OF PROJECTS </h3> <table class="table table-bordered" style="height: 92px; width: 655px;" border="0"> <tr> <th>Sr. No. </th> <th>Project Name</th> <tr> <td>1</td> <td><a style="margin-left:20px;" target="_blank" href="http://localhost/crit/cdn/citation/xyz.pdf">Robotics</a></td> </tr> </table> --> </div> </div> </div> </div> </div> </div> <div class="tab-pane" id="pb" style="margin: -20px 0px 0px 20px"> <br/> <div class="row sponsorship-detail" style="padding:0 10px;"> <div class="col-md-12" style="text-align: center;"> <div class="row"> <div class="col-md-12" > <div class="blk" style="text-align:left;"> <h2>Publications</h2><hr style="border-top:1px solid #9bba6e;"> <!-- <object class="displaypdf" data="http://localhost/crit/cdn/citation/xyz.pdf" type="application/pdf" width="100%" height="600px"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="http://localhost/crit/cdn/citation/xyz.pdf">Download PDF</a>.</p> --> </div> </div> </div> </div> </div> </div> <div class="tab-pane" id="ci" style="margin: -20px 0px 0px 20px"> <br/> <div class="row sponsorship-detail" style="padding:0 10px;"> <div class="col-md-12" style="text-align: center;"> <div class="row"> <div class="col-md-12" > <div class="blk" style="text-align:left;"> <h2>Citation</h2><hr style="border-top:1px solid #9bba6e;"> </div> </div> </div> </div> </div> </div> </div> </div> <!--trial end--> </div> <!-- Main-container ending --> ' $scripts_for_layout = '' $title_for_layout = 'Pages'include - APP\View\Layouts\site.ctp, line 473 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::renderLayout() - CORE\Cake\View\View.php, line 543 View::render() - CORE\Cake\View\View.php, line 487 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105
Warning (2): Invalid argument supplied for foreach() [APP\View\Layouts\site.ctp, line 473]Code Context
<?php
foreach ($circulars as $circular) {
$viewFile = 'C:\xampp\htdocs\app\View\Layouts\site.ctp' $dataForView = array( 'citation' => array(), 'publication' => array(), 'content_for_layout' => '<style> th, td { text-align: center; } .tttable th, td { border: 2px solid #f9f9f9 !important; } div#time-table a:hover { color:#9BBA6E !important; } #wrapper { //background-color: #fff; //border-top: 1px solid #ccc; width: 100%; height: 350px; //position: absolute; //left: 0; //bottom: 0; } #carousel { //margin-top: -105px; } #carousel div { text-align: center; width: 100px; height: 250px; float: left; //position: relative; } #carousel div img { border: none; width: 100%; height: auto; } #carousel div span { display: none; } #carousel div:hover span { background-color: #333; color: #fff; display: inline-block; width: 100px; padding: 2px 0; margin: 0 0 0 -50px; //position: absolute; //bottom: 30px; //left: 50%; //border-radius: 3px; } </style> <!-- page header section --> <div class="page-title"> <div class="container"> <div class="row" style="background-color: #0080D5;"> <div class="col-md-12 ptn-bg" > <h2>Research and Publications</h2> <ol class="breadcrumb"> <li><a href="/">Home</a></a></li> <li class="active">Research and Publications</li> </ol> </div> </div> </div> </div> <!-- banner section ending--> <div class="main-container" style="padding-bottom:5px;"> <!-- Main-container start --> <div class="container "> <!-- Page Content start --> <div class="col-md-3"> <ul class="nav nav-pills nav-stacked"> <li class="active"> <a href="#fp" role="tab" data-toggle="tab">Funded Projects</a> </li> <li> <a href="#pb" role="tab" data-toggle="tab">Publications</a> </li> <li> <a href="#ci" role="tab" data-toggle="tab" >Citation</a> </li> </ul> </div> <div class="col-md-9"> <div class="tab-content"> <div class="tab-pane active" id="fp" style="margin: -20px 0px 0px 20px"> <br/> <div class="row sponsorship-detail" style="padding:0 10px;"> <div class="col-md-12" style="text-align: center;"> <div class="row"> <div class="col-md-12" > <div class="blk" style="text-align:left;"> <h2>Funded Projects</h2><hr style="border-top:1px solid #9bba6e;"> <!--<h3> LIST OF PROJECTS </h3> <table class="table table-bordered" style="height: 92px; width: 655px;" border="0"> <tr> <th>Sr. No. </th> <th>Project Name</th> <tr> <td>1</td> <td><a style="margin-left:20px;" target="_blank" href="http://localhost/crit/cdn/citation/xyz.pdf">Robotics</a></td> </tr> </table> --> </div> </div> </div> </div> </div> </div> <div class="tab-pane" id="pb" style="margin: -20px 0px 0px 20px"> <br/> <div class="row sponsorship-detail" style="padding:0 10px;"> <div class="col-md-12" style="text-align: center;"> <div class="row"> <div class="col-md-12" > <div class="blk" style="text-align:left;"> <h2>Publications</h2><hr style="border-top:1px solid #9bba6e;"> <!-- <object class="displaypdf" data="http://localhost/crit/cdn/citation/xyz.pdf" type="application/pdf" width="100%" height="600px"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="http://localhost/crit/cdn/citation/xyz.pdf">Download PDF</a>.</p> --> </div> </div> </div> </div> </div> </div> <div class="tab-pane" id="ci" style="margin: -20px 0px 0px 20px"> <br/> <div class="row sponsorship-detail" style="padding:0 10px;"> <div class="col-md-12" style="text-align: center;"> <div class="row"> <div class="col-md-12" > <div class="blk" style="text-align:left;"> <h2>Citation</h2><hr style="border-top:1px solid #9bba6e;"> </div> </div> </div> </div> </div> </div> </div> </div> <!--trial end--> </div> <!-- Main-container ending --> ', 'scripts_for_layout' => '', 'title_for_layout' => 'Pages' ) $citation = array() $publication = array() $content_for_layout = '<style> th, td { text-align: center; } .tttable th, td { border: 2px solid #f9f9f9 !important; } div#time-table a:hover { color:#9BBA6E !important; } #wrapper { //background-color: #fff; //border-top: 1px solid #ccc; width: 100%; height: 350px; //position: absolute; //left: 0; //bottom: 0; } #carousel { //margin-top: -105px; } #carousel div { text-align: center; width: 100px; height: 250px; float: left; //position: relative; } #carousel div img { border: none; width: 100%; height: auto; } #carousel div span { display: none; } #carousel div:hover span { background-color: #333; color: #fff; display: inline-block; width: 100px; padding: 2px 0; margin: 0 0 0 -50px; //position: absolute; //bottom: 30px; //left: 50%; //border-radius: 3px; } </style> <!-- page header section --> <div class="page-title"> <div class="container"> <div class="row" style="background-color: #0080D5;"> <div class="col-md-12 ptn-bg" > <h2>Research and Publications</h2> <ol class="breadcrumb"> <li><a href="/">Home</a></a></li> <li class="active">Research and Publications</li> </ol> </div> </div> </div> </div> <!-- banner section ending--> <div class="main-container" style="padding-bottom:5px;"> <!-- Main-container start --> <div class="container "> <!-- Page Content start --> <div class="col-md-3"> <ul class="nav nav-pills nav-stacked"> <li class="active"> <a href="#fp" role="tab" data-toggle="tab">Funded Projects</a> </li> <li> <a href="#pb" role="tab" data-toggle="tab">Publications</a> </li> <li> <a href="#ci" role="tab" data-toggle="tab" >Citation</a> </li> </ul> </div> <div class="col-md-9"> <div class="tab-content"> <div class="tab-pane active" id="fp" style="margin: -20px 0px 0px 20px"> <br/> <div class="row sponsorship-detail" style="padding:0 10px;"> <div class="col-md-12" style="text-align: center;"> <div class="row"> <div class="col-md-12" > <div class="blk" style="text-align:left;"> <h2>Funded Projects</h2><hr style="border-top:1px solid #9bba6e;"> <!--<h3> LIST OF PROJECTS </h3> <table class="table table-bordered" style="height: 92px; width: 655px;" border="0"> <tr> <th>Sr. No. </th> <th>Project Name</th> <tr> <td>1</td> <td><a style="margin-left:20px;" target="_blank" href="http://localhost/crit/cdn/citation/xyz.pdf">Robotics</a></td> </tr> </table> --> </div> </div> </div> </div> </div> </div> <div class="tab-pane" id="pb" style="margin: -20px 0px 0px 20px"> <br/> <div class="row sponsorship-detail" style="padding:0 10px;"> <div class="col-md-12" style="text-align: center;"> <div class="row"> <div class="col-md-12" > <div class="blk" style="text-align:left;"> <h2>Publications</h2><hr style="border-top:1px solid #9bba6e;"> <!-- <object class="displaypdf" data="http://localhost/crit/cdn/citation/xyz.pdf" type="application/pdf" width="100%" height="600px"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="http://localhost/crit/cdn/citation/xyz.pdf">Download PDF</a>.</p> --> </div> </div> </div> </div> </div> </div> <div class="tab-pane" id="ci" style="margin: -20px 0px 0px 20px"> <br/> <div class="row sponsorship-detail" style="padding:0 10px;"> <div class="col-md-12" style="text-align: center;"> <div class="row"> <div class="col-md-12" > <div class="blk" style="text-align:left;"> <h2>Citation</h2><hr style="border-top:1px solid #9bba6e;"> </div> </div> </div> </div> </div> </div> </div> </div> <!--trial end--> </div> <!-- Main-container ending --> ' $scripts_for_layout = '' $title_for_layout = 'Pages'include - APP\View\Layouts\site.ctp, line 473 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::renderLayout() - CORE\Cake\View\View.php, line 543 View::render() - CORE\Cake\View\View.php, line 487 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105
AGNEL CHARITIES
FR. C. RODRIGUES INSTITUTE OF TECHNOLOGYAgnel Technical Education Complex
Sector 9-A, Vashi, Navi Mumbai,
Maharashtra, India
PIN - 400703
 (An Autonomous Institute & Permanently Affiliated to University of Mumbai)
AGNEL CHARITIES'
FR. C. RODRIGUES INSTITUTE OF TECHNOLOGYAgnel Technical Education Complex Sector 9-A, Vashi, Navi Mumbai, Maharashtra, India PIN - 400703
AGNEL CHARITIES'
F.C.R.I.T
Agnel Technical Education Complex
Sector 9-A, Vashi, Navi Mumbai,
Maharashtra, India
PIN - 400703
Visitors Count
©FCRIT, Vashi. All rights reserved.
This website is best viewed in Chrome and Mozilla Firefox in 1366x768 screen resolution.