Ignore:
Timestamp:
11/01/06 16:30:34 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/db/sequinfo-aio.php

    r8194 r8195  
    278278    {
    279279        printf("<center>\n");
    280         printf("<form action=\"sequinfo-aio.php\" METHOD=\"GET\">\n");
     280        printf("<form action='sequinfo-aio.php' METHOD='GET'>\n");
    281281        printf("<input id='sh' type='hidden' name='fShowHide' value='");
    282282        if (!empty($_GET["fShowHide"]))
     
    285285            printf("1000000000");
    286286        printf("'>\n");
    287         printf("<img id='allbutton'    src='../minus.png' alt='-' onclick='showhide(\"all\")'>                     Menu      \n");
     287        printf("<img id='allbutton'    src='../minus.png' alt='-' onclick='showhide(\"all\")'>                                <b>Menu</b> \n");
    288288        printf("&nbsp;&nbsp;<img id='infobutton'   src='../plus.png'  alt='+' onClick='showhide(\"info\");showhide(\"info2\")'>SequInfo   \n");
    289289        printf("&nbsp;&nbsp;<img id='statbutton'   src='../plus.png'  alt='+' onClick='showhide(\"stat\");showhide(\"fail\")'> StatusInfo \n");
Note: See TracChangeset for help on using the changeset viewer.