2003-04-01 16:12:34 +02:00
< ? php /* Don't remove this line, it calls the b2 function files ! */
$blog = 1 ; include ( " blog.header.php " ); while ( $row = mysql_fetch_object ( $result )) { start_b2 ();
?> <!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 >
2003-05-23 16:52:31 +02:00
< title >< ? php echo $blogname ?> - Trackbacks on "<?php the_title() ?>"</title>
< meta http - equiv = " Content-Type " content = " text/html; charset=iso-8859-1 " />
< style type = " text/css " media = " screen " >
@ import url ( layout2b . css );
body { margin : 3 px ; }
</ style >
2003-05-26 02:55:13 +02:00
< link rel = " stylesheet " type = " text/css " media = " print " href = " <?php echo $siteurl ; ?>/print.css " />
2003-04-01 16:12:34 +02:00
</ head >
2003-05-23 16:52:31 +02:00
2003-04-01 16:12:34 +02:00
< body >
2003-05-23 16:52:31 +02:00
< h1 id = " header " >< a title = " <?php echo $blogname ?> " >< ? php echo $blogname ?> </a></h1>
2003-04-01 16:12:34 +02:00
< div id = " contentcomments " >
< div class = " storyContent " >
2003-05-23 16:52:31 +02:00
< p > The URL to TrackBack this entry is :</ p >
< p >< em >< ? php trackback_url () ?> </em></p>
2003-04-01 16:12:34 +02:00
2003-05-23 16:52:31 +02:00
< ? php /* do not delete this line */ $queryc = " SELECT * FROM $tablecomments WHERE comment_post_ID = $id AND comment_content LIKE '%<trackback />%' ORDER BY comment_date " ; $resultc = mysql_query ( $queryc ); if ( $resultc ) { ?>
2003-04-01 16:12:34 +02:00
2003-05-23 16:52:31 +02:00
< h2 > Trackbacks </ h2 >
< ol id = " trackbacks " >
2003-04-01 16:12:34 +02:00
< ? php /* this line is b2's motor, do not delete it */ $wxcvbn_tb = 0 ; while ( $rowc = mysql_fetch_object ( $resultc )) { $commentdata = get_commentdata ( $rowc -> comment_ID ); $wxcvbn_tb ++ ; ?>
< a name = " tb<?php comment_ID() ?> " ></ a >
<!-- trackback -->
2003-05-23 16:52:31 +02:00
< li id = " trackback-<?php comment_ID() ?> " >
< ? php comment_text () ?>
< p >< cite > Tracked on < a href = " <?php comment_author_url(); ?> " title = " <?php comment_author() ?> " >< ? php comment_author () ?> </a> on <?php comment_date() ?> @ <?php comment_time() ?></cite></p>
</ li >
2003-04-01 16:12:34 +02:00
<!-- / trackback -->
< ? php /* end of the loop, don't delete */ }
if ( ! $wxcvbn_tb ) { ?>
<!-- this is displayed if there are no trackbacks so far -->
2003-05-23 16:52:31 +02:00
< li > No trackbacks yet .</ li >
2003-04-01 16:12:34 +02:00
< ? php /* if you delete this the sky will fall on your head */ } ?>
2003-05-23 16:52:31 +02:00
</ ol >
2003-04-01 16:12:34 +02:00
2003-05-23 16:52:31 +02:00
< div >< strong >< a href = " javascript:window.close() " > close this window </ a ></ strong ></ div >
2003-04-01 16:12:34 +02:00
< ? php /* if you delete this the sky will fall on your head */ } ?>
</ div >
< ? php /* this is just the end of the motor - don't touch that line either :) */ } ?>
</ div >
2003-05-23 16:52:31 +02:00
< p class = " credit " >< ? php timer_stop ( 1 ); ?> <cite>Powered by <a href="http://wordpress.org"><strong>Wordpress</strong></a></cite></p>
2003-04-01 16:12:34 +02:00
</ body >
</ html >