重氮:如果不是 if-path
我正在开发一个基于路径的具有多个主题的网站:
<rules if-path="//">
<theme href="index.html"/>
</rules>
<rules if-path="/news">
<theme href="news.html"/>
</rules>
<rules if-path="/Members">
<theme href="news.html"/>
</rules>
...
现在我有一个规则,如果路径不是/news,我要应用该规则。 我怎样才能做到这一点?
I'm working on a site with multiple theme base on path:
<rules if-path="//">
<theme href="index.html"/>
</rules>
<rules if-path="/news">
<theme href="news.html"/>
</rules>
<rules if-path="/Members">
<theme href="news.html"/>
</rules>
...
Now I have a rule that I want to apply if path is not /news.
How can I achieve that ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我现在已将 if-not-path 添加到 diazo 的开发版本中。请参阅:https://github.com/plone/diazo
I've now added if-not-path to the development version of diazo. See: https://github.com/plone/diazo
全新版本重氮的发行说明:
http://pypi.python.org/pypi/diazo
THe release notes of the brand-new version of diazo:
http://pypi.python.org/pypi/diazo