TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<f:layout name="SystemEmail" />
|
||||
<f:section name="Title">Scheduler Test Task</f:section>
|
||||
<f:section name="Main">
|
||||
<strong>UID:</strong> {data.uid}<br>
|
||||
<strong>Sitename:</strong> {typo3.sitename}<br>
|
||||
<strong>Called by:</strong> {data.calledBy}<br>
|
||||
<strong>Tstamp:</strong> {f:format.date(format:'Y-m-d H:i:s',date:data.tstamp)} [{data.tstamp}]<br>
|
||||
<strong>maxLifetime:</strong> {data.maxLifetime}<br>
|
||||
<strong>Start:</strong> {f:format.date(format:'Y-m-d H:i:s', date:exec.start)} [{exec.start}]<br>
|
||||
<strong>End:</strong> <f:if condition="{exec.end}"><f:then>{f:format.date(format:'Y-m-d H:i:s', date:exec.end)} [{exec.end}]</f:then><f:else>-</f:else></f:if><br>
|
||||
<strong>Interval:</strong> {exec.interval}<br>
|
||||
<strong>multiple:</strong> {f:if(condition:exec.multiple,then:'yes',else:'no')}<br>
|
||||
<strong>cronCmd:</strong> {f:if(condition:exec.cronCmd,then:cronCmd,else:'not used')}
|
||||
</f:section>
|
||||
@@ -0,0 +1,15 @@
|
||||
<f:layout name="SystemEmail" />
|
||||
<f:section name="Title">Scheduler Test Task</f:section>
|
||||
<f:section name="Main">
|
||||
UID: {data.uid}
|
||||
Sitename: {typo3.sitename}
|
||||
Called by: {data.calledBy}
|
||||
Tstamp: {f:format.date(format:'Y-m-d H:i:s',date:data.tstamp)} [{data.tstamp}]
|
||||
maxLifetime: {data.maxLifetime}
|
||||
start: {f:format.date(format:'Y-m-d H:i:s', date:exec.start)} [{exec.start}]
|
||||
end: <f:if condition="{exec.end}"><f:then>{f:format.date(format:'Y-m-d H:i:s', date:exec.end)} [{exec.end}]</f:then><f:else>-</f:else></f:if>
|
||||
interval: {exec.interval}
|
||||
multiple: {f:if(condition:exec.multiple,then:'yes',else:'no')}
|
||||
cronCmd: {f:if(condition:exec.cronCmd,then:cronCmd,else:'not used')}
|
||||
</f:section>
|
||||
|
||||
Reference in New Issue
Block a user