Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gem
capsuledb
Commits
6be91c10
Commit
6be91c10
authored
Feb 28, 2012
by
Bertrand NÉRON
Browse files
modify the templates according to sophie specifications
parent
be739b60
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/couchapp/secreton/templates/secretion_system.html
View file @
6be91c10
...
...
@@ -140,7 +140,7 @@
};
var
paper
=
Raphael
(
"
genes_schema
"
,
paper_w
,
paper_h
);
var
background
=
paper
.
rect
(
0
,
0
,
paper_w
,
paper_h
).
attr
(
{
stroke
:
"
none
"
,
fill
:
"
white
"
});
//pour recevoir les evts
var
background
=
paper
.
rect
(
0
,
1
,
paper_w
,
paper_h
).
attr
(
{
stroke
:
"
none
"
,
fill
:
"
white
"
});
//pour recevoir les evts
var
genesNgenome
=
paper
.
set
();
var
genome
=
paper
.
draw_genome
();
//bar grise
genesNgenome
.
push
(
genome
);
...
...
@@ -228,21 +228,28 @@
</head>
<body>
<h1>
Secretion
s
ystem
{{code}}
</h1>
<h1>
Type III
Secretion
S
ystem
</h1>
<ul>
{{#replicon}}
<li>
strain: {{strain}}
</li>
{{/replicon}}
<li>
T3SS family: {{T3SS_family}}
</li>
<li>
code: {{code}}
</li>
<li>
T3SS family:{{T3SS_family}}
</li>
</ul>
<h2>
Replicon
</h2>
<ul>
{{#replicon}}
<li>
name: {{name}}
</li>
<li>
taxid: {{taxid}}
</li>
<li>
strain: {{strain}}
</li>
<li>
taxonomy: {{taxonomy}}
</li>
<li>
type: {{type}}
</li>
{{/replicon}}
<li>
type: {{type}}
</li>
<li>
name: {{name}}
</li>
{{/replicon}}
</ul>
<div
id=
"genes_schema"
class=
"grabbable"
></div>
<div
id=
"genes_schema"
class=
"grabbable"
>
</div>
<h3>
Genes
</h3>
<table>
<thead>
...
...
@@ -255,10 +262,10 @@
<th>
End
</th>
<th>
Match
</th>
<th>
Full-score
</th>
<th>
E
-
value
</th>
<th>
Evalue
</th>
<th>
Best-domain-score
</th>
<th>
Best-domain-evalue
</th>
<th>
C-
value
</th>
<th>
c-E
value
</th>
<th>
Coverage-profile
</th>
<th>
Match-begin
</th>
<th>
Match-end
</th>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment