Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fltrail
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fides
fltrail
Commits
71a9cdcc
Commit
71a9cdcc
authored
6 years ago
by
tudtianus
Browse files
Options
Downloads
Patches
Plain Diff
fix: Add menu to e-portfolio page
parent
19503a28
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gemeinsamforschen/src/main/webapp/pages/eportfolio.jsp
+132
-0
132 additions, 0 deletions
gemeinsamforschen/src/main/webapp/pages/eportfolio.jsp
with
132 additions
and
0 deletions
gemeinsamforschen/src/main/webapp/pages/eportfolio.
html
→
gemeinsamforschen/src/main/webapp/pages/eportfolio.
jsp
+
132
−
0
View file @
71a9cdcc
<%@ taglib
uri=
"../core/pages/gemeinsamForschen.tld"
prefix=
"menu"
%>
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
E Portfolio
</title>
<html>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../assets/css/eportfolio.css"
>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
muster-gemeinsam-forschen
</title>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"../assets/css/styles.css"
>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"
></script>
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
></script>
<link
rel=
"stylesheet"
href=
"../assets/fonts/font-awesome.min.css"
>
<link
rel=
"stylesheet"
href=
"../assets/css/Community-ChatComments.css"
>
<link
rel=
"stylesheet"
href=
"../assets/css/Sidebar-Menu-1.css"
>
<link
rel=
"stylesheet"
href=
"../assets/css/Sidebar-Menu.css"
>
<link
rel=
"stylesheet"
href=
"../assets/css/eportfolio.css"
>
</head>
<body>
<h1>
E-Portfolio
</h1>
<div
class=
"journal-description-container"
>
<div
class=
"journal-description-title"
>
</div>
<div
class=
"journal-description-edit"
>
<button>
ändern
</button>
</div>
<div
class=
"journal-description-text"
>
</div>
<div
class=
"journal-description-group"
>
<h3>
Gruppe
</h3>
</div>
<div
class=
"journal-description-links"
>
<h3>
Links
</h3>
</div>
</div>
<h2>
Lernatagebuch
</h2>
<select>
<option>
Alle
</option>
<option>
Eigene
</option>
</select>
<a
href=
"createJournal.html"
>
Neu
</a>
<div
class=
"journal"
>
<body>
<div
id=
"wrapper"
>
<menu:menu></menu:menu>
<div
class=
"page-content-wrapper"
>
<div
class=
"container-fluid"
>
<h1
id=
"projectId"
>
project1
<a
href=
"#"
>
<span
class=
"glyphicon glyphicon-envelope"
style=
"font-size:27px;margin-top:-17px;margin-left:600px;"
></span>
</a>
<a
href=
"#"
>
<span
class=
"glyphicon glyphicon-cog"
style=
"font-size:29px;margin-left:5px;margin-top:-25px;"
></span>
</a></h1>
</div>
<div>
<table>
<tr>
<td
id=
"yourContent"
>
<h1>
E-Portfolio
</h1>
<div
class=
"journal-description-container"
>
<div
class=
"journal-description-title"
>
</div>
<div
class=
"journal-description-edit"
>
<i
class=
"fa fa-pencil"
aria-hidden=
"true"
></i>
</div>
<div
class=
"journal-description-text"
>
</div>
<div
class=
"journal-description-group"
>
<h3>
Gruppe
</h3>
</div>
<div
class=
"journal-description-links"
>
<h3>
Links
</h3>
</div>
</div>
<h2>
Lernatagebuch
</h2>
<select>
<option>
Alle
</option>
<option>
Eigene
</option>
</select>
<a
href=
"createJournal.html"
>
Neu
</a>
<div
class=
"journal"
>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
<script
src=
"../assets/js/jquery.min.js"
></script>
<script
src=
"../assets/bootstrap/js/bootstrap.min.js"
></script>
<script
src=
"../assets/js/Sidebar-Menu.js"
></script>
<script>
//TODO Get student and project form context
...
...
@@ -75,7 +109,7 @@
'
</div><div class="journal-category">
'
+
data
[
journal
].
category
+
'
</div><div class="journal-edit">
'
+
'
<a href="createJournal.html?journal=
'
+
data
[
journal
].
id
+
'
"><
button>ändern</button
></a>
'
+
'
<a href="createJournal.html?journal=
'
+
data
[
journal
].
id
+
'
"><
i class="fa fa-pencil" aria-hidden="true"></i
></a>
'
+
'
</div><div class="journal-text">
'
+
data
[
journal
].
entry
+
'
</div>
'
)
...
...
@@ -94,4 +128,5 @@
</script>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment