Update scripts, templates, add ldap logo
[buildfarm-server.git] / templates / status.tt
index d9a64c1d312f6b77f527b39755f4d63196ef8263..6c66ccd96fdacd98debfd53a25eb32d3aa305790 100644 (file)
@@ -8,12 +8,15 @@ See accompanying License file for license details
 [%
  flag_imgs = {
      perl = '/img/camel.png',
-     #python = '/img/python.png',
-     #debug = '/img/bug.png',
-     #pam => '/img/pam.png',
-     #cassert => '/img/cassert.png',
      openssl => '/img/ssl_icon.gif',
      gnutls => '/img/gnutls_icon.gif',
+     mysql => '/img/mysql_logo.png',
+     pgsql => '/img/postgresql-icon-32.png',
+     ldap => '/img/openldap_logo.jpg',
+     #python => '/img/python.png',
+     #debug => '/img/bug.png',
+     #pam => '/img/pam.png',
+     #cassert => '/img/cassert.png',
      #nls => '/img/translateicon.gif',
      #krb5 => '/img/krb.gif',
      #gssapi => '/img/gssapi.gif',
@@ -21,8 +24,7 @@ See accompanying License file for license details
      #vpath => '/img/vpath.png',
      #xml => '/img/xml.png',
      #'thread-safety' => '/img/threads.gif',
-     #'integer-datetimes' = '/img/days.png',
-     mysql = '/img/mysql_logo.png',
+     #'integer-datetimes' => '/img/days.png',
      }
 -%]
 [%- BLOCK img ; IF flag == 'depend' or flag == 'gnu-ld' ; ; ELSIF flag_imgs.$flag %]<img src="[% flag_imgs.$flag %]" title="[% flag %]" alt="[% flag %]" height="16" width="16" class="inline" align="bottom" />  [% ELSE %][%#