X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FIdxController.php;h=d525d3439c32668b5f15957c3a8b267b4c490ed2;hb=6a642fc4ff9526efe4ac180e53f356be79235c62;hp=d0fa248f7c3bb4d8deb7f7ed2b521912aca29d2c;hpb=4022a532856c006efc57fbd8830bde4607c0114d;p=syj.git diff --git a/application/controllers/IdxController.php b/application/controllers/IdxController.php index d0fa248..d525d34 100644 --- a/application/controllers/IdxController.php +++ b/application/controllers/IdxController.php @@ -7,20 +7,15 @@ class IdxController extends Zend_Controller_Action public function init() { $this->_helper->SyjMedias->addScripts('idx'); - $this->view->headLink()->appendStylesheet('css/olstyle.css', "all"); - $this->view->headLink()->appendStylesheet('css/generic.css', "all"); - $this->view->headLink()->appendStylesheet('css/syj.css', "all"); - $this->view->headLink()->appendStylesheet('css/syjprint.css', "print"); + $this->_helper->SyjMedias->addStyleSheets('idx'); $this->view->headMeta()->appendName('viewport', 'width=640px'); } public function rawmode(Syj_Model_Path $path) { $this->_helper->SyjReset->resetPlaceHolders(); $this->_helper->SyjMedias->addScripts('rawidx'); + $this->_helper->SyjMedias->addStyleSheets('rawidx'); - $this->view->headLink()->appendStylesheet('css/generic.css', "screen"); - $this->view->headLink()->appendStylesheet('css/syjraw.css', "screen"); - $this->view->headLink()->appendStylesheet('css/syjprint.css', "print"); $this->view->headTitle($path->displayTitle); $this->_jsRawLocaleStrings(); @@ -149,7 +144,6 @@ class IdxController extends Zend_Controller_Action protected function _jsRawLocaleStrings() { $this->view->jslocales = array( 'osmAttribution' => __("Map by OpenStreetMap"), - 'mapquestAttribution' => __("Map by MapQuest, OpenStreetMap and contributors, CC-BY-SA"), ); } @@ -175,7 +169,6 @@ class IdxController extends Zend_Controller_Action 'canResubmit' => __("Now, you can retry to save"), 'routeBy' => __("route by"), 'osmAttribution' => __("Map by OpenStreetMap"), - 'mapquestAttribution' => __("Map by MapQuest, OpenStreetMap and contributors, CC-BY-SA"), 'pseudoChecking' => __("checking availibilty"), 'availablePseudo' => __("available pseudo"), 'unavailablePseudo' => __("unavailable pseudo"),