Revert "bugfix"

This reverts commit 000e4533a7.
This commit is contained in:
Svetlana Maleeva 2020-10-14 19:45:07 +03:00
parent 9443636de1
commit a1a3ddb106
9 changed files with 24 additions and 147 deletions

View File

@ -9,9 +9,6 @@
<a href="<%= VirtualPathUtility.ToAbsolute("~/")%>"></a>
</div>
<a class="button red headerButton" href="https://www.onlyoffice.com/registration.aspx?from=helpcenter">Try in the cloud</a>
<div class="langselector push">
<uc:LangSelector ID="LangSelector" runat="server"></uc:LangSelector>
</div>
<%--<div class="ham_menu push menu-btn pushy-link">
<span></span>
<span></span>

View File

@ -1,36 +1,24 @@
<%@ Control Language="C#" %>
<%@ Control Language="C#" %>
<div class="SocialLinks">
<span>Follow us on:</span>
<ul class="ListSocLink">
<li><a class="subscribe-mail" title="Subscribe to our newsletters" href="javascript:void(0);" id="subscribelink">
<label title="Subscribe to our newsletters" class="social_grey_subscribe"></label>
</a></li>
<li><a class="faceBook" title="Follow us on 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="Follow us on 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="Follow us on LinkedIn" href="https://www.linkedin.com/groups/ONLYOFFICE-6726380" onmouseup="PageTrack('GoTo_linkedin');" target="_blank" rel="nofollow">
<li><a class="youtube" title="Follow us on 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="Follow us on YouTube" href="https://www.youtube.com/user/onlyofficeTV" onmouseup="PageTrack('GoTo_youtube');" target="_blank" rel="nofollow">
<li><a class="youtube" title="Follow us on Google+" href="https://plus.google.com/+Onlyoffice_Community" onmouseup="PageTrack('GoTo_google');" target="_blank" rel="nofollow">
<label title="Google+" class="social_grey_g"></label>
</a></li>
<li><a class="youtube" title="Follow us on YouTube" href="http://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="Read our blog" href="https://www.onlyoffice.com/blog" onmouseup="PageTrack('GoTo_blog');" target="_blank">
<label title="Blog" class="social_grey_blog"></label>
</a></li>
<li><a class="medium" title="Follow us on 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="Follow us on 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="Follow us on 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="Follow us on Fosstodon" href="https://fosstodon.org/@ONLYOFFICE" onmouseup="PageTrack('GoTo_medium');" target="_blank">
<label title="Fosstodon" class="social_grey_fosstodon"></label>
</a></li>
</ul>
</div>
</div>

View File

@ -1,5 +1,6 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register Src="~/Controls/Common/VideoConteiner.ascx" TagName="VideoContainer" TagPrefix="uc" %>
<%@ Import Namespace="System.Globalization" %>
<%@ Import Namespace="ASC.Core" %>
<%@ Import Namespace="TeamLab" %>
@ -10,6 +11,8 @@
PageTitle = PageCaption = "";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Help Center: find answers to most of your questions. Read user guides, tips and tricks, watch video.";
VideoContainer.Capture = "Coordinate all aspects of your activities using ONLYOFFICE";
var helpcenter = new HelpCenterModel();
helpcenter.WaterMark = "Type your issue";
@ -244,7 +247,8 @@
</div>
</div>
</div>
</div>
</div>
<div class="faq_pricing_block" style="border: none">
@ -268,5 +272,8 @@
</li>
</ul>
</div>
</div>
<div class="hcmain_bottom_block"></div>
<input id="helpmark" value="<%=HttpUtility.HtmlEncode(((Page as BasePage).HelpCenter as HelpCenterModel).WaterMark)%>" type="hidden" />
<input id="helpmark" value="<%=HttpUtility.HtmlEncode(((Page as BasePage).HelpCenter as HelpCenterModel).WaterMark)%>" type="hidden" />
</div>
<uc:VideoContainer runat="server" Capture="Capture" Url="https://www.youtube.com/embed/RniZtw0A9WQ" ID="VideoContainer" />

View File

@ -2,6 +2,9 @@
<div class="SocialLinks">
<span>Follow us on:</span>
<ul class="ListSocLink">
<li><a class="subscribe-mail" title="Subscribe to our newsletters" href="javascript:void(0);" id="subscribelink">
<label title="Subscribe to our newsletters" class="social_grey_subscribe"></label>
</a></li>
<li><a class="faceBook" title="Follow us on 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>

View File

@ -1,10 +0,0 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="pSubscribe.ascx.cs" Inherits="PSubscribe" %>
<div class="InnerPage Subscribe">
<div class="innerblue">
<div class="description">
<h2>Subscription</h2>
<p>You have successfully subscribed to our newsletters.</p>
</div>
</div>
</div>

View File

@ -1,10 +0,0 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/HelpCenter.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="body" Runat="Server">
<body id="subscribepage">
</asp:Content>
<asp:Content ContentPlaceHolderID="Content" runat="Server">
<div class="contentConteiner">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Subscribe/pSubscribe.ascx" />
</div>
</asp:Content>

View File

@ -177,6 +177,7 @@ footer {
margin: 0 auto;
position: relative;
width: 100%;
max-width: 1400px;
padding: 0 20px;
box-sizing: border-box;
}

View File

@ -3861,16 +3861,11 @@ em.error_text {
.content-header {
display: flex;
align-items: center;
justify-content: space-between;
align-items: center;
.headerButton {
display: table;
margin-right: 10%;
}
.langselector {
left: 0;
}
}

View File

@ -4,109 +4,15 @@
margin-top: -24px;
}
.InnerPage {
width: 100%;
/*&.HelpCenterMain {
.InnerPage {
width: 100%;
/*&.HelpCenterMain {
div.description {
.menuleft {
margin-top: 4px;
}
}
}*/
p.spp_text {
font-size: 15px;
padding-bottom: 30px;
}
.spp_link {
font-size: 15px;
}
.spp_heading {
&:before {
content: '';
position: relative;
top: -20px;
display: block;
width: 82px;
height: 64px;
background-image: url(/images/solutions/cloudoffice/cloudsolution_icons_secureservices.png);
background-repeat: no-repeat;
margin: 0 auto;
background-position: -2186px 0;
}
}
.subscriptionMainContainer.PopupPanel {
width: 649px;
height: 633px;
background: transparent url(/images/mainpage/pop-up-bg.png) 50% 0 no-repeat;
.shadowFullCustomizable(0, 0, 0, transparent);
-webkit-animation: fadeIn 0.5s;
-moz-animation: fadeIn 0.5s;
-ms-animation: fadeIn 0.5s;
-o-animation: fadeIn 0.5s;
animation: fadeIn 0.5s;
.PopupPanelCaption {
padding: 110px 140px 0;
}
.dataForm {
padding: 0 140px 0;
.dataItem {
position: relative;
}
.dataFormError {
position: absolute;
left: 0;
bottom: -8px;
}
}
.success {
margin: 0 auto;
text-align: left;
width: 367px;
.captchaDescription {
color: #666666;
font-size: 14px;
font-weight: 400;
line-height: 150%;
margin: 21px 0;
}
}
.progressPanel {
text-align: center;
.button {
padding-left: 25px;
padding-right: 25px;
}
}
}
.integration-buy-link {
font-size: 15px;
padding: 10px 0 30px;
}
.selected_pricing_plan {
.integration-buy-link {
padding-bottom: 28px;
}
}
.h2subheading {
font-size: 30px;
display: block;
margin-top: 10px;
}
div.description {
color: @textColor;
font-size: 14px;