跳转到主要内容

Plone终端

项目描述

jquery.terminalPlone 集成

https://github.com/bearstech/PloneTerminal/raw/master/docs/plone_terminal.png

Buildout配置

[buildout]
eggs =
   ...
   ploneterminal
   ...
zcml =
   ...
   ploneterminal
   ...

访问 http://<plone_site>/terminal

自定义

GitHub 上获取终端页面。更改您网站的横幅。

然后在 configure.zcml 中添加您特定主题的视图

<browser:page
    name="terminal"
    for="Products.CMFPlone.interfaces.IPloneSiteRoot"
    template="yourtemplate.pt"
    permission="zope.Public"
    layer=".interfaces.IThemeSpecific"
    />

演示

点击 这里.

由以下支持