Import initial du site depuis le serveur
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<roundcube:include file="includes/layout.html" />
|
||||
|
||||
<h1 class="voice"><roundcube:object name="steptitle" /></h1>
|
||||
|
||||
<div id="help-<roundcube:var name="env:action" />" class="frame-content">
|
||||
<roundcube:object name="helpcontent" />
|
||||
</div>
|
||||
|
||||
<roundcube:include file="includes/footer.html" />
|
||||
@@ -0,0 +1,31 @@
|
||||
<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="help.arialabelhelpcontent" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<roundcube:include file="includes/footer.html" />
|
||||
Reference in New Issue
Block a user