<?php include('./wp-blog-header.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">
<head>
<title>Trackback » <?php wp_title(''); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
<meta name="robots" content="noindex,nofollow">
<link rel="stylesheet" type="text/css" media="screen" href="<?php bloginfo('stylesheet_url'); ?>" />
</head>
<body>
<div id="header">
<div id="site-logo">
<p> </p>
</div>
<div style="border-top:2px solid #fff; margin:0; padding:0;">
</div>
</div>
<div id="holder">
<div style="overflow:auto; width:auto; height:auto; font-size:.9em; margin:10px; padding:1em; border:1px solid #aba;">
<?php if(is_single() || is_page()) : ?>
<?php if(have_posts()) : the_post(); ?>
<p>Trackback URL for <?php the_title(); ?>:</p>
<p style="margin-left:2em;"><?php trackback_url('url'); ?></p>
<?php else : ?>
<p>The article ID provided is not valid.</p>
<?php endif; else : ?>
<p>An article ID must be provided.</p>
<?php endif; ?>
</div>
<div style="font-size:.7em; color:#fff; background-color:#aba; margin:0 8px 8px 8px; padding:.5em 1em .5em;">
<?php blog_copyright(2, false, 'namenl', '', '', '', '©'); ?>
</div>
</div>
</body>
</html>