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

51 lines
3.2 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "UserGuides - Mobile Apps Projects for iOS";
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE UserGuides - ONLYOFFICE Mobile Apps Projects for iOS.";
}
</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">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0022_mob_docs/0022_mob_docs.ascx" />
</div>
</div>
<ul class="block-editor">
<li>
<h2 class="doceditor">ONLYOFFICE Projects for iOS</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>The <b>Projects</b> app for iOS allows you to manage projects stored in your ONLYOFFICE account on your mobile device. Using this app, you can view, create and edit projects, milestones, tasks, subtasks, manage your project team, assign responsible persons, access project documents, create discussions and leave comments.</p>
</div>
<div class="contents" style="display: none">
<h2><a href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/projects/index.aspx")%>">ONLYOFFICE Projects for iOS</a></h2>
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4001_mob_proj_overview/4001_mob_proj_overview.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4002_mob_proj_common_operations/4002_mob_proj_common_operations.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4003_mob_proj_project_management.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4004_mob_proj_milestones.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4005_mob_proj_tasks.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4006_mob_proj_discussions.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/MobileApps/4007_mob_proj_documents.ascx" /></li>
</ul>
</div>
</li>
</ul>
</div>