Example #1
0
<!DOCTYPE html>
<html lang="en">
  <head>

    <?php 
echo $meta;
?>

    <title><?php 
__(site()->title() . ' | Panel | ' . l('login'));
?>
</title>

    <?php 
echo assets::css();
?>

    <!-- custom panel stylesheet -->
    <?php 
if ($stylesheet = kirby()->option('panel.stylesheet')) {
    ?>
    <?php 
    echo css($stylesheet);
    ?>
    <?php 
}
?>

  </head>
  <body class="login grey <?php 
echo panel()->direction();
Example #2
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="pt-br">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		<title>Kennel Setup</title>
		<meta name="description" content="Kennel Framework Setup" />
		<link rel="stylesheet" type="text/css" href="<?php 
print assets::css('ksetup.css');
?>
" />
	</head>
	<body>
		
		<div id="wrapper">
			<div id="header">
				<img src="<?php 
print assets::img('k_logo.png');
?>
" alt="Kennel Framework" />
			</div>
			
			<div id="content">
				<h1>First Steps</h1>
				<p class="msg error">settings.php not found</p>
				<div id="footer" ></div>
			</div>
			
		</div>
		
		<?php 
if (isset($_GET['omg'])) {