aboutsummaryrefslogtreecommitdiff
path: root/web/tutorial/movies
diff options
context:
space:
mode:
authorzsloan2015-03-27 20:28:51 +0000
committerzsloan2015-03-27 20:28:51 +0000
commitd0911a04958a04042da02a334ccc528dae79cc17 (patch)
tree3c48e2e937c1dbeaf00a5697c87ed251afa5c8f1 /web/tutorial/movies
parenta840ad18e1fe3db98a359a159e9b9b72367a2839 (diff)
downloadgenenetwork2-d0911a04958a04042da02a334ccc528dae79cc17.tar.gz
Removed everything from 'web' directory except genofiles and renamed the directory to 'genotype_files'
Diffstat (limited to 'web/tutorial/movies')
-rwxr-xr-xweb/tutorial/movies/index.html105
1 files changed, 0 insertions, 105 deletions
diff --git a/web/tutorial/movies/index.html b/web/tutorial/movies/index.html
deleted file mode 100755
index 6af90770..00000000
--- a/web/tutorial/movies/index.html
+++ /dev/null
@@ -1,105 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML><HEAD><TITLE>GeneNetwork Demos</TITLE>
-<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
-
-<LINK REL="stylesheet" TYPE="text/css" HREF='/css/general.css'>
-<LINK REL="stylesheet" TYPE="text/css" HREF='/css/menu.css'>
-<link rel="stylesheet" media="all" type="text/css" href="/css/tabbed_pages.css" />
-<SCRIPT SRC="/javascript/webqtl.js"></SCRIPT>
-
-<SCRIPT SRC="/javascript/dhtml.js"></SCRIPT>
-
-<script src="/javascript/tabbed_pages.js" type="text/javascript"></script>
-
-</HEAD>
-<BODY bottommargin="2" leftmargin="2" rightmargin="2" topmargin="2" text=#000000 bgColor=#ffffff>
-<TABLE cellSpacing=5 cellPadding=4 width="100%" border=0>
-<TBODY>
-<TR>
-<script language="JavaScript" src="/javascript/header.js"></script>
-</TR>
-<TR>
-<TD bgColor=#eeeeee class="solidBorder">
-<Table width= "100%" cellSpacing=0 cellPadding=5><TR>
-<!-- Body Start from Here -->
-<TD valign="top" height="200" width="100%" bgcolor="#eeeeee">
-<P class="title">GeneNetwork Tutorials <A HREF="/webqtl/main.py?FormID=editHtml"><img src="/images/modify.gif" alt="modify this page" border= 0 valign="middle"></A></P>
-
-
-<P class="subtitle">Movies:</P>
-<Blockquote>
-<P></P>
-<P>
-<table border="0" cellpadding="0" cellspacing="0" bgcolor="#000000">
-<tr><td>
-<table border="0" cellpadding="5" cellspacing="1" align="left">
-<tr bgcolor="e4e4ff">
-<td><font color=#000000><center>Introduction to GeneNetwork</center></font></td>
-</tr>
-<tr bgcolor="#eeeeee">
-<td>
-<iframe width="560" height="315" src="http://www.youtube.com/embed/B3g_0q-ldJ8" frameborder="0" allowfullscreen></iframe>
-</center></font></td>
-</tr>
-
-</table>
-
-</td>
-</tr>
-</table>
-</Blockquote>
-</P>
-
-
-
-<!--<P class="subtitle">Information about this text file:</P>
-<Blockquote>
-<P>This file last updated by A.Centeno on 1-25-2011</P>
-</Blockquote>-->
-
-</TR></TABLE>
-</TD>
-</TR>
-<TR>
-<TD align=center bgColor=#ddddff class="solidBorder">
-<!--Start of footer-->
-<TABLE width="90%">
-<script language='JavaScript' src='/javascript/footer.js'></script>
-<TR>
-<TD colspan=3 class="fs12">
-<UL>
-
-</UL>
-</TD>
-</TR>
-</TABLE>
-<!--End of footer-->
-</TD>
-</TR>
-</TABLE>
-<!-- /Footer -->
-<!-- menu script itself. you should not modify this file -->
-<script language="JavaScript" src="/javascript/menu_new.js"></script>
-<!-- items structure. menu hierarchy and links are stored there -->
-<script language="JavaScript" src="/javascript/menu_items.js"></script>
-<!-- files with geometry and styles structures -->
-<script language="JavaScript" src="/javascript/menu_tpl.js"></script>
-<script language="JavaScript">
-<!--//
-// Note where menu initialization block is located in HTML document.
-// Don't try to position menu locating menu initialization block in
-// some table cell or other HTML element. Always put it before </body>
-// each menu gets two parameters (see demo files)
-// 1. items structure
-// 2. geometry structure
-new menu (MENU_ITEMS, MENU_POS);
-// make sure files containing definitions for these variables are linked to the document
-// if you got some javascript error like "MENU_POS is not defined", then you've made syntax
-// error in menu_tpl.js file or that file isn't linked properly.
-
-// also take a look at stylesheets loaded in header in order to set styles
-//-->
-
-</script>
-</BODY>
-</HTML>