Skip to content

Commit

Permalink
first import
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Dec 28, 2011
0 parents commit 11b047c
Show file tree
Hide file tree
Showing 39 changed files with 10,701 additions and 0 deletions.
32 changes: 32 additions & 0 deletions blast.css
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;
}
79 changes: 79 additions & 0 deletions css/dev.css
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;
}
1 change: 1 addition & 0 deletions css/icons/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/*.db
Binary file added css/icons/label.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/icons/resultset_next.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/icons/resultset_previous.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
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.
Binary file added css/smoothness/images/ui-icons_222222_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/smoothness/images/ui-icons_2e83ff_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/smoothness/images/ui-icons_454545_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/smoothness/images/ui-icons_888888_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/smoothness/images/ui-icons_cd0a0a_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
578 changes: 578 additions & 0 deletions css/smoothness/jquery-ui-1.8.13.custom.css

Large diffs are not rendered by default.

6,606 changes: 6,606 additions & 0 deletions demo/blast.xml

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions features.php
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));


?>
Binary file added img/canvas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/canvas4dde759f8ed73.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/canvas4de4d7ecedd9d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/canvas4efafde84655b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/waiting.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 11b047c

Please sign in to comment.