-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
181 lines (163 loc) · 4.68 KB
/
Copy pathindex.html
File metadata and controls
181 lines (163 loc) · 4.68 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
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html>
<head lang="en">
<title>a62</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="jquery.mobile-1.4.5.min.css">
<script src="jquery-2.1.4.min.js"></script>
<script src="jquery.mobile-1.4.5.min.js"></script>
<script src="modernizr.js"></script>
<script src="lottoexj.js"></script>
<style type='text/css'>
html,body{width:450px;}
.ui-mobile [data-role=page],
.ui-mobile [data-role=popup],
.ui-mobile [data-role=dialog],
.ui-page
{
top: 0;
left: 0;
width: 100%;
min-height: 100%;
}
.ui-popup-container
{
width:100%;
height: 260%;
}
.aclb { float:left;display: inline-block; }
.ac112 {float:left;}
.ac113 {display:inline !important;;}
.ac114
{
width:26%;
margin-right: 50%;
padding-right: 5%;
}
.ac115{float:right;}
#ad064 {
background: none;
padding: 1px 1px 1px 1px;
width: 40%;
margin: 0 auto;
border: none;
float:left;
}
#ad064 div {
overflow: hidden;
}
#ad064 label {
font-weight: bold;
background: none;
padding:10px 1px 1px 1px;
color: black;
border: none;
border-right: 0;
line-height: 31px;
width: 0%;
float: left;
text-align: center;
cursor: pointer;
white-space:nowrap;
}
#ad064 input {
width: 31%;
padding: 4px;
border: 2px solid #d4d4d4;
border-bottom-right-radius: 2em;
border-top-right-radius: 2em;
line-height: 18px;
float: right;
margin-right: 3px;
box-shadow: inset 0px 2px 2px #ececec;
}
#ad064 input:focus {
outline: 0;
}
.ac116{position:absolute;}
.ac117{position:relative;}
.ac118
{
width:85%;
margin-right: 5%;
;}
.ac11 { font-weight:bold;}
</style>
</head>
<body>
<div data-role="page" id="home">
<div data-role="header" data-theme="a">
<h1>lotto-pro-ext</h1>
</div> <!--header-->
<div data-role="content">
<div id='ad001'></div>
<a href="#ad04" data-rel="popup" data-transition="slide"
data-role='button' data-inline='true' data-position-to='window'
data-ajax='true' id='aa004'> setting page</a>
<a href="#ad06" data-rel="popup" data-transition="slide"
data-role='button' data-position-to='window'
data-ajax='true' id='aa006'>
generation</a>
</br>
<div id='ad002'>
</div><!--hide-->
<div data-role="popup" id="ad04">
<div data-role="header">
<h2>setting popup</h2>
<a id='aa041' class="ui-btn ui-corner-all ui-shadow
ui-btn-inline ui-icon-back ui-btn-icon-left"
data-rel="back" data-ajax='true' >
back</a>
</div>
<div data-role="main" class="ui-content">
<div id='ad041' class='ac11'></div>
<div id='ad042' class='ac11'></div>
<form name="b4">
<label for='ai041' class='aclb'>how many numbers:
</label>
<input type="number" name="ai041" id='ai041'
style='font-weight:bold;'
placeholder=' number less then 14 '
onfocus="a401(this)" onfocusout="a402(this)"
min='1' max='14' required/>
<label for='ai042' class='aclb'>their range:from 1 to:
</label>
<input type="number" name="ai042" id='ai042'
style='font-weight:bold;'
placeholder='number great than 10'
onfocus="a401(this)" onfocusout="a402(this)"
min='10' required/>
<br/>
<div id='ad043'>
<input type='submit' value=' submit' id='ab041' />
</div>
</form>
</div><!--main-->
</div><!--pop04-->
<div data-role="popup" id="ad06">
<div data-role="header" >
<h2>ad06 number generating</h2>
<a id='aa061' class="ui-btn ui-corner-all ui-shadow
ui-btn-inline ui-icon-back ui-btn-icon-left"
data-rel="back" data-ajax='true' >
back</a>
</div><!--header-->
<div data-role="main" class="ui-content">
<div id='ad061' class='ac11'></div>
<div id='ad062' class='ac11'></div>
<div id='ad063' class='ac118'>
<input type='button' value='generating' id='ab061'/>
</div>
<div id='ad064'> </div><!--ad064-->
</div><!--main-->
</div><!--pop06-->
</div><!--cont home-->
</div><!--home-->
<p>localhost</p>
<p>localhost</p>
<p>localhost</p>
<p>localhost</p>
</body>
</html>