Cleaned up index formatting and moved geo code to its own file.

git-svn-id: http://svn.automattic.com/wordpress/trunk@335 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt
2003-08-24 16:51:32 +00:00
parent 27dc2c69cb
commit 2ef0d0763c
2 changed files with 137 additions and 16 deletions

View File

@@ -1,9 +1,8 @@
<?php /* Don't remove these lines, they call the b2 function files ! */
$blog=1;
$blog = 1;
require_once('blog.header.php');
require_once($abspath.'wp-links/links.php');
// not on by default: require_once($abspath.'wp-links/links.weblogs.com.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +11,7 @@ require_once($abspath.'wp-links/links.php');
<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 name="generator" content="WordPress .7" /> <!-- leave this for stats -->
<meta name="generator" content="WordPress .72" /> <!-- leave this for stats -->
<?php if(get_settings('use_geo_positions')) {
doGeoUrlHeader($posts);
@@ -27,9 +26,7 @@ require_once($abspath.'wp-links/links.php');
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php get_archives('monthly', '', 'link'); ?>
<?php // comments_popup_script(); // off by default ?>
<?php if(get_settings('use_geo_positions')) {
print_PopUpScript();
} ?>
</head>
<body>
@@ -41,16 +38,9 @@ require_once($abspath.'wp-links/links.php');
<?php the_date('','<h2>','</h2>'); ?>
<h3 class="storytitle" id="post-<?php the_ID(); ?>">
<a href="<?php permalink_link() ?>" rel="bookmark"><?php the_title(); ?></a>
<span class="meta"><a href="?cat=<?php the_category_ID() ?>" title="Category: <?php the_category() ?>">[<?php the_category() ?>]</a> &#8212; <?php the_author() ?> @ <?php the_time() ?>
<?php if(get_settings('use_geo_positions')) { if((get_Lon() != null) && (get_Lon() < 360) &&(get_Lon() > -360)) { ?>
&#8212; Posted from: <?php print_Lat(); ?> &#215; <?php print_Lon(); ?>
<?php } } ?>
</span>
<a href="<?php permalink_link() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a>
<span class="meta"><a href="?cat=<?php the_category_ID() ?>" title="Category: <?php the_category() ?>">[<?php the_category() ?>]</a> &#8212; <?php the_author() ?> @ <?php the_time() ?></span>
</h3>
<?php if(get_settings('use_geo_positions')) { if((get_Lon() != null) && (get_Lon() < 360) &&(get_Lon() > -360)) { ?>
<?php print_UrlPopNav(); ?>
<?php } } ?>
<div class="storycontent">
<?php the_content(); ?>
@@ -61,8 +51,11 @@ require_once($abspath.'wp-links/links.php');
<?php comments_popup_link('Comments (0)', 'Comments (1)', 'Comments (%)'); ?>
</div>
<!--
<?php trackback_rdf(); ?>
-->
<?php include($abspath . 'b2comments.php'); ?>
<?php } } // end foreach, end if any posts ?>
@@ -95,7 +88,7 @@ require_once($abspath.'wp-links/links.php');
</li>
<li>Archives:
<ul>
<?php get_archives(); ?>
<?php get_archives('monthly'); ?>
</ul>
</li>
<li>Other: