Add import export navigation tab
This commit is contained in:
parent
7671cb122d
commit
514a7723bf
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ func homeHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// renderShell ist das Grundgeruest im Outlook-2013-Look:
|
// renderShell ist das Grundgeruest im Outlook-2013-Look:
|
||||||
// [ Ribbon: Archiv-Boxen | Postfach-Verwaltung | Mail-Transfer | Einstellungen | Mail-Graveyard ]
|
// [ Ribbon: Archiv-Boxen | Import/Export | Postfach-Verwaltung | Mail-Transfer | Einstellungen | Mail-Graveyard ]
|
||||||
// [ Archiv-mbox | Nachrichtenliste | Quelle/Target ]
|
// [ Archiv-mbox | Nachrichtenliste | Quelle/Target ]
|
||||||
func renderShell(w http.ResponseWriter, active, readingPane string) {
|
func renderShell(w http.ResponseWriter, active, readingPane string) {
|
||||||
w.Header().Set("Content-Type", "text/html; charset=utf-8")
|
w.Header().Set("Content-Type", "text/html; charset=utf-8")
|
||||||
|
|
@ -50,6 +50,7 @@ func renderShell(w http.ResponseWriter, active, readingPane string) {
|
||||||
<header class="ribbon">
|
<header class="ribbon">
|
||||||
<nav class="ribbon-tabs">
|
<nav class="ribbon-tabs">
|
||||||
<a class="tab %s" href="/view">Archiv-Boxen</a>
|
<a class="tab %s" href="/view">Archiv-Boxen</a>
|
||||||
|
<a class="tab" href="/view">Import/Export</a>
|
||||||
<a class="tab" href="/accounts">Postfach-Verwaltung</a>
|
<a class="tab" href="/accounts">Postfach-Verwaltung</a>
|
||||||
<a class="tab" href="/view">Mail-Transfer</a>
|
<a class="tab" href="/view">Mail-Transfer</a>
|
||||||
<a class="tab" href="/accounts">Einstellungen</a>
|
<a class="tab" href="/accounts">Einstellungen</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue