mirror of
https://github.com/LiEnby/eCDP-Serial-Code.git
synced 2025-04-18 22:18:51 +01:00
Add files via upload
This commit is contained in:
parent
52156e0445
commit
3d412f576f
@ -1,13 +1,13 @@
|
||||
body{
|
||||
background-image: url("bg.gif");
|
||||
background-repeat: repeat;
|
||||
position: relative;
|
||||
text-align:center;
|
||||
}
|
||||
.keygen{
|
||||
display: inline-block;
|
||||
margin: 10px;
|
||||
top: 50px;
|
||||
top: 15%;
|
||||
|
||||
position: relative;
|
||||
padding:20px;
|
||||
width:50%;
|
||||
text-align:center;
|
||||
|
@ -18,9 +18,9 @@
|
||||
<input type="text" id="dsiMac5" class="macAddr" value="00" maxlength="2"><br>
|
||||
Store Number:<br>
|
||||
<input type="text" id="storeId" class="entry" value="000000" maxlength="6" size="3"><br>
|
||||
Store Management Number of DS Card:
|
||||
Store Management Number of DS Card:<br>
|
||||
<input type="text" id="managementId" class="entry" value="000000" maxlength="6" size="3"><br>
|
||||
<input type="submit" id="generate_password" class="button" value="Place Offering" onclick="placeOffering()">
|
||||
<input type="submit" id="generate_password" class="button" value="Place Offering" onclick="placeOffering()"><br>
|
||||
<div id="offering"></div>
|
||||
</div>
|
||||
<script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user