| [ Index ] |
PHP Cross Reference of Limb3 |
[Summary view] [Print] [Text view]
1 <!-- Powered by LIMB | http://www.limb-project.com/ --> 2 <!-- Designed by BIT | http://www.bit-creative.com/ --> 3 <html> 4 <head> 5 <title><core:include file='_cms/title_crumbs.html'/></title> 6 <meta http-equiv='Content-Type' content='text/html; charset=utf-8'/> 7 8 <link rel="stylesheet" type="text/css" href="/shared/cms/styles/yui/reset-min.css" /> 9 <link rel="stylesheet" type="text/css" href="/shared/cms/styles/yui/tabs.css"/> 10 <link rel="stylesheet" type="text/css" href="/shared/cms/styles/yui/layout.css"/> 11 <link rel=stylesheet type="text/css" href="/shared/cms/styles/cp.css" /> 12 13 <core:include file='_cms/js.html'/> 14 <script type="text/javascript"> 15 cpLayout = function(){ 16 return { 17 init : function(){ 18 var layout = new YAHOO.ext.BorderLayout(document.body, { 19 west: { split:true, initialSize: 200, titlebar: true, collapsible: true, minSize: 100, maxSize: 400}, 20 north:{ split:false, initialSize: 40, collapsible:false, titlebar: false}, 21 center: { autoScroll: true, titlebar: false } 22 }); 23 layout.beginUpdate(); 24 layout.add('west', new YAHOO.ext.ContentPanel('left', {title: 'Navigation', fitToFrame:true, closable:false})); 25 layout.add('center', new YAHOO.ext.ContentPanel('center')); 26 layout.add('north', new YAHOO.ext.ContentPanel('top')); 27 layout.endUpdate(); 28 layout.restoreState(); 29 document.body.className = 'ytheme-gray'; 30 } 31 } 32 33 }(); 34 35 YAHOO.ext.state.Manager.setProvider(new YAHOO.ext.state.CookieProvider()); 36 YAHOO.ext.EventManager.onDocumentReady(cpLayout.init, cpLayout, true); 37 </script> 38 </head> 39 <body> 40 41 <!--BEGIN: header--> 42 <div id='top'> 43 <div id='logo'></div> 44 </div> 45 <!--END: header--> 46 <!--BEGIN:[ body ]--> 47 <div id='center'> 48 <core:include file='_cms/notify_zone.html'/> 49 <core:placeholder id='content_zone'/> 50 </div> 51 <!--END:[ body ]--> 52 <div id='left'> 53 <core:include file='_cms/menu.html'/> 54 </div> 55 </body> 56 </html> 57
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Fri Dec 5 04:05:07 2008 | Cross-referenced by PHPXref 0.7 |