/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 adduser.php

  • Committer: Daniel Johansson
  • Date: 2013-04-13 19:42:41 UTC
  • Revision ID: maila@danieljohansson.nu-20130413194241-7f2xjsttrcvdu2w0
DerpingĀ around

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE html>
2
2
<html>
3
3
<head>
4
 
    <title>Extreme Dating - Create User</title>
 
4
        <title>Extreme Dating - Create User</title>
 
5
        <link rel="stylesheet" type="text/css" href="css/main.css"/>
 
6
        <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
5
7
<head>
6
8
<?php
7
9
include "php/db.php";
56
58
 
57
59
?>
58
60
  <body id="wrapper">
59
 
                <div id="profile">
 
61
        <div id="profile">
 
62
        <div id="frame">
60
63
    <h1> Create a new user </h1>
61
64
    <hr \>
62
65
        <form action="./adduser.php" method="POST">
99
102
            </tr>
100
103
                        <tr>
101
104
              <td><input name="hiddenStuff" value="Something Strange" type="hidden"/></td>
102
 
              <td><input id="input" type="submit" action="./adduser.php" value="Registera mig"/></td>
 
105
              <td><input id="inputbutton1" type="submit" action="./adduser.php" value="Registera mig"/></td>
103
106
                        </tr>
104
107
          </table>
105
108
        </form>
106
109
      <?php
107
110
}
108
111
      ?>
 
112
          </div>
109
113
    </div>
110
114
  </body>
111
115
</html>