/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 Hatvigsson
  • Date: 2013-04-14 06:18:19 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20130414061819-srmgejb8a9geyw1g
added a date-picker that workes with 'all' browsers

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'])){