Skip to content
GitLab
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
ee95573c
Commit
ee95573c
authored
Apr 23, 2013
by
philippe
Browse files
No commit message
No commit message
parent
5a6ef888
Changes
4
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/analyzes/BasicAnalyse.tpl
View file @
ee95573c
...
...
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<input
type=
"hidden"
id=
"analyse_name"
value=
"
{
$analyse.name
}
"
/>
{
block
name
=
description
}
<div
class=
"
page
-header analysis"
>
<div
class=
"
ng6-content
-header analysis"
>
<h2>
Analysis
<small>
{
$analyse.name
}
</small></h2>
{
$analyse.description
}
<br
/>
...
...
ui/nG6/pi1/project_view.tpl
View file @
ee95573c
...
...
@@ -35,7 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<input
type=
"hidden"
id=
"is_project_admin"
value=
"
{
$projects
[
key
(
$projects
)].
is_admin
}
"
/>
<div
class=
"
page
-header project"
>
<div
class=
"
ng6-content
-header project"
>
<h2>
Projet
<small>
{
$projects
[
key
(
$projects
)].
name
}
</small></h2>
{
$projects
[
key
(
$projects
)].
description
}
<br
/>
...
...
@@ -251,7 +251,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{/
if
}
{/
foreach
}
{* Then display the table *}
<div
class=
"
page
-header project"
>
<div
class=
"
ng6-content
-header project"
>
<h2>
Projects list
<small>
you can access
</small></h2>
You have access to
<strong>
{
$projects
|@
count
}
</strong>
projects.
<br
/>
...
...
ui/nG6/pi1/run_view.tpl
View file @
ee95573c
...
...
@@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{* If a single run has to be displayed *}
{
elseif
$runs
|@
count
==
1
}
<div
class=
"
page
-header run"
>
<div
class=
"
ng6-content
-header run"
>
<div
style=
"float:left"
>
<h2>
Run
<small>
{
$runs
[
key
(
$runs
)].
name
}
</small></h2>
{
$runs
[
key
(
$runs
)].
description
}
...
...
ui/nG6/res/css/tx_nG6.css
View file @
ee95573c
...
...
@@ -95,7 +95,7 @@ div.file-display {
margin
:
5px
0
0
0
;
}
.
page
-header
{
.
ng6-content
-header
{
box-shadow
:
-4px
0
5px
-5px
grey
,
5px
0
5px
-6px
grey
;
margin
:
15px
0px
;
padding-left
:
15px
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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