You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
885 B
PHP
30 lines
885 B
PHP
<?php require_once ('php/flow.php'); ?>
|
|
|
|
<html>
|
|
<head>
|
|
<link href="css/style.css" rel="stylesheet">
|
|
<link href="css/dialog.css" rel="stylesheet">
|
|
<link href="css/flow.css" rel="stylesheet">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title></title>
|
|
</head>
|
|
<body class="autoscroll">
|
|
<!-- Content area of the page to avoid overflows -->
|
|
<div class="page-content">
|
|
<div class="flow-parent">
|
|
<?php echoFlowBody(); ?>
|
|
|
|
<div class="flow-element">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<?php echoIcsUrlDialog(); ?>
|
|
|
|
<!-- Renders PHP errors nicely as HTML dialog -->
|
|
<?php echoErrorsHtml(); ?>
|
|
</body>
|
|
|
|
<script src="script/dialog.js"></script>
|
|
<script src="script/autoscroll.js"></script>
|
|
</html>
|