Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Guillaume Perréal
easy16S
Commits
0eb13496
Commit
0eb13496
authored
Jul 02, 2018
by
Midoux Cedric
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
footer
parent
d16fa1de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
4 deletions
+17
-4
ui.R
ui.R
+17
-4
No files found.
ui.R
View file @
0eb13496
...
...
@@ -72,8 +72,21 @@ shinyUI(dashboardPage(
tabPanel
(
"Summary"
,
verbatimTextOutput
(
"phyloseqPrint"
),
withLoader
(
uiOutput
(
"summaryTable"
))
),
withLoader
(
uiOutput
(
"summaryTable"
)),
tags
$
footer
(
"Questions, problems or comments regarding this application should be sent to "
,
a
(
href
=
"mailto:cedric.midoux@irstea.fr?subject=[Easy16S]"
,
"cedric.midoux@irstea.fr"
),
align
=
"center"
,
style
=
"position:absolute;
bottom: 0;
width: 100%;
color: grey;
padding: 10px;
# background-color: white;
z-index: 1000;
"
)
),
tabPanel
(
"Global barplot"
,
withLoader
(
plotOutput
(
"histo"
,
height
=
700
)),
uiOutput
(
"histUI"
)),
...
...
@@ -157,6 +170,6 @@ shinyUI(dashboardPage(
a
(
href
=
"mailto:cedric.midoux@irstea.fr?subject=[Easy16S]"
,
"cedric.midoux@irstea.fr"
)
)
)
)
)
)
))
))
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