Make WordPress Core

Changeset 4


Ignore:
Timestamp:
04/01/2003 02:20:21 PM (21 years ago)
Author:
saxmatt
Message:

Some semantic updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r3 r4  
    88
    99<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    10 <meta http-equiv="reply-to" content="<?php bloginfo('admin_email'); ?>" />
    1110<meta http-equiv="imagetoolbar" content="no" />
    12 <meta content="TRUE" name="MSSmartTagsPreventParsing" />
    1311
    1412<style type="text/css" media="screen">
    15 @import url( layout2b.css );
     13    @import url( layout2b.css );
    1614</style>
     15
    1716<link rel="stylesheet" type="text/css" media="print" href="print.css" />
    1817<link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
     
    2322</head>
    2423<body>
    25 <div id="header"><a href="" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></div>
     24<h1 id="header"><a href="" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
    2625
    2726<div id="content">
     
    2928
    3029<!-- // b2 loop start -->
    31     <?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
     30<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
    3231
    3332
    3433<?php the_date("","<h2>","</h2>"); ?>
    3534<?php permalink_anchor(); ?>
    36 <div class="storyTitle"><?php the_title(); ?>
     35<h3 class="storyTitle"><?php the_title(); ?>
    3736   <a href="?cat=<?php the_category_ID() ?>" title="category: <?php the_category() ?>"><span class="storyCategory">[<?php the_category() ?>]</span></a>&nbsp;-&nbsp;
    3837<span class="storyAuthor"><?php the_author() ?> - <?php the_author_email() ?></span> @ <a href="<?php permalink_link() ?>"><?php the_time() ?></a>
    39 </div>
     38</h3>
    4039
    4140<div class="storyContent">
     
    7978<h4>quick links:</h4>
    8079
     80<a href="http://wordpress.org" title="Wordpress Fork">Wordpress</a><br />
    8181<a href="http://www.cafelog.com" title="b2's homepage">cafelog.com</a><br />
    82 <a href="http://some other site" title="another link">another link</a><br />
    8382<a href="http://some other site" title="another link">another link</a><br />
    8483<a href="http://some other site" title="another link">another link</a><br />
     
    9291
    9392<form name="searchform" method="get" action="<?php echo $PHP_SELF; /*$siteurl."/".$blogfilename*/ ?>">
    94 <p>
     93<div>
    9594<input type="text" name="s" size="15" /><br />
    9695<input type="submit" name="submit" value="search" />
    97 </p>
     96</div>
    9897</form>
    9998
Note: See TracChangeset for help on using the changeset viewer.