Commit d5264732 authored by Bahadir Can Yildiz's avatar Bahadir Can Yildiz

tagging version 0.1.1

parent 037687ae
0.0.9
\ No newline at end of file
0.1.1
\ No newline at end of file
......@@ -5,4 +5,4 @@ angular.module('ulakbus.version', [
'ulakbus.version.version-directive'
])
.value('version', '0.0.9');
\ No newline at end of file
.value('version', '0.1.1');
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -2397,6 +2397,11 @@ table.dataTable thead .sorting:after {
z-index: 1099;
}
/* for overflowing buttons not collapsing each other */
.bottom-margined{
margin-bottom: 0.75em;
}
/*
* metismenu - v1.1.3
* Easy menu jQuery plugin for Twitter Bootstrap 3
......
angular.module('templates-prod', ['components/admin/bpmn_manager.html', 'components/auth/login.html', 'components/crud/templates/crud-preload.html', 'components/crud/templates/crud.html', 'components/crud/templates/filter.html', 'components/crud/templates/form.html', 'components/crud/templates/inline_edit.html', 'components/crud/templates/list.html', 'components/crud/templates/nodeTable.html', 'components/crud/templates/quick_add.html', 'components/crud/templates/show.html', 'components/dashboard/dashboard.html', 'components/dashboard/directives/academic-calendar.html', 'components/dashboard/directives/calendar-popover.html', 'components/dashboard/directives/user-tasks.html', 'components/dashboard/user-info.html', 'components/dashboard/user-templates/academician.html', 'components/dashboard/user-templates/staff.html', 'components/dashboard/user-templates/student.html', 'components/debug/debug.html', 'components/devSettings/devSettings.html', 'components/error_pages/404.html', 'components/error_pages/500.html', 'components/uitemplates/404.html', 'components/uitemplates/500.html', 'components/uitemplates/academician.html', 'components/uitemplates/base.html', 'components/uitemplates/form_service_pg.html', 'components/uitemplates/staff.html', 'components/uitemplates/student.html', 'shared/templates/actionsModalContent.html', 'shared/templates/add.html', 'shared/templates/confirm.html', 'shared/templates/datefield.html', 'shared/templates/directives/alert.html', 'shared/templates/directives/chat.html', 'shared/templates/directives/guide-help.html', 'shared/templates/directives/header-breadcrumb.html', 'shared/templates/directives/header-notification.html', 'shared/templates/directives/header-sub-menu.html', 'shared/templates/directives/menuCollapse.html', 'shared/templates/directives/msgbox.html', 'shared/templates/directives/notifications.html', 'shared/templates/directives/right-sidebar.html', 'shared/templates/directives/search.html', 'shared/templates/directives/selected-user.html', 'shared/templates/directives/selectedUserPopover.html', 'shared/templates/directives/sidebar-search.html', 'shared/templates/directives/sidebar.html', 'shared/templates/directives/sort.html', 'shared/templates/directives/stats.html', 'shared/templates/directives/timeline.html', 'shared/templates/fieldset.html', 'shared/templates/filefield.html', 'shared/templates/foreignKey.html', 'shared/templates/linkedModelModalContent.html', 'shared/templates/listnodeModalContent.html', 'shared/templates/modalContent.html', 'shared/templates/multiselect.html', 'shared/templates/notificationsModalContent.html', 'shared/templates/select.html', 'shared/templates/translate.html', 'shared/templates/typeahead.html']);
angular.module('templates-prod', ['components/admin/bpmn_manager.html', 'components/auth/login.html', 'components/crud/templates/crud-preload.html', 'components/crud/templates/crud.html', 'components/crud/templates/filter.html', 'components/crud/templates/form.html', 'components/crud/templates/inline_edit.html', 'components/crud/templates/list.html', 'components/crud/templates/nodeTable.html', 'components/crud/templates/quick_add.html', 'components/crud/templates/show.html', 'components/dashboard/dashboard.html', 'components/dashboard/directives/academic-calendar.html', 'components/dashboard/directives/calendar-popover.html', 'components/dashboard/directives/user-tasks.html', 'components/dashboard/user-info.html', 'components/dashboard/user-templates/academician.html', 'components/dashboard/user-templates/staff.html', 'components/dashboard/user-templates/student.html', 'components/debug/debug.html', 'components/devSettings/devSettings.html', 'components/error_pages/404.html', 'components/error_pages/500.html', 'components/uitemplates/404.html', 'components/uitemplates/500.html', 'components/uitemplates/academician.html', 'components/uitemplates/base.html', 'components/uitemplates/form_service_pg.html', 'components/uitemplates/staff.html', 'components/uitemplates/student.html', 'shared/templates/actionsModalContent.html', 'shared/templates/add.html', 'shared/templates/confirm.html', 'shared/templates/confirmModalContent.html', 'shared/templates/confirmprev.html', 'shared/templates/datefield.html', 'shared/templates/directives/alert.html', 'shared/templates/directives/chat.html', 'shared/templates/directives/guide-help.html', 'shared/templates/directives/header-breadcrumb.html', 'shared/templates/directives/header-notification.html', 'shared/templates/directives/header-sub-menu.html', 'shared/templates/directives/menuCollapse.html', 'shared/templates/directives/msgbox.html', 'shared/templates/directives/notifications.html', 'shared/templates/directives/right-sidebar.html', 'shared/templates/directives/search.html', 'shared/templates/directives/selected-user.html', 'shared/templates/directives/selectedUserPopover.html', 'shared/templates/directives/sidebar-search.html', 'shared/templates/directives/sidebar.html', 'shared/templates/directives/sort.html', 'shared/templates/directives/stats.html', 'shared/templates/directives/timeline.html', 'shared/templates/fieldset.html', 'shared/templates/filefield.html', 'shared/templates/foreignKey.html', 'shared/templates/linkedModelModalContent.html', 'shared/templates/listnodeModalContent.html', 'shared/templates/modalContent.html', 'shared/templates/multiselect.html', 'shared/templates/notificationsModalContent.html', 'shared/templates/select.html', 'shared/templates/translate.html', 'shared/templates/typeahead.html']);
angular.module("components/admin/bpmn_manager.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("components/admin/bpmn_manager.html",
......@@ -1488,10 +1488,15 @@ angular.module("components/uitemplates/base.html", []).run(["$templateCache", fu
angular.module("components/uitemplates/form_service_pg.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("components/uitemplates/form_service_pg.html",
"<div>\n" +
" <select ng-model=\"selection\" ng-options=\"forms.indexOf(form) as form.name for form in forms\" ng-change=\"selectform(selection)\">\n" +
" <select ng-model=\"selection\" ng-options=\"trialList.indexOf(trial) as trial.name for trial in trialList\" ng-change=\"selectform(selection)\">\n" +
" </select>\n" +
"\n" +
" <div class=\"container\">\n" +
" <div class=\"row\">\n" +
" <div class=\"col-xs-8 center\">\n" +
" <form sf-schema=\"schema\" sf-form=\"form\" sf-model=\"model\"></form>\n" +
" </div>\n" +
" </div>\n" +
" </div>\n" +
"</div>");
}]);
......@@ -1905,22 +1910,60 @@ angular.module("shared/templates/add.html", []).run(["$templateCache", function(
angular.module("shared/templates/confirm.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("shared/templates/confirm.html",
"<div class=\"form-group schema-form-submit {{form.htmlClass}}\">\n" +
" <button class=\"btn {{ form.style || 'btn-default' }}\"\n" +
" type=\"button\"\n" +
" ng-disabled=\"form.readonly\"\n" +
" ng-click=\"form.openModal()\">\n" +
" <span ng-if=\"form.icon\" class=\"{{form.icon}}\"></span>\n" +
" {{form.title}}\n" +
" </button>\n" +
" <!--<script type=\"text/ng-template\" id=\"confirmModalTemplate.html\">-->\n" +
" <!--<div class=\"modal-header\">-->\n" +
" <!--<h3 class=\"modal-title\">{{form.title}}</h3>-->\n" +
" <!--</div>-->\n" +
" <!--<div class=\"modal-body\">-->\n" +
" <!--<p>{{form.confirm_message}}</p>-->\n" +
" <!--</div>-->\n" +
" <!--<div class=\"modal-footer\">-->\n" +
" <!--<button ng-repeat=\"b in form.buttons\" class=\"btn {{b.style || 'btn-default'}}\" type=\"button\" ng-click=\"form.send(b.cmd,(b.dismiss || false))\">{{b.text}}</button>-->\n" +
" <!--</div>-->\n" +
" <!--</script>-->\n" +
"</div>");
}]);
angular.module("shared/templates/confirmModalContent.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("shared/templates/confirmModalContent.html",
"<div class=\"modal-header\">\n" +
" <h3 class=\"modal-title\">{{form.title}}</h3>\n" +
"</div>\n" +
"<div class=\"modal-body\">\n" +
" <p>{{form.confirm_message}}</p>\n" +
"</div>\n" +
"<div class=\"modal-footer\">\n" +
" <button ng-repeat=\"b in form.buttons\" class=\"btn {{b.style || 'btn-default'}}\" type=\"button\" ng-click=\"form.onClick(b.cmd)\">{{b.text}}</button>\n" +
"</div>");
}]);
angular.module("shared/templates/confirmprev.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("shared/templates/confirmprev.html",
"<div class=\"form-group schema-form-submit {{form.htmlClass}}\">\n" +
" <button class=\"btn {{ form.style || 'btn-default' }}\"\n" +
" type=\"button\"\n" +
" ng-disabled=\"form.readonly\"\n" +
" uib-popover-template=\"'confirmPopoverTemplate.html'\"\n" +
" popover-title=\"{{form.title}}\"\n" +
" popover-trigger=\"none\"\n" +
" popover-placement=\"bottom\"\n" +
" popover-trigger=\"outsideClick\">\n" +
" popover-is-open=\"form.isOpen\"\n" +
" ng-click=\"form.clickHandler()\">\n" +
" <span ng-if=\"form.icon\" class=\"{{form.icon}}\"></span>\n" +
" {{form.title}}\n" +
" </button>\n" +
" <script type=\"text/ng-template\" id=\"confirmPopoverTemplate.html\">\n" +
" <div>{{form.title}}</div>\n" +
" <div class=\"form-group\">\n" +
" <p>{{form.confirm_message}}</p>\n" +
" <button class=\"btn btn-default\" ng-click=\"form.confirm()\"></button>\n" +
" <button class=\"btn btn-default\" ng-click=\"form.confirm()\">Confirm</button>\n" +
" </div>\n" +
" </script>\n" +
"</div>");
......@@ -2843,7 +2886,7 @@ angular.module("shared/templates/listnodeModalContent.html", []).run(["$template
" <form name=\"modalForm\" sf-schema=\"schema\" sf-form=\"form\" sf-model=\"model\" modal-form-locator></form>\n" +
"</div>\n" +
"<div class=\"modal-footer\">\n" +
" <button ng-repeat=\"b in schema.buttons\" type=\"{{b.type}}\" class=\"btn {{b.style || 'btn-default'}}\" ng-click=\"onNodeSubmit(b)\">{{b.text}}</button>\n" +
" <button ng-repeat=\"b in schema.footerButtons\" type=\"{{b.type}}\" class=\"btn {{b.style || 'btn-default'}}\" ng-click=\"onNodeBtnClk(b)\">{{b.text}}</button>\n" +
"</div>");
}]);
......
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