PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
layouts
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="language" content="en" /> <?php $clientScript = Yii::app()->getClientScript(); $clientScript->registerCoreScript('jquery'); $script = ''; ?> <?php $libraries = Library_Script::model()->findAll(array('condition' => 'type=1 and edit=1 and in_library=1', 'order' => 'id asc, priority asc')); foreach ($libraries as $library) { $clientScript->registerScriptFile(Yii::app()->url->get_script_path().'/scripts/libraries/'.trim($library->name).'.js?'.STS_VERSION); } ?> <?php $libraries = Library_Script::model()->findAll(array('condition' => 'type=1 and edit=1 and in_library=0', 'order' => 'id asc, priority asc')); foreach ($libraries as $library) { $clientScript->registerScriptFile(Yii::app()->url->get_script_path().'/scripts/'.trim($library->name).'.js?'.STS_VERSION); } ?> <?php $libraries = Library_Script::model()->findAll(array('condition' => 'type=2 and edit=1', 'order' => 'id asc, priority asc')); foreach ($libraries as $library) { $clientScript->registerCssFile(Yii::app()->url->get_script_path().'/css/'.trim($library->name).'.css?'.STS_VERSION); } ?> <?php $clientScript->registerCssFile(Yii::app()->url->createAdminURL('themes')); $clientScript->registerCssFile(Yii::app()->url->get_absolute_css_path().'/css/common_skin.css?t='.uniqid()); $clientScript->registerCssFile(Yii::app()->url->get_absolute_css_path().'/css/skin.css?t='.uniqid()); $clientScript->registerCssFile(Yii::app()->url->get_absolute_css_path().'/css/style.css?t='.uniqid()); $clientScript->registerCssFile(Yii::app()->url->get_absolute_css_path().'/css/main.css?t='.uniqid()); $clientScript->registerScript('', sprintf(' var lang = "%s"; window.page_name="%s"; window.script_url="%s"; window.page_id="%s"; window.page_file_name="%s"; ', Yii::app()->language, Yii::app()->context->page->name, Yii::app()->url->get_script_path(), Yii::app()->context->page->id, Yii::app()->context->page->file_name)); ?> <?php $clientScript->registerScript('wow', 'new WOW().init();'); $clientScript->render($script); ?> <title><?php echo CHtml::encode($this->pageTitle); ?></title> </head> <body id="page"> <?php echo $content; ?> </body> </html>
[+]
..
[-] admin_column.php
[edit]
[-] main_login.php
[edit]
[-] footer.php
[edit]
[-] column_view_page.php
[edit]
[-] main_checkout.php
[edit]
[-] column_checkout.php
[edit]
[-] edit_main.php
[edit]
[-] admin_main.php
[edit]
[-] column1.php
[edit]
[-] column_login.php
[edit]
[-] edit_column.php
[edit]
[-] main.php
[edit]
[-] main_view_page.php
[edit]