X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=templates%2Fhtml%2Fmessages.tmpl;fp=templates%2Fhtml%2Fmessages.tmpl;h=3d8b6a680c2fc98068cca2513de0fadf91721466;hp=0000000000000000000000000000000000000000;hb=2ec757bb58907b15c43548be5601d4f2b8c7caac;hpb=411dd86a5f305fcce69912b47f84dc16914d2da1 diff --git a/templates/html/messages.tmpl b/templates/html/messages.tmpl new file mode 100644 index 0000000..3d8b6a6 --- /dev/null +++ b/templates/html/messages.tmpl @@ -0,0 +1,31 @@ + +[%- FOREACH error IN errors %] +[%- '
' IF loop.first %] +

[% error %]

+[% '
' IF loop.last -%] +[% END -%] +[%- FOREACH debug IN debugs %] +[%- '

Debugging:

' IF loop.first -%]
+[% debug %]
+[% '
' IF loop.last -%] +[% END -%] +[%- FOREACH hint IN hints %] +[%- '
' IF loop.first %] +

[% hint %]

+[% '
' IF loop.last -%] +[% END -%] +[%- FOREACH msg IN msgs %] +[%- '
' IF loop.first %] +

[% msg %]

+[% '
' IF loop.last -%] +[% END -%] +[%- FOREACH note IN notes %] +[%- '
' IF loop.first %] +[%- IF note.1 %] +

[% note.0 %]

+

[% note.1 %]

+[% ELSE %] +

[% note.0 %]

+[% END -%] +[% '
' IF loop.last -%] +[% END -%]