Valery,

In addition to having some Zope experience, Erik D. had written up some additional general information about customizing the interface:

Zenoss uses a template system provided by Zope. If you go to the url /zport/portal_skins/manage you will see several folders. Most of the page templates are found in the zenmodel folder. If you navigate to the detail page of any template (or file etc.) you can push the "Customize" button and make a copy of the file in the "custom" folder. From here, you can override the file as desired.

For instance, to change the logo at the top left of zenoss, go to zenmodel/logo.gif and click Customize. Then upload the new logo you want to use. You can see the dementions of the logo to guide you on the right size for your new image file.

You may also want to change the css that Zenoss uses. Follow the same instructions as above, only use the file zenoss.css.

Finally, if you want to change any of the other pages in the system, look at the url for the page you wish to change. The name of the page template will be the last element of the URL. For instance:

        /zport/dmd/Devices/build.zenoss.loc/deviceOsDetail

uses the template "deviceOsDetail". The only exception is when the URL is using the "default" template. You can figure out what the real URL is, by looking at the URL in the first tab of the page you are on. For instance, the following URL takes you to the Status tab of a device:

        /zport/dmd/Devices/build.zenoss.loc

Looking at the URL for the "Status" tab we see the real url is:

        /zport/dmd/Devices/build.zenoss.loc/deviceStatus

Hope this helps a little bit when customizing the Zenoss interface using the Zope ZMI.

Drew





On Jan 3, 2007, at 6:22 PM, Eric Newton wrote:

Hi Valery,

You would need to have some Zope expertise.

   http://zope.org


-Eric


Valery V.Bobrov wrote:
Hello!
on http://hostname:8080/zport/dmd I can see the start page.
Is it possible to change it?
Where are the template files?
Where can I read about it?
Thank you

Valery
--------------------------------------------------------------------- ---

_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to