publish-notification

来自「找了很久才找到到源代码」· 代码 · 共 34 行

TXT
34
字号
<?xml version="1.0" encoding="ISO-8859-1"?>

<ContentNotifications xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="opencms://system/workplace/admin/notification/notification.xsd">
  <ContentNotification language="en">
    <Subject><![CDATA[OpenCms Publish Notification]]></Subject>
    <Header name="Header0">
      <links/>
      <content><![CDATA[Dear ${firstname} ${lastname}, 
<br /> 
<br />Publishing of project "${project}" was started at ${jobStart} and encountered warnings and/or
errors!]]></content>
    </Header>
    <Footer name="Footer0">
      <links/>
      <content><![CDATA[<p style="padding-top: 30px; text-align: right;">This e-mail was autogenerated by OpenCms</p>]]></content>
    </Footer>
  </ContentNotification>
  <ContentNotification language="de">
    <Subject><![CDATA[OpenCms Publish Notification]]></Subject>
    <Header name="Header0">
      <links/>
      <content><![CDATA[Hallo ${firstname} ${lastname}, 
<br /> 
<br />beim Publizieren des Projekts "${project}", das um ${jobStart} gestartet wurde sind Warnungen
und/oder Fehler aufgetreten!]]></content>
    </Header>
    <Footer name="Footer0">
      <links/>
      <content><![CDATA[<p style="padding-top: 30px; text-align: right;">Diese E-Mail wurde automatisch von OpenCms
erstellt</p>]]></content>
    </Footer>
  </ContentNotification>
</ContentNotifications>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?