Skip to content

Commit

Permalink
cleanup explore
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodingaviator committed Jul 18, 2023
1 parent b57c45a commit 2c1cdcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion explore_DO.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<form action="" id="searchForm" method="POST">
<div class="search-div">
<select name="search_table" id="search_table" required>
<option value="C3DataMasterTest">DataMasterTest</option>
<option value="C3AnalysisGrain">AnalysisGrain</option>
</select>
<input type="submit" name="submit" value="Search">
<button type="button" name="download" id="download-csv">Download CSV</button>
Expand Down
3 changes: 2 additions & 1 deletion explore_RD.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,14 @@
<div class="search-div">
<select name="search_table" id="search_table" required>
<option value="C3DataMasterTest">DataMasterTest</option>
<option value="C3AnalysisGrain">AnalysisGrain</option>
</select>
<input type="submit" name="submit" value="Search">
<button type="button" name="download" id="download-csv">Download CSV</button>
<br>
</div>
</form>
</div>
<p>The purpose of the data master is to provide a comprehensive listing of datasets generated from C3 research. Some of these datasets can be downloaded from the C3 Database, while others can only be accessed by contacting the primary researcher.</p>
<div id="my-grid" class="ag-theme-alpine" style="display: none;"></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion utils/css/explore.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
border: 1px solid #ccc;
padding: 5px;
height: 100%;
width: 28%;
width: clamp(30%, 31%, 33%);
}

.search-div button,
Expand Down

0 comments on commit 2c1cdcb

Please sign in to comment.