Ignore:
Timestamp:
Aug 7, 2000, 4:22:45 PM (25 years ago)
Author:
bird
Message:

Enabled the DB pages to use the cvs pages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/www/Odin32DBHelpers.php3

    r3918 r3968  
    10681068        if (isset($array["apigroupname"]))
    10691069            Odin32DBInfoRow1("API Group", $array, "apigroupname", "apigrouprefcode", "apigrouprefcode","","");
    1070         Odin32DBInfoRow1("File", $array, "filename", "filerefcode", "filerefcode","not available","");
     1070        Odin32DBInfoRow1("File", $array, "filename", "filerefcode", "filerefcode", "not available",
     1071                         " (<a href=\"cvs.phtml#".$array["line"]."?sFile=./src/".$array["dllname"]."/".$array["filename"].",v&sRevision=\">cvs</a>)");
    10711072        if ($array["line"] > 0)
    10721073            Odin32DBInfoRow1("Line", $array, "line", "", "","","");
     
    15521553        Odin32DBNaslov("General", "general");
    15531554        echo "\n<table width=100% border=3 cellpadding=0>\n";
    1554         Odin32DBInfoRow1("Name", $array, "name","","","","");
     1555        Odin32DBInfoRow1("Name", $array, "name","","","",
     1556                         " (<a href=\"cvs.phtml?sFile=./src/".$array["dllname"]."/".$array["name"].",v&sRevision=\">cvs</a>)");
    15551557        Odin32DBInfoRow1("Revision", $array, "revision","","","","");
    15561558        Odin32DBInfoRow1("Changed", $array, "lastdatetime","","","","");
Note: See TracChangeset for help on using the changeset viewer.