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
79e59488
Commit
79e59488
authored
6 years ago
by
tudtianus
Browse files
Options
Downloads
Patches
Plain Diff
feat: tabs
parent
b6da0ae4
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
+38
-25
38 additions, 25 deletions
gemeinsamforschen/src/main/webapp/pages/eportfolio.jsp
with
38 additions
and
25 deletions
gemeinsamforschen/src/main/webapp/pages/eportfolio.jsp
+
38
−
25
View file @
79e59488
...
...
@@ -37,38 +37,51 @@
<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"
align=
"right"
>
<a
class=
"btn btn-default btn-sm"
href=
"editDescription.jsp?project=0&token=test"
>
<i
class=
"fa fa-pencil"
></i>
Bearbeiten
</a>
<a
class=
"btn btn-default btn-sm"
href=
"#"
>
<i
class=
"fa fa-check-square"
aria-hidden=
"true"
></i>
Abschlie
ß
en
</a>
</div>
<div
class=
"journal-description-text"
>
</div>
<div
class=
"journal-description-group"
>
<h3>
Gruppe
</h3>
</div>
<div
class=
"journal-description-links"
>
<h3>
Links
</h3>
<ul
class=
"nav nav-tabs"
>
<li
class=
"active"
><a
data-toggle=
"tab"
href=
"#description"
>
Beschreibung
</a></li>
<li><a
data-toggle=
"tab"
href=
"#journal-container"
>
Lerntagebuch
</a></li>
</ul>
<div
class=
"tab-content"
>
</div>
<div
id =
"description"
class=
"tab-pane fade in active "
>
<div
class=
"journal-description-container"
>
<div
class=
"journal-description-title"
>
</div>
<div
class=
"journal-description-edit"
align=
"right"
>
<a
class=
"btn btn-default btn-sm"
href=
"editDescription.jsp?project=0&token=test"
>
<i
class=
"fa fa-pencil"
></i>
Bearbeiten
</a>
<a
class=
"btn btn-default btn-sm"
href=
"#"
>
<i
class=
"fa fa-check-square"
aria-hidden=
"true"
></i>
Abschlie
ß
en
</a>
</div>
</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>
</div>
<h2>
Lernatagebuch
</h2>
<select
id=
"journalfilter"
onchange=
"filterJournals()"
>
<option>
Alle
</option>
<option>
Eigene
</option>
</select>
<div
id=
"journal-container"
class=
"tab-pane fade"
>
<h2>
Lernatagebuch
</h2>
<select
id=
"journalfilter"
onchange=
"filterJournals()"
>
<option>
Alle
</option>
<option>
Eigene
</option>
</select>
<a
class=
"btn btn-default btn-sm"
href=
"createJournal.jsp?token=test"
>
Neu
</a>
<a
class=
"btn btn-default btn-sm"
href=
"createJournal.jsp?token=test"
>
Neu
</a>
<div
class=
"journal"
>
<div
class=
"journal"
>
</div>
</div>
</div>
</td>
</tr>
...
...
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