/booka/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/booka/trunk

« back to all changes in this revision

Viewing changes to XHTML muckup/Muckup index.xhtml

  • Committer: Gustav Hartvigsson
  • Date: 2009-12-04 16:51:06 UTC
  • Revision ID: gego@quad-20091204165106-wumf1gzbskkuai0g
merging Neo to trunk. freezing neo branshs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2
 
<html xmlns="http://www.w3.org/1999/xhtml">
3
 
<head>
4
 
        <title>booking</title>
5
 
        <link rel="stylesheet" type="text/css" href="./main.css" />
6
 
</head>
7
 
 
8
 
<body xmlns="http://www.w3.org/1999/xhtml">
9
 
        <div class="head"><img src="./img/Logo.png" alt="BooKa´s logo" /></div>
10
 
        
11
 
        <div class="menu">
12
 
                 <h1> Login </h1>
13
 
                 <hr />
14
 
                 <form action="Muckup login.xhtml" method="post">
15
 
                        <p>
16
 
                                User name: <input type="text" name="userName" /> <br/>
17
 
                                Pass word:  <input type="password" name="userPassword" /> <br />
18
 
                                <input type="submit" name="null" />
19
 
                        </p>
20
 
                 </form>
21
 
                 <p>
22
 
                        All registrations are performed by admin.
23
 
                 </p>
24
 
        </div>
25
 
        
26
 
        
27
 
        <div id='foot'>
28
 
        <p>(c) 2009 Gustav Hartvigsson || BooKa Team</p>
29
 
        <p>
30
 
                <a href="http://validator.w3.org/check?uri=referer"><img
31
 
                src="http://www.w3.org/Icons/valid-xhtml11-blue"
32
 
                alt="Valid XHTML 1.1" height="31" width="88" /></a>
33
 
        </p>
34
 
</div>
35
 
</body>
36
 
</html>