use SL::DB::Default;
use SL::Form;
use SL::Git;
+use DateTime;
require "bin/mozilla/common.pl";
require "bin/mozilla/todo.pl";
my $git = SL::Git->new;
($form->{git_head}) = $git->get_log(since => 'HEAD~1', until => 'HEAD') if $git->is_git_installation;
+ $form->{xmas} = '_xmas' if (DateTime->today->month == 12 && DateTime->today->day < 27);
# create the logo screen
$form->header() unless $form->{noheader};
###############################
-2015-xx-xx - Release 3.x.x
+2016-xx-xx - Release 3.x.x
Größere neue Features:
- Langtext kann in der Auswahlliste bei mehreren Treffern im Positionsbeleg zusätzlich angezeigt werden.
+ - Besseren kivi-Adventssupport
+
2015-08-20 - Release 3.3
Größere neue Features:
%]
</noscript>
<center>
- <a class="nomobile" href="http://www.kivitendo.de" target="_top"><img src="image/kivitendo.png" border="0" alt='[% 'kivitendo' | $T8 %]' title="[% 'kivitendo Homepage' | $T8 %]"></a>
+ <a class="nomobile" href="http://www.kivitendo.de" target="_top"><img src="image/kivitendo[% xmas %].png" border="0" alt='[% 'kivitendo' | $T8 %]' title="[% 'kivitendo Homepage' | $T8 %]"></a>
<h3 class="login">[% 'kivitendo' | $T8 %] [% version %]</h3>