Ignore:
Timestamp:
12/18/07 20:49:53 (17 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter/db
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/db/index-header.html

    r8791 r8794  
    2828<font size='+1'><B>Magic Database</B></font><BR>
    2929<hr SIZE=1 NOSHADE WIDTH="80%">
    30 <A HREF="http://www.astro.uni-wuerzburg.de/wiki/Database_Websites">H</A>&nbsp;
    31 <A HREF="http://www.astro.uni-wuerzburg.de/wiki/Database_Tutorial">Docu</A>&nbsp;
     30<A HREF="http://www.astro.uni-wuerzburg.de/wiki/Database_Websites">Home</A>&nbsp;
     31<A HREF="http://www.astro.uni-wuerzburg.de/wiki/Database_Tutorial">Help</A>&nbsp;
    3232<A HREF="printtable.php?fTable=MarsVersion">Mars</A>&nbsp;
    3333<A HREF="plotdb.php">Plots</A>
  • trunk/MagicSoft/Mars/datacenter/db/plotinclude.php

    r8599 r8794  
    198198}
    199199
     200function PrintHomeHelp()
     201{
     202    printf("<td valign='top'>\n");
     203    printf("<a href='http://www.astro.uni-wuerzburg.de/wiki/Database_Websites'>home</a>\n");
     204    printf("<a href='http://www.astro.uni-wuerzburg.de/wiki/Database_Tutorial#showplots:_calib.2C_signal.2C_star'>help</a>\n");
     205    printf("</td>\n");
     206}
     207
     208
    200209?>
  • trunk/MagicSoft/Mars/datacenter/db/showplots-ds.php

    r8598 r8794  
    104104printf("<form action='showplots-ds.php' method='GET'>\n");
    105105printf("<table width='100%%' border='0'>\n");
    106 printf("<tr><td valign='top'>\n");
    107 printf("<a href='http://db.astro.uni-wuerzburg.de'>home</a>\n</td><td align='center'>");
     106printf("<tr><td valign='top'>\n<tr>\n");
     107PrintHomeHelp();
     108printf("<td align='center'>\n");
    108109if (!empty($prevseq))
    109110    printf("%d &nbsp;", $prevseq);
  • trunk/MagicSoft/Mars/datacenter/db/showplots-seq.php

    r8793 r8794  
    111111
    112112printf("<form action='showplots-seq.php' method='GET'>\n");
    113 printf("<table width='100%%' border='0'>\n");
    114 printf("<tr><td valign='top'>\n");
    115 printf("<a href='http://db.astro.uni-wuerzburg.de'>home</a>\n");
    116 printf("</td><td align='center'>");
     113printf("<table width='100%%' border='0'>\n<tr>\n");
     114PrintHomeHelp();
     115printf("<td align='center'>\n");
    117116if (!empty($prevseq))
    118117    printf("%d &nbsp;", $prevseq);
  • trunk/MagicSoft/Mars/datacenter/db/showplots.php

    r8598 r8794  
    8989}
    9090printf("<form action='showplots.php' method='GET'>\n");
    91 printf("<table width='100%%' border='0'>\n");
    92 printf("<tr><td valign='top'>\n");
    93 printf("<a href='http://db.astro.uni-wuerzburg.de'>home</a>\n</td><td align='center'>");
     91printf("<table width='100%%' border='0'>\n<tr>\n");
     92PrintHomeHelp();
     93printf("<td align='center'>\n");
    9494printf("<input type='text' name='seq' size='10' maxlength='10' value='%s'>\n", $seq);
    9595PrintType2PullDown($type2);
Note: See TracChangeset for help on using the changeset viewer.