parent
4573742355
commit
1531f92c77
94 changed files with 3661 additions and 572 deletions
@ -1,4 +1,4 @@ |
||||
from django.views.generic import TemplateView |
||||
|
||||
class HomeTemplateView(TemplateView): |
||||
template_name = "archilance/home.html" |
||||
template_name = 'home.html' |
||||
|
||||
@ -0,0 +1,288 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select) |
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) |
||||
*/ |
||||
|
||||
select.bs-select-hidden, |
||||
select.selectpicker { |
||||
display: none !important; |
||||
} |
||||
.bootstrap-select { |
||||
width: 220px \0; |
||||
/*IE9 and below*/ |
||||
} |
||||
.bootstrap-select > .dropdown-toggle { |
||||
width: 100%; |
||||
padding-right: 25px; |
||||
z-index: 1; |
||||
} |
||||
.bootstrap-select > .dropdown-toggle.bs-placeholder, |
||||
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover, |
||||
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus, |
||||
.bootstrap-select > .dropdown-toggle.bs-placeholder:active { |
||||
color: #999; |
||||
} |
||||
.bootstrap-select > select { |
||||
position: absolute !important; |
||||
bottom: 0; |
||||
left: 50%; |
||||
display: block !important; |
||||
width: 0.5px !important; |
||||
height: 100% !important; |
||||
padding: 0 !important; |
||||
opacity: 0 !important; |
||||
border: none; |
||||
} |
||||
.bootstrap-select > select.mobile-device { |
||||
top: 0; |
||||
left: 0; |
||||
display: block !important; |
||||
width: 100% !important; |
||||
z-index: 2; |
||||
} |
||||
.has-error .bootstrap-select .dropdown-toggle, |
||||
.error .bootstrap-select .dropdown-toggle { |
||||
border-color: #b94a48; |
||||
} |
||||
.bootstrap-select.fit-width { |
||||
width: auto !important; |
||||
} |
||||
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { |
||||
width: 220px; |
||||
} |
||||
.bootstrap-select .dropdown-toggle:focus { |
||||
outline: thin dotted #333333 !important; |
||||
outline: 5px auto -webkit-focus-ring-color !important; |
||||
outline-offset: -2px; |
||||
} |
||||
.bootstrap-select.form-control { |
||||
margin-bottom: 0; |
||||
padding: 0; |
||||
border: none; |
||||
} |
||||
.bootstrap-select.form-control:not([class*="col-"]) { |
||||
width: 100%; |
||||
} |
||||
.bootstrap-select.form-control.input-group-btn { |
||||
z-index: auto; |
||||
} |
||||
.bootstrap-select.btn-group:not(.input-group-btn), |
||||
.bootstrap-select.btn-group[class*="col-"] { |
||||
float: none; |
||||
display: inline-block; |
||||
margin-left: 0; |
||||
} |
||||
.bootstrap-select.btn-group.dropdown-menu-right, |
||||
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, |
||||
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right { |
||||
float: right; |
||||
} |
||||
.form-inline .bootstrap-select.btn-group, |
||||
.form-horizontal .bootstrap-select.btn-group, |
||||
.form-group .bootstrap-select.btn-group { |
||||
margin-bottom: 0; |
||||
} |
||||
.form-group-lg .bootstrap-select.btn-group.form-control, |
||||
.form-group-sm .bootstrap-select.btn-group.form-control { |
||||
padding: 0; |
||||
} |
||||
.form-inline .bootstrap-select.btn-group .form-control { |
||||
width: 100%; |
||||
} |
||||
.bootstrap-select.btn-group.disabled, |
||||
.bootstrap-select.btn-group > .disabled { |
||||
cursor: not-allowed; |
||||
} |
||||
.bootstrap-select.btn-group.disabled:focus, |
||||
.bootstrap-select.btn-group > .disabled:focus { |
||||
outline: none !important; |
||||
} |
||||
.bootstrap-select.btn-group.bs-container { |
||||
position: absolute; |
||||
} |
||||
.bootstrap-select.btn-group.bs-container .dropdown-menu { |
||||
z-index: 1060; |
||||
} |
||||
.bootstrap-select.btn-group .dropdown-toggle .filter-option { |
||||
display: inline-block; |
||||
overflow: hidden; |
||||
width: 100%; |
||||
text-align: left; |
||||
} |
||||
.bootstrap-select.btn-group .dropdown-toggle .caret { |
||||
position: absolute; |
||||
top: 50%; |
||||
right: 12px; |
||||
margin-top: -2px; |
||||
vertical-align: middle; |
||||
} |
||||
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle { |
||||
width: 100%; |
||||
} |
||||
.bootstrap-select.btn-group .dropdown-menu { |
||||
min-width: 100%; |
||||
-webkit-box-sizing: border-box; |
||||
-moz-box-sizing: border-box; |
||||
box-sizing: border-box; |
||||
} |
||||
.bootstrap-select.btn-group .dropdown-menu.inner { |
||||
position: static; |
||||
float: none; |
||||
border: 0; |
||||
padding: 0; |
||||
margin: 0; |
||||
border-radius: 0; |
||||
-webkit-box-shadow: none; |
||||
box-shadow: none; |
||||
} |
||||
.bootstrap-select.btn-group .dropdown-menu li { |
||||
position: relative; |
||||
} |
||||
.bootstrap-select.btn-group .dropdown-menu li.active small { |
||||
color: #fff; |
||||
} |
||||
.bootstrap-select.btn-group .dropdown-menu li.disabled a { |
||||
cursor: not-allowed; |
||||
} |
||||
.bootstrap-select.btn-group .dropdown-menu li a { |
||||
cursor: pointer; |
||||
-webkit-user-select: none; |
||||
-moz-user-select: none; |
||||
-ms-user-select: none; |
||||
user-select: none; |
||||
} |
||||
.bootstrap-select.btn-group .dropdown-menu li a.opt { |
||||
position: relative; |
||||
padding-left: 2.25em; |
||||
} |
||||
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark { |
||||
display: none; |
||||
} |
||||
.bootstrap-select.btn-group .dropdown-menu li a span.text { |
||||
display: inline-block; |
||||
} |
||||
.bootstrap-select.btn-group .dropdown-menu li small { |
||||
padding-left: 0.5em; |
||||
} |
||||
.bootstrap-select.btn-group .dropdown-menu .notify { |
||||
position: absolute; |
||||
bottom: 5px; |
||||
width: 96%; |
||||
margin: 0 2%; |
||||
min-height: 26px; |
||||
padding: 3px 5px; |
||||
background: #f5f5f5; |
||||
border: 1px solid #e3e3e3; |
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
||||
pointer-events: none; |
||||
opacity: 0.9; |
||||
-webkit-box-sizing: border-box; |
||||
-moz-box-sizing: border-box; |
||||
box-sizing: border-box; |
||||
} |
||||
.bootstrap-select.btn-group .no-results { |
||||
padding: 3px; |
||||
background: #f5f5f5; |
||||
margin: 0 5px; |
||||
white-space: nowrap; |
||||
} |
||||
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option { |
||||
position: static; |
||||
} |
||||
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret { |
||||
position: static; |
||||
top: auto; |
||||
margin-top: -1px; |
||||
} |
||||
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark { |
||||
position: absolute; |
||||
display: inline-block; |
||||
right: 15px; |
||||
margin-top: 5px; |
||||
} |
||||
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text { |
||||
margin-right: 34px; |
||||
} |
||||
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle { |
||||
z-index: 1061; |
||||
} |
||||
.bootstrap-select.show-menu-arrow .dropdown-toggle:before { |
||||
content: ''; |
||||
border-left: 7px solid transparent; |
||||
border-right: 7px solid transparent; |
||||
border-bottom: 7px solid rgba(204, 204, 204, 0.2); |
||||
position: absolute; |
||||
bottom: -4px; |
||||
left: 9px; |
||||
display: none; |
||||
} |
||||
.bootstrap-select.show-menu-arrow .dropdown-toggle:after { |
||||
content: ''; |
||||
border-left: 6px solid transparent; |
||||
border-right: 6px solid transparent; |
||||
border-bottom: 6px solid white; |
||||
position: absolute; |
||||
bottom: -4px; |
||||
left: 10px; |
||||
display: none; |
||||
} |
||||
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before { |
||||
bottom: auto; |
||||
top: -3px; |
||||
border-top: 7px solid rgba(204, 204, 204, 0.2); |
||||
border-bottom: 0; |
||||
} |
||||
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after { |
||||
bottom: auto; |
||||
top: -3px; |
||||
border-top: 6px solid white; |
||||
border-bottom: 0; |
||||
} |
||||
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before { |
||||
right: 12px; |
||||
left: auto; |
||||
} |
||||
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after { |
||||
right: 13px; |
||||
left: auto; |
||||
} |
||||
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, |
||||
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after { |
||||
display: block; |
||||
} |
||||
.bs-searchbox, |
||||
.bs-actionsbox, |
||||
.bs-donebutton { |
||||
padding: 4px 8px; |
||||
} |
||||
.bs-actionsbox { |
||||
width: 100%; |
||||
-webkit-box-sizing: border-box; |
||||
-moz-box-sizing: border-box; |
||||
box-sizing: border-box; |
||||
} |
||||
.bs-actionsbox .btn-group button { |
||||
width: 50%; |
||||
} |
||||
.bs-donebutton { |
||||
float: left; |
||||
width: 100%; |
||||
-webkit-box-sizing: border-box; |
||||
-moz-box-sizing: border-box; |
||||
box-sizing: border-box; |
||||
} |
||||
.bs-donebutton .btn-group button { |
||||
width: 100%; |
||||
} |
||||
.bs-searchbox + .bs-actionsbox { |
||||
padding: 0 8px 4px; |
||||
} |
||||
.bs-searchbox .form-control { |
||||
margin-bottom: 0; |
||||
width: 100%; |
||||
float: none; |
||||
} |
||||
/*# sourceMappingURL=bootstrap-select.css.map */ |
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,49 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
/*! |
||||
* Translated default messages for bootstrap-select. |
||||
* Locale: AR (Arabic) |
||||
* Author: Yasser Lotfy <y_l@alive.com> |
||||
*/ |
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'لم يتم إختيار شئ', |
||||
noneResultsText: 'لا توجد نتائج مطابقة لـ {0}', |
||||
countSelectedText: function (numSelected, numTotal) { |
||||
return (numSelected == 1) ? "{0} خيار تم إختياره" : "{0} خيارات تمت إختيارها"; |
||||
}, |
||||
maxOptionsText: function (numAll, numGroup) { |
||||
return [ |
||||
(numAll == 1) ? 'تخطى الحد المسموح ({n} خيار بحد أقصى)' : 'تخطى الحد المسموح ({n} خيارات بحد أقصى)', |
||||
(numGroup == 1) ? 'تخطى الحد المسموح للمجموعة ({n} خيار بحد أقصى)' : 'تخطى الحد المسموح للمجموعة ({n} خيارات بحد أقصى)' |
||||
]; |
||||
}, |
||||
selectAllText: 'إختيار الجميع', |
||||
deselectAllText: 'إلغاء إختيار الجميع', |
||||
multipleSeparator: '، ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,12 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){/*! |
||||
* Translated default messages for bootstrap-select. |
||||
* Locale: AR (Arabic) |
||||
* Author: Yasser Lotfy <y_l@alive.com> |
||||
*/ |
||||
!function(a){a.fn.selectpicker.defaults={noneSelectedText:"لم يتم إختيار شئ",noneResultsText:"لا توجد نتائج مطابقة لـ {0}",countSelectedText:function(a,b){return 1==a?"{0} خيار تم إختياره":"{0} خيارات تمت إختيارها"},maxOptionsText:function(a,b){return[1==a?"تخطى الحد المسموح ({n} خيار بحد أقصى)":"تخطى الحد المسموح ({n} خيارات بحد أقصى)",1==b?"تخطى الحد المسموح للمجموعة ({n} خيار بحد أقصى)":"تخطى الحد المسموح للمجموعة ({n} خيارات بحد أقصى)"]},selectAllText:"إختيار الجميع",deselectAllText:"إلغاء إختيار الجميع",multipleSeparator:"، "}}(a)}); |
||||
@ -0,0 +1,44 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Нищо избрано', |
||||
noneResultsText: 'Няма резултат за {0}', |
||||
countSelectedText: function (numSelected, numTotal) { |
||||
return (numSelected == 1) ? "{0} избран елемент" : "{0} избрани елемента"; |
||||
}, |
||||
maxOptionsText: function (numAll, numGroup) { |
||||
return [ |
||||
(numAll == 1) ? 'Лимита е достигнат ({n} елемент максимум)' : 'Лимита е достигнат ({n} елемента максимум)', |
||||
(numGroup == 1) ? 'Груповия лимит е достигнат ({n} елемент максимум)' : 'Груповия лимит е достигнат ({n} елемента максимум)' |
||||
]; |
||||
}, |
||||
selectAllText: 'Избери всички', |
||||
deselectAllText: 'Размаркирай всички', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Нищо избрано",noneResultsText:"Няма резултат за {0}",countSelectedText:function(a,b){return 1==a?"{0} избран елемент":"{0} избрани елемента"},maxOptionsText:function(a,b){return[1==a?"Лимита е достигнат ({n} елемент максимум)":"Лимита е достигнат ({n} елемента максимум)",1==b?"Груповия лимит е достигнат ({n} елемент максимум)":"Груповия лимит е достигнат ({n} елемента максимум)"]},selectAllText:"Избери всички",deselectAllText:"Размаркирай всички",multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,44 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Odaberite stavku', |
||||
noneResultsText: 'Nema rezultata pretrage {0}', |
||||
countSelectedText: function (numSelected, numTotal) { |
||||
return (numSelected == 1) ? "{0} stavka selektirana" : "{0} stavke selektirane"; |
||||
}, |
||||
maxOptionsText: function (numAll, numGroup) { |
||||
return [ |
||||
(numAll == 1) ? 'Limit je postignut ({n} stvar maximalno)' : 'Limit je postignut ({n} stavke maksimalno)', |
||||
(numGroup == 1) ? 'Grupni limit je postignut ({n} stvar maksimalno)' : 'Grupni limit je postignut ({n} stavke maksimalno)' |
||||
]; |
||||
}, |
||||
selectAllText: 'Selektiraj sve', |
||||
deselectAllText: 'Deselektiraj sve', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Odaberite stavku",noneResultsText:"Nema rezultata pretrage {0}",countSelectedText:function(a,b){return 1==a?"{0} stavka selektirana":"{0} stavke selektirane"},maxOptionsText:function(a,b){return[1==a?"Limit je postignut ({n} stvar maximalno)":"Limit je postignut ({n} stavke maksimalno)",1==b?"Grupni limit je postignut ({n} stvar maksimalno)":"Grupni limit je postignut ({n} stavke maksimalno)"]},selectAllText:"Selektiraj sve",deselectAllText:"Deselektiraj sve",multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,35 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Nic není vybráno', |
||||
noneResultsText: 'Žádné výsledky {0}', |
||||
countSelectedText: 'Označeno {0} z {1}', |
||||
maxOptionsText: ['Limit překročen ({n} {var} max)', 'Limit skupiny překročen ({n} {var} max)', ['položek', 'položka']], |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nic není vybráno",noneResultsText:"Žádné výsledky {0}",countSelectedText:"Označeno {0} z {1}",maxOptionsText:["Limit překročen ({n} {var} max)","Limit skupiny překročen ({n} {var} max)",["položek","položka"]],multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,44 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Intet valgt', |
||||
noneResultsText: 'Ingen resultater fundet {0}', |
||||
countSelectedText: function (numSelected, numTotal) { |
||||
return (numSelected == 1) ? "{0} valgt" : "{0} valgt"; |
||||
}, |
||||
maxOptionsText: function (numAll, numGroup) { |
||||
return [ |
||||
(numAll == 1) ? 'Begrænsning nået (max {n} valgt)' : 'Begrænsning nået (max {n} valgte)', |
||||
(numGroup == 1) ? 'Gruppe-begrænsning nået (max {n} valgt)' : 'Gruppe-begrænsning nået (max {n} valgte)' |
||||
]; |
||||
}, |
||||
selectAllText: 'Markér alle', |
||||
deselectAllText: 'Afmarkér alle', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Intet valgt",noneResultsText:"Ingen resultater fundet {0}",countSelectedText:function(a,b){return"{0} valgt"},maxOptionsText:function(a,b){return[1==a?"Begrænsning nået (max {n} valgt)":"Begrænsning nået (max {n} valgte)",1==b?"Gruppe-begrænsning nået (max {n} valgt)":"Gruppe-begrænsning nået (max {n} valgte)"]},selectAllText:"Markér alle",deselectAllText:"Afmarkér alle",multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,35 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Bitte wählen...', |
||||
noneResultsText: 'Keine Ergebnisse für {0}', |
||||
countSelectedText: '{0} von {1} ausgewählt', |
||||
maxOptionsText: ['Limit erreicht ({n} {var} max.)', 'Gruppen-Limit erreicht ({n} {var} max.)', ['Eintrag', 'Einträge']], |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Bitte wählen...",noneResultsText:"Keine Ergebnisse für {0}",countSelectedText:"{0} von {1} ausgewählt",maxOptionsText:["Limit erreicht ({n} {var} max.)","Gruppen-Limit erreicht ({n} {var} max.)",["Eintrag","Einträge"]],multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,44 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Nothing selected', |
||||
noneResultsText: 'No results match {0}', |
||||
countSelectedText: function (numSelected, numTotal) { |
||||
return (numSelected == 1) ? "{0} item selected" : "{0} items selected"; |
||||
}, |
||||
maxOptionsText: function (numAll, numGroup) { |
||||
return [ |
||||
(numAll == 1) ? 'Limit reached ({n} item max)' : 'Limit reached ({n} items max)', |
||||
(numGroup == 1) ? 'Group limit reached ({n} item max)' : 'Group limit reached ({n} items max)' |
||||
]; |
||||
}, |
||||
selectAllText: 'Select All', |
||||
deselectAllText: 'Deselect All', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nothing selected",noneResultsText:"No results match {0}",countSelectedText:function(a,b){return 1==a?"{0} item selected":"{0} items selected"},maxOptionsText:function(a,b){return[1==a?"Limit reached ({n} item max)":"Limit reached ({n} items max)",1==b?"Group limit reached ({n} item max)":"Group limit reached ({n} items max)"]},selectAllText:"Select All",deselectAllText:"Deselect All",multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,35 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'No hay selección', |
||||
noneResultsText: 'No hay resultados {0}', |
||||
countSelectedText: 'Seleccionados {0} de {1}', |
||||
maxOptionsText: ['Límite alcanzado ({n} {var} max)', 'Límite del grupo alcanzado({n} {var} max)', ['elementos', 'element']], |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"No hay selección",noneResultsText:"No hay resultados {0}",countSelectedText:"Seleccionados {0} de {1}",maxOptionsText:["Límite alcanzado ({n} {var} max)","Límite del grupo alcanzado({n} {var} max)",["elementos","element"]],multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,35 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Hautapenik ez', |
||||
noneResultsText: 'Emaitzarik ez {0}', |
||||
countSelectedText: '{1}(e)tik {0} hautatuta', |
||||
maxOptionsText: ['Mugara iritsita ({n} {var} gehienez)', 'Taldearen mugara iritsita ({n} {var} gehienez)', ['elementu', 'elementu']], |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Hautapenik ez",noneResultsText:"Emaitzarik ez {0}",countSelectedText:"{1}(e)tik {0} hautatuta",maxOptionsText:["Mugara iritsita ({n} {var} gehienez)","Taldearen mugara iritsita ({n} {var} gehienez)",["elementu","elementu"]],multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,37 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'چیزی انتخاب نشده است', |
||||
noneResultsText: 'هیج مشابهی برای {0} پیدا نشد', |
||||
countSelectedText: "{0} از {1} مورد انتخاب شده", |
||||
maxOptionsText: ['بیشتر ممکن نیست {حداکثر {n} عدد}', 'بیشتر ممکن نیست {حداکثر {n} عدد}'], |
||||
selectAllText: 'انتخاب همه', |
||||
deselectAllText: 'انتخاب هیچ کدام', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"چیزی انتخاب نشده است",noneResultsText:"هیج مشابهی برای {0} پیدا نشد",countSelectedText:"{0} از {1} مورد انتخاب شده",maxOptionsText:["بیشتر ممکن نیست {حداکثر {n} عدد}","بیشتر ممکن نیست {حداکثر {n} عدد}"],selectAllText:"انتخاب همه",deselectAllText:"انتخاب هیچ کدام",multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,44 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Ei valintoja', |
||||
noneResultsText: 'Ei hakutuloksia {0}', |
||||
countSelectedText: function (numSelected, numTotal) { |
||||
return (numSelected == 1) ? "{0} valittu" : "{0} valitut"; |
||||
}, |
||||
maxOptionsText: function (numAll, numGroup) { |
||||
return [ |
||||
(numAll == 1) ? 'Valintojen maksimimäärä ({n} saavutettu)' : 'Valintojen maksimimäärä ({n} saavutettu)', |
||||
(numGroup == 1) ? 'Ryhmän maksimimäärä ({n} saavutettu)' : 'Ryhmän maksimimäärä ({n} saavutettu)' |
||||
]; |
||||
}, |
||||
selectAllText: 'Valitse kaikki', |
||||
deselectAllText: 'Poista kaikki', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Ei valintoja",noneResultsText:"Ei hakutuloksia {0}",countSelectedText:function(a,b){return 1==a?"{0} valittu":"{0} valitut"},maxOptionsText:function(a,b){return["Valintojen maksimimäärä ({n} saavutettu)","Ryhmän maksimimäärä ({n} saavutettu)"]},selectAllText:"Valitse kaikki",deselectAllText:"Poista kaikki",multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,44 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Aucune sélection', |
||||
noneResultsText: 'Aucun résultat pour {0}', |
||||
countSelectedText: function (numSelected, numTotal) { |
||||
return (numSelected > 1) ? "{0} éléments sélectionnés" : "{0} élément sélectionné"; |
||||
}, |
||||
maxOptionsText: function (numAll, numGroup) { |
||||
return [ |
||||
(numAll > 1) ? 'Limite atteinte ({n} éléments max)' : 'Limite atteinte ({n} élément max)', |
||||
(numGroup > 1) ? 'Limite du groupe atteinte ({n} éléments max)' : 'Limite du groupe atteinte ({n} élément max)' |
||||
]; |
||||
}, |
||||
multipleSeparator: ', ', |
||||
selectAllText: 'Tout Sélectionner', |
||||
deselectAllText: 'Tout Dé-selectionner', |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Aucune sélection",noneResultsText:"Aucun résultat pour {0}",countSelectedText:function(a,b){return a>1?"{0} éléments sélectionnés":"{0} élément sélectionné"},maxOptionsText:function(a,b){return[a>1?"Limite atteinte ({n} éléments max)":"Limite atteinte ({n} élément max)",b>1?"Limite du groupe atteinte ({n} éléments max)":"Limite du groupe atteinte ({n} élément max)"]},multipleSeparator:", ",selectAllText:"Tout Sélectionner",deselectAllText:"Tout Dé-selectionner"}}(a)}); |
||||
@ -0,0 +1,44 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Válasszon!', |
||||
noneResultsText: 'Nincs találat {0}', |
||||
countSelectedText: function (numSelected, numTotal) { |
||||
return '{0} elem kiválasztva'; |
||||
}, |
||||
maxOptionsText: function (numAll, numGroup) { |
||||
return [ |
||||
'Legfeljebb {n} elem választható', |
||||
'A csoportban legfeljebb {n} elem választható' |
||||
]; |
||||
}, |
||||
selectAllText: 'Mind', |
||||
deselectAllText: 'Egyik sem', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Válasszon!",noneResultsText:"Nincs találat {0}",countSelectedText:function(a,b){return"{0} elem kiválasztva"},maxOptionsText:function(a,b){return["Legfeljebb {n} elem választható","A csoportban legfeljebb {n} elem választható"]},selectAllText:"Mind",deselectAllText:"Egyik sem",multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,37 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Tidak ada yang dipilih', |
||||
noneResultsText: 'Tidak ada yang cocok {0}', |
||||
countSelectedText: '{0} terpilih', |
||||
maxOptionsText: ['Mencapai batas (maksimum {n})', 'Mencapai batas grup (maksimum {n})'], |
||||
selectAllText: 'Pilih Semua', |
||||
deselectAllText: 'Hapus Semua', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Tidak ada yang dipilih",noneResultsText:"Tidak ada yang cocok {0}",countSelectedText:"{0} terpilih",maxOptionsText:["Mencapai batas (maksimum {n})","Mencapai batas grup (maksimum {n})"],selectAllText:"Pilih Semua",deselectAllText:"Hapus Semua",multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,35 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Nessuna selezione', |
||||
noneResultsText: 'Nessun risultato per {0}', |
||||
countSelectedText: 'Selezionati {0} di {1}', |
||||
maxOptionsText: ['Limite raggiunto ({n} {var} max)', 'Limite del gruppo raggiunto ({n} {var} max)', ['elementi', 'elemento']], |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nessuna selezione",noneResultsText:"Nessun risultato per {0}",countSelectedText:"Selezionati {0} di {1}",maxOptionsText:["Limite raggiunto ({n} {var} max)","Limite del gruppo raggiunto ({n} {var} max)",["elementi","elemento"]],multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,44 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: '항목을 선택해주세요', |
||||
noneResultsText: '{0} 검색 결과가 없습니다', |
||||
countSelectedText: function (numSelected, numTotal) { |
||||
return "{0}개를 선택하였습니다"; |
||||
}, |
||||
maxOptionsText: function (numAll, numGroup) { |
||||
return [ |
||||
'{n}개까지 선택 가능합니다', |
||||
'해당 그룹은 {n}개까지 선택 가능합니다' |
||||
]; |
||||
}, |
||||
selectAllText: '전체선택', |
||||
deselectAllText: '전체해제', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"항목을 선택해주세요",noneResultsText:"{0} 검색 결과가 없습니다",countSelectedText:function(a,b){return"{0}개를 선택하였습니다"},maxOptionsText:function(a,b){return["{n}개까지 선택 가능합니다","해당 그룹은 {n}개까지 선택 가능합니다"]},selectAllText:"전체선택",deselectAllText:"전체해제",multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,44 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Niekas nepasirinkta', |
||||
noneResultsText: 'Niekas nesutapo su {0}', |
||||
countSelectedText: function (numSelected, numTotal) { |
||||
return (numSelected == 1) ? "{0} elementas pasirinktas" : "{0} elementai(-ų) pasirinkta"; |
||||
}, |
||||
maxOptionsText: function (numAll, numGroup) { |
||||
return [ |
||||
(numAll == 1) ? 'Pasiekta riba ({n} elementas daugiausiai)' : 'Riba pasiekta ({n} elementai(-ų) daugiausiai)', |
||||
(numGroup == 1) ? 'Grupės riba pasiekta ({n} elementas daugiausiai)' : 'Grupės riba pasiekta ({n} elementai(-ų) daugiausiai)' |
||||
]; |
||||
}, |
||||
selectAllText: 'Pasirinkti visus', |
||||
deselectAllText: 'Atmesti visus', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Niekas nepasirinkta",noneResultsText:"Niekas nesutapo su {0}",countSelectedText:function(a,b){return 1==a?"{0} elementas pasirinktas":"{0} elementai(-ų) pasirinkta"},maxOptionsText:function(a,b){return[1==a?"Pasiekta riba ({n} elementas daugiausiai)":"Riba pasiekta ({n} elementai(-ų) daugiausiai)",1==b?"Grupės riba pasiekta ({n} elementas daugiausiai)":"Grupės riba pasiekta ({n} elementai(-ų) daugiausiai)"]},selectAllText:"Pasirinkti visus",deselectAllText:"Atmesti visus",multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,44 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Ingen valgt', |
||||
noneResultsText: 'Søket gir ingen treff {0}', |
||||
countSelectedText: function (numSelected, numTotal) { |
||||
return (numSelected == 1) ? "{0} alternativ valgt" : "{0} alternativer valgt"; |
||||
}, |
||||
maxOptionsText: function (numAll, numGroup) { |
||||
return [ |
||||
(numAll == 1) ? 'Grense nådd (maks {n} valg)' : 'Grense nådd (maks {n} valg)', |
||||
(numGroup == 1) ? 'Grense for grupper nådd (maks {n} grupper)' : 'Grense for grupper nådd (maks {n} grupper)' |
||||
]; |
||||
}, |
||||
selectAllText: 'Merk alle', |
||||
deselectAllText: 'Fjern alle', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Ingen valgt",noneResultsText:"Søket gir ingen treff {0}",countSelectedText:function(a,b){return 1==a?"{0} alternativ valgt":"{0} alternativer valgt"},maxOptionsText:function(a,b){return["Grense nådd (maks {n} valg)","Grense for grupper nådd (maks {n} grupper)"]},selectAllText:"Merk alle",deselectAllText:"Fjern alle",multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,35 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Niets geselecteerd', |
||||
noneResultsText: 'Geen resultaten gevonden voor {0}', |
||||
countSelectedText: '{0} van {1} geselecteerd', |
||||
maxOptionsText: ['Limiet bereikt ({n} {var} max)', 'Groep limiet bereikt ({n} {var} max)', ['items', 'item']], |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Niets geselecteerd",noneResultsText:"Geen resultaten gevonden voor {0}",countSelectedText:"{0} van {1} geselecteerd",maxOptionsText:["Limiet bereikt ({n} {var} max)","Groep limiet bereikt ({n} {var} max)",["items","item"]],multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,37 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Nic nie zaznaczono', |
||||
noneResultsText: 'Brak wyników wyszukiwania {0}', |
||||
countSelectedText: 'Zaznaczono {0} z {1}', |
||||
maxOptionsText: ['Osiągnięto limit ({n} {var} max)', 'Limit grupy osiągnięty ({n} {var} max)', ['elementy', 'element']], |
||||
selectAll: 'Zaznacz wszystkie', |
||||
deselectAll: 'Odznacz wszystkie', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nic nie zaznaczono",noneResultsText:"Brak wyników wyszukiwania {0}",countSelectedText:"Zaznaczono {0} z {1}",maxOptionsText:["Osiągnięto limit ({n} {var} max)","Limit grupy osiągnięty ({n} {var} max)",["elementy","element"]],selectAll:"Zaznacz wszystkie",deselectAll:"Odznacz wszystkie",multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,35 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Nada selecionado', |
||||
noneResultsText: 'Nada encontrado contendo {0}', |
||||
countSelectedText: 'Selecionado {0} de {1}', |
||||
maxOptionsText: ['Limite excedido (máx. {n} {var})', 'Limite do grupo excedido (máx. {n} {var})', ['itens', 'item']], |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nada selecionado",noneResultsText:"Nada encontrado contendo {0}",countSelectedText:"Selecionado {0} de {1}",maxOptionsText:["Limite excedido (máx. {n} {var})","Limite do grupo excedido (máx. {n} {var})",["itens","item"]],multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,35 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Nenhum seleccionado', |
||||
noneResultsText: 'Sem resultados contendo {0}', |
||||
countSelectedText: 'Selecionado {0} de {1}', |
||||
maxOptionsText: ['Limite ultrapassado (máx. {n} {var})', 'Limite de seleções ultrapassado (máx. {n} {var})', ['itens', 'item']], |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nenhum seleccionado",noneResultsText:"Sem resultados contendo {0}",countSelectedText:"Selecionado {0} de {1}",maxOptionsText:["Limite ultrapassado (máx. {n} {var})","Limite de seleções ultrapassado (máx. {n} {var})",["itens","item"]],multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,35 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Nu a fost selectat nimic', |
||||
noneResultsText: 'Nu exista niciun rezultat {0}', |
||||
countSelectedText: '{0} din {1} selectat(e)', |
||||
maxOptionsText: ['Limita a fost atinsa ({n} {var} max)', 'Limita de grup a fost atinsa ({n} {var} max)', ['iteme', 'item']], |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nu a fost selectat nimic",noneResultsText:"Nu exista niciun rezultat {0}",countSelectedText:"{0} din {1} selectat(e)",maxOptionsText:["Limita a fost atinsa ({n} {var} max)","Limita de grup a fost atinsa ({n} {var} max)",["iteme","item"]],multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,36 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Ничего не выбрано', |
||||
noneResultsText: 'Совпадений не найдено {0}', |
||||
countSelectedText: 'Выбрано {0} из {1}', |
||||
maxOptionsText: ['Достигнут предел ({n} {var} максимум)', 'Достигнут предел в группе ({n} {var} максимум)', ['items', 'item']], |
||||
doneButtonText: 'Закрыть', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Ничего не выбрано",noneResultsText:"Совпадений не найдено {0}",countSelectedText:"Выбрано {0} из {1}",maxOptionsText:["Достигнут предел ({n} {var} максимум)","Достигнут предел в группе ({n} {var} максимум)",["items","item"]],doneButtonText:"Закрыть",multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,37 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Vyberte zo zoznamu', |
||||
noneResultsText: 'Pre výraz {0} neboli nájdené žiadne výsledky', |
||||
countSelectedText: 'Vybrané {0} z {1}', |
||||
maxOptionsText: ['Limit prekročený ({n} {var} max)', 'Limit skupiny prekročený ({n} {var} max)', ['položiek', 'položka']], |
||||
selectAllText: 'Vybrať všetky', |
||||
deselectAllText: 'Zrušiť výber', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Vyberte zo zoznamu",noneResultsText:"Pre výraz {0} neboli nájdené žiadne výsledky",countSelectedText:"Vybrané {0} z {1}",maxOptionsText:["Limit prekročený ({n} {var} max)","Limit skupiny prekročený ({n} {var} max)",["položiek","položka"]],selectAllText:"Vybrať všetky",deselectAllText:"Zrušiť výber",multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,44 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Nič izbranega', |
||||
noneResultsText: 'Ni zadetkov za {0}', |
||||
countSelectedText: function (numSelected, numTotal) { |
||||
"Število izbranih: {0}"; |
||||
}, |
||||
maxOptionsText: function (numAll, numGroup) { |
||||
return [ |
||||
'Omejitev dosežena (max. izbranih: {n})', |
||||
'Omejitev skupine dosežena (max. izbranih: {n})' |
||||
]; |
||||
}, |
||||
selectAllText: 'Izberi vse', |
||||
deselectAllText: 'Počisti izbor', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nič izbranega",noneResultsText:"Ni zadetkov za {0}",countSelectedText:function(a,b){"Število izbranih: {0}"},maxOptionsText:function(a,b){return["Omejitev dosežena (max. izbranih: {n})","Omejitev skupine dosežena (max. izbranih: {n})"]},selectAllText:"Izberi vse",deselectAllText:"Počisti izbor",multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,44 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Inget valt', |
||||
noneResultsText: 'Inget sökresultat matchar {0}', |
||||
countSelectedText: function (numSelected, numTotal) { |
||||
return (numSelected === 1) ? "{0} alternativ valt" : "{0} alternativ valda"; |
||||
}, |
||||
maxOptionsText: function (numAll, numGroup) { |
||||
return [ |
||||
'Gräns uppnåd (max {n} alternativ)', |
||||
'Gräns uppnåd (max {n} gruppalternativ)' |
||||
]; |
||||
}, |
||||
selectAllText: 'Markera alla', |
||||
deselectAllText: 'Avmarkera alla', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Inget valt",noneResultsText:"Inget sökresultat matchar {0}",countSelectedText:function(a,b){return 1===a?"{0} alternativ valt":"{0} alternativ valda"},maxOptionsText:function(a,b){return["Gräns uppnåd (max {n} alternativ)","Gräns uppnåd (max {n} gruppalternativ)"]},selectAllText:"Markera alla",deselectAllText:"Avmarkera alla",multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,44 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Hiçbiri seçilmedi', |
||||
noneResultsText: 'Hiçbir sonuç bulunamadı {0}', |
||||
countSelectedText: function (numSelected, numTotal) { |
||||
return (numSelected == 1) ? "{0} öğe seçildi" : "{0} öğe seçildi"; |
||||
}, |
||||
maxOptionsText: function (numAll, numGroup) { |
||||
return [ |
||||
(numAll == 1) ? 'Limit aşıldı (maksimum {n} sayıda öğe )' : 'Limit aşıldı (maksimum {n} sayıda öğe)', |
||||
(numGroup == 1) ? 'Grup limiti aşıldı (maksimum {n} sayıda öğe)' : 'Grup limiti aşıldı (maksimum {n} sayıda öğe)' |
||||
]; |
||||
}, |
||||
selectAllText: 'Tümünü Seç', |
||||
deselectAllText: 'Seçiniz', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Hiçbiri seçilmedi",noneResultsText:"Hiçbir sonuç bulunamadı {0}",countSelectedText:function(a,b){return"{0} öğe seçildi"},maxOptionsText:function(a,b){return[1==a?"Limit aşıldı (maksimum {n} sayıda öğe )":"Limit aşıldı (maksimum {n} sayıda öğe)","Grup limiti aşıldı (maksimum {n} sayıda öğe)"]},selectAllText:"Tümünü Seç",deselectAllText:"Seçiniz",multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,35 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: 'Нічого не вибрано', |
||||
noneResultsText: 'Збігів не знайдено {0}', |
||||
countSelectedText: 'Вибрано {0} із {1}', |
||||
maxOptionsText: ['Досягнута межа ({n} {var} максимум)', 'Досягнута межа в групі ({n} {var} максимум)', ['items', 'item']], |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Нічого не вибрано",noneResultsText:"Збігів не знайдено {0}",countSelectedText:"Вибрано {0} із {1}",maxOptionsText:["Досягнута межа ({n} {var} максимум)","Досягнута межа в групі ({n} {var} максимум)",["items","item"]],multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,35 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: '没有选中任何项', |
||||
noneResultsText: '没有找到匹配项', |
||||
countSelectedText: '选中{1}中的{0}项', |
||||
maxOptionsText: ['超出限制 (最多选择{n}项)', '组选择超出限制(最多选择{n}组)'], |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"没有选中任何项",noneResultsText:"没有找到匹配项",countSelectedText:"选中{1}中的{0}项",maxOptionsText:["超出限制 (最多选择{n}项)","组选择超出限制(最多选择{n}组)"],multipleSeparator:", "}}(a)}); |
||||
@ -0,0 +1,37 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
|
||||
(function (root, factory) { |
||||
if (typeof define === 'function' && define.amd) { |
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) { |
||||
return (factory(a0)); |
||||
}); |
||||
} else if (typeof exports === 'object') { |
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery")); |
||||
} else { |
||||
factory(jQuery); |
||||
} |
||||
}(this, function (jQuery) { |
||||
|
||||
(function ($) { |
||||
$.fn.selectpicker.defaults = { |
||||
noneSelectedText: '沒有選取任何項目', |
||||
noneResultsText: '沒有找到符合的結果', |
||||
countSelectedText: '已經選取{0}個項目', |
||||
maxOptionsText: ['超過限制 (最多選擇{n}項)', '超過限制(最多選擇{n}組)'], |
||||
selectAllText: '選取全部', |
||||
deselectAllText: '全部取消', |
||||
multipleSeparator: ', ' |
||||
}; |
||||
})(jQuery); |
||||
|
||||
|
||||
})); |
||||
@ -0,0 +1,7 @@ |
||||
/*! |
||||
* Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
|
||||
* |
||||
* Copyright 2013-2016 bootstrap-select |
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/ |
||||
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"沒有選取任何項目",noneResultsText:"沒有找到符合的結果",countSelectedText:"已經選取{0}個項目",maxOptionsText:["超過限制 (最多選擇{n}項)","超過限制(最多選擇{n}組)"],selectAllText:"選取全部",deselectAllText:"全部取消",multipleSeparator:", "}}(a)}); |
||||
@ -1,279 +0,0 @@ |
||||
{% extends "base.html" %} |
||||
{#{% block content %}#} |
||||
|
||||
|
||||
{#{% endblock %}#} |
||||
{% block content %} |
||||
<div class="container mainScore"> |
||||
<div class="row"> |
||||
<div class="col-lg-12"> |
||||
<p class="titleScore">{{ object }}</p> |
||||
</div> |
||||
<div class="doneBlock disTab"> |
||||
<div class="triangle1"></div> |
||||
<div class="col-lg-4"> |
||||
<a href="#" class="aLinkExe"><div class="imgExecutor"> |
||||
<img src="img/profile.jpg" alt="execitor-image"> |
||||
</div></a> |
||||
<p class="nameExecutor"> |
||||
<a href="#">{{ object.get_full_name }}</a> |
||||
</p> |
||||
<p class="navv2">На сайте {{ object.user.created }}</p> |
||||
<ul class="rettList restList3"> |
||||
<li> |
||||
<a href="javascript:void(0)">Отзывы: |
||||
<span> + 385</span> |
||||
<small> 0</small> |
||||
<mark> - 0</mark> |
||||
</a> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
<div class="col-lg-3 col-lg-offset-1"> |
||||
<div class="dashedCol4 dashedCol44 dashedColColor"> |
||||
<p class="specUser"> |
||||
Специализации: |
||||
</p> |
||||
|
||||
<div class="insetSpec"> |
||||
<span>Интерьеры</span> |
||||
</div> |
||||
<div class="insetSpec"> |
||||
<span>Визуализация/3D</span> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="col-lg-4 retts"> |
||||
<ul class="desListPro"> |
||||
<li> |
||||
13.0.2016 |
||||
</li> |
||||
<li> |
||||
Техническое сопровождение |
||||
</li> |
||||
</ul> |
||||
<div class="sroUser sroExecutor sroPro"> |
||||
<div class="iconSRO"></div> |
||||
<p>Есть допуск СРО</p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="infoProjectBlock disTab"> |
||||
<div class="triangle2"></div> |
||||
<div class="col-lg-10 col-lg-offset-1"> |
||||
<ul class="listProjectIn"> |
||||
<li> |
||||
<span>Местоположение:</span> Россия, Москва |
||||
</li> |
||||
<li> |
||||
<span>Классификация здания:</span> Коттедж |
||||
</li> |
||||
<li> |
||||
<span>Вид строительства:</span> Новое |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
<div class="col-lg-10 col-lg-offset-1"> |
||||
<p class="textProIn"> |
||||
{{ object.text }} |
||||
</p> |
||||
</div> |
||||
<div class="col-lg-10 col-lg-offset-1"> |
||||
<a href="javascript:void(0)" class="linkProIn linkProIn1"> |
||||
Редактировать |
||||
</a> |
||||
<a href="javascript:void(0)" class="linkProIn linkProIn2"> |
||||
снять с публикачии |
||||
</a> |
||||
</div> |
||||
</div> |
||||
<div class="exBigBlock disTab"> |
||||
<div class="col-lg-12"> |
||||
<p class="titleEx">Исполнители</p> |
||||
</div> |
||||
<div class="col-lg-12 exButton"> |
||||
<div class="btn-group" role="group" aria-label="..."> |
||||
<button type="button" class="btn btn-default"> |
||||
Новые <span>+7</span> |
||||
</button> |
||||
<button type="button" class="btn btn-default"> |
||||
Кандидаты <span>7</span> |
||||
</button> |
||||
<button type="button" class="btn btn-default"> |
||||
Отказал <span>7</span> |
||||
</button> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="col-lg-12 compareBlock"> |
||||
<div class="col-lg-2 col-lg-offset-5"> |
||||
<p>Сравнить кандидатов</p> |
||||
</div> |
||||
</div> |
||||
{% if perms.projects.add_answer %} |
||||
|
||||
<h4>Оставить ответ</h4> |
||||
<form method="post" action=""> |
||||
{{ form.errors }} |
||||
{% csrf_token %} |
||||
|
||||
{% for field in form %} |
||||
<div class="row"> |
||||
{{ field.label }} |
||||
{{ field }} |
||||
</div> |
||||
{% endfor %} |
||||
<input type="submit" value="Создать" /> |
||||
</form> |
||||
{% endif %} |
||||
<div class="col-lg-12 exNew"> |
||||
<p>Новые исполнители</p> |
||||
</div> |
||||
<div class="candidateBlock disTab"> |
||||
|
||||
{% for answer in object.answers.all %} |
||||
<div class="candidate"> |
||||
<div class="col-lg-4"> |
||||
<a href="#" class="aLinkExe"><div class="imgExecutor"> |
||||
<img src="img/profile.jpg" alt="execitor-image"> |
||||
</div></a> |
||||
<p class="nameExecutor"> |
||||
<a href="#">Иванов Петр Иванович [ivanov_petr]</a> |
||||
</p> |
||||
<p class="navv2">На сайте 8 лет и 3 месяца</p> |
||||
<div class="statusUser">Свободен</div> |
||||
</div> |
||||
<div class="col-lg-3 retts"> |
||||
<ul class="rettList restList2"> |
||||
<li>Рейтинг: <span> 1245</span></li> |
||||
<li>Безопасные сделки: <span> 5</span></li> |
||||
<li> |
||||
<a href="javascript:void(0)">Отзывы: |
||||
<span> + 385</span> |
||||
<small> 0</small> |
||||
<mark> - 0</mark> |
||||
</a> |
||||
</li> |
||||
</ul> |
||||
<div class="sroUser sroExecutor"> |
||||
<div class="iconSRO"></div> |
||||
<p>Есть допуск СРО</p> |
||||
</div> |
||||
</div> |
||||
<div class="col-lg-2 listCens"> |
||||
<p>Цена: |
||||
<span> {{ answer.cost }}</span> |
||||
<i class="fa fa-rub"></i> |
||||
</p> |
||||
<p> |
||||
Срок: <span>{{ answer.term }} {{ answer.term_type }}</span> |
||||
</p> |
||||
<p>Опубликован:{{ answer.created }}</p> |
||||
</div> |
||||
<div class="col-lg-3 retts"> |
||||
<a href="javascript:void(0)" class="candLink candLink1"> |
||||
Кандидат |
||||
</a> |
||||
<a href="javascript:void(0)" class="candLink candLink2"> |
||||
предложить проект |
||||
</a> |
||||
<a href="javascript:void(0)" class="candLink candLink3"> |
||||
отказ |
||||
</a> |
||||
</div> |
||||
<div class="gallMini disTab"> |
||||
<div class="col-lg-3"> |
||||
<div class="insetCol box-sizing disTab"> |
||||
<div class="imgGal"> |
||||
<div class="imgFigure"></div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="col-lg-3"> |
||||
<div class="insetCol box-sizing disTab"> |
||||
<div class="imgGal"> |
||||
<div class="imgFigure"></div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="col-lg-3"> |
||||
<div class="insetCol box-sizing disTab"> |
||||
<div class="imgGal"> |
||||
<div class="imgFigure"></div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="col-lg-3"> |
||||
<div class="insetCol box-sizing disTab"> |
||||
<div class="imgGal"> |
||||
<div class="imgFigure"></div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="commBlock44 disTab"> |
||||
<div class="comm44 disTab"> |
||||
<div class="col-lg-10 col-lg-offset-1"> |
||||
<p class="nameComm"> |
||||
Иванов Петр Иванович |
||||
</p> |
||||
<span class="dateComm44"> |
||||
13.0.2016 / 21:05 |
||||
</span> |
||||
<div class="stars box-sizing"> |
||||
<span class="glyphicon glyphicon-star starAct" aria-hidden="true"></span> |
||||
<span class="glyphicon glyphicon-star starAct" aria-hidden="true"></span> |
||||
<span class="glyphicon glyphicon-star starAct" aria-hidden="true"></span> |
||||
<span class="glyphicon glyphicon-star" aria-hidden="true"></span> |
||||
<span class="glyphicon glyphicon-star" aria-hidden="true"></span> |
||||
</div> |
||||
<p class="textComm44"> |
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean euismod bibendum laoreet. Proin gravida dolor sit amet lacus accumsan et viverra justo commodo. Proin sodales pulvinar tempor. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nam fermentum, nulla luctus pharetra vulputate, felis tellus mollis orci, sed rhoncus sapien nunc eget odio. |
||||
</p> |
||||
</div> |
||||
</div> |
||||
<div class="comm44 disTab"> |
||||
<div class="col-lg-10 col-lg-offset-1"> |
||||
<p class="nameComm nameCommAct"> |
||||
Иванов Петр Иванович |
||||
</p> |
||||
<span class="dateComm44"> |
||||
13.0.2016 / 21:05 |
||||
</span> |
||||
<p class="textComm44"> |
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean euismod bibendum laoreet. Proin gravida dolor sit amet lacus accumsan et viverra justo commodo. Proin sodales pulvinar tempor. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nam fermentum, nulla luctus pharetra vulputate, felis tellus mollis orci, sed rhoncus sapien nunc eget odio. |
||||
</p> |
||||
<a href="javascript:void(0)" class="answerComm"> |
||||
Ответить |
||||
</a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{% endfor %} |
||||
</div> |
||||
<div class="col-lg-12 pagin"> |
||||
<nav> |
||||
<ul class="pagination"> |
||||
<li> |
||||
<a href="#" aria-label="Previous"> |
||||
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> |
||||
</a> |
||||
</li> |
||||
<li class="active"><a href="#">1</a></li> |
||||
<li><a href="#">2</a></li> |
||||
<li><a href="#">3</a></li> |
||||
<li><a href="#">4</a></li> |
||||
<li><a href="#">5</a></li> |
||||
<li>...</li> |
||||
<li><a href="#">17</a></li> |
||||
<li> |
||||
<a href="#" aria-label="Next"> |
||||
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> |
||||
</a> |
||||
</li> |
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
|
||||
{% endblock %} |
||||
@ -1,4 +1,4 @@ |
||||
{% extends "base.html" %} |
||||
{% extends 'partials/base.html' %} |
||||
{% block content %} |
||||
{{ object }} |
||||
{% endblock %} |
||||
|
||||
@ -1,25 +0,0 @@ |
||||
{% load staticfiles %} |
||||
|
||||
<!doctype html> |
||||
<html ng-app='app'> |
||||
<head> |
||||
<meta charset='utf-8'> |
||||
<meta http-equiv='X-UA-Compatible' content='IE=edge, chrome=1'> |
||||
<meta name='viewport' content='width=device-width, initial-scale=1'> |
||||
<meta name='viewport' content='initial-scale=1.0, user-scalable=no, maximum-scale=1'> |
||||
<title></title> |
||||
|
||||
<style>[ng-cloak] {display: none !important}</style> <!-- Prevent Angular from displaying unrendered template expressions --> |
||||
|
||||
<!--<link rel='stylesheet' href='/assets/css/style.css'>--> |
||||
</head> |
||||
|
||||
<body> |
||||
{% block content %}{% endblock %} |
||||
|
||||
<!--<script src='/assets/lib/lodash/lodash.js'></script> |
||||
<script src='/assets/lib/lodash/lodash.fp.js'></script>--> |
||||
<script src='{% static 'lib/angular/angular.js' %}'></script> |
||||
<script src='{% static 'index.js' %}'></script> |
||||
</body> |
||||
</html> |
||||
@ -1 +0,0 @@ |
||||
{% extends 'base2.html' %} |
||||
@ -1,133 +0,0 @@ |
||||
{% load staticfiles %} |
||||
<!DOCTYPE html> |
||||
<html lang="ru"> |
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
<title>Archilance</title> |
||||
|
||||
<link rel="stylesheet" href="{% static 'css/bootstrap.css' %}"> |
||||
<link rel="stylesheet" href="{% static 'css/font-awesome.min.css' %}"> |
||||
<link rel="stylesheet" href="{% static 'css/reset.css' %}"> |
||||
<link rel="stylesheet" href="{% static 'css/main.css' %}"> |
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.10.0/css/bootstrap-select.min.css"> |
||||
<link rel="stylesheet" href="{% static 'css/swiper.min.css' %}"> |
||||
<!--[if lt IE 9]> |
||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
||||
<![endif]--> |
||||
</head> |
||||
<body> |
||||
<div class="wrTop disTab"> |
||||
<div class="container-fluid topMain"> |
||||
<div class="row"> |
||||
<div class="col-lg-3"> |
||||
<div class="logo" onClick="window.location='/'"></div> |
||||
</div> |
||||
<div class="col-lg-7"> |
||||
<ul class="mainMenu"> |
||||
<li> |
||||
<a href="{% url 'projects:list' %}">Биржа проектов</a> |
||||
</li> |
||||
|
||||
<li class="officeList"> |
||||
{% if user.is_contractor %} |
||||
<a href="{% url 'users:contractor-view' user.id %}">Мой офис</a> |
||||
{% elif user.is_customer %} |
||||
<a href="{% url 'users:customer-view' user.id %}">Мой офис</a> |
||||
{% endif %} |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
<div class="col-lg-2"> |
||||
<div class="imgProfile"></div> |
||||
<div class="infoProfile disTab"> |
||||
<div class="btn-group" role="group"> |
||||
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" |
||||
aria-haspopup="true" aria-expanded="false"> |
||||
<span class="glyphicon glyphicon-menu-hamburger" aria-hidden="true"></span> |
||||
</button> |
||||
<ul class="dropdown-menu"> |
||||
<li><a href="{% url 'auth_login' %}">Войти заказчиком</a></li> |
||||
<li><a href="{% url 'auth_login' %}">Войти исполнителем</a></li> |
||||
<li><a href="#">Сообщения</a></li> |
||||
<li><a href="#">Счет</a></li> |
||||
<li><a href="#">Настройки</a></li> |
||||
<li><a href="#">FAQ</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
<div class="rating"> |
||||
<div class="ratingInset"></div> |
||||
<div class="iconRating"></div> |
||||
</div> |
||||
<p class="ratingPer">45%</p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="container mainScore"> |
||||
<div class="row"> |
||||
{% block content %} |
||||
|
||||
{% endblock %} |
||||
<footer class="disTab"> |
||||
<div class="col-lg-4"> |
||||
<div class="logoF" onclick="window.location='/'"></div> |
||||
<div class="linksSoc box-sizing disTab"> |
||||
<a href="https://www.facebook.com/" target="_blank"></a> |
||||
<a href="https://twitter.com/" target="_blank"></a> |
||||
<a href="https://plus.google.com/" target="_blank"></a> |
||||
<a href="http://vk.com/" target="_blank"></a> |
||||
<a href="https://www.youtube.com/" target="_blank"></a> |
||||
</div> |
||||
<p class="copy-rights">© 2016 archilance.ru</p> |
||||
</div> |
||||
<div class="col-lg-3 col-lg-offset-2 listF1"> |
||||
<p>Профиль</p> |
||||
<ul> |
||||
<li> |
||||
<a href="javascript:void(0)">Войти</a> |
||||
</li> |
||||
<li> |
||||
<a href="javascript:void(0)">Регистрация</a> |
||||
</li> |
||||
<li> |
||||
<a href="javascript:void(0)">Востановить доступ</a> |
||||
</li> |
||||
<li> |
||||
<a href="javascript:void(0)">Опубликовать проект</a> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
<div class="col-lg-3 listF1"> |
||||
<p>О сайте</p> |
||||
<ul> |
||||
<li> |
||||
<a href="javascript:void(0)">Помощь</a> |
||||
</li> |
||||
<li> |
||||
<a href="javascript:void(0)">Правила сайта</a> |
||||
</li> |
||||
<li> |
||||
<a href="javascript:void(0)">Команда</a> |
||||
</li> |
||||
<li> |
||||
<a href="javascript:void(0)">FAQ</a> |
||||
</li> |
||||
<li> |
||||
<a href="javascript:void(0)">Контакты</a> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
</footer> |
||||
</div> |
||||
</div> |
||||
<script src="{% static 'js/jquery-2.2.3.min.js' %}"></script> |
||||
<script src="{% static 'js/bootstrap.min.js' %}"></script> |
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.10.0/js/bootstrap-select.min.js"></script> |
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.10.0/js/i18n/defaults-*.min.js"></script> |
||||
<script src="{% static 'js/main.js' %}"></script> |
||||
{% block js_block %} {% endblock %} |
||||
</body> |
||||
</html> |
||||
@ -1,84 +0,0 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="ru"> |
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
<title>Archilance</title> |
||||
<link rel="stylesheet" href="css/reset.css"> |
||||
<link rel="stylesheet" href="css/main.css"> |
||||
<link rel="stylesheet" href="css/bootstrap.css"> |
||||
<!--[if lt IE 9]> |
||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
||||
<![endif]--> |
||||
</head> |
||||
<body> |
||||
<section class="mainContainer"> |
||||
<div class="wrTop"> |
||||
<div class="container-fluid topMain"> |
||||
<div class="row"> |
||||
<div class="col-lg-3"> |
||||
<div class="logo" onClick="window.location='/'"></div> |
||||
</div> |
||||
<div class="col-lg-7"> |
||||
<ul class="mainMenu"> |
||||
<li class="icon_tm1"> |
||||
<a href="javascript:void(0)">Биржа проектов</a> |
||||
<span></span> |
||||
</li> |
||||
<li class="icon_tm2"> |
||||
<a href="javascript:void(0)">Поиск исполнителей</a> |
||||
<span></span> |
||||
</li> |
||||
<li class="icon_tm3"> |
||||
<a href="javascript:void(0)">Работы на продажу</a> |
||||
<span></span> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
<div class="col-lg-2"> |
||||
<a href="javascript:void(0)" class="reg">регистрация</a> |
||||
<div class="lock"></div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="container-fluid"> |
||||
<div class="row"> |
||||
<p class="welcomeMain">Основная задача сайта</p> |
||||
</div> |
||||
</div> |
||||
<div class="container-fluid"> |
||||
<div class="row"> |
||||
<div class="col-lg-6"> |
||||
<div class="changeBlock changeBlock1"> |
||||
<a href="javascript:void(0)">Я исполнитель</a> |
||||
<p> |
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean euismod bibendum laoreet. Proin gravida dolor sit amet lacus accumsan et viverra justo commodo. |
||||
</p> |
||||
</div> |
||||
<div class="square"> |
||||
<div class="insetSquare"></div> |
||||
</div> |
||||
</div> |
||||
<div class="col-lg-6"> |
||||
<div class="changeBlock changeBlock2"> |
||||
<a href="javascript:void(0)">Я исполнитель</a> |
||||
<p> |
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean euismod bibendum laoreet. Proin gravida dolor sit amet lacus accumsan et viverra justo commodo. |
||||
</p> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="container-fluid"> |
||||
<div class="row"> |
||||
<div class="youtube"></div> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
<script src="js/jquery-2.2.3.min.js"></script> |
||||
<script src="js/bootstrap.min.js"></script> |
||||
<script src="js/main.js"></script> |
||||
</body> |
||||
</html> |
||||
@ -0,0 +1,34 @@ |
||||
{% load staticfiles %} |
||||
|
||||
<!doctype html> |
||||
<html ng-app='app'> |
||||
<head> |
||||
<meta charset='utf-8'> |
||||
<meta http-equiv='X-UA-Compatible' content='IE=edge, chrome=1'> |
||||
<meta name='viewport' content='width=device-width, initial-scale=1'> |
||||
<!--<meta name='viewport' content='initial-scale=1.0, user-scalable=no, maximum-scale=1'>--> |
||||
|
||||
<title>Archilance</title> |
||||
|
||||
<!-- Prevent Angular from displaying unrendered template expressions: --> |
||||
<style>[ng-cloak] {display: none !important}</style> |
||||
|
||||
<link rel='stylesheet' href='{% static "css/bootstrap.css" %}'> |
||||
<link rel='stylesheet' href='{% static "css/font-awesome.min.css" %}'> |
||||
<link rel='stylesheet' href='{% static "css/reset.css" %}'> |
||||
<link rel='stylesheet' href='{% static "lib/bootstrap-select/css/bootstrap-select.css" %}'> |
||||
<link rel='stylesheet' href='{% static "css/swiper.min.css" %}'> |
||||
|
||||
<link rel='stylesheet' href='{% static "css/main.css" %}'> |
||||
</head> |
||||
|
||||
<body> |
||||
{% block content %}{% endblock %} |
||||
|
||||
<script src='{% static "js/jquery-2.2.3.min.js" %}'></script> |
||||
<script src='{% static "js/bootstrap.min.js" %}'></script> |
||||
<script src='{% static "lib/bootstrap-select/js/bootstrap-select.js" %}'></script> |
||||
|
||||
<script src='{% static "js/main.js" %}'></script> |
||||
</body> |
||||
</html> |
||||
@ -1,5 +0,0 @@ |
||||
import xlrd |
||||
rb = xlrd.open_workbook('data.xlsx') |
||||
sheet = rb.sheet_by_index(0) |
||||
for rx in range(sheet.nrows): |
||||
print(sheet.row(rx)) |
||||
Loading…
Reference in new issue