-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn_more.php
More file actions
executable file
·47 lines (40 loc) · 1.4 KB
/
learn_more.php
File metadata and controls
executable file
·47 lines (40 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<?include "signup_header.php"?>
<div class="container">
<div class="content">
<div class="row" style="margin-left: 0px";>
<div class="span16">
<div class="row " style="margin-left: auto; margin-right: auto; margin-bottom: 0px">
<div class="span15" style="margin-bottom: 5px; margin-left: auto; margin-right: auto; ">
<div class="span9"
style="margin-top: 10px;">
</body>
</tbody>
</table>
<div class="row" style="overflow-x:hidden; overflow-y:scroll; height:70%;margin-left:10px; margin-top:-15px;">
<table>
<tbody>
<img src="images/learn.png" height="50px"> </img>
</tbody>
<div class="span4 " style="margin-top: 0px; margin-left: 400px; min-height: 30px; border-left: 0px solid #eee;">
<input class="btn small orange" type="submit" name="previous" value="Previous Step" style="margin-top:10px;margin-left:-290px;width: 175px; font-size: 15px;">
</input>
<input class="btn small orange" type="submit" name="next" value="Next Step" style="margin-top:10px;margin-left:10px;width: 175px; font-size: 15px;">
</input>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<?include "bottom_pane.php"?>
<footer>
<p>© Duma 2011</p>
</footer>
</div>
</body>
</html>