forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-15 01:50:05 +02:00
parent 54ffc1f2a0
commit 49754bc5bb
1 changed files with 32 additions and 32 deletions

View File

@ -77,7 +77,7 @@
</div> --> </div> -->
</div> </div>
<!-- <div class="d-lg-flex border-bottom"> <div class="d-lg-flex border-bottom">
<div class="title w-lg-25"> <div class="title w-lg-25">
<label for="theme">Website Backgrounds</label> <label for="theme">Website Backgrounds</label>
</div> </div>
@ -95,47 +95,47 @@
folder: "fantasy", folder: "fantasy",
backgrounds: backgrounds:
[ [
"1", "1.gif",
"2", "2.gif",
"3", "3.gif",
"4", "4.gif",
"5", "5.gif",
] ]
}, },
{ {
folder: "solarpunk", folder: "solarpunk",
backgrounds: backgrounds:
[ [
"1", "1.gif",
"2", "2.gif",
"3", "3.gif",
"4", "4.gif",
"5", "5.gif",
"6", "6.gif",
"7", "7.gif",
"8", "8.gif",
"9", "9.gif",
"10", "10.gif",
"11", "11.gif",
"12", "12.gif",
"13", "13.gif",
"14", "14.gif",
"15", "15.gif",
"16", "16.gif",
"17", "17.gif",
"18", "18.gif",
"19", "19.gif",
] ]
}, },
{ {
folder: "pixelart", folder: "pixelart",
backgrounds: backgrounds:
[ [
"1", "1.gif",
"2", "2.gif",
"3", "3.gif",
"4", "4.gif",
"5", "5.gif",
] ]
} }
] ]
@ -153,7 +153,7 @@
<p>Change the background for the website.</p> <p>Change the background for the website.</p>
<div class="input-group mb2"> <div class="input-group mb2">
<select id='backgroundSelector' class="form-control" form="profile-settings" name="background" onchange="updatebgselection();"> <select id='backgroundSelector' class="form-control" form="profile-settings" name="background" onchange="updatebgselection();">
{% for entry in ["fantasy", "solarpunk", "other", "pixelart"] %} {% for entry in ["fantasy", "solarpunk", "pixelart"] %}
<option value="{{entry}}"> <option value="{{entry}}">
{{entry}} {{entry}}
</option> </option>
@ -166,7 +166,7 @@
<div id="bgcontainer"></div> <div id="bgcontainer"></div>
</div> </div>
</div> --> </div>
</div> </div>
<h2 class="h5">Profile Picture</h2> <h2 class="h5">Profile Picture</h2>