[Bast-commits] r8870 - in DBIC-Web: . components pages
david at dev.catalyst.perl.org
david at dev.catalyst.perl.org
Thu Mar 4 14:42:25 GMT 2010
Author: david
Date: 2010-03-04 14:42:25 +0000 (Thu, 04 Mar 2010)
New Revision: 8870
Modified:
DBIC-Web/
DBIC-Web/components/header.tt
DBIC-Web/components/wrapper.tt
DBIC-Web/pages/index.html
DBIC-Web/pages/support.html
Log:
r19 at drax: david | 2010-03-02 17:25:41 +0000
Fix validity errors
Property changes on: DBIC-Web
___________________________________________________________________
Modified: svk:merge
- 8f56f3f5-0ce6-439a-8bf6-7ff32a8a3359:/local/DBIC-Web:18
+ 8f56f3f5-0ce6-439a-8bf6-7ff32a8a3359:/local/DBIC-Web:19
Modified: DBIC-Web/components/header.tt
===================================================================
--- DBIC-Web/components/header.tt 2010-03-04 14:42:21 UTC (rev 8869)
+++ DBIC-Web/components/header.tt 2010-03-04 14:42:25 UTC (rev 8870)
@@ -1,6 +1,6 @@
<div id="header">
<img src="resources/images/dbic-69px.png" alt=""
- style="float: right; margin: 5px;" />
+ style="float: right; margin: 5px;">
[% IF title %]
<div><a href="/">DBIx::Class</a></div>
[% ELSE %]
Modified: DBIC-Web/components/wrapper.tt
===================================================================
--- DBIC-Web/components/wrapper.tt 2010-03-04 14:42:21 UTC (rev 8869)
+++ DBIC-Web/components/wrapper.tt 2010-03-04 14:42:25 UTC (rev 8870)
@@ -5,9 +5,9 @@
<title>[% IF title %][% title %] — [% END %] DBIx::Class — An ORM for Perl that is extensible and flexible</title>
<link rel="stylesheet" type="text/css" media="screen, projection"
- href="resources/css/layout.css" />
+ href="resources/css/layout.css">
<link rel="stylesheet" type="text/css" media="screen, projection"
- href="resources/css/basic.css" />
+ href="resources/css/basic.css">
<!--[if IE]><link rel="stylesheet" type="text/css"
href="/resources/blueprint/ie.css" /><![endif]-->
Modified: DBIC-Web/pages/index.html
===================================================================
--- DBIC-Web/pages/index.html 2010-03-04 14:42:21 UTC (rev 8869)
+++ DBIC-Web/pages/index.html 2010-03-04 14:42:25 UTC (rev 8870)
@@ -9,7 +9,7 @@
<div id="main">
<a href="http://ironman.enlightenedperl.org">
<img src="resources/images/ppi01-banner.png" alt="Planet Perl Ironman Banner"
- style="margin: 0px 0px 0px 40px;" border="0" />
+ style="margin: 0px 0px 0px 40px; border: 0">
</a>
<h1>
@@ -30,21 +30,22 @@
</p>
<p>
- There are a selection of videos and slides on Dbic, these can be found at:<br /><br />
+ There are a selection of videos and slides on Dbic, these can be found at:</p>
- <a href="http://www.shadowcat.co.uk/archive/conference-video/nwepm/catalyst-dbic/">
+<ul>
+ <li><a href="http://www.shadowcat.co.uk/archive/conference-video/nwepm/catalyst-dbic/">
Introduction to DBIx::Class and Catalyst.
- </a><br /><br />
- <a href="http://www.shadowcat.co.uk/catalyst/talks/postgresql-WEST-2008/-files/catalyst-dbic-pg.xul">
+ </a>
+ <li><a href="http://www.shadowcat.co.uk/catalyst/talks/postgresql-WEST-2008/-files/catalyst-dbic-pg.xul">
Catalyst, DBIx::Class and Postgres Slides.
- </a><br /><br />
- <a href="http://www.shadowcat.co.uk/archive/conference-video/yapc-eu-2008/dbic-masterclass/">
+ </a>
+ <li><a href="http://www.shadowcat.co.uk/archive/conference-video/yapc-eu-2008/dbic-masterclass/">
DBIx:Class Masterclass Video.
- </a><br /><br />
- <a href="http://www.shadowcat.co.uk/catalyst/-talks/yapc-na-2008/dbix-masterclass.xul">
+ </a>
+ <li><a href="http://www.shadowcat.co.uk/catalyst/-talks/yapc-na-2008/dbix-masterclass.xul">
DBIx:Class Masterclass Slides.
- </a><br /><br />
- </p>
+ </a>
+ </ul>
</div>
[% PROCESS twitter.tt %]
Modified: DBIC-Web/pages/support.html
===================================================================
--- DBIC-Web/pages/support.html 2010-03-04 14:42:21 UTC (rev 8869)
+++ DBIC-Web/pages/support.html 2010-03-04 14:42:25 UTC (rev 8870)
@@ -11,14 +11,14 @@
Support for DBIx::Class
</h1>
- <h2>Commercial Support</h3>
+ <h2>Commercial Support</h2>
<p><a href="http://www.shadowcat.co.uk/">Shadowcat systems</a> provide
the DBIx::Class project with contributions in the form of code and hosting.
Their team is highly experienced with DBIC and offer a
<a href="http://www.shadowcat.co.uk/services/support/">consultancy service</a>.
- <h2>Community Support</h3>
+ <h2>Community Support</h2>
<p>There are a number of community support channels:</p>
More information about the Bast-commits
mailing list