Changeset 4
- Timestamp:
- 04/01/2003 02:20:21 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r3 r4 8 8 9 9 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 10 <meta http-equiv="reply-to" content="<?php bloginfo('admin_email'); ?>" />11 10 <meta http-equiv="imagetoolbar" content="no" /> 12 <meta content="TRUE" name="MSSmartTagsPreventParsing" />13 11 14 12 <style type="text/css" media="screen"> 15 @import url( layout2b.css );13 @import url( layout2b.css ); 16 14 </style> 15 17 16 <link rel="stylesheet" type="text/css" media="print" href="print.css" /> 18 17 <link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" /> … … 23 22 </head> 24 23 <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> 26 25 27 26 <div id="content"> … … 29 28 30 29 <!-- // b2 loop start --> 31 30 <?php while($row = mysql_fetch_object($result)) { start_b2(); ?> 32 31 33 32 34 33 <?php the_date("","<h2>","</h2>"); ?> 35 34 <?php permalink_anchor(); ?> 36 < divclass="storyTitle"><?php the_title(); ?>35 <h3 class="storyTitle"><?php the_title(); ?> 37 36 <a href="?cat=<?php the_category_ID() ?>" title="category: <?php the_category() ?>"><span class="storyCategory">[<?php the_category() ?>]</span></a> - 38 37 <span class="storyAuthor"><?php the_author() ?> - <?php the_author_email() ?></span> @ <a href="<?php permalink_link() ?>"><?php the_time() ?></a> 39 </ div>38 </h3> 40 39 41 40 <div class="storyContent"> … … 79 78 <h4>quick links:</h4> 80 79 80 <a href="http://wordpress.org" title="Wordpress Fork">Wordpress</a><br /> 81 81 <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 />83 82 <a href="http://some other site" title="another link">another link</a><br /> 84 83 <a href="http://some other site" title="another link">another link</a><br /> … … 92 91 93 92 <form name="searchform" method="get" action="<?php echo $PHP_SELF; /*$siteurl."/".$blogfilename*/ ?>"> 94 < p>93 <div> 95 94 <input type="text" name="s" size="15" /><br /> 96 95 <input type="submit" name="submit" value="search" /> 97 </ p>96 </div> 98 97 </form> 99 98
Note: See TracChangeset
for help on using the changeset viewer.