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
562a0b82
Commit
562a0b82
authored
Sep 14, 2015
by
Penom Nom
Browse files
No commit message
No commit message
parent
3812e7b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi6/administration_view.tpl
View file @
562a0b82
...
...
@@ -45,7 +45,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<div
class=
"tab-pane fade in active"
id=
"statistics"
>
<div
id=
"stat_menu"
class=
"clearfix"
>
<legend>
Chart configuration
</legend>
<div>
<p>
Please use the following options to configure the statistics to display, select an element in the
...
...
@@ -53,92 +52,100 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</p>
</div>
<fieldset
class=
"col-sm-4"
>
<h4><strong>
Which users should be considered ?
</strong></h4>
<div
class=
"radio"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"users_to_consider"
id=
"select_cruser"
value=
"create_user"
checked
>
users who have added data
</label>
</div>
<div
class=
"radio"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"users_to_consider"
id=
"select_owner"
value=
"manager"
>
users for whom data were made available
</label>
</div>
</fieldset>
<div
class=
"col-sm-6"
>
<fieldset
class=
"col-sm-12"
>
<h4>
1. Which users should be considered ?
</h4>
<div
class=
"radio"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"users_to_consider"
id=
"select_cruser"
value=
"create_user"
checked
>
users who have added data
</label>
</div>
<div
class=
"radio"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"users_to_consider"
id=
"select_owner"
value=
"manager"
>
users for whom data were made available
</label>
</div>
</fieldset>
<fieldset
class=
"col-sm-12"
>
<h4>
2. How should they be grouped ?
</h4>
<div
class=
"radio"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"group_by"
id=
"by_laboratories"
value=
"title"
checked
>
by laboratories
</label>
</div>
<div
class=
"radio"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"group_by"
id=
"by_organizations"
value=
"organism"
>
by organization
</label>
</div>
<div
class=
"radio"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"group_by"
id=
"by_locations"
value=
"location"
>
by location
</label>
</div>
</fieldset>
</div>
<div
class=
"col-sm-6"
>
<fieldset
class=
"col-sm-12"
>
<h4>
3. How should the data be displayed ?
</h4>
<div
class=
"radio"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"display_by"
id=
"project_distribution"
value=
"project_distribution"
checked
>
display the projects as a pie chart
</label>
</div>
<div
class=
"radio"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"display_by"
id=
"project_evolution"
value=
"project_evolution"
>
display the projects creation evolution
</label>
</div>
<div
class=
"radio"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"display_by"
id=
"data_distribution"
value=
"data_distribution"
>
display the stored data as a pie chart
</label>
</div>
<div
class=
"radio"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"display_by"
id=
"data_evolution"
value=
"data_evolution"
>
display the stored data evolution
</label>
</div>
<h5>
3.1. Misc
</h5>
<div
class=
"checkbox"
>
<label
class=
"checkbox"
style=
"font-size:12px"
>
<input
id=
"chk_includes_analyses"
type=
"checkbox"
disabled
>
Includes analyses
</label>
</div>
<div
class=
"checkbox"
>
<label
class=
"checkbox"
style=
"font-size:12px"
>
<input
id=
"chk_display_bases"
type=
"checkbox"
disabled
>
Should the size be in number of bases (default is in bytes)
</label>
</div>
<div
class=
"checkbox"
>
<label
class=
"checkbox"
style=
"font-size:12px"
>
<input
id=
"chk_cumulate"
type=
"checkbox"
disabled
>
Cumulate values
</label>
</div>
</fieldset>
</div>
<fieldset
class=
"col-sm-3"
>
<h4><strong>
How should they be grouped ?
</strong></h4>
<div
class=
"radio"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"group_by"
id=
"by_laboratories"
value=
"title"
checked
>
by laboratories
</label>
</div>
<div
class=
"radio"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"group_by"
id=
"by_organizations"
value=
"organism"
>
by organization
</label>
</div>
<div
class=
"radio"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"group_by"
id=
"by_locations"
value=
"location"
>
by location
</label>
</div>
</fieldset>
<fieldset
class=
"col-sm-5"
>
<h4><strong>
How should the data be displayed ?
</strong></h4>
<div
class=
"radio"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"display_by"
id=
"project_distribution"
value=
"project_distribution"
checked
>
display the projects as a pie chart
</label>
</div>
<div
class=
"radio"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"display_by"
id=
"project_evolution"
value=
"project_evolution"
>
display the projects creation evolution
</label>
</div>
<div
class=
"radio"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"display_by"
id=
"data_distribution"
value=
"data_distribution"
>
display the stored data as a pie chart
</label>
</div>
<div
class=
"radio"
>
<label
class=
"radio"
>
<input
type=
"radio"
name=
"display_by"
id=
"data_evolution"
value=
"data_evolution"
>
display the stored data evolution
</label>
</div>
<h5><strong>
Misc
</strong></h5>
<div
class=
"checkbox"
>
<label
class=
"checkbox"
style=
"font-size:12px"
>
<input
id=
"chk_includes_analyses"
type=
"checkbox"
disabled
>
Includes analyses
</label>
</div>
<div
class=
"checkbox"
>
<label
class=
"checkbox"
style=
"font-size:12px"
>
<input
id=
"chk_display_bases"
type=
"checkbox"
disabled
>
Should the size be in number of bases (default is in bytes)
</label>
</div>
<div
class=
"checkbox"
>
<label
class=
"checkbox"
style=
"font-size:12px"
>
<input
id=
"chk_cumulate"
type=
"checkbox"
disabled
>
Cumulate values
</label>
</div>
</fieldset>
</div>
<div
id=
"selection_tables"
class=
"clearfix"
>
...
...
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