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
020f9d9a
Commit
020f9d9a
authored
Jun 11, 2014
by
Jerome Mariette
Browse files
No commit message
No commit message
parent
d7621880
Changes
2
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/class.tx_nG6_pi1.php
View file @
020f9d9a
...
...
@@ -246,6 +246,7 @@ class tx_nG6_pi1 extends tslib_pibase {
}
$smarty
->
assign
(
'runs'
,
$runs
);
$smarty
->
assign
(
'login_user'
,
$GLOBALS
[
'TSFE'
]
->
loginUser
);
$smarty
->
assign
(
'user_login'
,
$GLOBALS
[
'TSFE'
]
->
fe_user
->
user
[
'username'
]);
$smarty
->
assign
(
'user_id'
,
$GLOBALS
[
'TSFE'
]
->
fe_user
->
user
[
'uid'
]);
$smarty
->
assign
(
'data_folder'
,
$this
->
conf
[
"data"
]);
$smarty
->
assign
(
'server_name'
,
$this
->
conf
[
"server_name"
]);
...
...
ui/nG6/pi1/run_view.tpl
View file @
020f9d9a
...
...
@@ -24,6 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<input
type=
"hidden"
id=
"view"
value=
"run"
/>
<input
type=
"hidden"
id=
"ids"
value=
"
{
$run_ids
}
"
/>
<input
type=
"hidden"
id=
"login_user"
value=
"
{
$login_user
}
"
/>
<input
type=
"hidden"
id=
"login_user"
value=
"
{
$login_user
}
"
/>
<input
type=
"hidden"
id=
"server_url"
value=
"
{
$server_url
}
"
/>
{* If no runs can be displayed *}
...
...
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