helpcenter/Web/Controls/Help/VariousControls/GetHelp/GetHelp.ascx

10 lines
846 B
Plaintext
Raw Normal View History

2016-08-29 13:51:20 +00:00
<%@ 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>