Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ulakbus
ulakbus-ui
Commits
3d53137b
Commit
3d53137b
authored
Jan 21, 2016
by
Erkan Öğümsöğütlü
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Selected Person Field HTML
Done
parent
78215708
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
95 deletions
+10
-95
dashboard.html
app/components/dashboard/dashboard.html
+10
-95
No files found.
app/components/dashboard/dashboard.html
View file @
3d53137b
...
@@ -125,104 +125,19 @@
...
@@ -125,104 +125,19 @@
</div>
</div>
<!-- end of dashboard-main-anouncement -->
<!-- end of dashboard-main-anouncement -->
<div
class=
"right-sidebar"
>
<div
class=
"right-sidebar
selected-person-field
"
>
<div
class=
"right-sidebar-box"
data-step=
"4"
<div
class=
"right-sidebar-header"
>
data-intro=
"mesajlar, yapılan görevlerin son durumları, duyurular ve son yapılan işlemleri buradan takip edebilirsiniz."
>
<span
class=
"bar-title"
>
Kişi seçildi
</span>
<div
class=
"right-sidebar-messages"
>
<span
class=
"unselect-person"
><i
class=
"fa fa-times"
></i></span>
<div
class=
"right-sidebar-title clearfix"
>
<h3>
Mesajlar
</h3>
<span><a
role=
"button"
>
Tüm Mesajlar
</a></span>
</div>
<!-- end of right-sidebar-title -->
<p
ng-show=
"notifications[2].length === 0"
class=
"text-center"
>
Görüntülenecek içerik yok.
</p>
<div
class=
"right-sidebar-message-block"
ng-repeat=
"notify in notifications[2] | limitTo:5"
>
<a
class=
"clearfix"
ng-click=
"markAsRead(notify)"
>
<img
src=
"../../../img/sample-profile-pic.jpg"
>
<div
class=
"right-sidebar-message-content"
>
<div>
{{notify.title}}
</div>
<div>
{{notify.body}}
</div>
<div>
16:05
</div>
</div>
<!-- end of right-sidebar-message-content -->
</a>
</div>
<!-- end of right-sidebar-message-block -->
</div>
<!-- end of right-sidebar-messages -->
</div>
<!-- end of right-sidebar-box -->
<div
class=
"right-sidebar-box"
>
<div
class=
"right-sidebar-tasks"
>
<div
class=
"right-sidebar-title clearfix"
>
<h3>
Görevler
</h3>
<span><a
role=
"button"
>
Tüm Görevler
</a></span>
</div>
<p
ng-show=
"notifications[1].length === 0"
class=
"text-center"
>
Görüntülenecek içerik yok.
</p>
<div
class=
"right-sidebar-task-block"
>
<!--<div class="task-type">Onay Bekleyen Görevler</div>-->
<a
ng-click=
"markAsRead(notify)"
ng-repeat=
"notify in notifications[1] | limitTo:5"
>
<div
class=
"task-title"
>
{{notify.title}}
</div>
</a>
</div>
<!-- end of right-sidebar-task-block -->
</div>
<!-- end of right-sidebar-tasks -->
</div>
<!-- end of right-sidebar-box -->
<!--<div class="right-sidebar-box">-->
<!--<div class="right-sidebar-announcements">-->
<!--<div class="right-sidebar-title clearfix">-->
<!--<h3>Duyurular</h3>-->
<!--<span><a role="button">Tüm Duyurular</a></span>-->
<!--</div>-->
<!--<!– end of right-sidebar-title –>-->
<!--<div class="right-sidebar-announcement-block">-->
<!--<a ng-click="markAsRead(notify)"-->
<!--ng-repeat="notify in notifications[3] | limitTo:5">{{notify-->
<!--.body}}</a>-->
<!--</div>-->
<!--<!– end of right-sidebar-status-block –>-->
<!--</div>-->
<!--<!– end of right-sidebar-status –>-->
<!--</div>-->
<!-- end of right-sidebar-box -->
<div
class=
"right-sidebar-box"
>
<div
class=
"right-sidebar-last-actions"
>
<div
class=
"right-sidebar-title clearfix"
>
<h3>
Son İşlemler
</h3>
<span><a
role=
"button"
>
Tüm İşlemler
</a></span>
</div>
<p
class=
"text-center"
>
Görüntülenecek içerik yok.
</p>
<div
class=
"right-sidebar-task-block"
>
<a>
<div
class=
"task-title"
></div>
</a>
</div>
</div>
<!-- end of right-sidebaer-header -->
<div
class=
"selected-person-info"
>
<img
src=
"../../img/sample-profile-pic.jpg"
class=
"selected-person-img"
>
<div
class=
"selected-person-name"
>
Erkan Öğümsöğütlü
</div>
</div>
</div>
<!-- end of right-sidebar-status -->
<!-- end of selected-person-info -->
</div>
<!-- end of right-sidebar-box -->
</div>
</div>
<!-- end of right-sidebar -->
<!-- end of right-sidebar -->
...
...
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