|
|
|
@ -89,34 +89,34 @@ |
|
|
|
<div class="input-group mb-2"> |
|
|
|
<div class="input-group-text">@L["CreationTime"].Value</div> |
|
|
|
|
|
|
|
<input type="date" |
|
|
|
<input type="text" |
|
|
|
id="CreationTimeMin" |
|
|
|
name="CreationTimeMin" |
|
|
|
class="form-control datepicker" |
|
|
|
class="form-control daterangesinglepicker" |
|
|
|
placeholder="@L["StartDate"].Value"> |
|
|
|
|
|
|
|
<input type="date" |
|
|
|
<input type="text" |
|
|
|
id="CreationTimeMax" |
|
|
|
name="CreationTimeMax" |
|
|
|
placeholder="@L["EndDate"].Value" |
|
|
|
class="form-control datepicker"> |
|
|
|
class="form-control daterangesinglepicker"> |
|
|
|
</div> |
|
|
|
</abp-column> |
|
|
|
|
|
|
|
<abp-column size="_4"> |
|
|
|
<div class="input-group mb-2"> |
|
|
|
<div class="input-group-text">@L["LastUpdateTime"].Value</div> |
|
|
|
<input type="date" |
|
|
|
<input type="text" |
|
|
|
id="LastUpdatedTimeMin" |
|
|
|
name="LastUpdatedTimeMin" |
|
|
|
class="form-control datepicker" |
|
|
|
class="form-control daterangesinglepicker" |
|
|
|
placeholder="@L["StartDate"].Value"> |
|
|
|
<span>-</span> |
|
|
|
<input type="date" |
|
|
|
<input type="text" |
|
|
|
id="LastUpdatedTimeMax" |
|
|
|
name="LastUpdatedTimeMax" |
|
|
|
placeholder="@L["EndDate"].Value" |
|
|
|
class="form-control datepicker"> |
|
|
|
class="form-control daterangesinglepicker"> |
|
|
|
</div> |
|
|
|
</abp-column> |
|
|
|
|
|
|
|
@ -124,17 +124,17 @@ |
|
|
|
<div class="input-group mb-2"> |
|
|
|
<div class="input-group-text">@L["LastCachedTime"].Value</div> |
|
|
|
|
|
|
|
<input type="date" |
|
|
|
<input type="text" |
|
|
|
id="LastCachedTimeMin" |
|
|
|
name="LastCachedTimeMin" |
|
|
|
class="form-control datepicker" |
|
|
|
class="form-control daterangesinglepicker" |
|
|
|
placeholder="@L["StartDate"].Value"> |
|
|
|
|
|
|
|
<input type="date" |
|
|
|
<input type="text" |
|
|
|
id="LastCachedTimeMax" |
|
|
|
name="LastCachedTimeMax" |
|
|
|
placeholder="@L["EndDate"].Value" |
|
|
|
class="form-control datepicker"> |
|
|
|
class="form-control daterangesinglepicker"> |
|
|
|
</div> |
|
|
|
</abp-column> |
|
|
|
|
|
|
|
@ -156,17 +156,17 @@ |
|
|
|
<div class="input-group mb-2"> |
|
|
|
<div class="input-group-text">@L["LastSignificantUpdateTime"].Value</div> |
|
|
|
|
|
|
|
<input type="date" |
|
|
|
<input type="text" |
|
|
|
id="LastSignificantUpdateTimeMin" |
|
|
|
name="LastSignificantUpdateTimeMin" |
|
|
|
class="form-control datepicker" |
|
|
|
class="form-control daterangesinglepicker" |
|
|
|
placeholder="@L["StartDate"].Value"> |
|
|
|
|
|
|
|
<input type="date" |
|
|
|
<input type="text" |
|
|
|
id="LastSignificantUpdateTimeMax" |
|
|
|
name="LastSignificantUpdateTimeMax" |
|
|
|
placeholder="@L["EndDate"].Value" |
|
|
|
class="form-control datepicker"> |
|
|
|
class="form-control daterangesinglepicker"> |
|
|
|
</div> |
|
|
|
</abp-column> |
|
|
|
|
|
|
|
|