Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Treebase import [HOLD THIS and monitor TreeBASE] #1286

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions curator/views/study/create.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
<form id="import-from-locations" class="form-inline" style="padding: 12px 0;" action=".">

<!-- WAS import-option-TREEBASE -->
<label for="import-from-TREEBASE" class="featured-label">
<input type="radio" id="import-from-TREEBASE" name="import-from-location" value="IMPORT_FROM_TREEBASE" />
Data for this study exists in TreeBASE
<label for="import-from-TREEBASE" class="featured-label"
onclick="showInfoMessage('TreeBASE import is currently disabled, pending a decision about the future of the TreeBASE project. Hopefully this feature will return!'); return false;" >
<input type="radio" id="import-from-TREEBASE" name="import-from-location" value="IMPORT_FROM_TREEBASE"
disabled="disabled" />
Data for this study exists in TreeBASE <span style="color: #933;"> &nbsp; [NOTE: This feature is currently disabled.]</span>
</label>
<div id="import-method-TREEBASE_ID" class="featured-label-child">
<input class="span4" type="text" name="treebase-id" placeholder="Enter its TreeBASE ID"
Expand Down