Dist Alındı

parent 7076defb
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -957,8 +957,8 @@ angular.module("components/dashboard/user-templates/staff.html", []).run(["$temp ...@@ -957,8 +957,8 @@ angular.module("components/dashboard/user-templates/staff.html", []).run(["$temp
" <div class=\"dashboard-search-results\" ng-show=\"showResults\">\n" + " <div class=\"dashboard-search-results\" ng-show=\"showResults\">\n" +
" <ul ng-if=\"students.length > 0\">\n" + " <ul ng-if=\"students.length > 0\">\n" +
" <li ng-repeat=\"student in students\">\n" + " <li ng-repeat=\"student in students\">\n" +
" <a role=\"button\">\n" + " <a role=\"button\" ng-click=\"select(student, 'ogrenci')\">\n" +
" <span ng-click=\"select(student, 'ogrenci')\">{{student[0]}}</span>\n" + " <span>{{student[0]}}</span>\n" +
" <i class=\"fa fa-fw fa-info-circle pull-right\" popover-placement=\"bottom\"\n" + " <i class=\"fa fa-fw fa-info-circle pull-right\" popover-placement=\"bottom\"\n" +
" uib-popover-template=\"userPopover.templateUrl\"\n" + " uib-popover-template=\"userPopover.templateUrl\"\n" +
" ng-click=\"get_info('Ogrenci', student[2])\"></i></a>\n" + " ng-click=\"get_info('Ogrenci', student[2])\"></i></a>\n" +
...@@ -980,8 +980,8 @@ angular.module("components/dashboard/user-templates/staff.html", []).run(["$temp ...@@ -980,8 +980,8 @@ angular.module("components/dashboard/user-templates/staff.html", []).run(["$temp
" <div class=\"dashboard-search-results\" ng-show=\"showResults\">\n" + " <div class=\"dashboard-search-results\" ng-show=\"showResults\">\n" +
" <ul ng-if=\"staffs.length > 0\">\n" + " <ul ng-if=\"staffs.length > 0\">\n" +
" <li ng-repeat=\"staff in staffs\">\n" + " <li ng-repeat=\"staff in staffs\">\n" +
" <a role=\"button\">\n" + " <a role=\"button\" ng-click=\"select(staff, 'personel')\">\n" +
" <span ng-click=\"select(staff, 'personel')\">{{staff[0]}}</span>\n" + " <span>{{staff[0]}}</span>\n" +
" <i class=\"fa fa-fw fa-info-circle pull-right\"\n" + " <i class=\"fa fa-fw fa-info-circle pull-right\"\n" +
" popover-placement=\"bottom\"\n" + " popover-placement=\"bottom\"\n" +
" uib-popover-template=\"userPopover.templateUrl\"\n" + " uib-popover-template=\"userPopover.templateUrl\"\n" +
...@@ -1041,7 +1041,8 @@ angular.module("components/dashboard/user-templates/staff.html", []).run(["$temp ...@@ -1041,7 +1041,8 @@ angular.module("components/dashboard/user-templates/staff.html", []).run(["$temp
" </div>\n" + " </div>\n" +
"\n" + "\n" +
"</div>\n" + "</div>\n" +
"<!-- end of dashboard-main-anouncement -->"); "<!-- end of dashboard-main-anouncement -->\n" +
"");
}]); }]);
angular.module("components/dashboard/user-templates/student.html", []).run(["$templateCache", function($templateCache) { angular.module("components/dashboard/user-templates/student.html", []).run(["$templateCache", function($templateCache) {
...@@ -1806,8 +1807,8 @@ angular.module("components/uitemplates/staff.html", []).run(["$templateCache", f ...@@ -1806,8 +1807,8 @@ angular.module("components/uitemplates/staff.html", []).run(["$templateCache", f
" <div class=\"dashboard-search-results\" ng-show=\"showResults\">\n" + " <div class=\"dashboard-search-results\" ng-show=\"showResults\">\n" +
" <ul ng-if=\"students.length > 0\">\n" + " <ul ng-if=\"students.length > 0\">\n" +
" <li ng-repeat=\"student in students\">\n" + " <li ng-repeat=\"student in students\">\n" +
" <a role=\"button\">\n" + " <a role=\"button\" ng-click=\"select(student, 'ogrenci')\">\n" +
" <span ng-click=\"select(student, 'ogrenci')\">{{student[0]}}</span>\n" + " <span>{{student[0]}}</span>\n" +
" <i class=\"fa fa-fw fa-info-circle pull-right\" popover-placement=\"bottom\"\n" + " <i class=\"fa fa-fw fa-info-circle pull-right\" popover-placement=\"bottom\"\n" +
" uib-popover-template=\"userPopover.templateUrl\"\n" + " uib-popover-template=\"userPopover.templateUrl\"\n" +
" ng-click=\"get_info('Ogrenci', student[2])\"></i></a>\n" + " ng-click=\"get_info('Ogrenci', student[2])\"></i></a>\n" +
...@@ -1829,8 +1830,8 @@ angular.module("components/uitemplates/staff.html", []).run(["$templateCache", f ...@@ -1829,8 +1830,8 @@ angular.module("components/uitemplates/staff.html", []).run(["$templateCache", f
" <div class=\"dashboard-search-results\" ng-show=\"showResults\">\n" + " <div class=\"dashboard-search-results\" ng-show=\"showResults\">\n" +
" <ul ng-if=\"staffs.length > 0\">\n" + " <ul ng-if=\"staffs.length > 0\">\n" +
" <li ng-repeat=\"staff in staffs\">\n" + " <li ng-repeat=\"staff in staffs\">\n" +
" <a role=\"button\">\n" + " <a role=\"button\" ng-click=\"select(staff, 'personel')\">\n" +
" <span ng-click=\"select(staff, 'personel')\">{{staff[0]}}</span>\n" + " <span>{{staff[0]}}</span>\n" +
" <i class=\"fa fa-fw fa-info-circle pull-right\"\n" + " <i class=\"fa fa-fw fa-info-circle pull-right\"\n" +
" popover-placement=\"bottom\"\n" + " popover-placement=\"bottom\"\n" +
" uib-popover-template=\"userPopover.templateUrl\"\n" + " uib-popover-template=\"userPopover.templateUrl\"\n" +
...@@ -1890,7 +1891,8 @@ angular.module("components/uitemplates/staff.html", []).run(["$templateCache", f ...@@ -1890,7 +1891,8 @@ angular.module("components/uitemplates/staff.html", []).run(["$templateCache", f
" </div>\n" + " </div>\n" +
"\n" + "\n" +
"</div>\n" + "</div>\n" +
"<!-- end of dashboard-main-anouncement -->"); "<!-- end of dashboard-main-anouncement -->\n" +
"");
}]); }]);
angular.module("components/uitemplates/student.html", []).run(["$templateCache", function($templateCache) { angular.module("components/uitemplates/student.html", []).run(["$templateCache", function($templateCache) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment