installed initial DBIC class, switched to DBIC

This commit is contained in:
Oliver Gorwits
2012-01-07 14:45:14 +00:00
parent 5f295a8d53
commit 9213c013f8
29 changed files with 1138 additions and 11 deletions

View File

@@ -2,19 +2,19 @@
<div class="row nd_herorow">
<div class="span10 offset3">
[% IF params.failed %]
<div class="nd_loginalert alert-message error" data-alert="on">
<div class="nd_loginalert alert-message error fade in" data-alert="on">
<a class="close" href="#">×</a>
<p>Incorrect username or password, please try again.</p>
</div>
[% END %]
[% IF params.logout %]
<div class="nd_loginalert alert-message notice" data-alert="on">
<div class="nd_loginalert alert-message notice fade in" data-alert="on">
<a class="close" href="#">×</a>
<p>You are now logged out.</p>
</div>
[% END %]
[% IF vars.notfound %]
<div class="nd_loginalert alert-message notice" data-alert="on">
<div class="nd_loginalert alert-message notice fade in" data-alert="on">
<a class="close" href="#">×</a>
<p>Sorry, page not found.
<a href="http://sourceforge.net/tracker/?group_id=80033&atid=558508" target="_blank">Report a Bug?</a></p>