x
x
x
x
Only portrait mode is currently supported - please rotate your device.
HTML |
---|
<link rel="stylesheet" href="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/stylesheets/MorganStanley/companies.css" /> |
Custom section | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
Custom section | |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
Custom section | |||||||||||||||||||||||||||||||||
|
Custom title | ||
---|---|---|
|
Name | Current Cohort |
---|
group | confluence-administrators |
---|
Name | Alumni |
---|
Class | contentSection |
---|
Class | cardSection cardSectionStyle |
---|
CustomCSS | width: auto; |
---|---|
Class | searchSection |
Custom section | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
List members pagination | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Class | cardSection1 cardSectionStyle |
---|
CustomCSS | width: auto; |
---|---|
Class | searchSection |
Custom section | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
Custom section | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
Custom section | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
List members pagination | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
HTML |
---|
<script>
$('.tab-control-button.0').click(function() {
// Hide all except div 0
$('div.cardSection').css('display', 'flex');
$('div.cardSection1').css('display', 'none');
$('div.cardSection2').css('display', 'none');
$('div.cardSection3').css('display', 'none');
$('div.cardSection4').css('display', 'none');
$('div.cardSection5').css('display', 'none');
// Hide mentor filter
//$('.filterByStrength').css('display', 'none');
});
$('.tab-control-button.1').click(function() {
// Hide all except div 1
$('div.cardSection').css('display', 'none');
$('div.cardSection1').css('display', 'flex');
$('div.cardSection2').css('display', 'none');
$('div.cardSection3').css('display', 'none');
$('div.cardSection4').css('display', 'none');
$('div.cardSection5').css('display', 'none');
// Hide mentor filter
//$('.filterByStrength').css('display', 'none');
});
</script> |
|
HTML |
---|
<script src="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/js/Morgan+Stanley/companies.js"> |
HTML |
<script>
// REPLACING ALL THE AUTOMATICALLY-GENERATED PROFILE LINKS IN SEARCH POPUP WITH PROFILE LINKS:
const replacePopupLinks = () => {
let links = Array.from(document.getElementById("custom-user-search-results-dialog").getElementsByTagName("A"));
links.forEach(link => {
if (link.href.includes('/display/~')) {
let email = link.href.split('/display/~').pop();
link.href = '/display/MSCOM/Company+Page?company=' + email;
}})
}
const popupReadyPolling = () => {
if (document.getElementById("custom-user-search-results-dialog")) {
replacePopupLinks();
} else {
setTimeout(popupReadyPolling, 200);
}
}
// Set the polling function to start when page is done loading:
window.addEventListener('DOMContentLoaded', () => {
var searchBars = document.getElementsByClassName("custom-user-search-form");
for(var i = 0; i < searchBars.length; i++) {
searchBars[i].addEventListener("submit", popupReadyPolling)
}
});
</script> |
OneValley