updated gui

This commit is contained in:
2018-03-25 05:57:43 -05:00
parent 7a915230f4
commit baf9d31b95

View File

@@ -283,7 +283,7 @@ file_put_contents('settings.json',json_encode($settings));
<body>
<div id="top">
<a href="."><h1>Monopole. &infin; Project</h1></a>
<p>Virtual eAMUSEMENT PASS changer made for #bemaniso tracker users. Made with &hearts; by @<a href="https://twitter.com/skielred">skielred</a>.<br /> You are using 05/08/2016 version. Love.</p>
<p>Virtual eAMUSEMENT PASS changer made for #bemaniso tracker users. Made with &hearts; by @<a href="https://twitter.com/skielred">skielred</a>.</p>
</div>
<?php
if (isset($_POST['trigger']) && ($_POST['trigger'] == 'edit' || $_POST['trigger'] == 'delete')) {
@@ -477,6 +477,8 @@ if (isset($_POST['trigger']) && ($_POST['trigger'] == 'edit' || $_POST['trigger'
}
}
?>
<hr />
<p>Step One: Select Machine</p>
<form id="cards" method="post" action="">
<select class="trigger" name="trigger">
<?php
@@ -489,6 +491,7 @@ if (isset($_POST['trigger']) && ($_POST['trigger'] == 'edit' || $_POST['trigger'
<option value="edit">EDIT</option>
<option value="delete">DELETE</option>
</select>
<hr />
<?php
$i=0;
foreach ($cards as $card) {