helpcenter/Web/Controls/Help/SocialLinks/SocialLinks.zh.ascx
2020-10-01 13:50:54 +04:00

37 lines
2.6 KiB
Plaintext

<%@ Control Language="C#" %>
<div class="SocialLinks">
<span>关注我们:</span>
<ul class="ListSocLink">
<li><a class="subscribe-mail" title="订阅简报" href="javascript:void(0);" id="subscribelink">
<label title="订阅简报" class="social_grey_subscribe"></label>
</a></li>
<li><a class="faceBook" title="在Facebook上关注我们" onmouseup="PageTrack('GoTo_facebook');" href="https://www.facebook.com/pages/OnlyOffice/833032526736775" target="_blank">
<label title="Facebook" class="social_grey_fb"></label>
</a></li>
<li><a class="twitter" title="在Twitter上关注我们" href="https://twitter.com/ONLY_OFFICE" onmouseup="PageTrack('GoTo_twitter');" target="_blank" rel="nofollow">
<label title="Twitter" class="social_grey_twi"></label>
</a></li>
<li><a class="linkedin" title="在LinkedIn上关注我们" href="https://www.linkedin.com/groups/ONLYOFFICE-6726380" onmouseup="PageTrack('GoTo_linkedin');" target="_blank" rel="nofollow">
<label title="LinkedIn" class="social_grey_in"></label>
</a></li>
<li><a class="youtube" title="在YouTube上关注我们" href="https://www.youtube.com/user/onlyofficeTV" onmouseup="PageTrack('GoTo_youtube');" target="_blank" rel="nofollow">
<label title="YouTube" class="social_grey_tube"></label>
</a></li>
<li><a class="blog" title="阅读我们的博客" href="https://www.onlyoffice.com/blog" onmouseup="PageTrack('GoTo_blog');" target="_blank">
<label title="博客" class="social_grey_blog"></label>
</a></li>
<li><a class="medium" title="在Medium上关注我们" href="https://medium.com/onlyoffice" onmouseup="PageTrack('GoTo_medium');" target="_blank">
<label title="Medium" class="social_grey_medium"></label>
</a></li>
<li><a class="instagram" title="在Instagram上关注我们" href="https://www.instagram.com/the_onlyoffice/" onmouseup="PageTrack('GoTo_medium');" target="_blank">
<label title="Instagram" class="social_grey_instagram"></label>
</a></li>
<li><a class="github" title="在GitHub上关注我们" href="https://github.com/ONLYOFFICE/" onmouseup="PageTrack('GoTo_medium');" target="_blank">
<label title="GitHub" class="social_grey_github"></label>
</a></li>
<li><a class="fosstodon" title="在Fosstodon上关注我们" href="https://fosstodon.org/@ONLYOFFICE" onmouseup="PageTrack('GoTo_medium');" target="_blank">
<label title="Fosstodon" class="social_grey_fosstodon"></label>
</a></li>
</ul>
</div>