diff --git a/b2comments.php b/b2comments.php index 38015310fb..c6d27de703 100644 --- a/b2comments.php +++ b/b2comments.php @@ -14,7 +14,7 @@ -

Comments

+

Comments

    comment_ID); ?> @@ -27,7 +27,7 @@ QQQ; } else { echo $commentdata["comment_author"]; -} ?> @

    +} ?> @

    diff --git a/b2commentspopup.php b/b2commentspopup.php index f2d18f7395..27bf93582c 100644 --- a/b2commentspopup.php +++ b/b2commentspopup.php @@ -4,103 +4,82 @@ $blog=1; include ("blog.header.php"); while($row = mysql_fetch_object($result)) "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<?php echo $blogname ?> - comments on '<?php the_title() ?>' + <?php echo $blogname ?> - Comments on "<?php the_title() ?>" - - - - - - - - + + + - +

    +

    Comments

    +
      -
      - -%' ORDER BY comment_date"; $resultc = mysql_query($queryc); if ($resultc) { -?> - - - - - - -

       

      -
      :: comments
      -

       

      - -comment_ID); -?> +?> -

      - -
      +

    1. -
      - @ -

      -

       

      +

      By {$commentdata["comment_author"]} +QQQ; +} else { + echo $commentdata["comment_author"]; +} ?> @

      +
    2. + - - -
      :: leave a comment
      -

       

      + +
    3. No comments yet.
    4. + +
    +

    Leave a Comment

    +

    Line and paragraph breaks automatic, website trumps email, HTML allowed: ', '> ', $comment_allowed_tags)); ?>

    -
    + +

    + + - " /> - -

    - name
    - + " />

    -

    - email
    - +

    + +

    -

    - url
    - +

    + +

    -

    - your comment
    - +

    + +
    +

    -

    - tabindex="6" /> Auto-BR (line-breaks become <br> tags)
    - +

    +

    @@ -108,8 +87,8 @@ while($rowc = mysql_fetch_object($resultc)) { -

     

    -
    :: close this window
    + +
    Close this window.
    - + -
    -

    -[powered by b2.] -

    +

    Powered by Wordpress

    diff --git a/b2trackback.php b/b2trackback.php index 22c17d57f0..fd9275d796 100644 --- a/b2trackback.php +++ b/b2trackback.php @@ -6,7 +6,7 @@ $resultc = mysql_query($queryc); if ($resultc) { ?> -

    Trackbacks

    +

    Trackbacks

    The URL to TrackBack this entry is:

    diff --git a/b2trackbackpopup.php b/b2trackbackpopup.php index 33d4b6f907..e160938daa 100644 --- a/b2trackbackpopup.php +++ b/b2trackbackpopup.php @@ -4,51 +4,42 @@ $blog=1; include ("blog.header.php"); while($row = mysql_fetch_object($result)) "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<?php echo $blogname ?> - trackbacks on '<?php the_title() ?>' - - - - - - - - - - + <?php echo $blogname ?> - Trackbacks on "<?php the_title() ?>" + + + + + + - +

    -

    -The URL to TrackBack this entry is:
    -   -

    +

    The URL to TrackBack this entry is:

    +

    + %' ORDER BY comment_date"; $resultc = mysql_query($queryc); if ($resultc) { ?> - -

     

    -
    :: trackbacks
    -

     

    - +

    Trackbacks

    +
      comment_ID); $wxcvbn_tb++; ?> -

      - -
      -· -Tracked on on @ -

      -

       

      +
    1. + + +

      Tracked on on @

      +
    2. @@ -56,12 +47,13 @@ The URL to TrackBack this entry is:
      if (!$wxcvbn_tb) { ?> -

      No Trackback on this post so far.

      +
    3. No trackbacks yet.
    4. + +
    -

     

    -
    :: close this window
    +
    close this window
    @@ -71,9 +63,7 @@ The URL to TrackBack this entry is:
    -

    -[powered by b2.] -

    +

    Powered by Wordpress

    diff --git a/layout2b.css b/layout2b.css index 71b28c5c55..da50fe4e44 100644 --- a/layout2b.css +++ b/layout2b.css @@ -25,7 +25,7 @@ h2 { margin-bottom: 2px; } -p { +p, li { line-height: 130%; } @@ -116,5 +116,6 @@ p { } .b2calendaremptycell { } .b2calendarlinkpost { - color: #f00; text-decoration: none; + color: #f00; + text-decoration: none; }