bzr branch
http://gegoxaren.bato24.eu/bzr/booka/trunk
29.1.2
by Gustav Hartvigsson
one more of those errors =_= |
1 |
<?php
|
11
by Gustav Hartvigsson
merging Neo to trunk. freezing neo branshs. |
2 |
/*
|
3 |
head.php
|
|
4 |
*/
|
|
26
by Gustav Hartvigsson
added so that webpage is served as XHTML, and then some coding errors in XHTML code... |
5 |
|
6 |
//serving as xhtml
|
|
7 |
$charset = "utf-8"; |
|
8 |
$mime = (stristr($_SERVER["HTTP_ACCEPT"],"application/xhtml+xml")) ? "application/xhtml+xml" : "text/html"; |
|
9 |
||
10 |
header("content-type:$mime;charset=$charset"); |
|
11 |
//end serving as xhtml
|
|
12 |
||
16
by Gustav Hartvigsson
Lots of broken code that i have no idea how to fix. |
13 |
echo '<?xml version="1.0" encoding="UTF-8"?>'; |
11
by Gustav Hartvigsson
merging Neo to trunk. freezing neo branshs. |
14 |
?>
|
16
by Gustav Hartvigsson
Lots of broken code that i have no idea how to fix. |
15 |
|
1
by Gustav Hartvigsson
initial code... |
16 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
17 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
|
18 |
<head> |
|
25
by Gustav Hartvigsson
hanged the title in head to "Booka || Minimalistic booking software" |
19 |
<title>BooKa || Minimalistic booking software.</title> |
11
by Gustav Hartvigsson
merging Neo to trunk. freezing neo branshs. |
20 |
<link rel="stylesheet" type="text/css" href="./css/main.css" /> |
1
by Gustav Hartvigsson
initial code... |
21 |
</head> |
22 |
<body xmlns="http://www.w3.org/1999/xhtml"> |