You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.5 KiB
HTML
32 lines
1.5 KiB
HTML
<roundcube:include file="includes/layout.html" />
|
|
<roundcube:include file="includes/menu.html" />
|
|
|
|
<div id="layout-sidebar" class="listbox" role="navigation" aria-labelledby="aria-label-helpnav">
|
|
<div class="header">
|
|
<a class="button icon task-menu-button" href="#menu"><span class="inner"><roundcube:label name="menu" /></span></a>
|
|
<span id="aria-label-helpnav" class="header-title"><roundcube:label name="help.help" /></span>
|
|
</div>
|
|
<div class="scroller">
|
|
<ul class="listing iconized" data-menu="toolbar-small">
|
|
<roundcube:object name="tablink" action="index" type="link-menuitem" label="help.help" class="help active" />
|
|
<roundcube:object name="tablink" action="about" type="link-menuitem" label="help.about" class="about active" />
|
|
<roundcube:object name="tablink" action="license" type="link-menuitem" label="help.license" class="license active" />
|
|
<roundcube:container name="helptabs" id="helptabsbar" />
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<h1 class="voice"><roundcube:label name="help.help" /></h1>
|
|
|
|
<div id="layout-content" class="selected" role="main">
|
|
<div class="header">
|
|
<a class="button icon task-menu-button" href="#menu"><span class="inner"><roundcube:label name="menu" /></span></a>
|
|
<span class="header-title"><roundcube:label name="help.help" /></span>
|
|
</div>
|
|
<div class="iframe-wrapper">
|
|
<roundcube:object name="contentframe" id="helpcontentframe" src="env:blankpage" title="arialabelhelpcontent" />
|
|
</div>
|
|
</div>
|
|
|
|
<roundcube:include file="includes/footer.html" />
|