updated gui
This commit is contained in:
@@ -283,7 +283,7 @@ file_put_contents('settings.json',json_encode($settings));
|
|||||||
<body>
|
<body>
|
||||||
<div id="top">
|
<div id="top">
|
||||||
<a href="."><h1>Monopole. ∞ Project</h1></a>
|
<a href="."><h1>Monopole. ∞ Project</h1></a>
|
||||||
<p>Virtual eAMUSEMENT PASS changer made for #bemaniso tracker users. Made with ♥ 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 ♥ by @<a href="https://twitter.com/skielred">skielred</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
if (isset($_POST['trigger']) && ($_POST['trigger'] == 'edit' || $_POST['trigger'] == 'delete')) {
|
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="">
|
<form id="cards" method="post" action="">
|
||||||
<select class="trigger" name="trigger">
|
<select class="trigger" name="trigger">
|
||||||
<?php
|
<?php
|
||||||
@@ -489,6 +491,7 @@ if (isset($_POST['trigger']) && ($_POST['trigger'] == 'edit' || $_POST['trigger'
|
|||||||
<option value="edit">EDIT</option>
|
<option value="edit">EDIT</option>
|
||||||
<option value="delete">DELETE</option>
|
<option value="delete">DELETE</option>
|
||||||
</select>
|
</select>
|
||||||
|
<hr />
|
||||||
<?php
|
<?php
|
||||||
$i=0;
|
$i=0;
|
||||||
foreach ($cards as $card) {
|
foreach ($cards as $card) {
|
||||||
|
Reference in New Issue
Block a user