Skip to content

Commit

Permalink
Move static folder location to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry committed Apr 30, 2020
1 parent 76c96d4 commit e321a2c
Show file tree
Hide file tree
Showing 14 changed files with 62 additions and 62 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
42 changes: 21 additions & 21 deletions src/static/widget_demo_extjs.html → static/widget_demo_extjs.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<script src="http://www.google.com/jsapi"></script>
<script>google.load("ext-core", "3.1.0");</script>
<script src="http://mygene.info/static/js/extcore_jsonp.js"></script>
</head>
<body>

<div id="mygene_info_gene_query_widget">
<form id="mygene_info_gene_query_form">
<p style="text-align:left"><label>MyGene.Info gene query:</label><br />
<input type="text" name="query" style="width:300px"></input>
<input type="submit"></input></p>
</form>
<script type="text/javascript" src="http://mygene.info/static/js/gene_query_form_extjs.js"></script>
<div id="mygene_info_gene_query_result"></div>
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<script src="http://www.google.com/jsapi"></script>
<script>google.load("ext-core", "3.1.0");</script>
<script src="http://mygene.info/static/js/extcore_jsonp.js"></script>
</head>
<body>

<div id="mygene_info_gene_query_widget">
<form id="mygene_info_gene_query_form">
<p style="text-align:left"><label>MyGene.Info gene query:</label><br />
<input type="text" name="query" style="width:300px"></input>
<input type="submit"></input></p>
</form>
<script type="text/javascript" src="http://mygene.info/static/js/gene_query_form_extjs.js"></script>
<div id="mygene_info_gene_query_result"></div>
</div>
</body>
</html>

Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<style>img{ height: 100px; float: left; }</style>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
</head>
<body>

<div id="mygene_info_gene_query_widget">
<form id="mygene_info_gene_query_form">
<p style="text-align:left"><label>MyGene.Info gene query:</label><br />
<input type="text" name="query" style="width:300px"></input>
<input type="submit"></input></p>
</form>
<script type="text/javascript" src="http://mygene.info/static/js/gene_query_form_jquery.js"></script>
<div id="mygene_info_gene_query_result"></div>
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<style>img{ height: 100px; float: left; }</style>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
</head>
<body>

<div id="mygene_info_gene_query_widget">
<form id="mygene_info_gene_query_form">
<p style="text-align:left"><label>MyGene.Info gene query:</label><br />
<input type="text" name="query" style="width:300px"></input>
<input type="submit"></input></p>
</form>
<script type="text/javascript" src="http://mygene.info/static/js/gene_query_form_jquery.js"></script>
<div id="mygene_info_gene_query_result"></div>
</div>
</body>
</html>

Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<script src="http://www.google.com/jsapi"></script>
<script>google.load("mootools", "1.3.0");</script>
<script src="http://mygene.info/static/js/mootools-more.js"></script>
</head>
<body>

<div id="mygene_info_gene_query_widget">
<form id="mygene_info_gene_query_form">
<p style="text-align:left"><label>MyGene.Info gene query:</label><br />
<input type="text" name="query" style="width:300px"></input>
<input type="submit"></input></p>
</form>
<script type="text/javascript" src="http://mygene.info/static/js/gene_query_form_mootools.js"></script>
<div id="mygene_info_gene_query_result"></div>
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<script src="http://www.google.com/jsapi"></script>
<script>google.load("mootools", "1.3.0");</script>
<script src="http://mygene.info/static/js/mootools-more.js"></script>
</head>
<body>

<div id="mygene_info_gene_query_widget">
<form id="mygene_info_gene_query_form">
<p style="text-align:left"><label>MyGene.Info gene query:</label><br />
<input type="text" name="query" style="width:300px"></input>
<input type="submit"></input></p>
</form>
<script type="text/javascript" src="http://mygene.info/static/js/gene_query_form_mootools.js"></script>
<div id="mygene_info_gene_query_result"></div>
</div>
</body>
</html>

0 comments on commit e321a2c

Please sign in to comment.