helpcenter/Web/Controls/Help/UserGuides/MobileProjects.ascx

86 lines
4.2 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register TagPrefix="video" TagName="avc0022" Src="~/Controls/Help/Video/AllVideoControls/0022_mob_docs.ascx" %>
<%@ Register TagPrefix="link" TagName="ma4001" Src="~/Controls/Help/ArticlesCompleteList/MobileApps/4001_mob_proj_overview.ascx" %>
<%@ Register TagPrefix="link" TagName="ma4002" Src="~/Controls/Help/ArticlesCompleteList/MobileApps/4002_mob_proj_common_operations.ascx" %>
<%@ Register TagPrefix="link" TagName="ma4003" Src="~/Controls/Help/ArticlesCompleteList/MobileApps/4003_mob_proj_project_management.ascx" %>
<%@ Register TagPrefix="link" TagName="ma4005" Src="~/Controls/Help/ArticlesCompleteList/MobileApps/4005_mob_proj_tasks.ascx" %>
<script runat="server">
string CurCulture2ISOName = System.Threading.Thread.CurrentThread.CurrentCulture.TwoLetterISOLanguageName;
string LocalizedPageTitle = "",
LocalizedMetaDescription = "",
LocalizedMetaKeyWords = "";
protected override void Init()
{
switch (CurCulture2ISOName)
{
case "en":
default:
LocalizedPageTitle = "UserGuides - Mobile Apps Projects for iOS";
LocalizedMetaDescription = "ONLYOFFICE UserGuides - ONLYOFFICE Mobile Apps Projects for iOS.";
break;
case "de":
LocalizedPageTitle = "Benutzeranleitungen - Mobile Apps Projekte für iOS";
LocalizedMetaDescription = "ONLYOFFICE Benutzeranleitungen - ONLYOFFICE Mobile Apps Projekte für iOS.";
break;
case "fr":
LocalizedPageTitle = "Guides d'utilisateur - Application mobile Projets sur iOS";
LocalizedMetaDescription = "Guides d'utilisateur ONLYOFFICE - ONLYOFFICE Application mobile Projets sur iOS";
break;
case "ru":
LocalizedPageTitle = "Руководства пользователя - Мобильные приложения Проекты для iOS";
LocalizedMetaDescription = "ONLYOFFICE Руководства пользователя - ONLYOFFICE Мобильные приложения Проекты для iOS.";
break;
}
PageTitle = PageCaption = LocalizedPageTitle;
MetaKeyWords = LocalizedMetaKeyWords;
MetaDescription = LocalizedMetaDescription;
}
//public partial class _Default : BasePage
//{
// protected void Page_Load(object sender, EventArgs e)
// {
// }
//}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides user_guides">
<h1>User Guides</h1>
<div class="watchvideo_block">
<h2><asp:Literal runat="server" Text="<%$ Resources:Resource, WatchVideo %>" /></h2>
<div class="slider autoplay with_arrows">
<video:avc0022 ID="avc1" runat="server" />
</div>
</div>
<ul class="block-editor">
<li>
<h2 class="doceditor"><asp:Literal runat="server" Text="<%$ Resources:Resource, OOProjForIOS %>" /></h2>
<span class="toggler showcont">
<asp:Literal runat="server" Text="<%$ Resources:Resource, ShowDocumentationContents %>" />
</span>
<span class="toggler hidecont" style="display: none">
<asp:Literal runat="server" Text="<%$ Resources:Resource, HideDocumentationContents %>" />
</span>
<div class="described">
<p><asp:Literal runat="server" Text="<%$ Resources:Resource, OOProjForIOSDescribed %>" /></p>
</div>
<div class="contents" style="display: none">
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/projects/index.aspx")%>"><asp:Literal runat="server" Text="<%$ Resources:Resource, OOProjForIOS %>" /></a></h2>
<ul>
<li><link:ma4001 ID="ma6" runat="server" /></li>
<li><link:ma4002 ID="ma1" runat="server" /></li>
<li><link:ma4003 ID="ma2" runat="server" /></li>
<li><link:ma4005 ID="ma3" runat="server" /></li>
</ul>
</div>
</li>
</ul>
</div>