Fix html for project pages
This commit is contained in:
parent
0b0707eafe
commit
689428241c
@ -131,19 +131,3 @@
|
|||||||
border: none;
|
border: none;
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subnote {
|
|
||||||
margin-top: 0;
|
|
||||||
color: gray;
|
|
||||||
font-size: .7em;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.no-chin {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ruler {
|
|
||||||
border: none;
|
|
||||||
border-bottom: 1px dotted rgba(0,0,0,.5);
|
|
||||||
}
|
|
@ -34,3 +34,19 @@ main h2 {
|
|||||||
|
|
||||||
transition: background-color .2s ease;
|
transition: background-color .2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.subnote {
|
||||||
|
margin-top: 0;
|
||||||
|
color: gray;
|
||||||
|
font-size: .7em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-chin {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ruler {
|
||||||
|
border: none;
|
||||||
|
border-bottom: 1px dotted rgba(0,0,0,.5);
|
||||||
|
}
|
@ -46,17 +46,21 @@ if($new == 0){
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<link rel="stylesheet" href="../../css/normalize.css">
|
<link rel="stylesheet" href="../css/normalize.css">
|
||||||
<link rel="stylesheet" href="../../css/style.css">
|
<link rel="stylesheet" href="../css/style.css">
|
||||||
<link rel="stylesheet" href="../../css/events.css">
|
<link rel="stylesheet" href="../css/nav.css">
|
||||||
<link rel="stylesheet" href="../../css/admin.css">
|
<link rel="stylesheet" href="../css/splash.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
<header>Prosjekt­verk­stedet</header>
|
<body>
|
||||||
|
<nav>
|
||||||
|
<?php echo navbar(1, 'prosjekt'); ?>
|
||||||
|
<?php echo loginbar(); ?>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
<article>
|
|
||||||
<h2>Nytt prosjekt</h2>
|
<h2>Nytt prosjekt</h2>
|
||||||
|
|
||||||
<form action="update.php", method="post">
|
<form action="update.php", method="post">
|
||||||
@ -76,11 +80,5 @@ if($new == 0){
|
|||||||
<?= '<input type="submit" class="btn" value="' . ($new ? 'Opprett prosjekt' : 'Lagre endringer') . '"></a>'; ?>
|
<?= '<input type="submit" class="btn" value="' . ($new ? 'Opprett prosjekt' : 'Lagre endringer') . '"></a>'; ?>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</article>
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
</body>
|
||||||
<nav>
|
|
||||||
<?= navbar(1, 'prosjekt'); ?>
|
|
||||||
<?= loginbar(); ?>
|
|
||||||
</nav>
|
|
@ -1,6 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
date_default_timezone_set('Europe/Oslo');
|
date_default_timezone_set('Europe/Oslo');
|
||||||
setlocale(LC_ALL, 'no_NO');
|
setlocale(LC_ALL, 'no_NO');
|
||||||
|
require __DIR__ . '/../../inc/navbar.php';
|
||||||
require __DIR__ . '/../../src/_autoload.php';
|
require __DIR__ . '/../../src/_autoload.php';
|
||||||
require __DIR__ . '/../../sql_config.php';
|
require __DIR__ . '/../../sql_config.php';
|
||||||
|
|
||||||
@ -38,20 +39,27 @@ $projects = array_values(array_filter(
|
|||||||
));
|
));
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<link rel="stylesheet" href="../css/normalize.css">
|
<link rel="stylesheet" href="../css/normalize.css">
|
||||||
<link rel="stylesheet" href="../css/style.css">
|
<link rel="stylesheet" href="../css/style.css">
|
||||||
<link rel="stylesheet" href="../css/events.css">
|
<link rel="stylesheet" href="../css/nav.css">
|
||||||
|
<link rel="stylesheet" href="../css/splash.css">
|
||||||
<link rel="stylesheet" href="../css/admin.css">
|
<link rel="stylesheet" href="../css/admin.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
<header>Prosjekt­verkstedet</header>
|
<body>
|
||||||
|
<nav>
|
||||||
|
<?php echo navbar(1, 'prosjekt'); ?>
|
||||||
|
<?php echo loginbar(); ?>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
<article class="gridsplit">
|
|
||||||
<div class="gridl">
|
|
||||||
<h2 class="no-chin">Mine Prosjekter</h2>
|
<h2 class="no-chin">Mine Prosjekter</h2>
|
||||||
|
<hr class="ruler">
|
||||||
|
|
||||||
|
<div class="gridsplit">
|
||||||
|
<div class="gridl">
|
||||||
<ul class="event-list">
|
<ul class="event-list">
|
||||||
<?php
|
<?php
|
||||||
$counter = 0;
|
$counter = 0;
|
||||||
@ -105,11 +113,6 @@ $projects = array_values(array_filter(
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</div class="gridsplit">
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
</body>
|
||||||
<nav>
|
|
||||||
<?= navbar(1, 'prosjekt'); ?>
|
|
||||||
<?= loginbar(); ?>
|
|
||||||
</nav>
|
|
||||||
|
Reference in New Issue
Block a user