Changeset 17325


Ignore:
Timestamp:
Sep 19, 2001, 5:47:29 PM (24 years ago)
Author:
bird
Message:

link fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/tools/database/www/cvs.php3

    r17324 r17325  
    431431        //file info
    432432        echo "<tr><td valign=top><font size=-1>File:</font></td>\n",
    433              "<td><font size=-1>", $this->getDirUrls(), " / <a href=\"cvs.php?sFile=$this->sDir/$this->sName,v\">$this->sName</a></font></td></tr>\n";
     433             "<td><font size=-1>", $this->getDirUrls(), " / <a href=\"cvs.php3?sFile=$this->sDir/$this->sName,v\">$this->sName</a></font></td></tr>\n";
    434434
    435435        //revision info
     
    841841        {
    842842            echo "<tr><td bgcolor=#d0dce0><a name=\"$sRevision\">Rev. </a>",
    843                  "<a href=\"cvs.php?sFile=$this->sDir/$this->sName,v&sRevision=$sRevision\">",
     843                 "<a href=\"cvs.php3?sFile=$this->sDir/$this->sName,v&sRevision=$sRevision\">",
    844844                 "$sRevision</a> by ",
    845845                 $this->getAuthor($sRevision) ,"</td></tr>\n",
     
    905905
    906906    $iPrev = 2;
    907     $sRet = "<a href=\"cvs.php?sDir=.\">[root]</a>";
     907    $sRet = "<a href=\"cvs.php3?sDir=.\">[root]</a>";
    908908    while ($i = @strpos($sDir, "/", $iPrev))
    909909    {
    910         $sRet .= " / <a href=\"cvs.php?sDir=".substr($sDir, 0, $i)."\">".
     910        $sRet .= " / <a href=\"cvs.php3?sDir=".substr($sDir, 0, $i)."\">".
    911911                    substr($sDir, $iPrev, $i - $iPrev)."</a>";
    912912        $iPrev = $i + 1;
     
    12121212    echo "<table border=0 width=100% cellspacing=1 cellpadding=2>\n",
    12131213         "  <tr>\n",
    1214          "    <th bgcolor=",$aColumnColors[4+0-$iSortColumn],"><font size=-1><b><a href=cvs.php?sDir=$sDir&iSortColumn=0>Filename</a></b></font></th>\n",
    1215          "    <th bgcolor=",$aColumnColors[4+1-$iSortColumn],"><font size=-1><b><a href=cvs.php?sDir=$sDir&iSortColumn=1>Rev</a></b></font></th>\n",
    1216          "    <th bgcolor=",$aColumnColors[4+2-$iSortColumn],"><font size=-1><b><a href=cvs.php?sDir=$sDir&iSortColumn=2>Age</a></b></font></th>\n",
    1217          "    <th bgcolor=",$aColumnColors[4+3-$iSortColumn],"><font size=-1><b><a href=cvs.php?sDir=$sDir&iSortColumn=3>Author</a></b></font></th>\n",
    1218          "    <th bgcolor=",$aColumnColors[4+4-$iSortColumn],"><font size=-1><b><a href=cvs.php?sDir=$sDir&iSortColumn=4>Last Log Entry</a></b></font></th>\n",
     1214         "    <th bgcolor=",$aColumnColors[4+0-$iSortColumn],"><font size=-1><b><a href=cvs.php3?sDir=$sDir&iSortColumn=0>Filename</a></b></font></th>\n",
     1215         "    <th bgcolor=",$aColumnColors[4+1-$iSortColumn],"><font size=-1><b><a href=cvs.php3?sDir=$sDir&iSortColumn=1>Rev</a></b></font></th>\n",
     1216         "    <th bgcolor=",$aColumnColors[4+2-$iSortColumn],"><font size=-1><b><a href=cvs.php3?sDir=$sDir&iSortColumn=2>Age</a></b></font></th>\n",
     1217         "    <th bgcolor=",$aColumnColors[4+3-$iSortColumn],"><font size=-1><b><a href=cvs.php3?sDir=$sDir&iSortColumn=3>Author</a></b></font></th>\n",
     1218         "    <th bgcolor=",$aColumnColors[4+4-$iSortColumn],"><font size=-1><b><a href=cvs.php3?sDir=$sDir&iSortColumn=4>Last Log Entry</a></b></font></th>\n",
    12191219         "  </tr>\n";
    12201220    $i = 0;
     
    12291229        echo "<tr>\n",
    12301230             " <td", $sBgColor , ">",
    1231                "<font size=-1><a href=\"cvs.php?sDir=",$sParentDir,"\"><img src=\"$sIconsUrl/back.gif\" border=0> Parent Directory</a></font></td>\n",
     1231               "<font size=-1><a href=\"cvs.php3?sDir=",$sParentDir,"\"><img src=\"$sIconsUrl/back.gif\" border=0> Parent Directory</a></font></td>\n",
    12321232             " <td$sBgColor>&nbsp;</td>\n",
    12331233             " <td$sBgColor>&nbsp;</td>\n",
     
    12401240        $sBgColor = ($i++ % 2) ? "" : " bgcolor=#f0f0f0";
    12411241        echo "<tr>\n",
    1242              " <td$sBgColor><font size=-1><a href=\"cvs.php?sDir=$sDir/$sVal\"><img src=\"$sIconsUrl/dir.gif\" border=0> $sVal</a></font></td>\n",
     1242             " <td$sBgColor><font size=-1><a href=\"cvs.php3?sDir=$sDir/$sVal\"><img src=\"$sIconsUrl/dir.gif\" border=0> $sVal</a></font></td>\n",
    12431243             " <td$sBgColor>&nbsp;</td>\n",
    12441244             " <td$sBgColor>&nbsp;</td>\n",
     
    12581258        $sIcon  = isset($asIcon[$sKey]) ? $asIcon[$sKey]            : "<i> error </i>";
    12591259        echo "<tr>\n",
    1260              " <td$sBgColor><font size=-1><a href=\"cvs.php?sFile=$sDir/$sKey\"><img src=\"$sIconsUrl/$sIcon\" border=0>",substr($sKey, 0, -2),"</a></font></td>\n",
    1261              " <td$sBgColor><font size=-1><a href=\"cvs.php?sFile=$sDir/$sKey&sRevision=$sRev\">$sRev</a></font></td>\n",
     1260             " <td$sBgColor><font size=-1><a href=\"cvs.php3?sFile=$sDir/$sKey\"><img src=\"$sIconsUrl/$sIcon\" border=0>",substr($sKey, 0, -2),"</a></font></td>\n",
     1261             " <td$sBgColor><font size=-1><a href=\"cvs.php3?sFile=$sDir/$sKey&sRevision=$sRev\">$sRev</a></font></td>\n",
    12621262             " <td$sBgColor><font size=-1>$sAge</font></td>\n",
    12631263             " <td$sBgColor><font size=-1>$sAuthor</font></td>\n",
Note: See TracChangeset for help on using the changeset viewer.