Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
capsuledb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gem
capsuledb
Commits
446045b0
Commit
446045b0
authored
Feb 28, 2012
by
Bertrand NÉRON
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
the list of systems is not displayed anymore in 3 columns
and a unordered list is used intead of an ordered one
parent
e7aaa427
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
17 deletions
+8
-17
src/couchapp/secreton/_attachments/style/tooltip.css
src/couchapp/secreton/_attachments/style/tooltip.css
+2
-2
src/couchapp/secreton/lists/index.js
src/couchapp/secreton/lists/index.js
+0
-7
src/couchapp/secreton/templates/replicon/body.html
src/couchapp/secreton/templates/replicon/body.html
+4
-6
src/couchapp/secreton/templates/replicon/head.html
src/couchapp/secreton/templates/replicon/head.html
+1
-1
src/couchapp/secreton/templates/replicon/tail.html
src/couchapp/secreton/templates/replicon/tail.html
+1
-1
No files found.
src/couchapp/secreton/_attachments/style/tooltip.css
View file @
446045b0
...
...
@@ -13,8 +13,8 @@ div .left{
float
:
left
;
}
#results
o
l
>
li
{
padding-top
:
5
px
;
#results
div
>
u
l
>
li
{
padding-top
:
4
px
;
margin-top
:
5px
;
}
...
...
src/couchapp/secreton/lists/index.js
View file @
446045b0
...
...
@@ -11,9 +11,7 @@ function(head, req) {
var
first_docid
,
last_docid
;
var
row
,
system
;
send
(
Mustache
.
to_html
(
templates
.
replicon
.
head
,
{}));
var
item_in_col
=
0
;
var
item
=
0
var
col_height
=
15
;
var
more_results
=
false
;
var
next_key
=
null
;
var
next_docid
=
null
;
...
...
@@ -28,7 +26,6 @@ function(head, req) {
next_docid
=
row
.
id
;
break
;
}
item_in_col
++
;
last_key
=
row
.
key
;
last_docid
=
row
.
id
;
system
=
row
.
value
;
...
...
@@ -42,10 +39,6 @@ function(head, req) {
"
taxonomy
"
:
system
.
taxonomy
,
"
type
"
:
system
.
type
}));
if
(
item_in_col
>=
col_height
){
send
(
'
</ol></div><div class="left"><ol>
'
);
item_in_col
=
0
;
}
}
if
(
!
first_key
){
send
(
'
No results found
'
);
...
...
src/couchapp/secreton/templates/replicon/body.html
View file @
446045b0
<li
class=
"tooltip"
>
<a
href=
"{{url}}"
>
{{name
}}
</a>
<a
href=
"{{url}}"
>
<span
class=
"replicon_property"
>
Strain
</span>
: {{strain}} ;
<span
class=
"replicon_property"
>
T3SS family
</span>
: {{T3SS_family
}}
</a>
<ul>
<li><span
class=
"replicon_property"
>
taxonomy id
</span>
: {{taxid}}
</li>
<li><span
class=
"replicon_property"
>
full taxonomy
</span>
: {{taxonomy}}
</li>
<li><span
class=
"replicon_property"
>
replicon type
</span>
: {{type}}
</li>
<li><span
class=
"replicon_property"
>
code
</span>
: {{code}}
</li>
<li><span
class=
"replicon_property"
>
T3SS_family
</span>
: {{T3SS_family}}
</li>
<li><span
class=
"replicon_property"
>
taxid
</span>
: {{taxid}}
</li>
<li><span
class=
"replicon_property"
>
strain
</span>
: {{strain}}
</li>
<li><span
class=
"replicon_property"
>
taxonomy
</span>
: {{taxonomy}}
</li>
<li><span
class=
"replicon_property"
>
type
</span>
: {{type}}
</li>
</ul>
</li>
src/couchapp/secreton/templates/replicon/head.html
View file @
446045b0
<div
class=
"left"
>
<
o
l>
<
u
l>
src/couchapp/secreton/templates/replicon/tail.html
View file @
446045b0
</
o
l>
</
u
l>
</div>
<div
id=
"paginate"
>
{{#prev}}
<span
class=
"nav_page"
data-href=
"{{prev}}"
>
<
previous
</span>
{{/prev}}{{#next}}|
<span
class=
"nav_page"
data-href=
"{{next}}"
>
next
>
</span>
{{/next}}
...
...
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