forked from MarseyWorld/MarseyWorld
fdfd
parent
54ffc1f2a0
commit
49754bc5bb
|
@ -77,7 +77,7 @@
|
|||
</div> -->
|
||||
|
||||
</div>
|
||||
<!-- <div class="d-lg-flex border-bottom">
|
||||
<div class="d-lg-flex border-bottom">
|
||||
<div class="title w-lg-25">
|
||||
<label for="theme">Website Backgrounds</label>
|
||||
</div>
|
||||
|
@ -95,47 +95,47 @@
|
|||
folder: "fantasy",
|
||||
backgrounds:
|
||||
[
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
"4",
|
||||
"5",
|
||||
"1.gif",
|
||||
"2.gif",
|
||||
"3.gif",
|
||||
"4.gif",
|
||||
"5.gif",
|
||||
]
|
||||
},
|
||||
{
|
||||
folder: "solarpunk",
|
||||
backgrounds:
|
||||
[
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
"4",
|
||||
"5",
|
||||
"6",
|
||||
"7",
|
||||
"8",
|
||||
"9",
|
||||
"10",
|
||||
"11",
|
||||
"12",
|
||||
"13",
|
||||
"14",
|
||||
"15",
|
||||
"16",
|
||||
"17",
|
||||
"18",
|
||||
"19",
|
||||
"1.gif",
|
||||
"2.gif",
|
||||
"3.gif",
|
||||
"4.gif",
|
||||
"5.gif",
|
||||
"6.gif",
|
||||
"7.gif",
|
||||
"8.gif",
|
||||
"9.gif",
|
||||
"10.gif",
|
||||
"11.gif",
|
||||
"12.gif",
|
||||
"13.gif",
|
||||
"14.gif",
|
||||
"15.gif",
|
||||
"16.gif",
|
||||
"17.gif",
|
||||
"18.gif",
|
||||
"19.gif",
|
||||
]
|
||||
},
|
||||
{
|
||||
folder: "pixelart",
|
||||
backgrounds:
|
||||
[
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
"4",
|
||||
"5",
|
||||
"1.gif",
|
||||
"2.gif",
|
||||
"3.gif",
|
||||
"4.gif",
|
||||
"5.gif",
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -153,7 +153,7 @@
|
|||
<p>Change the background for the website.</p>
|
||||
<div class="input-group mb2">
|
||||
<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}}">
|
||||
{{entry}}
|
||||
</option>
|
||||
|
@ -166,7 +166,7 @@
|
|||
<div id="bgcontainer"></div>
|
||||
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2 class="h5">Profile Picture</h2>
|
||||
|
|
Loading…
Reference in New Issue