Blame view

device_input.php 6.6 KB
cf76164e6   Ting Chan   20190709
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
182
183
184
  <style>
  		#sign_up, #TEST_MODE_CONFIG_input, #MATH_input, #PALERT_IP_input, #BULLETIN_BOARD_IP_input, #FTE-D04_IP_input, #EEWS_SERVERS_IP_input, #SWITCH_UNLOCK_CODE_input, #BULLETIN_BOARD_ID_input, #SERVER_IP_input, #ADMIN_SERVER_IP_input ,#SERVER_PASSWORD_input, #FORWARD_SERVER_IP_input, #PATLITE_PNS_IP_input{
  			-moz-border-radius: 6px;
  			background: #eef2f7;
  			-webkit-border-radius: 6px;
  			border: 1px solid #536376;
  			-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
  			-moz-box-shadow:rgba(0,0,0,.6) 0px 2px 12px;;
  			padding: 14px 22px;
  			width: 400px;
  			position: relative;
  			display: none;
  		}
  </style>
  
  <div id="sign_up">
      <h3 id="see_id" class="sprited" ><?=adding?></h3>
      <div id="sign_up_form">
  		<label>aaaaa</label>
  		<input type="text" name="aaaa" value="" />
      </div>
      <a id="close_x" class="close sprited" href="#"><?=closeBTN?></a>
  </div>
  
  <div id="TEST_MODE_CONFIG_input">
      <h3 id="see_id" class="sprited" ><?=adding?></h3>
      <div id="sign_up_form">
  		<form action="insert.php" method='post' >
  			<label>STAGE</label>
  			<input type="text" name="STAGE" value="" /><BR>
  			<label>RELAYn</label>
  			<input type="text" name="RELAYn" value="" /><BR>
  			<label>SWITCH_SECOND</label>
  			<input type="text" name="SWITCH_SECOND" value="" /><BR>
  			<label>PLAY_FILE</label>
  			<input type="text" name="PLAY_FILE" value="" /><BR>
  			<input type='submit' value=<?=sendBTN?> />
  		</form>
      </div>
      <a id="close_x" class="close sprited" href="#"><?=closeBTN?></a>
  </div>
  <div id="MATH_input">
      <h3 id="see_id" class="sprited" ><?=adding?></h3>
      <div id="sign_up_form">
  		<form action="insert.php" method='post' >
  			<label>MATH</label>
  			<input type="text" name="MATH" value="" />
  			<input type="hidden" name="total_MATH" value="<?php echo $total_MATH; ?>" />
  			<input type='submit' value=<?=sendBTN?> /><BR>
  		</form>
      </div>
      <a id="close_x" class="close sprited" href="#"><?=closeBTN?></a>
  </div>
  
  <div id="PALERT_IP_input">
      <h3 id="see_id" class="sprited" ><?=adding?></h3>
      <div id="sign_up_form">
  		<form action="insert.php" method='post' >
  			<label>PALERT IP</label>
  			<input type="text" name="PALERT_IP" value="" />
  			<input type='submit' value=<?=sendBTN?> /><BR>
  		</form>
      </div>
      <a id="close_x" class="close sprited" href="#"><?=closeBTN?></a>
  </div>
  
  <div id="ADMIN_SERVER_IP_input">
      <h3 id="see_id" class="sprited" ><?=adding?></h3>
      <div id="sign_up_form">
  		<form action="insert.php" method='post' >
  			<label>ADMIN SERVER IP</label>
  			<input type="text" name="ADMIN_SERVER_IP" value="" />
  			<input type='submit' value=<?=sendBTN?> /><BR>
  		</form>
      </div>
      <a id="close_x" class="close sprited" href="#"><?=closeBTN?></a>
  </div>
  
  <div id="BULLETIN_BOARD_IP_input">
      <h3 id="see_id" class="sprited" ><?=adding?></h3>
      <div id="sign_up_form">
  		<form action="insert.php" method='post' >
  			<label>BULLETIN BOARD IP</label>
  			<input type="text" name="BULLETIN BOARD IP" value="" />
  			<input type='submit' value=<?=sendBTN?> /><BR>
  		</form>
      </div>
      <a id="close_x" class="close sprited" href="#"><?=closeBTN?></a>
  </div>
  
  <div id="BULLETIN_BOARD_ID_input">
      <h3 id="see_id" class="sprited" ><?=adding?></h3>
      <div id="sign_up_form">
  		<form action="insert.php" method='post' >
  			<label>BULLETIN BOARD ID</label>
  			<input type="text" name="BULLETIN BOARD ID" value="" />
  			<input type='submit' value=<?=sendBTN?> /><BR>
  		</form>
      </div>
      <a id="close_x" class="close sprited" href="#"><?=closeBTN?></a>
  </div>
  
  <div id="FTE-D04_IP_input">
      <h3 id="see_id" class="sprited" ><?=adding?></h3>
      <div id="sign_up_form">
  		<form action="insert.php" method='post' >
  			<label>FTE-D04 IP</label>
  			<input type="text" name="FTE-D04 IP" value="" />
  			<input type='submit' value=<?=sendBTN?> /><BR>
  		</form>
      </div>
      <a id="close_x" class="close sprited" href="#"><?=closeBTN?></a>
  </div>
  <div id="EEWS_SERVERS_IP_input">
      <h3 id="see_id" class="sprited" ><?=adding?></h3>
      <div id="sign_up_form">
  		<form action="insert.php" method='post' >
  			<label>EEWS SERVERS IP</label>
  			<input type="text" name="EEWS_SERVERS_IP" value="" />
  			<input type='submit' value=<?=sendBTN?> /><BR>
  		</form>
      </div>
      <a id="close_x" class="close sprited" href="#"><?=closeBTN?></a>
  </div>
  <div id="SWITCH_UNLOCK_CODE_input">
      <h3 id="see_id" class="sprited" ><?=adding?></h3>
      <div id="sign_up_form">
  		<form action="insert.php" method='post' >
  			<label>SWITCH UNLOCK CODE</label>
  			<input type="text" name="SWITCH UNLOCK CODE" value="" />
  			<input type='submit' value=<?=sendBTN?> /><BR>
  		</form>
      </div>
      <a id="close_x" class="close sprited" href="#"><?=closeBTN?></a>
  </div>
  <div id="FORWARD_SERVER_IP_input">
      <h3 id="see_id" class="sprited" ><?=adding?></h3>
      <div id="sign_up_form">
  		<form action="insert.php" method='post' >
  			<label>FORWARD SERVER IP</label>
  			<input type="text" name="FORWARD_SERVER_IP" value="" />
  			<input type='submit' value=<?=sendBTN?> /><BR>
  		</form>
      </div>
      <a id="close_x" class="close sprited" href="#"><?=closeBTN?></a>
  </div>
  <div id="PATLITE_PNS_IP_input">
      <h3 id="see_id" class="sprited" ><?=adding?></h3>
      <div id="sign_up_form">
  		<form action="insert.php" method='post' >
  			<label>PATLITE PNS IP</label>
  			<input type="text" name="PATLITE_PNS_IP" value="" />
  			<input type='submit' value=<?=sendBTN?> /><BR>
  		</form>
      </div>
      <a id="close_x" class="close sprited" href="#"><?=closeBTN?></a>
  </div>
  
  <!--加入群組內的重複名需再這判斷 新增時要多加 name="total_XXXXXX"-->
  <div id="SERVER_IP_input">
      <h3 id="see_id" class="sprited" ><?=adding?></h3>
      <div id="sign_up_form">
  		<form action="insert.php" method='post' >
  			<label>SERVER IP</label>
  			<input type="text" name="SERVER IP" value="" />
  			<input type="hidden" name="total_SERVER_IP" value="<?php echo $total_SERVER_IP; ?>" />
  			<input type='submit' value=<?=sendBTN?> /><BR>
  		</form>
      </div>
      <a id="close_x" class="close sprited" href="#"><?=closeBTN?></a>
  </div>
  
  <div id="SERVER_PASSWORD_input">
      <h3 id="see_id" class="sprited" ><?=adding?></h3>
      <div id="sign_up_form">
  		<form action="insert.php" method='post' >
  			<label>SERVER PASSWORD</label>
  			<input type="text" name="SERVER PASSWORD" value="" />
  			<input type="hidden" name="total_SERVER_PASSWORD" value="<?php echo $total_SERVER_PASSWORD; ?>" />
  			<input type='submit' value=<?=sendBTN?> /><BR>
  		</form>
      </div>
      <a id="close_x" class="close sprited" href="#"><?=closeBTN?></a>
  </div>