-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaddbeggar2.html
124 lines (99 loc) · 3.61 KB
/
addbeggar2.html
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE HTML5>
<!--
Dopetrope 2.5 by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>SPOT A BEGGAR</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
</head>
<body class="right-sidebar">
<!-- Header Wrapper -->
<div id="header-wrapper">
<div class="container">
<div class="row">
<div class="12u">
<!-- Header -->
<section id="header">
<!-- Nav -->
</section>
</div>
</div>
</div>
</div>
<!-- Main Wrapper -->
<div id="main-wrapper">
<div class="container">
<div class="row">
<div class="12u">
<form class="post" onSubmit="javascript:submitChallenge();return false;" autocomplete="off" on>
<!-- Portfolio -->
<section>
<header class="major">
<h2>Add A Beggar</h2>
</header>
</section>
<section>
<div>
<div class="row">
<div class="8u skel-cell-important">
<header class="major">
<h2>Image</h2>
</header>
<section id="banner">
<span class="image image-full"><img src="http://socialmediababe.com/wp-content/uploads/2011/07/FB-profile-avatar.jpg" id="cimage" alt=""></span>
<header id="drag">
<div id="drop">
<span class="loginhead" id="dragtext">Drop you Image here</span>
<button class="button" onclick="document.querySelector('input').click()">or Click New</button>
<input style="visibility: collapse; width: 0px;" type="file" accept="image/*;capture=camera" onchange="upload(this.files[0])">
</div>
</header>
<script>
</script>
</form>
</section>
<header class="major">
<h2>Rate Him</h2>
</header>
<article class="box is-post">
<div id="edit" style="display:none;">
<header>
<input id="cTitle" placeholder="Title of the Challenge" type="text" required />
</header>
<div title="Description of the Porblem">
<textarea style="height:10em;" id="cDesc" autocorrect="true" wrap="true" placeholder="Description of the Challenge" required ></textarea>
</div>
</div>
</article>
<form method="POST" onsubmit="submit();" action="http://www.oth1.com/codeniti/addperson.php">
<fieldset data-role="controlgroup" data-mini="true">
<input type="text" name="pic" id="link" value="image url"/>
<input type="text" name="lat" id="lat" value="0.000"/>
<input type="text" name="long" id="long" value="0.000"/>
<input type="radio" name="rating" id="radio-choice-v-6" value="1" checked="checked">
<label for="radio-choice-v-6a">Genuine </label>
<input type="radio" name="rating" id="radio-choice-v-6" value="2">
<label for="radio-choice-v-6b">Fake</label>
<input type="radio" name="rating" id="radio-choice-v-6" value="3">
<label for="radio-choice-v-6c">Not sure</label>
</fieldset>
<input name="submit" type="submit">
</form>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
<!-- Footer Wrapper -->
<!-- Footer -->
<script type="text/javascript" src="js/post.js"></script>
</body>
</html>