|
@@ -8,7 +8,7 @@ $(function(){
|
|
|
var dtToday = new Date();
|
|
var dtToday = new Date();
|
|
|
|
|
|
|
|
var month = dtToday.getMonth() + 1;
|
|
var month = dtToday.getMonth() + 1;
|
|
|
- var day = dtToday.getDate() + 7;
|
|
|
|
|
|
|
+ var day = dtToday.getDate() + 14;
|
|
|
var year = dtToday.getFullYear();
|
|
var year = dtToday.getFullYear();
|
|
|
|
|
|
|
|
if(month < 10)
|
|
if(month < 10)
|
|
@@ -34,11 +34,12 @@ $(function(){
|
|
|
$('#closing_date').attr('max', maxDate);
|
|
$('#closing_date').attr('max', maxDate);
|
|
|
$('#closing_date').attr('min', minDate);
|
|
$('#closing_date').attr('min', minDate);
|
|
|
});
|
|
});
|
|
|
|
|
+
|
|
|
</script>
|
|
</script>
|
|
|
<div class="container-create_art">
|
|
<div class="container-create_art">
|
|
|
<div class="wrap-create_art">
|
|
<div class="wrap-create_art">
|
|
|
<div class="create_art-pic" data-tilt>
|
|
<div class="create_art-pic" data-tilt>
|
|
|
- <img src="static/repository/website_photo/painting.jpg" alt="IMG">
|
|
|
|
|
|
|
+ <img src="static/templates/painting.jpg" alt="IMG">
|
|
|
</div>
|
|
</div>
|
|
|
<form action="" method="POST" enctype="multipart/form-data" class="contact100-form">
|
|
<form action="" method="POST" enctype="multipart/form-data" class="contact100-form">
|
|
|
<span class="create_art-form-title">
|
|
<span class="create_art-form-title">
|
|
@@ -80,14 +81,20 @@ $(function(){
|
|
|
</div>
|
|
</div>
|
|
|
<!--Upload Art or choose what they bought before-->
|
|
<!--Upload Art or choose what they bought before-->
|
|
|
<hr style="border: 2px solid rgb(177, 176, 176); width:327px; border-radius: 5px;">
|
|
<hr style="border: 2px solid rgb(177, 176, 176); width:327px; border-radius: 5px;">
|
|
|
- <div class="input-group">
|
|
|
|
|
- <div class="input-group-prepend">
|
|
|
|
|
- <span class="input-group-text"> File Upload </span>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="custom-file">
|
|
|
|
|
- <input type="file" id="art_img" name="art_img" accept="image/jpg, image/png">
|
|
|
|
|
- <label class="custom-file-label"> Choose file </label>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <div class="row">
|
|
|
|
|
+ <div class="col input-group-prepend">
|
|
|
|
|
+ <label class="input-group-text">File upload</label>
|
|
|
|
|
+ <input
|
|
|
|
|
+ type="file"
|
|
|
|
|
+ id="profile_image"
|
|
|
|
|
+ name="profile_image"
|
|
|
|
|
+ accept="image/png, image/jpeg"
|
|
|
|
|
+ value="Upload"
|
|
|
|
|
+ src="http://example.com/path/to/image.png"
|
|
|
|
|
+ class="upload_Create_art input-group-text"
|
|
|
|
|
+ >
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <p class="upload_Create_art_position">**Accept Only <b>PNG's</b>, <b>JPEG's</b>**</p>
|
|
|
</div>
|
|
</div>
|
|
|
<p class="body-column-create_art" style="margin-top: 10px; font-size: 20px;"><b>OR</b></p>
|
|
<p class="body-column-create_art" style="margin-top: 10px; font-size: 20px;"><b>OR</b></p>
|
|
|
<!-- Dropdown Menu-->
|
|
<!-- Dropdown Menu-->
|
|
@@ -121,7 +128,7 @@ $(function(){
|
|
|
<!-- Button for create Auction-->
|
|
<!-- Button for create Auction-->
|
|
|
<div class="container-create_art-form-btn">
|
|
<div class="container-create_art-form-btn">
|
|
|
<button class="create_art-form-btn">
|
|
<button class="create_art-form-btn">
|
|
|
- Create
|
|
|
|
|
|
|
+ <b>Create</b>
|
|
|
</button>
|
|
</button>
|
|
|
</div>
|
|
</div>
|
|
|
</form>
|
|
</form>
|