/extremedating/trunk

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

« back to all changes in this revision

Viewing changes to index.php

  • Committer: Gustav Hartvigsson
  • Date: 2013-04-15 17:15:56 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20130415171556-q5zcc5mdle93vm1q
code cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
                <title>Lunchdating</title>
27
27
                <link rel="stylesheet" type="text/css" href="css/main.css"/>
28
28
                <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
 
29
    <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-combined.min.css" rel="stylesheet">
 
30
    <link rel="stylesheet" type="text/css" media="screen"
 
31
     href="http://tarruda.github.com/bootstrap-datetimepicker/assets/css/bootstrap-datetimepicker.min.css">
 
32
    <script type="text/javascript"
 
33
     src="http://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.3/jquery.min.js">
 
34
    </script> 
 
35
    <script type="text/javascript"
 
36
     src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/js/bootstrap.min.js">
 
37
    </script>
 
38
    <script type="text/javascript"
 
39
     src="http://tarruda.github.com/bootstrap-datetimepicker/assets/js/bootstrap-datetimepicker.min.js">
 
40
    </script>
29
41
        </head>
30
42
        <?PHP
31
43
        if(isset($_SESSION ['userName'])){
45
57
                        <a href="index.php">
46
58
                        <img src="img/logo.png"/>
47
59
                        </a>
48
 
                                <img src="img/logo.png"/>
49
60
                        </div>
50
61
                                <form action="./logout.php" method="POST">
51
62
                                        <table id="logout">
56
67
                                </form>
57
68
                        </div>
58
69
                        <div id="profileimg">
59
 
                                <img src="img/profilemockup.jpg"/>
60
 
                                <a href="profile.php?uid=<?php echo $username; ?>" class="profilename"><?php echo $firstName . " " . $surName;?></a>
61
 
                                <p class="smallheader">Personer jag vill träffa:</p>
62
 
                                <p class="profilelink">Herp Derp</p>
63
 
                                <p class="profilelink">Jane Doe</p>
64
 
                                <p class="smallheader">Personer som vill träffa mig:</p>
65
 
                                <p class="profilelink">Jane Doe</p>
 
70
                                <?PHP include './php/sidepanel.php'; ?>
66
71
                        </div>
67
72
                        <div id="wallflow">
 
73
                                <?PHP include './php/feed.php'; ?>
68
74
                        </div>
69
75
                </div>
70
76
        </body>