/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: Daniel Johansson
  • Date: 2013-04-13 22:28:08 UTC
  • mfrom: (39.1.2 extremedating)
  • Revision ID: maila@danieljohansson.nu-20130413222808-29gpdi8s30rhed4g
merging

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>
41
29
        </head>
42
30
        <?PHP
43
31
        if(isset($_SESSION ['userName'])){
57
45
                        <a href="index.php">
58
46
                        <img src="img/logo.png"/>
59
47
                        </a>
 
48
                                <img src="img/logo.png"/>
60
49
                        </div>
61
50
                                <form action="./logout.php" method="POST">
62
51
                                        <table id="logout">
67
56
                                </form>
68
57
                        </div>
69
58
                        <div id="profileimg">
70
 
                                <?PHP include './php/sidepanel.php'; ?>
 
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>
71
66
                        </div>
72
67
                        <div id="wallflow">
73
 
                                <?PHP include './php/feed.php'; ?>
74
68
                        </div>
75
69
                </div>
76
70
        </body>