helpcenter/Web/Controls/Help/VariousControls/GetHelp/GetHelp.ascx
alexandervnuchkov 71f171fb08 First commit
2016-08-29 16:51:20 +03:00

10 lines
846 B
Plaintext

<%@ Control Language="C#" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div class="get_help">
<p>In case you have troubles with the compilation of the portal from the source codes or its installation onto your local server, please take time to read the following guides first:</p>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/PDF/057_ONLYOFFICEServerVersion/057_ONLYOFFICEServerVersion.ascx"/></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/PDF/112_CompilingONLYOFFICEServer/112_CompilingONLYOFFICEServer.ascx"/></li>
</ul>
<p>You can also join our <a href="http://dev.onlyoffice.org/">forum for developers</a> where you can consult other community members for your issues solutions.</p>
</div>