|
From: <jh...@us...> - 2008-09-15 20:06:17
|
Update of /cvsroot/aolserver/havardblog/www/template In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv18580/www/template Added Files: article.adp entry.adp rpole.adp template.adp Log Message: Initial import of Havard's Crappy Blog as seen at http://johnhavard.com/ --- NEW FILE: article.adp --- <div class="journalBox"><!-- jbox --> <div class="jbHeader"> <div class="jbTitle"><%= $title %></div> <div class="jbAuthor">posted by <%= $author %> on <%= $pubdate %></div> </div><!-- end jbheader --> <!-- entry body --> <%= $body %> <!-- /entry body --> <div class="jbFooter"> <!-- last updated <%= $updated %> --> <!-- tag soup --> </div> </div><!-- /jbox --> <div style="color: white; text-align: center; font-size: 6pt; ">last updated <%= $updated %> </div> --- NEW FILE: entry.adp --- <div class="journalBox"> <div class="jbHeader"> <div class="jbTitle"><%= $title %></div> <div class="jbAuthor">by <%= $author %> on <%= $pubdate %></div> </div> <!-- entry body --> <%= $lead %> <!-- /entry body --> <div class="jbFooter"> <div class="jbfRight"> <a href="/article/<%= $pubdate %>/<%= $slug %>/article.html">Read More</a> </div> </div> </div><!-- /jbox --> --- NEW FILE: rpole.adp --- <div class="rbox"> <div class="rboxHeader">Links</div> <div class="rboxMidder"> <ul> <li class="rboxOdd"><a href="http://kjan.wx.hxi.us/">Jackson Weather</a></li> <li class="rboxEven"><a href="http://www.errantstory.com/">Errant Story</a></li> <li class="rboxOdd"><a href="http://thedailywtf.com/">The Daily WTF?!</a></li> <li class="rboxEven"><a href="http://www.vestasys.org/">Vesta</a></li> <li class="rboxOdd"><a href="http://www.awips.org/">Open AWIPS</a></li> <!-- <li class="rboxEven"><a href="">bar</a></li> <li class="rboxOdd"><a href="">foo</a></li> <li class="rboxEven"><a href="">bar</a></li> --> </ul> </div> <div class="rboxFooter"> </div> </div> <div class="rbox"> <div class="rboxHeader">Friends</div> <div class="rboxMidder"> <ul> <li class="rboxOdd"><a href="http://robsayers.com/">Rob Sayers</a></li> <li class="rboxEven"><a href="http://www.dossy.org/">Dossy Shiobara</a></li> <li class="rboxOdd"><a href="http://brianbaggett.com/">Brian Baggett</a></li> <li class="rboxEven"><a href="">I don't have any more friends :(</a></li> <!-- <li class="rboxOdd"><a href="">foo</a></li> <li class="rboxEven"><a href="">bar</a></li> <li class="rboxOdd"><a href="">foo</a></li> <li class="rboxEven"><a href="">bar</a></li> --> </ul> </div> <div class="rboxFooter"> </div> </div> --- NEW FILE: template.adp --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta name="generator" content="HTML Tidy, see www.w3.org" /> <title>JohnHavard.com</title> <link type="text/css" rel="stylesheet" href="/main.css" /> <!-- <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.johnhavard.com/index.rss" /> --> </head> <body> <div class="header"> <div class="headerTop"> </div> <div class="headerMiddle"> JohnHavard.com </div> <div class="headerBottom"> <div class="hbRight"> <a href="http://www.johnhavard.com/">Home</a> · <a href="http://kjan.wx.hxi.us/">Weather</a> · <a href="/contact.php">Contact</a> </div> <div class="hbLeft"> </div> <div class="hbCenter"> </div> </div> </div> <div class="midder"> <div class="rPole"> <%= $rPole %> </div> <div class="mainStuff"> <%= $mainStuff %> </div> </div> <div class="footer"> <p>This site, it's design and most content Copyright © 1998-2008 John Havard. All rights reserved. Everything else is disclaimed. This site is dangerous and should not be used while driving or operating heavy machinery and should not be used by women who are pregnant, believe they are pregnant or breast-feeding as prolonged use may cause severe complications. As of this writing, we have gone 3658 days without a blogging-related accident. This page is quite likely <a href= "http://validator.w3.org/check?uri=referer">valid XHTML</a>. Powered by your mom.</p> </div> </body> </html> |