Skip to content

Commit

Permalink
1.所有展演單位修正細節
Browse files Browse the repository at this point in the history
  • Loading branch information
PinHungChen committed Nov 14, 2021
1 parent 8cc94c6 commit ce87d98
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 53 deletions.
82 changes: 42 additions & 40 deletions arTWander/Views/Admin/AllShowList.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -40,57 +40,58 @@

<link rel="stylesheet" href="./css/UserList.css">

<!-- breadcrumb start -->
<div class="justify-items-start">
<nav aria-label="breadcrumb">
<ol class="breadcrumb bg-light">
<li class="breadcrumb-item"><a href="#">系統管理員</a></li>
<li class="breadcrumb-item active" aria-current="page">展覽資訊</li>
</ol>
</nav>
</div>
<!-- breadcrumb end -->

<article>
<section id="Section">
<div id="showPages">

<div id="userPages">
<div class="AllList">
<!-- breadcrumb start -->
<div class="justify-items-start">
<nav aria-label="breadcrumb">
<ol class="breadcrumb bg-light">
<li class="breadcrumb-item"><a href="#">系統管理員</a></li>
<li class="breadcrumb-item active" aria-current="page">展覽資訊</li>
</ol>
</nav>
</div>
<!-- breadcrumb end -->
<!-- 關鍵字查詢 start-->
<!--<div class="AllListTitle">
<div class="input-group-prepend my-1">
<div class="row w-100">-->
<div class="input-group-prepend my-1">
<div class="row w-100">-->
<!-- 下拉式地區搜尋 -->
<!--<div class="dropdown d-flex my-auto col-6 col-md-6 col-lg-3">
<a class="btn btn-White dropdown-toggle col-6" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
台北市
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<a class="dropdown-item" href="#">台北市</a>
<a class="dropdown-item" href="#">台中市</a>
<a class="dropdown-item" href="#">高雄市</a>
</div>
<a class="btn btn-White dropdown-toggle col-6" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
台北市
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<a class="dropdown-item" href="#">台北市</a>
<a class="dropdown-item" href="#">台中市</a>
<a class="dropdown-item" href="#">高雄市</a>
</div>
</div>-->
<a class="btn btn-White dropdown-toggle col-6" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
台北市
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<a class="dropdown-item" href="#">台北市</a>
<a class="dropdown-item" href="#">台中市</a>
<a class="dropdown-item" href="#">高雄市</a>
</div>
<a class="btn btn-White dropdown-toggle col-6" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
台北市
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<a class="dropdown-item" href="#">台北市</a>
<a class="dropdown-item" href="#">台中市</a>
<a class="dropdown-item" href="#">高雄市</a>
</div>
</div>-->
<!-- 時間搜尋 -->
<!--<div id="timeSelect" class="d-flex col-6 col-md-6 col-lg-9 justify-content-end">
<div class="row w-100 justify-content-between">
<label for="startDate" class="col-lg-2-text-right my-auto p-0">開始時間</label>
<input type="date" class="form-control col-lg-4" id="startDate">
<label for="endDate" class="col-lg-2-text-right my-auto p-0">結束時間</label>
<input type="date" class="form-control col-lg-4" id="endDate">
<div class="row w-100 justify-content-between">
<label for="startDate" class="col-lg-2-text-right my-auto p-0">開始時間</label>
<input type="date" class="form-control col-lg-4" id="startDate">
<label for="endDate" class="col-lg-2-text-right my-auto p-0">結束時間</label>
<input type="date" class="form-control col-lg-4" id="endDate">
</div>
</div>
</div>
</div>
</div>-->
</div>
</div>
</div>
</div>-->
<div class="AllListTitle">
<div class="input-group-prepend my-2 justify-content-between">
<form id="uploadShowForm" enctype="multipart/form-data" class="w-100">
Expand Down Expand Up @@ -145,10 +146,11 @@

</div>
<div class="d-flex justify-content-center">
@Html.PagedListPager(Model, page => Url.Action("UserList", "Admin", new { page = page }), PagedListRenderOptions.EnableUnobtrusiveAjaxReplacing(pagedListOption, ajaxOption))
@Html.PagedListPager(Model, page => Url.Action("AllShowList", "Admin", new { page = page }), PagedListRenderOptions.EnableUnobtrusiveAjaxReplacing(pagedListOption, ajaxOption))
</div>
</div>
</div>
</div>
</section>

</article>
Expand Down
2 changes: 1 addition & 1 deletion arTWander/Views/Common/SubscriptionDetail.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<div class="col-12">
<div class="subscriptionShowImg" >
<a class="showInformBtn" href="@Url.Action("ShowInfo","Common", new{ [email protected][i]})" >
<img class="w-100 img-fluid" src="@item.ShowImg[i]" alt="">
<img class="w-100 img-fluid" style="object-fit: cover;" src="@item.ShowImg[i]" alt="">
</a>
</div>
</div>
Expand Down
13 changes: 1 addition & 12 deletions arTWander/Views/Shared/CommonLayout/_AsideTrue.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,7 @@
<a id="GalleryList" class="nav-link" href="~/Common/GalleryList">展演單位</a>
</nav>
<!-- fixed導覽列 end -->
<!-- breadcrumb starts -->
@if (User.IsInRole("Member"))
{
<nav id="cmnPage_BreadCrumb" class="col-12 my-4" aria-label="breadcrumb">
<ol class="breadcrumb bg-light">
<li class="breadcrumb-item">
<a href="#">全部展覽</a>
</li>
<li class="breadcrumb-item active" aria-current="page">台北市</li>
</ol>
</nav> }
<!-- breadcrumb ends -->

</header>
<!-- 導覽列 end -->
<!-- 主要內容區 starts-->
Expand Down

0 comments on commit ce87d98

Please sign in to comment.