bbaadfcda1941e2a8f44d51e823ef715ed88af7e
[mtweb] / mw / app / out / default / views / head.php
1     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2     <title><?php echo $this->config("site_name"); ?></title>
3     <meta name="description" content="<?php echo $this->config("site_description"); ?>" />
4     <script type="text/javascript"> site_url = "<?php echo $this->path("web"); ?>"; </script>
5     <script type="text/javascript" src="<?php echo $this->out_url("js/md5.js"); ?>"></script>
6     <script type="text/javascript" src="<?php echo $this->out_url("js/login.js"); ?>"></script>
7     <script type="text/javascript" src="<?php echo $this->out_url("js/jquery-1.8.3.min.js"); ?>"></script>
8     <script type="text/javascript" src="<?php echo $this->out_url("js/jquery.colorbox-min.js"); ?>"></script>
9     <script type="text/javascript" src="<?php echo $this->out_url("js/jquery-ui-1.8.12.custom.min.js"); ?>"></script>
10     <script type="text/javascript" src="<?php echo $this->out_url("js/menu.js"); ?>"></script>
11 <?php if($this->out_file_exists("js/actions/".$this->etat("mod")."_".$this->etat("controller")."_".$this->etat("action").".js")) : ?>
12     <script type="text/javascript" src="<?php echo $this->out_url("js/actions/".$this->etat("mod")."_".$this->etat("controller")."_".$this->etat("action").".js"); ?>"></script>
13 <?php endif; ?>
14 <?php if($this->out_file_exists("js/actions/".$this->etat("mod")."_".$this->etat("controller").".js")) : ?>
15     <script type="text/javascript" src="<?php echo $this->out_url("js/actions/".$this->etat("mod")."_".$this->etat("controller").".js"); ?>"></script>
16 <?php endif; ?>
17 <?php if($this->out_file_exists("js/actions/".$this->etat("mod").".js")) : ?>
18     <script type="text/javascript" src="<?php echo $this->out_url("js/actions/".$this->etat("mod").".js"); ?>"></script>
19 <?php endif; ?>
20     <link rel="stylesheet" type="text/css" href="<?php echo $this->out_url("css/style.css"); ?>" />
21     <link rel="stylesheet" type="text/css" href="<?php echo $this->out_url("css/colors.css"); ?>" />
22     <link rel="stylesheet" type="text/css" href="<?php echo $this->out_url("css/colorbox.css"); ?>" />
23     <link rel="stylesheet" type="text/css" href="<?php echo $this->out_url("css/ui-lightness/jquery-ui-1.8.12.custom.css"); ?>" />
24 <?php if($this->out_file_exists("css/actions/".$this->etat("mod")."_".$this->etat("controller")."_".$this->etat("action").".css")) : ?>
25     <link rel="stylesheet" type="text/css" href="<?php echo $this->out_url("css/actions/".$this->etat("mod")."_".$this->etat("controller")."_".$this->etat("action").".css"); ?>" />
26 <?php endif; ?>
27 <?php if($this->out_file_exists("css/actions/".$this->etat("mod")."_".$this->etat("controller").".css")) : ?>
28     <link rel="stylesheet" type="text/css" href="<?php echo $this->out_url("css/actions/".$this->etat("mod")."_".$this->etat("controller").".css"); ?>" />
29 <?php endif; ?>
30 <?php if($this->out_file_exists("css/actions/".$this->etat("mod").".css")) : ?>
31     <link rel="stylesheet" type="text/css" href="<?php echo $this->out_url("css/actions/".$this->etat("mod").".css"); ?>" />
32 <?php endif; ?>