23 lines
586 B
Plaintext
23 lines
586 B
Plaintext
$newline never
|
|
$maybe descr <- materialDescription
|
|
<section>
|
|
<h2 #description>_{MsgMaterialDescription}
|
|
<p>
|
|
#{descr}
|
|
|
|
<section>
|
|
<dl .deflist>
|
|
$maybe matKind <- materialType
|
|
<dt .deflist__dt>_{MsgMaterialType}
|
|
<dd .deflist__dd>#{matKind}
|
|
$maybe matVisibleFromWgt <- matVisibleFromMB
|
|
<dt .deflist__dt>_{MsgVisibleFrom}
|
|
<dd .deflist__dd>^{matVisibleFromWgt}
|
|
<dt .deflist__dt>_{MsgFileModified}
|
|
<dd .deflist__dd>^{matLastEdit}
|
|
|
|
$if hasFiles
|
|
<section>
|
|
<h2>^{simpleLinkI (SomeMessage MsgMaterialFiles) zipLink}
|
|
^{fileTable}
|