Update of /cvsroot/tuxpaint/tuxpaint-website/screenshots
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26406

Modified Files:
        index.php3 shots.php3 showshot.php3 
Log Message:
Cleaned up (invalid HTML --> valid HTML)

Index: showshot.php3
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint-website/screenshots/showshot.php3,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** showshot.php3       18 Mar 2004 21:17:28 -0000      1.3
--- showshot.php3       24 Mar 2004 20:52:15 -0000      1.4
***************
*** 2,5 ****
--- 2,7 ----
  <? page_start2("Screenshots", "screenshots", "en,es,pt_br"); ?>
  
+ <div id="page-screenshots">
+ 
  <?
  include("shots.php3");
***************
*** 11,23 ****
  if ($p["name"][$lang] != "")
  {
!   echo "<h3>" . $p["name"][$lang] . "</h2>";
  }
  else
  {
!   echo "<h3>" . $p["name"]["en"] . "</h2>";
  }
  
! echo "<img src=\"" . $p["pict"] . ".png\"\n";
! echo "width=640 height=480 alt=\"\"><br>";
  
  if ($p["name"][$lang] != "")
--- 13,25 ----
  if ($p["name"][$lang] != "")
  {
!   echo "<h3>" . $p["name"][$lang] . "</h3>";
  }
  else
  {
!   echo "<h3>" . $p["name"]["en"] . "</h3>";
  }
  
! echo "<div class=\"screenshot\">\n<p><img src=\"" . $p["pict"] . ".png\"\n";
! echo "width=640 height=480 alt=\"\"></p><p class=\"description\">";
  
  if ($p["name"][$lang] != "")
***************
*** 30,38 ****
  }
  
! echo "<p>\n";
  
  ?>
  
! <a href="/tuxpaint/screenshots/">See more screenshots</a><p>
  
  <? page_end(); ?>
--- 32,42 ----
  }
  
! echo "\n";
  
  ?>
  
! </p><p <a href="/tuxpaint/screenshots/">See more screenshots</a><p></div>
! 
! </div>
  
  <? page_end(); ?>

Index: index.php3
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint-website/screenshots/index.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** index.php3  18 Mar 2004 20:31:38 -0000      1.2
--- index.php3  24 Mar 2004 20:52:15 -0000      1.3
***************
*** 2,6 ****
  <? page_start2("Screenshots", "screenshots", "en,es,pt_br"); ?>
  
! <center>
  
  <?
--- 2,6 ----
  <? page_start2("Screenshots", "screenshots", "en,es,pt_br"); ?>
  
! <div id="page-screenshots">
  
  <?
***************
*** 23,42 ****
    }
  
!   echo "<a href=\"showshot.php3?which=$i\"><img\n";
    echo "src=\"" . $p["pict"] . "-t.png\"\n";
!   echo "width=320 height=240 alt=\"\" border=1><br>";
  
    if ($p["name"][$lang] != "")
    {
!     echo $p["name"][$lang] . "</a><br>";
      echo $p["desc"][$lang];
    }
    else
    {
!     echo $p["name"]["en"] . "</a><br>";
      echo $p["desc"]["en"];
    }
  
!   echo "<p>\n";
  
  
--- 23,42 ----
    }
  
!   echo "<div class=\"screenshot\">\n<p><a href=\"showshot.php3?which=$i\"><img\n";
    echo "src=\"" . $p["pict"] . "-t.png\"\n";
!   echo "width=320 height=240 alt=\"\"></a></p>\n<p class=\"description\">";
  
    if ($p["name"][$lang] != "")
    {
!     echo $p["name"][$lang] . "</p><p class=\"description\">";
      echo $p["desc"][$lang];
    }
    else
    {
!     echo $p["name"]["en"] . "</p><p class=\"description\">";
      echo $p["desc"]["en"];
    }
  
!   echo "</p></div>\n";
  
  
***************
*** 46,53 ****
  ?>
  
! </center>
  
! <p align=right><img src="/tuxpaint/gfx/bottoms/camera.jpg"
! width=150 height=113 alt=""></p>
  
  <? page_end(); ?>
--- 46,55 ----
  ?>
  
! <div class="screenshot">
! <p><img src="/tuxpaint/gfx/bottoms/camera.jpg" width=150 height=113 alt=""></p>
! </div>
  
! </div>
  
  <? page_end(); ?>
+ 

Index: shots.php3
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint-website/screenshots/shots.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** shots.php3  18 Mar 2004 20:31:38 -0000      1.2
--- shots.php3  24 Mar 2004 20:52:15 -0000      1.3
***************
*** 263,267 ****
    echo "<a href=\"screenshots/showshot.php3?which=$i\">";
    echo "<img src=\"screenshots/" . $p["pict"] . "-t.png\"\n";
-   echo "title=\"[Click to see a larger version]\"\n";
    echo "width=320 height=240 alt=\"\"></a>";
  
--- 263,266 ----

_______________________________________________
Tuxpaint-commits mailing list
[EMAIL PROTECTED]
http://tux4kids.net/mailman/listinfo/tuxpaint-commits

Reply via email to