Hi
Is there any chance to change an oryginal design of geonetwork site from pic
nr1 to something like on pic nr2 ? I mean, is there a chance to position
search panel for a whole page on width and the search results under that. I
tried changing file main-page.xsl in a script section:
var viewport = new Ext.Panel({
region: 'center',
layout:'border',
border:false,
autoScroll:true,
items:[
// North: header
{
region:'north',
contentEl :'header',
border:false
},
// Center: Content
{
region:'center',
layout:'border',
border:false,
layoutConfig:{
animate:true
},
items:[
{region:'center',
border:false,
layout: 'border',
items:
[{region:'west',
xtype: 'panel',
layout: 'fit',
border:false,
width: 370,
minSize: 350,
maxSize: 450,
autoScroll: true,
collapsible: true,
collapseMode: "mini",
split: 'true',
useSplitTips:true,
collapsibleSplitTip: 'Drag to rezise the search panel. Double click
to show/hide it',
bodyStyle: 'padding:15px',
contentEl: 'search_pnl'
}
,
{region:'center',
id: 'main-viewport',
border:false,
layout: 'border',
items: [ /*
{region:'north',
id: 'north-map-panel',
title: '<xsl:value-of select="/root/gui/strings/mapViewer"/>',
border:false,
collapsible: true,
collapsed: true,
split: true,
height: 450,
minSize: 300,
//maxSize: 500,
layout: 'fit',
listeners: {
collapse: collapseMap,
expand: expandMap
},
items: [mapViewport]
},
*/
{region:'center',
contentEl :'content',
border:false,
autoScroll: true
}
]
} ]
}]
}]});
with every posible combination off regions : east, west, south, north,
center;
but I cannot get it worked in layout I would like to have.
http://osgeo-org.1803224.n2.nabble.com/file/n7069814/geo1.png
http://osgeo-org.1803224.n2.nabble.com/file/n7069814/geo2.png
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Personalization-of-new-geonetwork-tp7069814p7069814.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.