dbc7d6bb2237141fdbea01fff6c265ade6738c57 chmalee Fri Oct 6 13:03:41 2023 -0700 Start on trackHubWizard module diff --git src/hg/htdocs/inc/hgMyData.html src/hg/htdocs/inc/hgMyData.html index 36f1c9a..6577d00 100755 --- src/hg/htdocs/inc/hgMyData.html +++ src/hg/htdocs/inc/hgMyData.html @@ -3,61 +3,59 @@ <div class='row gbTrackTitleBanner'> <div class='col-md-9'> Manage my data <a href='#INFO_SECTION' title='Jump to help section'> <span class='gbIconSmall fa-stack'> <i class='gbBlueDarkColor fa fa-circle fa-stack-2x'></i> <i class='gbWhiteColor fa fa-info fa-stack-1x'></i> </span> </a> </div> </div> <div class='row' > <div class='col-md-10'> - <div class='row gbSectionBanner'> - <div class='col-md-12'>Unsaved track data</div> - </div> <div> <p>Below are all uploaded track data files associated with your current browsing session that have not been saved yet. Note that if you reset your browsing session you will lose access to these data. Please click the save button below or create a browsing save these files to your account.</p> </div> <div style="max-width: 1024px"> - <table id="sessionTable" class="sessionTable stripe hover row-border compact" borderwidth=0> + <table id="filesTable" class="sessionTable stripe hover row-border compact" borderwidth=0> <thead> <tr> <th> <td><b>File name</b></td> <td><b>created on</b></td> <td><b>assembly</b></td> <td align=center><b>view/edit metadata </b></td> <td align=center><b>delete</b></td> <td align=center><b>share link</b></td> </th> </tr> </thead> <tbody> <tr> <td> </td> <td>lorem ipsum dolor</td> </tbody> </table> </div> </div> + </div> <div class='row' style='display: none'> <div class='col-md-10'> <div class='row gbSectionBanner'> <div class='col-md-12'>Saved track data</div> </div> <div> <p>Below are all track data files you have uploaded and saved. You can rename or delete these files via the "edit" or "delete" buttons.</p> </div> <div id='saved' class=''></div> </div> </div> <div class='row' style='display: none'>