x
x
x
x
Only portrait mode is currently supported - please rotate your device.
HTML |
---|
<script> const IS_CONFLUENCE_ADMIN = false; </script> |
HTML |
---|
<!-- STYLESHEETS -->
<link rel="stylesheet" href="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/stylesheets/MS+SBA/applicationJudgingStyles.css"> </link>
<link rel="stylesheet" href="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/stylesheets/MS+Sustainability/judgingViewerMobile.css"> </link>
<link rel="stylesheet" href="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/stylesheets/MS+Sustainability/editApplicationJudgingViewer.css"> </link> |
HTML |
---|
<script>
const IS_CONFLUENCE_ADMIN = false;
</script> |
HTML |
<div id="export-outer-container" class="overlay-outer" style="display:none" onclick="closeExportModal()"> <div id="export-inner" class="overlay-inner" onclick="event.stopPropagation()"> <h3>Export as CSV File</h3> <h5>Select fields to include in exported file:</h5> <button id="select-all-btn" onclick="console.log(this, this.dataset.checked, typeof(this.dataset.checked)); let is_checked = this.dataset.checked == 'true'|| this.dataset.check == true ? true : false; console.log('is_checked', is_checked); $('input:checkbox').prop('checked', is_checked); this.innerHTML = is_checked ? 'Deselect All' : 'Select All'; this.dataset.checked = !is_checked" data-checked="true">Select All </button> <div class="export-checkbox-container"> </div> <div class="export-buttons-container"> <!-- <button onclick="downloadCurrApplicationsAsFile('download.csv','text/csv;encoding:utf-8')">Download as CSV File</button> --> <button onclick="downloadCurrApplicationsAsFileREST()">Download as CSV File</button> <button onclick="downloadCurrApplicationsAsFile('download.html','text/html')" style="display:none;">Download as HTML</button> <button onclick="closeExportModal()">Cancel</button> </div> </div> </div> |
HTML |
<div id="assign-subtask-judge-outer-container" class="overlay-outer" style="display:none">
<div id="assign-subtask-judge-inner" class="overlay-inner" onclick="event.stopPropagation()">
<h3>Assign Judge</h3>
<h5> </h5>
<select id="assign-subtask-judge-select"> </select>
<div class="assign-subtask-judge-buttons-container export-buttons-container">
<button id="assign-subtask-judge-confirm" onclick="handleAssignSubtaskJudgeClick()">Assign Judge</button>
<button onclick="closeAssignSubtaskJudgeModal()">Cancel</button>
</div>
</div>
</div>
|
...
Custom judging viewer filters prod | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
HTML | ||||||
---|---|---|---|---|---|---|
<div id=" | ||||||
Custom section | ||||||
ContainerID | applications-outer-container | HTML | "> <div id="sidebar-container"> <ul id="sidebar"> </ul> <div id="pagination-container"> <p id="pagination-text"> </p> <div id="pagination-buttons"> <a id="pagination-prev" href="#" onclick="event.preventDefault();handlePaginatedSearch(currPageNum-1)">Prev</a> <a id="pagination-next" href="#" onclick="event.preventDefault();handlePaginatedSearch(currPageNum+1)">Next</a> </div> </div> </div> HTML | <div id="loading-container" style="display: none;"> <div class="loader"> </div> </div> <div id="application-view-container"> <div id="mobile-back-to-search" style="display:none;"> <a onclick="handleMobileViewerState('search')">‹ Back to Search Results</a> </div> <div id="application-none-found" style="display:none;"> <img src="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/images/MStanley/icons/search-black.png" /> <p>No results found</p> </div> HTML | </div> <div class="application-header"> <p class="application-header-project-info"> <a href="#" target="_blank"> </a> <a href="#" target="_blank"> </a> <div id="application-perks-container"> </div> </p> <p class="application-header-title"> </p> <div class="application-status-container"> </div> <div class="application-tabs-container"> <ul id="application-tabs"> </ul> <div class="application-tabs-scroll-cover" style="display:none;"> </div> </div> </div> <div id="issue-tabs-outer-container"> </div> HTML | </div> |
Custom judging viewer prod | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
OneValley