[vhffs-dev] [1560] Fixed couple of XHTML validation issues and missing URL... |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1560
Author: beuss
Date: 2010-03-14 19:42:40 +0100 (Sun, 14 Mar 2010)
Log Message:
-----------
Fixed couple of XHTML validation issues and missing URL...
Modified Paths:
--------------
branches/vhffs-design/vhffs-api/src/Vhffs/Panel/Public.pm
branches/vhffs-design/vhffs-public/templates/layouts/public.tt
branches/vhffs-design/vhffs-public/templates/parts/group-general.tt
branches/vhffs-design/vhffs-public/templates/parts/header.tt
Modified: branches/vhffs-design/vhffs-api/src/Vhffs/Panel/Public.pm
===================================================================
--- branches/vhffs-design/vhffs-api/src/Vhffs/Panel/Public.pm 2010-03-14 18:30:13 UTC (rev 1559)
+++ branches/vhffs-design/vhffs-api/src/Vhffs/Panel/Public.pm 2010-03-14 18:42:40 UTC (rev 1560)
@@ -64,6 +64,8 @@
left => 'parts/left-menu.tt',
right => 'parts/tags-cloud.tt',
top => 'parts/top-menu.tt',
+ help_url => $conf->get_panel->{url_help},
+ panel_url => $conf->get_panel->{url},
users_avatar => Vhffs::Functions::strtobool( $conf->get_panel->{'users_avatars'} ),
groups_avatar => Vhffs::Functions::strtobool( $conf->get_panel->{'groups_avatars'} )
};
Modified: branches/vhffs-design/vhffs-public/templates/layouts/public.tt
===================================================================
--- branches/vhffs-design/vhffs-public/templates/layouts/public.tt 2010-03-14 18:30:13 UTC (rev 1559)
+++ branches/vhffs-design/vhffs-public/templates/layouts/public.tt 2010-03-14 18:42:40 UTC (rev 1560)
@@ -24,7 +24,7 @@
<div id="background-container">
<div class="page-container-public">
<div id="loading" style="display:none">
- <img src="/themes/[% theme %]/img/loading.gif">
+ <img src="/themes/[% theme %]/img/loading.gif" alt="Loading..."/>
</div>
<div id="header">
[% INCLUDE parts/header.tt %]
Modified: branches/vhffs-design/vhffs-public/templates/parts/group-general.tt
===================================================================
--- branches/vhffs-design/vhffs-public/templates/parts/group-general.tt 2010-03-14 18:30:13 UTC (rev 1559)
+++ branches/vhffs-design/vhffs-public/templates/parts/group-general.tt 2010-03-14 18:42:40 UTC (rev 1560)
@@ -1,7 +1,7 @@
<h2 class="groupname">[% g.realname | html%]</h2>
<div class="group-info">
[% IF groups_avatar %]
-<img class="group-avatar" src="/avatar.pl?oid=[% g.object_id %]"/>
+<img class="group-avatar" src="/avatar.pl?oid=[% g.object_id %]" alt="[% g.groupname %]"/>
[% END %]
<p><a href="/group.pl?name=[% g.groupname %]" class="groupname ajax">[% g.groupname %]</a> (<span class="owner">[% g.owner_name %]</span>)</p>
<div class="description">
Modified: branches/vhffs-design/vhffs-public/templates/parts/header.tt
===================================================================
--- branches/vhffs-design/vhffs-public/templates/parts/header.tt 2010-03-14 18:30:13 UTC (rev 1559)
+++ branches/vhffs-design/vhffs-public/templates/parts/header.tt 2010-03-14 18:42:40 UTC (rev 1560)
@@ -18,6 +18,6 @@
<div class="nav1">
<a href="http://bugs.vhffs.org/">[% 'Report a bug' | i18n %]</a>
<a href="[% help_url %]">[% 'Help' | i18n %]</a>
- <a href="[% panel_url %]">[% 'Log in' | i18n %]</a>
- </div>
+ <a href="[% panel_url %]">[% 'Log in' | i18n %]</a>
+ </div>