Undefined
By: Guest | Date: Mar 20 2010 16:40 | Format: PHP | Expires: never | Size: 1.96 KB | Hits: 952
- <?php
- $this->_view()->appendStyle('jquery-ui-1.7.2.custom.css');
- $this->_view()->appendStyle('iridium_default.css');
- $this->_view()->appendStyle('jquery.ui.table.css');
- $this->_view()->appendStyle('jquery.ui.innertable.css');
- $this->_view()->appendStyle('jquery.ui.selectbox.css');
- $this->_view()->appendStyle('jquery.ui.button.css');
- $this->_view()->appendStyle('jquery.ui.checkbox-radiobutton.css');
- $this->_view()->appendStyle('jquery-ui-1.7.2.custom.overwrite.css');
- $this->_view()->headScript('jquery-1.3.2.min.js');
- $this->_view()->headScript('required_bind.js');
- $this->_view()->headScript('jquery.ui.classnameoptions.js');
- $this->_view()->headScript('jquery.ui.selectbox.js');
- $this->_view()->headScript('jquery.lightbox-0.5.js');
- $this->_view()->headScript('jquery.tabs.js');
- $this->_view()->headMeta('Robots', 'INDEX,FOLLOW');
- $this->_view()->headMeta('Notice', 'sun sun sun :)');
- $this->_view()->headTitlePostfix(' .:. ');
- print
- $this->_view()->partial
- (
- (
- 'xmlns'
- =>
- 'http://www.w3.org/1999/xhtml',
- 'xmllang'
- => 'de',
- 'lang'
- => 'de',
- 'content'
- =>
- $this->_view()->partial
- (
- (
- 'content'
- =>
- $this->_view()->renderTitle()
- .$this->_view()->renderStyleTags('media-styles')
- .$this->_view()->renderScriptTags('media-jscripts')
- .$this->_view()->renderMeta()
- ),
- FALSE
- )
- .
- $this->_view()->partial
- (
- (
- 'content'
- =>
- '<pre style="background: #135537; color: #13dd37; padding: 30px">'
- .$this->_view()->partial('test/bla.php')
- .$this->_view()->buffer()->content
- .'</pre>'
- ),
- FALSE
- )
- ),
- FALSE
- );
- ?>
Latest pastes
1 hours ago
11 hours ago
1 days ago
2 days ago
2 days ago