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
genotoul-bioinfo
ng6
Commits
8216dc6e
Commit
8216dc6e
authored
May 30, 2013
by
Jerome Mariette
Browse files
modify header
parent
6747ae40
Changes
3
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/analyzes/BasicAnalyse.tpl
View file @
8216dc6e
...
...
@@ -21,13 +21,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<div
class=
"sub-content sc-top"
>
<div
class=
"ng6-content-header-left analysis"
>
<h2>
Analysis
<small>
{
$analyse.name
}
</small></h2>
</div>
<div
class=
"ng6-content-header-right"
>
{
$analyse.description
}
<br
/>
All data related to this analysis use
<strong>
{
$analyse_size
}
</strong>
on the hard drive.
</div>
<div
class=
"ng6-content-header-right"
>
</div>
<div
style=
"clear:both"
></div>
</div>
{/
block
}
...
...
ui/nG6/pi1/project_view.tpl
View file @
8216dc6e
...
...
@@ -40,16 +40,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<div
class=
"ng6-content-header-left project"
>
<h2>
Projet
<small>
{
$projects
[
key
(
$projects
)].
name
}
</small></h2>
{
$projects
[
key
(
$projects
)].
description
}
<br
/>
</div>
<div
class=
"ng6-content-header-right"
>
{
$projects
[
key
(
$projects
)].
description
}
<br
/>
<br
/>
<strong>
{
$project_runs
|@
count
}
</strong>
run(s) and
<strong>
{
$project_analysis
|@
count
}
</strong>
analyse(s) have been done on the run
{
$projects
[
key
(
$projects
)].
name
}
.
<br
/>
{
assign
var
=
"project_size"
value
=
"<span id='size' class='tx-nG6-mini-wait'></span>"
}
Raw data and analysis results use
<strong>
{
$project_size
}
</strong>
on the hard drive for the whole project.
</div>
<div
class=
"ng6-content-header-right"
>
Raw data and analysis results use
<strong>
{
$project_size
}
</strong>
on the hard drive for the whole project.
</div>
<div
style=
"clear:both"
></div>
</div>
...
...
@@ -235,14 +233,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<div
class=
"sub-content sc-top"
>
<div
class=
"ng6-content-header-left project"
>
<h2>
Projects list
<small>
you can access
</small></h2>
</div>
<div
class=
"ng6-content-header-right"
>
You have access to
<strong>
{
$projects
|@
count
}
</strong>
projects.
<br
/>
{
assign
var
=
"project_size"
value
=
"<span id='size' class='tx-nG6-mini-wait'></span>"
}
Raw data and analysis results use
<strong>
{
$project_size
}
</strong>
on the hard drive for all projects.
</div>
<div
class=
"ng6-content-header-right"
>
</div>
<div
style=
"clear:both"
></div>
</div>
<div
id=
"projects"
class=
"sub-content sc-bottom"
>
...
...
ui/nG6/pi1/run_view.tpl
View file @
8216dc6e
...
...
@@ -35,18 +35,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<div
class=
"sub-content sc-top"
>
<div
class=
"ng6-content-header-left run"
>
<h2>
Run
<small>
{
$runs
[
key
(
$runs
)].
name
}
</small></h2>
{
$runs
[
key
(
$runs
)].
description
}
<br/>
{
if
$run_analysis
|@
count
>
0
}
<strong>
{
$run_analysis
|@
count
}
</strong>
analysis have been done on this run.
{
else
}
<strong>
{
$run_analysis
|@
count
}
</strong>
analysis has been done on this run.
{/
if
}
<br/>
{
assign
var
=
"run_size"
value
=
"<span id='size' class='tx-nG6-mini-wait'></span>"
}
Raw data and analysis results use
<strong>
{
$run_size
}
</strong>
on the hard drive.
</div>
<div
class=
"ng6-content-header-right"
>
{
$runs
[
key
(
$runs
)].
description
}
<br/><br/>
<div
style=
"float:left;margin-right:25px"
>
<p
class=
"bullet"
><strong>
Project name:
</strong>
{
$runs
[
key
(
$runs
)].
project_name
}
</p>
<p
class=
"bullet"
><strong>
Date:
</strong>
{
$runs
[
key
(
$runs
)].
date
|
date_format
:
"%d-%m-%y"
}
</p>
...
...
@@ -60,6 +52,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<p
class=
"bullet"
><strong>
Sequencer:
</strong>
{
$runs
[
key
(
$runs
)].
sequencer
}
</p>
</div>
<div
style=
"clear:both"
></div>
{
assign
var
=
"run_size"
value
=
"<span id='size' class='tx-nG6-mini-wait'></span>"
}
<br
/>
Raw data and analysis results use
<strong>
{
$run_size
}
</strong>
on the hard drive.
<br/>
{
if
$run_analysis
|@
count
>
0
}
<strong>
{
$run_analysis
|@
count
}
</strong>
analysis have been done on this run.
{
else
}
<strong>
{
$run_analysis
|@
count
}
</strong>
analysis has been done on this run.
{/
if
}
</div>
<div
style=
"clear:both"
></div>
</div>
...
...
@@ -121,14 +121,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<div
class=
"sub-content sc-top"
>
<div
class=
"ng6-content-header-left run"
>
<h2>
Runs list
<small>
you can access
</small></h2>
</div>
<div
class=
"ng6-content-header-right"
>
You have access to
<strong>
{
$runs
|@
count
}
</strong>
runs.
<br
/>
{
assign
var
=
"run_size"
value
=
"<span id='size' class='tx-nG6-mini-wait'></span>"
}
Raw data and analysis results use
<strong>
{
$run_size
}
</strong>
on the hard drive.
</div>
<div
class=
"ng6-content-header-right"
>
</div>
<div
style=
"clear:both"
></div>
</div>
...
...
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