x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 52

...

HTML
<script>

const IS_CONFLUENCE_ADMIN = false;

// Enables console logging & jira backend link for these users
const SUPER_ADMIN_USERS = [ "alex@gsvlabs.com" ];
Object.freeze(SUPER_ADMIN_USERS);

// Enables test applications for these users
const TEST_ENABLED_USERS = [ "alex@gsvlabs.com", "sbaadminalex@theonevalley.com" ];


</script>

<style>
body li.export-btn, body .single-export-btn{
	display: block!important;
}

#results-count-container > button{
	display: none!important;
}

body .application-search-left > .stageFilterContainer{
	display: block!important;
}
</style>


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>
<link rel="stylesheet" href="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/js/MS+SBA/Judging/AppViewer+V2/misc/appViewerV2Styles.css"> </link>

...

HTML
<!-- SCRIPTS -->
<script type="text/javascript" src="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/js/MS+SBA/Judging/AppViewer+V2/Admin/actions/Judge+Assignment/handleScoringTransitions.js"> </script>
<script type="text/javascript" src="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/js/MS+SBA/Judging/AppViewer+V2/Admin/actions/Judge+Assignment/handleJudgingTabs.js"> </script>
<script type="text/javascript" src="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/js/MS+SBA/Judging/AppViewer+V2/Admin/actions/Judge+Assignment/handleAssignJudgesAsSubtasks.js"> </script>
<script type="text/javascript" src="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/js/MS+SBA/Judging/AppViewer+V2/Admin/actions/Filters/handleFilters.js"> </script>



HTML
 
<script type="text/javascript" src="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/js/MS+SBA/Judging/AppViewer+V2/Admin/actions/ExportScreen+CSVTabs/applicationsExporthandleScreenTabs.js"> </script>
<script type="text/javascript" src="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/js/MS+SBA/Judging/AppViewer+V2/Admin/actions/ExportScreen+CSVTabs/exportApplicationshandleApplicationScreens.js"> </script>
<script type="text/javascript" src="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/js/MS+SBA/Judging/AppViewer+V2/Admin/actions/Screen+Tabs/handleScreenTabsfillFormData.js"> </script>


<script type="text/javascript" src="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/js/MS+SBA/Judging/AppViewer+V2/Admin/actions/ScreenExecute+TabsJudging/handleApplicationScreensexecuteJudging.js?v=2"> </script>
<script type="text/javascript" src="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/js/MS+SBA/Judging/AppViewer+V2/Admin/actions/Screen+Tabs/fillFormDataappViewerScript.js"> </script>


HTML
<style>
.application-backend-link {
	display: inline-block !important;
}
</style>

<!--(REMOVED TEMP)
<script type="text/javascript" src="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/js/MS+SBA/Judging/AppViewer+V2/Admin/actions/ExecuteExport+JudgingCSV/executeJudgingapplicationsExport.js?v=2"> </script>
<script type="text/javascript" src="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/js/MS+SBA/Judging/AppViewer+V2/Admin/appViewerScriptactions/Export+CSV/exportApplications.js"> </script>
HTML
<style>
.application-backend-link {
	display: inline-block !important;
}
</style>
->