Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
media
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
35
Issues
35
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
icing
media
Commits
134dabfe
Commit
134dabfe
authored
Sep 21, 2017
by
Sam McCollum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sm - add ID to page to allow navigation within movies page
parent
042e07c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
src/main/webapp/web/library/movies/index.xhtml
src/main/webapp/web/library/movies/index.xhtml
+9
-7
No files found.
src/main/webapp/web/library/movies/index.xhtml
View file @
134dabfe
...
...
@@ -22,13 +22,15 @@
<f:facet
name=
"header"
>
Movies
</f:facet>
<h:outputLink
target=
"_blank"
value=
"#{request.contextPath}/web/library/movies/#{movie.id}"
>
<p:panel
header=
"#{movie.metaData.title} (#{movie.metaData.getYear()})"
style=
"text-align:center"
>
<h:panelGrid
columns=
"1"
style=
"width:100%"
>
<img
src=
"https://image.tmdb.org/t/p/w185/#{movie.metaData.poster_path}"
/>
</h:panelGrid>
</p:panel>
</h:outputLink>
<div
id=
"movie_#{movie.metaData.getId()}"
>
<h:outputLink
target=
"_blank"
value=
"#{request.contextPath}/web/library/movies/#{movie.id}"
>
<p:panel
header=
"#{movie.metaData.title} (#{movie.metaData.getYear()})"
style=
"text-align:center"
>
<h:panelGrid
columns=
"1"
style=
"width:100%"
>
<img
src=
"https://image.tmdb.org/t/p/w185/#{movie.metaData.poster_path}"
/>
</h:panelGrid>
</p:panel>
</h:outputLink>
</div>
</p:dataGrid>
</h:form>
</ui:define>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment