-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 11b047c
Showing
39 changed files
with
10,701 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
.label { | ||
background-color: orange; | ||
margin: 10px; | ||
padding: 10px; | ||
border-radius: 15px; | ||
} | ||
|
||
|
||
.selector{ | ||
|
||
margin-top: 50px; | ||
|
||
} | ||
|
||
|
||
.content { | ||
min-width:1200px; | ||
margin : 50px; | ||
padding: 20px; | ||
border-radius: 15px; | ||
background-color: white; | ||
} | ||
|
||
.header { | ||
border-radius: 15px; | ||
background-color: white; | ||
padding: 20px; | ||
} | ||
|
||
body { | ||
background-color: fireBrick; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
/** | ||
* default development theme for jQRangeSlider | ||
* Using fam fam icon set from Mark James, http://www.famfamfam.com/lab/icons/silk/ (Creative Commons Attribution 2.5 License) | ||
*/ | ||
|
||
.ui-rangeSlider{ | ||
height:22px; | ||
z-index:1; | ||
} | ||
|
||
.ui-rangeSlider .ui-rangeSlider-innerBar{ | ||
height:16px; | ||
margin:3px 6px; | ||
background:#DDD; | ||
z-index:2; | ||
} | ||
|
||
.ui-rangeSlider .ui-rangeSlider-handle{ | ||
width:6px; | ||
height:22px; | ||
background:#AAA; | ||
background:rgba(100,100,100, 0.3); | ||
cursor:col-resize; | ||
z-index:4; | ||
} | ||
|
||
.ui-rangeSlider .ui-rangeSlider-bar{ | ||
margin: 1px 0; | ||
background:#CCC; | ||
background:rgba(100,100,150, 0.2); | ||
height:20px; | ||
cursor:move; | ||
cursor:grab; | ||
cursor: -moz-grab; | ||
z-index:3; | ||
} | ||
|
||
.ui-rangeSlider .ui-rangeSlider-bar.ui-draggable-dragging{ | ||
cursor: -moz-grabbing; | ||
cursor:grabbing; | ||
} | ||
|
||
.ui-rangeSlider-arrow{ | ||
height:16px; | ||
margin:2px 0; | ||
width:16px; | ||
background-repeat:no-repeat; | ||
cursor:pointer; | ||
} | ||
|
||
.ui-rangeSlider-arrow.ui-rangeSlider-leftArrow{ | ||
background-image: url('icons/resultset_previous.png'); | ||
background-position:center left; | ||
} | ||
|
||
.ui-rangeSlider-arrow.ui-rangeSlider-rightArrow{ | ||
background-image: url('icons/resultset_next.png'); | ||
background-position:center right; | ||
} | ||
|
||
.ui-rangeSlider-container{ | ||
height:22px; | ||
} | ||
|
||
.ui-rangeSlider-withArrows .ui-rangeSlider-container{ | ||
margin:0 11px; | ||
} | ||
|
||
.ui-rangeSlider-noArrow .ui-rangeSlider-container{ | ||
margin:0; | ||
} | ||
|
||
.ui-rangeSlider-label{ | ||
padding:2px 5px 6px; | ||
margin:0 2px 2px; | ||
background-image:url('icons/label.png'); | ||
background-position:bottom center; | ||
background-repeat:no-repeat; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/*.db |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
header('Content-type: application/json'); | ||
|
||
$query = "chr:".$_GET["id"]." AND (start:[".$_GET["to"]." TO *] OR end:[* TO ".$_GET["from"]."])"; | ||
|
||
print file_get_contents('http://seqcrawler.genouest.org/solr/select?rows=200&wt=json&q='.urlencode($query)); | ||
|
||
|
||
?> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.