Skip to content

Commit

Permalink
remove old unused flash system
Browse files Browse the repository at this point in the history
  • Loading branch information
maggi373 committed Sep 1, 2024
1 parent 636a273 commit 12c2d82
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 98 deletions.
11 changes: 0 additions & 11 deletions templates/apikeylibrary.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,6 @@
</div>
<input class="btn btn-success" type="submit" name="form-submit" id="form-submit" value="Add api key">
</form>
{% if success %}
<div class="alert alert-success loginfail mx-auto" role="alert">
<p>{{mod.vmd5}}</p>
<p>{{mod.vurl}}</p>
</div>
{% endif %}
{% if failed %}
<div class="alert alert-danger loginfail mx-auto" role="alert">
<p>Failed!</p>
</div>
{% endif %}
</div>

<script src="{{ url_for('static',filename='js/solderpy.js') }}"></script>
Expand Down
11 changes: 0 additions & 11 deletions templates/clientlibrary.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,6 @@
</div>
<input class="btn btn-success" type="submit" name="form-submit" id="form-submit" value="Add client UUID">
</form>
{% if success %}
<div class="alert alert-success loginfail mx-auto" role="alert">
<p>{{mod.vmd5}}</p>
<p>{{mod.vurl}}</p>
</div>
{% endif %}
{% if failed %}
<div class="alert alert-danger loginfail mx-auto" role="alert">
<p>Failed!</p>
</div>
{% endif %}
</div>


Expand Down
11 changes: 0 additions & 11 deletions templates/clients.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,6 @@
</div>
<input class="btn btn-success" type="submit" name="form-submit" id="form-submit" value="Add Modpack">
</form>
{% if success %}
<div class="alert alert-success loginfail mx-auto" role="alert">
<p>{{mod.vmd5}}</p>
<p>{{mod.vurl}}</p>
</div>
{% endif %}
{% if failed %}
<div class="alert alert-danger loginfail mx-auto" role="alert">
<p>Failed!</p>
</div>
{% endif %}
</div>

<script src="{{ url_for('static',filename='js/solderpy.js') }}"></script>
Expand Down
12 changes: 0 additions & 12 deletions templates/modlibrary.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,6 @@
<input type="text" class="form-control" name="jarmd5" id="jarmd5" value="" readonly>
</div>
</form>

{% if success %}
<div class="alert alert-success loginfail mx-auto" role="alert">
<p>{{mod.vmd5}}</p>
<p>{{mod.vurl}}</p>
</div>
{% endif %}
{% if failed %}
<div class="alert alert-danger loginfail mx-auto" role="alert">
<p>Failed!</p>
</div>
{% endif %}
<div class="divider">
</div>

Expand Down
11 changes: 0 additions & 11 deletions templates/modpack.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,17 +125,6 @@
<input class="btn btn-success" type="submit" value="Add build" name="form-submit" id="form-submit"></input>
<button type="button" id="deletemod" class="btn btn-danger" disabled onclick="submitbuttonpress('modpack_delete_id', '{{ modpackname.id }}', 'deletemod_submit')">Delete Modpack</button> <input class="form-check-input" type="checkbox" value="1" id="delete_disable" name="delete_disable" onchange="undisable('deletemod')">
</form>
{% if success %}
<div class="alert alert-success loginfail mx-auto" role="alert">
<p>{{mod.vmd5}}</p>
<p>{{mod.vurl}}</p>
</div>
{% endif %}
{% if failed %}
<div class="alert alert-danger loginfail mx-auto" role="alert">
<p>Failed!</p>
</div>
{% endif %}
<form method="post" action="">
<input type="text" class="form-control invisible" name="modpack_delete_id" id="modpack_delete_id" readonly>
<input class="btn btn-danger invisible" type="submit" name="deletemod_submit" id="deletemod_submit" value="Delete">
Expand Down
11 changes: 0 additions & 11 deletions templates/modpackbuild.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,17 +142,6 @@
<input class="btn btn-success" type="submit" value="Save Changes" name="form-submit">
<input class="btn btn-danger" type="submit" value="Delete build" name="deletebuild_submit"></input>
</form>
{% if success %}
<div class="alert alert-success loginfail mx-auto" role="alert">
<p>{{mod.vmd5}}</p>
<p>{{mod.vurl}}</p>
</div>
{% endif %}
{% if failed %}
<div class="alert alert-danger loginfail mx-auto" role="alert">
<p>Failed!</p>
</div>
{% endif %}
</div>

<script src="{{ url_for('static',filename='js/solderpy.js') }}"></script>
Expand Down
10 changes: 0 additions & 10 deletions templates/modpacklibrary.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,6 @@
</div>
<input class="btn btn-success" type="submit" value="Add modpack" name="form-submit">
</form>
{% if success %}
<div class="alert alert-success loginfail mx-auto " role="alert ">
<p>{{mod.vmd5}}</p>
<p>{{mod.vurl}}</p>
</div>
{% endif %} {% if failed %}
<div class="alert alert-danger loginfail mx-auto " role="alert ">
<p>Failed!</p>
</div>
{% endif %}
</div>

<script src="{{ url_for('static',filename='js/solderpy.js') }}"></script>
Expand Down
10 changes: 0 additions & 10 deletions templates/modversion.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,16 +160,6 @@
<input class="btn btn-success" type="submit" value="Save changes" name="form-submit" id="form-submit">
<button type="button" id="deletemod" class="btn btn-danger" disabled onclick="submitbuttonpress('mod_delete_id', '{{ mod.id }}', 'deletemod_submit')">Delete Mod</button> <input class="form-check-input" type="checkbox" value="1" id="delete_disable" name="delete_disable" onchange="undisable('deletemod')">
</form>
{% if success %}
<div class="alert alert-success loginfail mx-auto" role="alert">
<p>The server is currently hashing the file, come back again</p>
</div>
{% endif %}
{% if failed %}
<div class="alert alert-danger loginfail mx-auto" role="alert">
<p>Failed!</p>
</div>
{% endif %}
<form method="post" action="">
<input type="text" class="form-control invisible" name="mod_delete_id" id="mod_delete_id" readonly>
<input class="btn btn-danger invisible" type="submit" name="deletemod_submit" id="deletemod_submit" value="Delete">
Expand Down
11 changes: 0 additions & 11 deletions templates/userlibrary.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,6 @@
<input type="text" class="form-control invisible" name="changeuser_email" id="changeuser_email">
</div>
</form>
{% if success %}
<div class="alert alert-success loginfail mx-auto" role="alert">
<p>{{mod.vmd5}}</p>
<p>{{mod.vurl}}</p>
</div>
{% endif %}
{% if failed %}
<div class="alert alert-danger loginfail mx-auto" role="alert">
<p>Failed!</p>
</div>
{% endif %}
</div>

<script src="{{ url_for('static',filename='js/solderpy.js') }}"></script>
Expand Down

0 comments on commit 12c2d82

Please sign in to comment.