|
@@ -133,7 +133,7 @@ body{
|
|
|
</div>
|
|
</div>
|
|
|
<form method="POST">
|
|
<form method="POST">
|
|
|
<div class="card-body">
|
|
<div class="card-body">
|
|
|
- <hr style="border: 1px solid rgb(177, 176, 176);"/>
|
|
|
|
|
|
|
+ <hr style="border: 3px solid rgb(177, 176, 176);"/>
|
|
|
<p><b>Change Username or Password</b></p><br>
|
|
<p><b>Change Username or Password</b></p><br>
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
<div class="col-sm-3">
|
|
<div class="col-sm-3">
|
|
@@ -152,7 +152,6 @@ body{
|
|
|
<input type="text" id="password" name="password"><br>
|
|
<input type="text" id="password" name="password"><br>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <hr>
|
|
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
<div class="col-sm-3">
|
|
<div class="col-sm-3">
|
|
|
<h6 class="mb-0"><label for="password_confirm">Password<br>(Confirm)</label></h6><br>
|
|
<h6 class="mb-0"><label for="password_confirm">Password<br>(Confirm)</label></h6><br>
|
|
@@ -161,7 +160,6 @@ body{
|
|
|
<input type="text" id="password_confirm" name="password_confirm">
|
|
<input type="text" id="password_confirm" name="password_confirm">
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <hr>
|
|
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
<div class="col-sm-12">
|
|
<div class="col-sm-12">
|
|
|
<input type="submit" value="Submit" class="btn btn-info"></a>
|
|
<input type="submit" value="Submit" class="btn btn-info"></a>
|
|
@@ -171,11 +169,12 @@ body{
|
|
|
</form>
|
|
</form>
|
|
|
<form method="POST">
|
|
<form method="POST">
|
|
|
<div class="card-body">
|
|
<div class="card-body">
|
|
|
- <hr style="border: 1px solid rgb(177, 176, 176);"/>
|
|
|
|
|
|
|
+ <hr style="border: 3px solid rgb(177, 176, 176);"/>
|
|
|
<p><b>Background Colour Customization</b></p><br>
|
|
<p><b>Background Colour Customization</b></p><br>
|
|
|
<input type="image" src="static/logo/Background_Colour_Customization_LightBlue_logo.png" alt="LightBlue" id="theme_color" name="theme_color" value="lightblue">
|
|
<input type="image" src="static/logo/Background_Colour_Customization_LightBlue_logo.png" alt="LightBlue" id="theme_color" name="theme_color" value="lightblue">
|
|
|
<input type="image" src="static/logo/Background_Colour_Customization_White_logo.png" alt="White" id="theme_color" name="theme_color" value="white">
|
|
<input type="image" src="static/logo/Background_Colour_Customization_White_logo.png" alt="White" id="theme_color" name="theme_color" value="white">
|
|
|
<input type="image" src="static/logo/Background_Colour_Customization_Black_logo.png" alt="Black" id="theme_color" name="theme_color" value="black">
|
|
<input type="image" src="static/logo/Background_Colour_Customization_Black_logo.png" alt="Black" id="theme_color" name="theme_color" value="black">
|
|
|
|
|
+ <p>Current: <b><u>(ColourName)</u></b></p>
|
|
|
</div>
|
|
</div>
|
|
|
</form>
|
|
</form>
|
|
|
</div>
|
|
</div>
|
|
@@ -210,7 +209,7 @@ body{
|
|
|
</div>
|
|
</div>
|
|
|
<div class="col.md-4" style="position:absolute; right:17px;">
|
|
<div class="col.md-4" style="position:absolute; right:17px;">
|
|
|
<li class="href_link_button">
|
|
<li class="href_link_button">
|
|
|
- <a href="{{ bm.link }}">
|
|
|
|
|
|
|
+ <a href="{{ bm.link }}" TARGET="_BLANK">
|
|
|
<img src="static/logo/link_logo.png"width="30" height="30">
|
|
<img src="static/logo/link_logo.png"width="30" height="30">
|
|
|
</a>
|
|
</a>
|
|
|
<button type="submit" class="btn btn-primary" style="padding: 3px; font-size: 6px; border-width: 3px;"><b>Edit</b></button>
|
|
<button type="submit" class="btn btn-primary" style="padding: 3px; font-size: 6px; border-width: 3px;"><b>Edit</b></button>
|