This commit is contained in:
Joey Kimsey
2024-12-11 07:49:48 -05:00
parent 3bc838ce24
commit a1c849a626
21 changed files with 690 additions and 392 deletions

View File

@ -1,16 +1,18 @@
<legend style="margin-top: 20px; margin-bottom: 10px;">Import Bookmarks</legend>
<form action="" method="post" enctype="multipart/form-data" class="form-horizontal">
<div class="form-group">
<label for="bookmark_file" class="col-lg-3 control-label">Export file (.html):</label>
<div class="col-lg-3">
<input type="file" name="bookmark_file" id="bookmark_file" accept=".html">
<div class="col-4 offset-md-4 py-3">
<legend class="">Import Bookmarks</legend>
<form action="" method="post" enctype="multipart/form-data" class="form-horizontal">
<div class="form-group">
<label for="bookmark_file" class="col-lg-3 control-label">Export file (.html):</label>
<div class="col-lg-3">
<input type="file" name="bookmark_file" id="bookmark_file" accept=".html">
</div>
</div>
</div>
<div class="form-group">
<label for="submit" class="col-lg-3 control-label"></label>
<div class="col-lg-3">
<button name="submit" value="submit" type="submit" class="btn btn-lg btn-primary center-block ">Import</button>
<div class="form-group">
<label for="submit" class="col-lg-3 control-label"></label>
<div class="col-lg-3">
<button name="submit" value="submit" type="submit" class="btn btn-lg btn-primary center-block ">Import</button>
</div>
</div>
</div>
</form>
</form>
</div>