e2002b80518d8b522ac768713cda4126cf3b5dc0 chmalee Thu Mar 20 12:21:10 2025 -0700 Make wording changes to hubSpace UI. Make checkbox selection not recursive, fix bug in deselect all rows checkbox, refs #31058 diff --git src/hg/htdocs/inc/hgMyData.html src/hg/htdocs/inc/hgMyData.html index cc9925df10a..d2dda2b0175 100755 --- src/hg/htdocs/inc/hgMyData.html +++ src/hg/htdocs/inc/hgMyData.html @@ -1,70 +1,70 @@ <div id='hubUpload'> <div id='titleDiv' class='gbTrackTitleBanner'> Manage my data </div> <div id='fileTableInfoDiv' class='tabSection'> <p> - Upload track hub files directly to UCSC from this page. You can then immediately view your BigWigs and BAM without relying on third party hosting providers like DropBox or Google Drive or AWS. Users are limited to 10GB of total storage. This is not intended to be long term indefinite storage space, please keep a backup of what you upload here if intend to need it later. + Upload track hub files directly to UCSC from this page. You can then immediately view your BigWigs and BAM without relying on third party hosting providers like DropBox or Google Drive or AWS. Users are limited to 10GB of total storage. Please keep a backup of your data. While we strive to maintain this service without interruption, we are unable to promise storage of your data indefinitely. </p> </div> <div id='selectedFileInfo' class="tabSection"> <div id='placeHolderInfo'>Selected file information</div> <div style="display: none"> <span id='numberSelectedFiles'></span> selected. <button id='viewSelectedFiles'></button><button id='deleteSelectedFiles'></button> </div> </div> <div id='filesDiv' class='tabSection'> <table id="filesTable" class="sessionTable stripe hover row-border compact" borderwidth=0> </table> </div> <div> For information on making track hubs, see the following pages: <ul> <li><a href='../goldenPath/help/hubQuickStart.html' style='color:#121E9A' target=_blank>Quick Start Guide</a></li> <li><a href=\"../goldenPath/help/hgTrackHubHelp.html\" style='color:#121E9A' TARGET=_blank>Track Hub User's Guide</a></li> <li><a href=\"../goldenPath/help/hgTrackHubHelp#Hosting\" style='color:#121E9A' target=_blank>Where to Host Your Track Hub</a></li> <li><a href=\"../goldenPath/help/trackDb/trackDbHub.html\" style='color:#121E9A' target=_blank>Track Hub Settings Reference</a></li> <li><a href=\"../goldenPath/help/publicHubGuidelines.html\" style='color:#121E9A' target=_blank>Guidelines for Submitting a Public Hub</a></li> </ul> <BR>You may also <a href='../contacts.html' style='color:#121E9A'>contact us</a> if you have any issues or questions on hub development. </div> <div id='newTrackHubDialog' class='myTitleClass' title='Create New Track Hub' style='background:white; width:725px; display:none'> <div> <label id='hubNameLabel' for="hubName">Enter the name of the hub:</label> <input id='hubName'></input> <br> <label id='dbLabel' for="">Enter the genome assembly database of the hub:</label> <input id='db'></input> </div> <!-- <div id='CustomTrackOptions' > <div> <label class='gbInputLabel' for='name'>Name:</label> <input type='text' name='customName' id='customName' value='' class='text ui-widget-content ui-corner-all'> </div> <div> <br><label class='gbInputLabel' for='description'>Description:</label> <input type='text' name='customDescription' id='customDescription' value='' class='text ui-widget-content ui-corner-all' style='width:80%'> </div> <div> <br> <p><span class='gbInputLabel'> Color:</span> <input type='text' id='customColorInput' value='0xffffff'> <input id='customColorPicker'> </div> </div> --> <div> <input class='gbButton' id="doNewCollection" type="submit" value="Save" > </div> </div>