Changeset 7874
- Timestamp:
- 08/15/06 15:32:45 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7873 r7874 46 46 - implemented new algorithms for enhanced colour coding for limits 47 47 in PrintMagicTable() 48 - sort by first desc 48 49 49 50 * datacenter/db/index-header.html: -
trunk/MagicSoft/Mars/datacenter/db/include.php
r7873 r7874 423 423 $col = FindAlias($alias, $key); 424 424 425 $ord=" %2B";425 $ord="-"; 426 426 $issort = ""; 427 427 if (!empty($_GET["fSortBy"]) && substr($_GET["fSortBy"], 0, -1)==$col) 428 428 { 429 if (substr($_GET["fSortBy"], -1)==" +")429 if (substr($_GET["fSortBy"], -1)=="-") 430 430 { 431 $ord=" -";431 $ord="+"; 432 432 $issort=" <IMG SRC='down.gif'>"; 433 433 } -
trunk/MagicSoft/Mars/datacenter/db/index-header.html
r7873 r7874 30 30 <hr SIZE=1 NOSHADE WIDTH="80%"> 31 31 <A HREF="index.html">H</A> 32 <A HREF="http://www.astro.uni-wuerzburg.de/ ~dorner/datacenter/index.html#db">Docu</A> 32 <A HREF="http://www.astro.uni-wuerzburg.de/datacenter/index.html#db">Docu</A> 33 33 Info: 34 34 <A HREF="runinfo-aio.php">Run</A>
Note:
See TracChangeset
for help on using the changeset viewer.