Skip to content

Instantly share code, notes, and snippets.

@charyorde
Last active December 30, 2015 08:39
Show Gist options
  • Save charyorde/7803694 to your computer and use it in GitHub Desktop.
Save charyorde/7803694 to your computer and use it in GitHub Desktop.
Notify popup
<div id="js-join-tip" class="j-pop js-pop popover j-qtip js-onboarding-tip" style="position: fixed; top: 25px; right: 105px; visibility: visible; z-index: 100;" data-location="places" data-fromq="-1790695889">
<div class="j-tips d-places-tip j-pop-main">
<div id="jive-tips-partnerActionLeftNavTip" data-group-id="partnerTipGroup" style="display: block;" class="j-tips j-pop-main"><span class="j-508-label a11y-boundary">Menu begins</span><h4 class="font-face-deco">Join other contributors</h4><p>Other contributors are waiting for you. Accept group invitations and connection requests to start participating now.</p><!-- BEGIN tip footer --><div class="j-tips-footer"><div class="j-tips-footer-overlay"></div><ul class="j-tips-actions"><li><a href="#" class="js-ignore-tips close" title="Show this tip the next time you view this page">Skip for now</a></li><li><a href="#" class="js-close-tips close" title="Hide these tips now and don't show them again">Don't show again</a></li></ul></div><!-- END tip footer --><span class="j-508-label a11y-boundary">Menu ends</span></div>
<#assign tipsProvider = skin.tipsProvider />
<#if activity.type == "liked">
<#assign template = skin.recentActivity.getDetailedTemplateName(activity.jiveObject.objectType)!/>
<#else>
<#assign template = skin.recentActivity.getDetailedTemplateName(objectType)!/>
</#if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment