[Bast-commits] r8868 - in DBIC-Web: . components pages pages/resources/css

david at dev.catalyst.perl.org david at dev.catalyst.perl.org
Thu Mar 4 14:42:19 GMT 2010


Author: david
Date: 2010-03-04 14:42:19 +0000 (Thu, 04 Mar 2010)
New Revision: 8868

Modified:
   DBIC-Web/
   DBIC-Web/components/header.tt
   DBIC-Web/components/navigation.tt
   DBIC-Web/components/twitter.tt
   DBIC-Web/components/wrapper.tt
   DBIC-Web/pages/articles.html
   DBIC-Web/pages/index.html
   DBIC-Web/pages/resources/css/basic.css
   DBIC-Web/pages/support.html
Log:
 r17 at drax:  david | 2010-03-02 17:07:37 +0000
 Make heading structure better. Tidy navigation links.



Property changes on: DBIC-Web
___________________________________________________________________
Modified: svk:merge
   - 8f56f3f5-0ce6-439a-8bf6-7ff32a8a3359:/local/DBIC-Web:16
   + 8f56f3f5-0ce6-439a-8bf6-7ff32a8a3359:/local/DBIC-Web:17

Modified: DBIC-Web/components/header.tt
===================================================================
--- DBIC-Web/components/header.tt	2010-03-04 14:42:15 UTC (rev 8867)
+++ DBIC-Web/components/header.tt	2010-03-04 14:42:19 UTC (rev 8868)
@@ -1,7 +1,9 @@
       <div id="header">
         <img src="resources/images/dbic-69px.png" alt=""
              style="float: right; margin: 5px;" />
-        <h1>
-          DBIx:Class
-        </h1>
+        [% IF title %]
+	<div><a href="/">DBIx::Class</a></div>
+	[% ELSE %]
+	<h1>DBIx::Class</h1>
+	[% END %]
       </div>

Modified: DBIC-Web/components/navigation.tt
===================================================================
--- DBIC-Web/components/navigation.tt	2010-03-04 14:42:15 UTC (rev 8867)
+++ DBIC-Web/components/navigation.tt	2010-03-04 14:42:19 UTC (rev 8868)
@@ -3,7 +3,7 @@
           <li><a href="http://search.cpan.org/perldoc?DBIx::Class">about</a></li>
           <li><a href="http://search.cpan.org/dist/DBIx-Class">download</a></li>
           <li><a href="http://desert-island.me.uk/perldoc/dbic-tutorial/lib/DBIx/Class/Tutorial/Intro.pod">documentation</a></li>
-          <li><a href="/examples/">examples</a></li>
+          [%# <li><a href="/examples/">examples</a></li> %]
           <li><a href="/support.html">support</a></li>
           <li><a href="/articles.html">articles</a></li>
           [%# <li><a href="/users.html">users</a></li> %]

Modified: DBIC-Web/components/twitter.tt
===================================================================
--- DBIC-Web/components/twitter.tt	2010-03-04 14:42:15 UTC (rev 8867)
+++ DBIC-Web/components/twitter.tt	2010-03-04 14:42:19 UTC (rev 8868)
@@ -1,9 +1,9 @@
       <div id="sidebar">
         <div id="twitter">
           <img src="resources/images/twitter_logo-150px.png" alt="" style="margin: 0 0 0.5em 0;">
-          <h3 class="sidebar-title">
+          <h2 class="sidebar-title">
             Latest information
-          </h3>
+          </h2>
           <ul id="twitter_update_list"></ul>
             <script type="text/javascript" 
                     src="http://twitter.com/statuses/user_timeline/dbix_class.json?callback=twitterCallback2&amp;count=10">

Modified: DBIC-Web/components/wrapper.tt
===================================================================
--- DBIC-Web/components/wrapper.tt	2010-03-04 14:42:15 UTC (rev 8867)
+++ DBIC-Web/components/wrapper.tt	2010-03-04 14:42:19 UTC (rev 8868)
@@ -2,7 +2,7 @@
    "http://www.w3.org/TR/html4/strict.dtd">
 <html>
  <head>
-  <title>DBIx::Class — An ORM for Perl that is extensible and flexible</title>
+  <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" />

Modified: DBIC-Web/pages/articles.html
===================================================================
--- DBIC-Web/pages/articles.html	2010-03-04 14:42:15 UTC (rev 8867)
+++ DBIC-Web/pages/articles.html	2010-03-04 14:42:19 UTC (rev 8868)
@@ -6,7 +6,7 @@
       [% PROCESS navigation.tt %]
     
       <div id="main"> 
-      <h3>Articles about DBIx::Class</h3>
+      <h1>Articles about DBIx::Class</h1>
       <ul>
 <li><a href="http://rambles.bearcircle.net/2009/05/24/inflatecolumnfile-vs-inflatecolumnfs/">InflateColumn::File vs. InflateColumn::FS</a> May 24th, 2009</li>
 <li><a href="http://blog.netcubed.de/2009/05/reports-with-dbic-and-postgres/">Reports with DBIC and Postgres</a> May 23rd, 2009</li>

Modified: DBIC-Web/pages/index.html
===================================================================
--- DBIC-Web/pages/index.html	2010-03-04 14:42:15 UTC (rev 8867)
+++ DBIC-Web/pages/index.html	2010-03-04 14:42:19 UTC (rev 8868)
@@ -12,9 +12,9 @@
              style="margin: 0px 0px 0px 40px;" border="0" />
         </a>
         
-        <h2>
+        <h1>
           Introduction to DBIx::Class
-        </h2>
+        </h1>
         
         <p>
           Welcome to the DBIx::Class website. This site is devoted to giving more information and 

Modified: DBIC-Web/pages/resources/css/basic.css
===================================================================
--- DBIC-Web/pages/resources/css/basic.css	2010-03-04 14:42:15 UTC (rev 8867)
+++ DBIC-Web/pages/resources/css/basic.css	2010-03-04 14:42:19 UTC (rev 8868)
@@ -5,21 +5,25 @@
 }
 
 
-h1 {
+#header h1,
+#header a {
   margin: 30px 0px 10px 3px;
   font-size: 200%;
   font-family: sans-serif;
   color: #ffffff;
+  text-decoration: none;
+  display: block;
+  font-weight: bold;
 }
 
-h2 {
+h1 {
   margin: 10px 0px 0px 0px;
   font-size: 150%;
   font-family: sans-serif;
   color: #0969a2;
 }
   
-h3.sidebar-title {
+h2.sidebar-title {
   margin: 0px 0px 5px 3px;
   font-size: 125%;
   font-family: serif;

Modified: DBIC-Web/pages/support.html
===================================================================
--- DBIC-Web/pages/support.html	2010-03-04 14:42:15 UTC (rev 8867)
+++ DBIC-Web/pages/support.html	2010-03-04 14:42:19 UTC (rev 8868)
@@ -7,18 +7,18 @@
       [% PROCESS navigation.tt %]
     
       <div id="main"> 
-       <h2>
+       <h1>
           Support for DBIx::Class
-        </h2>
+        </h1>
 
-	<h3>Commercial Support</h3>
+	<h2>Commercial Support</h3>
 
 	<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>.
 
-	<h3>Community Support</h3>
+	<h2>Community Support</h3>
 
 	<p>There are a number of community support channels:</p>
 




More information about the Bast-commits mailing list