Some semantic updates
git-svn-id: https://develop.svn.wordpress.org/trunk@4 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c5b475e13b
commit
c0cbc5c173
19
index.php
19
index.php
@ -7,13 +7,12 @@
|
|||||||
<title><?php bloginfo('name') ?><?php single_post_title(' :: ') ?><?php single_cat_title(' :: ') ?><?php single_month_title(' :: ') ?></title>
|
<title><?php bloginfo('name') ?><?php single_post_title(' :: ') ?><?php single_cat_title(' :: ') ?><?php single_month_title(' :: ') ?></title>
|
||||||
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<meta http-equiv="reply-to" content="<?php bloginfo('admin_email'); ?>" />
|
|
||||||
<meta http-equiv="imagetoolbar" content="no" />
|
<meta http-equiv="imagetoolbar" content="no" />
|
||||||
<meta content="TRUE" name="MSSmartTagsPreventParsing" />
|
|
||||||
|
|
||||||
<style type="text/css" media="screen">
|
<style type="text/css" media="screen">
|
||||||
@import url( layout2b.css );
|
@import url( layout2b.css );
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" media="print" href="print.css" />
|
<link rel="stylesheet" type="text/css" media="print" href="print.css" />
|
||||||
<link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
|
<link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
|
||||||
<link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
|
<link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
|
||||||
@ -22,21 +21,21 @@
|
|||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="header"><a href="" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></div>
|
<h1 id="header"><a href="" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
|
||||||
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
|
|
||||||
|
|
||||||
<!-- // b2 loop start -->
|
<!-- // b2 loop start -->
|
||||||
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
|
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
|
||||||
|
|
||||||
|
|
||||||
<?php the_date("","<h2>","</h2>"); ?>
|
<?php the_date("","<h2>","</h2>"); ?>
|
||||||
<?php permalink_anchor(); ?>
|
<?php permalink_anchor(); ?>
|
||||||
<div class="storyTitle"><?php the_title(); ?>
|
<h3 class="storyTitle"><?php the_title(); ?>
|
||||||
<a href="?cat=<?php the_category_ID() ?>" title="category: <?php the_category() ?>"><span class="storyCategory">[<?php the_category() ?>]</span></a> -
|
<a href="?cat=<?php the_category_ID() ?>" title="category: <?php the_category() ?>"><span class="storyCategory">[<?php the_category() ?>]</span></a> -
|
||||||
<span class="storyAuthor"><?php the_author() ?> - <?php the_author_email() ?></span> @ <a href="<?php permalink_link() ?>"><?php the_time() ?></a>
|
<span class="storyAuthor"><?php the_author() ?> - <?php the_author_email() ?></span> @ <a href="<?php permalink_link() ?>"><?php the_time() ?></a>
|
||||||
</div>
|
</h3>
|
||||||
|
|
||||||
<div class="storyContent">
|
<div class="storyContent">
|
||||||
<?php the_content(); ?>
|
<?php the_content(); ?>
|
||||||
@ -78,10 +77,10 @@
|
|||||||
|
|
||||||
<h4>quick links:</h4>
|
<h4>quick links:</h4>
|
||||||
|
|
||||||
|
<a href="http://wordpress.org" title="Wordpress Fork">Wordpress</a><br />
|
||||||
<a href="http://www.cafelog.com" title="b2's homepage">cafelog.com</a><br />
|
<a href="http://www.cafelog.com" title="b2's homepage">cafelog.com</a><br />
|
||||||
<a href="http://some other site" title="another link">another link</a><br />
|
<a href="http://some other site" title="another link">another link</a><br />
|
||||||
<a href="http://some other site" title="another link">another link</a><br />
|
<a href="http://some other site" title="another link">another link</a><br />
|
||||||
<a href="http://some other site" title="another link">another link</a><br />
|
|
||||||
|
|
||||||
|
|
||||||
<h4>categories:</h4>
|
<h4>categories:</h4>
|
||||||
@ -91,10 +90,10 @@
|
|||||||
<h4>search:</h4>
|
<h4>search:</h4>
|
||||||
|
|
||||||
<form name="searchform" method="get" action="<?php echo $PHP_SELF; /*$siteurl."/".$blogfilename*/ ?>">
|
<form name="searchform" method="get" action="<?php echo $PHP_SELF; /*$siteurl."/".$blogfilename*/ ?>">
|
||||||
<p>
|
<div>
|
||||||
<input type="text" name="s" size="15" /><br />
|
<input type="text" name="s" size="15" /><br />
|
||||||
<input type="submit" name="submit" value="search" />
|
<input type="submit" name="submit" value="search" />
|
||||||
</p>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<h4>archives:</h4>
|
<h4>archives:</h4>
|
||||||
|
Loading…
Reference in New Issue
Block a user