-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from TonyZhangshi81/feature/#movie_dev
Feature/#movie dev
- Loading branch information
Showing
20 changed files
with
120 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,41 +2,41 @@ | |
@model MovieActionBarViewModel | ||
|
||
@{ | ||
var fullUrl = ViewBag.ReturnUrl; | ||
var transfer = ViewBag.Transfer; | ||
|
||
@if (!Model.IsPlan) | ||
{ | ||
<a class="btn btn-mark" title="想看" href="/Mark/[email protected]&type=1&returnurl=@fullUrl"> | ||
<a class="btn btn-mark" title="想看" href="/Mark/[email protected]&type=1&transfer=@transfer"> | ||
<span class="fa fa-clock-o" aria-hidden="true"></span> 想看 | ||
</a> | ||
} | ||
else | ||
{ | ||
<a class="btn btn-mark-inverse" title="取消想看" href="/Mark/[email protected]&type=1&returnurl=@fullUrl"> | ||
<a class="btn btn-mark-inverse" title="取消想看" href="/Mark/[email protected]&type=1&transfer=@transfer"> | ||
<span class="fa fa-clock-o" aria-hidden="true"></span> 想看 | ||
</a> | ||
} | ||
@if (!Model.IsFinish) | ||
{ | ||
<a class="btn btn-mark" title="看过" href="/Mark/[email protected]&type=2&returnurl=@fullUrl"> | ||
<a class="btn btn-mark" title="看过" href="/Mark/[email protected]&type=2&transfer=@transfer"> | ||
<span class="fa fa-check-circle-o" aria-hidden="true"></span> 看过 | ||
</a> | ||
} | ||
else | ||
{ | ||
<a class="btn btn-mark-inverse" title="取消看过" href="/Mark/[email protected]&type=2&returnurl=@fullUrl"> | ||
<a class="btn btn-mark-inverse" title="取消看过" href="/Mark/[email protected]&type=2&transfer=@transfer"> | ||
<span class="fa fa-check-circle-o" aria-hidden="true"></span> 看过 | ||
</a> | ||
} | ||
@if (!Model.IsFavor) | ||
{ | ||
<a class="btn btn-mark" title="喜欢" href="/Mark/[email protected]&type=3&returnurl=@fullUrl"> | ||
<a class="btn btn-mark" title="喜欢" href="/Mark/[email protected]&type=3&transfer=@transfer"> | ||
<span class="fa fa-heart-o" aria-hidden="true"></span> 喜欢 | ||
</a> | ||
} | ||
else | ||
{ | ||
<a class="btn btn-mark-inverse" title="取消喜欢" href="/Mark/[email protected]&type=3&returnurl=@fullUrl" aria-hidden="true"> | ||
<a class="btn btn-mark-inverse" title="取消喜欢" href="/Mark/[email protected]&type=3&transfer=@transfer" aria-hidden="true"> | ||
<span class="fa fa-heart-o"></span> 喜欢 | ||
</a> | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
@model List<CommentDiscViewModel> | ||
|
||
@{ | ||
var fullUrl = ViewBag.ReturnUrl; | ||
var transfer = ViewBag.Transfer; | ||
var isFinish = ViewBag.IsFinish; | ||
|
||
@if (Model.Count == 0) | ||
|
@@ -21,7 +21,7 @@ | |
{ | ||
<div class="comment-item"> | ||
<div class="avatar"> | ||
<a class="link-avatar" title="@item.Account" href="/People/[email protected]&returnurl=@fullUrl" target="_self"> | ||
<a class="link-avatar" title="@item.Account" href="/People/[email protected]&transfer=@transfer" target="_self"> | ||
<img src="~/Content/User/Avatar/@item.UserAvatar" style="width: 54px;height: 54px; border-radius: 27px;"> | ||
</a> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
@model MovieResourcesHurdleViewModel | ||
|
||
@{ | ||
var fullUrl = ViewBag.ReturnUrl; | ||
var transfer = ViewBag.Transfer; | ||
|
||
@if (Model.Resources.Count == 0) | ||
{ | ||
|
@@ -41,7 +41,7 @@ | |
@if (item.UserId != null) | ||
{ | ||
<td> | ||
<a href="/People/[email protected]&returnurl=@fullUrl" class="link-text" target="_self" title="@item.Account 的主页">@item.Account</a> | ||
<a href="/People/[email protected]&transfer=@transfer" class="link-text" target="_self" title="@item.Account 的主页">@item.Account</a> | ||
</td> | ||
} | ||
else | ||
|
@@ -79,7 +79,7 @@ | |
@item.DiscSize | ||
</td> | ||
<td> | ||
<a class="btn btn-xs" title="有用" href="/Resource/[email protected]&returnurl=@fullUrl"> | ||
<a class="btn btn-xs" title="有用" href="/Resource/[email protected]&transfer=@transfer"> | ||
<span class="fa fa-thumbs-o-up"></span> @item.FavorCount | ||
</a> | ||
</td> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
@model MovieShortReviewHurdleViewModel; | ||
|
||
@{ | ||
var fullUrl = ViewBag.ReturnUrl; | ||
var transfer = ViewBag.Transfer; | ||
|
||
@*关注度*@ | ||
<div class="panel panel-body"> | ||
|
@@ -40,7 +40,7 @@ | |
else | ||
{ | ||
<span>我的短评:@Model.PersonalReview.Content</span> | ||
<a class="link-text font-small" title="删除" href="/Comment/[email protected]&returnurl=@fullUrl">删除</a> | ||
<a class="link-text font-small" title="删除" href="/Comment/[email protected]&transfer=@transfer">删除</a> | ||
} | ||
} | ||
</div> | ||
|
Oops, something went wrong.