✏️ 正在编辑: layout_proposta_cliente.phtml
路径:
/srv/systems_dir/yuppiecred/application/layouts/scripts/layout_proposta_cliente.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php echo $this->doctype() ?> <html> <head> <meta charset="UTF-8" /> <title>Yuppie tech - Mais agilidade para o seu negócio!</title> <link rel="icon" href="<?php echo $this->baseUrl("assets/favicon-32x32.png"); ?>" sizes="32x32" /> <link rel="icon" href="<?php echo $this->baseUrl("assets/favicon-192x192.png"); ?>" sizes="192x192" /> <link rel="apple-touch-icon" href="<?php echo $this->baseUrl("assets/favicon-180x180.png"); ?>" /> <meta name="msapplication-TileImage" content="<?php echo $this->baseUrl("assets/favicon-270x270.png"); ?>" /> <?php $this->headLink() ->appendStylesheet($this->baseUrl() . '/styles/global.min.css') ->appendStylesheet($this->baseUrl() . '/styles/proposta_cliente.min.css') ->appendStylesheet($this->baseUrl() . '/styles/jquery/jquery-ui-cupertino.css') ->appendStylesheet($this->baseUrl('/specific/client.css')); echo $this->headLink(); ?> <script> var baseUrl = '<?php echo $this->baseUrl(); ?>'; </script> </head> <body> <?php echo $this->layout()->content; ?> <?php $this->jQuery()->enable() ->setLocalPath($this->baseUrl() . '/scripts/jquery/jquery.min.js') ->uiDisable(); echo $this->jQuery(); $this->headScript() ->appendFile($this->baseUrl() . '/scripts/jquery/jquery-ui.min.js') ->appendFile($this->baseUrl() . '/scripts/jquery.treetable.js') ->appendFile($this->baseUrl() . '/scripts/global.min.js') ->appendFile($this->baseUrl() . '/scripts/jquery.min.js'); $this->headScript()->appendScript("window.onload = exibirFormProposta();"); echo $this->headScript(); ?> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-71070992-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
💾 保存文件
← 返回文件管理器