Compare commits
12 Commits
f1958d9afc
...
89050016d3
Author | SHA1 | Date | |
---|---|---|---|
89050016d3 | |||
a205a77e47 | |||
9c2f1674ee | |||
08e6994ea8 | |||
2e107c3753 | |||
57596b5404 | |||
77ca4e4d11 | |||
7dba1e1c87 | |||
7813e07294 | |||
0801bdd4a4 | |||
92fae34292 | |||
4eba707097 |
@ -8,9 +8,9 @@ function navbar($depth, $active = NULL) {
|
|||||||
//'Aktiviteter' => 'aktiviteter',
|
//'Aktiviteter' => 'aktiviteter',
|
||||||
'Prosjekter' => 'prosjekt',
|
'Prosjekter' => 'prosjekt',
|
||||||
'Kontakt' => 'kontakt',
|
'Kontakt' => 'kontakt',
|
||||||
'Webmail' => 'https://webmail2.pvv.ntnu.no/roundcube/',
|
'Webmail' => 'mail',
|
||||||
'Galleri' => 'galleri',
|
'Galleri' => 'galleri',
|
||||||
'Wiki' => 'https://wiki.pvv.ntnu.no/',
|
'Wiki' => 'pvv',
|
||||||
'Git' => 'https://git.pvv.ntnu.no/',
|
'Git' => 'https://git.pvv.ntnu.no/',
|
||||||
'Tjenester' => 'tjenester',
|
'Tjenester' => 'tjenester',
|
||||||
];
|
];
|
||||||
|
35
www/mail/index.php
Normal file
35
www/mail/index.php
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
<?php
|
||||||
|
require_once dirname(dirname(__DIR__)) . implode(DIRECTORY_SEPARATOR, ['', 'inc', 'include.php']);
|
||||||
|
?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="no">
|
||||||
|
<style>
|
||||||
|
p {hyphens: auto;}
|
||||||
|
</style>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
||||||
|
<link rel="shortcut icon" href="favicon.ico">
|
||||||
|
<link rel="stylesheet" href="../css/normalize.css">
|
||||||
|
<link rel="stylesheet" href="../css/style.css">
|
||||||
|
<link rel="stylesheet" href="../css/mail.css">
|
||||||
|
<meta name="theme-color" content="#024" />
|
||||||
|
<title>Mailverkstedet</title>
|
||||||
|
|
||||||
|
<header>Mail­verk­stedet</header>
|
||||||
|
|
||||||
|
|
||||||
|
<main>
|
||||||
|
|
||||||
|
<ul id="webmail">
|
||||||
|
<li id="afterlogic"><div><a href="https://webmail.pvv.ntnu.no/afterlogic_lite/"><span class="mailname" style="user-select: none"> </span></a>
|
||||||
|
<li id="rainloop"><div><a href="https://webmail.pvv.ntnu.no/rainloop/"><span class="mailname">RainLoop</span></a>
|
||||||
|
<li id="squirrelmail"><div><a href="https://webmail.pvv.ntnu.no/squirrelmail/"><span class="mailname">SquirrelMail</span></a>
|
||||||
|
<li id="roundcube"><div><a href="https://webmail.pvv.ntnu.no/roundcube/"><span class="mailname">Roundcube</span></a>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<nav>
|
||||||
|
<?= navbar(1, "mail"); ?>
|
||||||
|
<?= loginbar($sp, $pdo); ?>
|
||||||
|
</nav>
|
Loading…
Reference in New Issue
Block a user