Don't show search box on error when embedded
This commit is contained in:
parent
dca0090d8a
commit
54a23f8417
@ -52,6 +52,7 @@ if (isset($_GET["backgroundcolor"]) && !empty($_GET["backgroundcolor"]) && preg_
|
|||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
<?php if (!isset($_GET["embed"])) { ?>
|
||||||
<p>
|
<p>
|
||||||
Enter a Netsyms machine ID number or serial number.
|
Enter a Netsyms machine ID number or serial number.
|
||||||
</p>
|
</p>
|
||||||
@ -59,6 +60,7 @@ if (isset($_GET["backgroundcolor"]) && !empty($_GET["backgroundcolor"]) && preg_
|
|||||||
<input type="text" name="id" class="form-control" placeholder="Machine ID Number" required />
|
<input type="text" name="id" class="form-control" placeholder="Machine ID Number" required />
|
||||||
<button type="submit" class="btn btn-primary btn-block mt-2">Get Info</button>
|
<button type="submit" class="btn btn-primary btn-block mt-2">Get Info</button>
|
||||||
</form>
|
</form>
|
||||||
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
|
Loading…
x
Reference in New Issue
Block a user