Changeset 17325
- Timestamp:
- Sep 19, 2001, 5:47:29 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/tools/database/www/cvs.php3 ¶
r17324 r17325 431 431 //file info 432 432 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"; 434 434 435 435 //revision info … … 841 841 { 842 842 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\">", 844 844 "$sRevision</a> by ", 845 845 $this->getAuthor($sRevision) ,"</td></tr>\n", … … 905 905 906 906 $iPrev = 2; 907 $sRet = "<a href=\"cvs.php ?sDir=.\">[root]</a>";907 $sRet = "<a href=\"cvs.php3?sDir=.\">[root]</a>"; 908 908 while ($i = @strpos($sDir, "/", $iPrev)) 909 909 { 910 $sRet .= " / <a href=\"cvs.php ?sDir=".substr($sDir, 0, $i)."\">".910 $sRet .= " / <a href=\"cvs.php3?sDir=".substr($sDir, 0, $i)."\">". 911 911 substr($sDir, $iPrev, $i - $iPrev)."</a>"; 912 912 $iPrev = $i + 1; … … 1212 1212 echo "<table border=0 width=100% cellspacing=1 cellpadding=2>\n", 1213 1213 " <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", 1219 1219 " </tr>\n"; 1220 1220 $i = 0; … … 1229 1229 echo "<tr>\n", 1230 1230 " <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", 1232 1232 " <td$sBgColor> </td>\n", 1233 1233 " <td$sBgColor> </td>\n", … … 1240 1240 $sBgColor = ($i++ % 2) ? "" : " bgcolor=#f0f0f0"; 1241 1241 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", 1243 1243 " <td$sBgColor> </td>\n", 1244 1244 " <td$sBgColor> </td>\n", … … 1258 1258 $sIcon = isset($asIcon[$sKey]) ? $asIcon[$sKey] : "<i> error </i>"; 1259 1259 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", 1262 1262 " <td$sBgColor><font size=-1>$sAge</font></td>\n", 1263 1263 " <td$sBgColor><font size=-1>$sAuthor</font></td>\n",
Note:
See TracChangeset
for help on using the changeset viewer.