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
9a6ed7a6
Commit
9a6ed7a6
authored
Sep 16, 2014
by
Penom Nom
Browse files
correction of addfile
parent
6f1dbb49
Changes
2
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/analyzes/AnalysisTemplate.tpl
View file @
9a6ed7a6
...
...
@@ -16,7 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*}
<input
type=
"hidden"
id=
"analyse_name"
value=
"
{
$analyse.name
}
"
/>
<input
type=
"hidden"
id=
"server_url"
value=
"
{
$server_url
}
"
/>
<div
class=
"sub-content sc-top"
>
{
block
name
=
description
}
...
...
@@ -165,4 +165,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<div
class=
"modal-footer"
>
<button
class=
"btn"
data-dismiss=
"modal"
aria-hidden=
"true"
><i
class=
"icon-remove"
></i>
Close
</button>
</div>
</div>
\ No newline at end of file
</div>
ui/nG6/pi1/class.tx_nG6_pi1.php
View file @
9a6ed7a6
...
...
@@ -339,6 +339,7 @@ class tx_nG6_pi1 extends tslib_pibase {
$smarty
->
assign
(
'analyse_size'
,
tx_nG6_utils
::
get_octet_string_representation
(
$analysis_size
));
$smarty
->
assign
(
'data_folder'
,
$this
->
conf
[
"data"
]);
$smarty
->
assign
(
'analyze_id'
,
$this
->
piVars
[
'analyze_id'
]);
$smarty
->
assign
(
'server_url'
,
$this
->
conf
[
'server_url'
]);
// Then select analyse results
$results
=
tx_nG6_db
::
select_analyse_results
(
$this
->
piVars
[
'analyze_id'
]);
...
...
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