helpcenter/Web/Controls/Help/Community/Community.de.ascx

73 lines
3.4 KiB
Plaintext
Raw Normal View History

2016-08-29 13:51:20 +00:00
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Artikel über die Community";
MetaKeyWords = "";
MetaDescription = "Artikel über die Community. Lesen Sie unsere Artikel, um zu erfahren, wie Sie das Community-Modul nutzen können.";
}
</script>
<div class="MainHelpCenter PageGuides">
<h1><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/LocalizeControls/Community/Community.ascx" /></h1>
<h2>Overview</h2>
<ul>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/010_community/010_community.ascx" />
2016-08-29 13:51:20 +00:00
</li>
</ul>
<h2>Blogs</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/community.aspx#MaintainingBlog_block")%>">Blog führen</a></li>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/019_decorating-posts/019_decorating-posts.ascx" />
2016-08-29 13:51:20 +00:00
</li>
</ul>
<h2>Events</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/community.aspx#SharingEvents_block")%>">Ereignisse veröffentlichen</a></li>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/019_decorating-posts/019_decorating-posts.ascx" />
2016-08-29 13:51:20 +00:00
</li>
</ul>
<h2>Polls</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/community.aspx#AddingPoll_block")%>">Umfrage hinzufügen</a></li>
</ul>
<h2>Forums</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/community.aspx#LeadingForumDiscussion_block")%>">Forumsdiskussion führen</a></li>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/046_add-poll-to-post/046_add-poll-to-post.ascx" />
2016-08-29 13:51:20 +00:00
</li>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/019_decorating-posts/019_decorating-posts.ascx" />
2016-08-29 13:51:20 +00:00
</li>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/042_insert-images-into-post/042_insert-images-into-post.ascx" />
2016-08-29 13:51:20 +00:00
</li>
</ul>
<h2>Bookmarks</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/community.aspx#AddingBookmarks_block")%>">Lesezeichen hinzufügen</a></li>
</ul>
<h2>Wiki</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/community.aspx#UsingWiki_block")%>">Wiki nutzen</a></li>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/036_knowledgebase/036_knowledgebase.ascx" />
2016-08-29 13:51:20 +00:00
</li>
</ul>
<h2>Birthdays</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/community.aspx#TrackingBirthdays_block")%>">Geburtstage verfolgen</a></li>
</ul>
<h2>Settings</h2>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/gettingstarted/community.aspx#ChangingCommunitySettings_block")%>">Moduleinstellungen ändern</a></li>
</ul>
</div>