Changeset 7874 for trunk


Ignore:
Timestamp:
08/15/06 15:32:45 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7873 r7874  
    4646     - implemented new algorithms for enhanced colour coding for limits
    4747       in PrintMagicTable()
     48     - sort by first desc
    4849
    4950   * datacenter/db/index-header.html:
  • trunk/MagicSoft/Mars/datacenter/db/include.php

    r7873 r7874  
    423423                $col = FindAlias($alias, $key);
    424424
    425                 $ord="%2B";
     425                $ord="-";
    426426                $issort = "";
    427427                if (!empty($_GET["fSortBy"]) && substr($_GET["fSortBy"], 0, -1)==$col)
    428428                {
    429                     if (substr($_GET["fSortBy"], -1)=="+")
     429                    if (substr($_GET["fSortBy"], -1)=="-")
    430430                    {
    431                         $ord="-";
     431                        $ord="+";
    432432                        $issort="&nbsp;<IMG SRC='down.gif'>";
    433433                    }
  • trunk/MagicSoft/Mars/datacenter/db/index-header.html

    r7873 r7874  
    3030<hr SIZE=1 NOSHADE WIDTH="80%">
    3131<A HREF="index.html">H</A>&nbsp;
    32 <A HREF="http://www.astro.uni-wuerzburg.de/~dorner/datacenter/index.html#db">Docu</A>&nbsp;
     32<A HREF="http://www.astro.uni-wuerzburg.de/datacenter/index.html#db">Docu</A>&nbsp;
    3333Info:&nbsp;
    3434<A HREF="runinfo-aio.php">Run</A>&nbsp;
Note: See TracChangeset for help on using the changeset viewer.