Team:UNIK Copenhagen/test

From 2014.igem.org

(Difference between revisions)
Line 12: Line 12:
<script language="javascript">
<script language="javascript">
//
//
-
     Titles=[ "General Programming",
+
     Titles=[ "can1",
-
             "Testing",
+
             "suc2",
-
             "Windows",
+
             "FAB",
-
             "Assembly",
+
             "GFP",
-
             "Data Base",
+
             "ura3",
-
            "Statistical",
+
];
-
            "Graphical",
+
-
            "Text",
+
-
            "Spreadsheet",
+
-
            "Command"];
+
    
    
-
     var nCols = 4;              // Number of columns in the tables
+
     var nCols = 1;              // Number of columns in the tables
-
     var bgColor = "Yellow";    // Pop-up table background color
+
     var bgColor = "white";    // Pop-up table background color
     var fgColor = "Black";      // Pop-up table text color
     var fgColor = "Black";      // Pop-up table text color
-
     Text = new Array(10);      // Array of arrays of pop-up table data
+
     Text = new Array(5);      // Array of arrays of pop-up table data
//
//
//      Language    Years Last Used  Bold
//      Language    Years Last Used  Bold
//      -----------  ----- ---------  ----
//      -----------  ----- ---------  ----
-
     Text[0] = new Array(
+
     Text[0] = new Array(can1 codes for a transporter that transport arginin and canavanin into the cell);
-
        "C",        13, "Current", 1,
+
     Text[1] = new Array(suc2 is a signal sequence that localizes the translation to ER);
-
        "C++",        5, "Current", 1,
+
     Text[2] = new Array(the fab gene codes for the FAB fragment);
-
        "FORTRAN",  30, 1986,      1,
+
     Text[3] = new Array(the gfp gene sodes for the gfp fragment);
-
        "BASIC",    20, 1987,      1,
+
     Text[4] = new Array(ura3 codes for an enzyme in the synthesis of uracil);
-
        "PROLOG",    1, 1990,      1,
+
 
-
        "ADA",      1/2, 1985,      0,
+
-
        "LISP",      2, 1975,      0,
+
-
        "PL/1",      1, 1978,      0,
+
-
        "APL",        2, 1971,      0,
+
-
        "COBOL",    1/4, 1967,      0);
+
-
     Text[1] = new Array(
+
-
        "QA Partner (4Test)", 6, "Current", 1,
+
-
        "DTM",                3, 1986,      0,
+
-
        "WinRunner",        1/4, 1997,      0);
+
-
     Text[2] = new Array(
+
-
        "C++",          5, "Current", 1,
+
-
        "C++ Builder",  2, "Current", 1,
+
-
        "Java",      1/2, "Current", 0,
+
-
        "JavaScript",0.08,"Current",  0,
+
-
        "Delphi",    1/4, 1997,      0,
+
-
        "Visual Basic", 1, "Current", 0,
+
-
        "SAS/AF",      2, 1991,      0);
+
-
     Text[3] = new Array(
+
-
        "MASM",      1, 1985,    0,
+
-
        "GMAP",      1, 1986,    0,
+
-
        "BAL",      1, 1971,    0);
+
-
     Text[4] = new Array(
+
-
        "SQL*Plus", 12, "Current", 1,
+
-
        "SAS/SQL",  1, 1991,      0,
+
-
        "Access",    1, "Current", 1,
+
-
        "SIR",      3, 1979,      0,
+
-
        "dBase",    3, 1985,      0,
+
-
        "Rbase",    4, 1987,      0);
+
-
    Text[5] = new Array(
+
-
        "SAS",      8, 1990,    1,
+
-
        "SPSS",    2, 1971,    0,
+
-
        "Minitab",  3, 1980,    0,
+
-
        "SIR",      1, 1979,    0,
+
-
        "P-STAT",  2, 1985,    0,
+
-
        "GLIM",    1, 1985,    0);
+
-
    Text[6] = new Array(
+
-
        "Corel",    1/2, 1997,    0,
+
-
        "Tel-A-Graph", 1, 1986,    0,
+
-
        "SAS/GRAPH",  8, 1990,    0);
+
-
    Text[7] = new Array(
+
-
        "Word",        10, "Current", 1,
+
-
        "WordPerfect", 15, 1988,      1,
+
-
        "TPU",          8, 1987,      0,
+
-
        "EEL",          5, 1971,      0,
+
-
        "SNOBOL",      5, 1971,      1,
+
-
        "Postscript",  1, 1995,      0);
+
-
    Text[8] = new Array(
+
-
        "Excel",      2, "Current", 1,
+
-
        "Lotus 1-2-3", 5, 1986,      0);
+
-
    Text[9] =  new Array(
+
-
        "MS-DOS",  18, "Current", 1,
+
-
        "NDOS",    15, "Current", 1,
+
-
        "DCL",      10, 1992,      1,
+
-
        "JCL",      10, 1971,      0,
+
-
        "UNIX",      5, 1980,      0);
+
function eShow(name)
function eShow(name)
{
{
Line 103: Line 44:
-
<BODY BGCOLOR="FFFFFF">
+
<BODY>
-
<p><b>Pop-up table sample</b></p>
+
-
 
+
-
 
+
<div style="position:relative">
<div style="position:relative">
<script language="javascript">
<script language="javascript">

Revision as of 19:46, 5 August 2014