Team:UNIK Copenhagen/test

From 2014.igem.org

(Difference between revisions)
Line 60: Line 60:
             " <font color=" + bgColor + ">About the sequence</font>");
             " <font color=" + bgColor + ">About the sequence</font>");
-
        for (var i = 0; i < Text[j].length; i = i + nCols)
 
-
        {
 
-
            if (Text[j][i + 3] == 0)
 
-
            {
 
-
                document.write(
 
-
                "  <tr><td>" + Text[j][i] +
 
-
                "\n    <td align=\"center\">" + Text[j][i+1] +
 
-
                "\n    <td>" + Text[j][i+2] + "\n  </tr>");
 
-
            }
 
-
            else
 
-
            {
 
-
                document.write(
 
-
                "  <tr><td><b>" + Text[j][i] +
 
-
                "</b>\n    <td align=\"center\"><b>" + Text[j][i+1] +
 
-
                "</b>\n    <td><b>" + Text[j][i+2] + "</b>\n  </tr>");
 
-
            }
 
-
        }
 
         document.write("</table>");
         document.write("</table>");
         document.write("</div>");
         document.write("</div>");

Revision as of 19:49, 5 August 2014