28 lines
972 B
PHP
28 lines
972 B
PHP
|
<?php include("../../header0.php")?>Tesses - List to Script<?php include("../../header1.php")?>
|
||
|
<div class="container">
|
||
|
<h1>List 2 Script</h1>
|
||
|
<br>
|
||
|
<input type="file" accept="application/json" id="listjson">
|
||
|
<div class="row">
|
||
|
<div class="input-field col s12">
|
||
|
<input id="command" type="text" class="validate">
|
||
|
<label for="command">Command</label>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<div class="row">
|
||
|
<div class="input-field col s12">
|
||
|
<input id="url" type="text" class="validate">
|
||
|
<label for="url">Url</label>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
<div id="download_links">
|
||
|
<button class="btn waves-effect waves-light" type="submit" name="action">Bash
|
||
|
<i class="material-icons right">download</i>
|
||
|
</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
<script src="/js/list2script.js"></script>
|
||
|
<?php include("../../footer.php")?>
|