├── COPYING.txt
├── README.md
├── README.txt
├── changelog.txt
├── front
├── assets
│ ├── assets.php
│ ├── cart_manuf.php
│ ├── cart_quant.php
│ ├── comp_cat.php
│ ├── comp_cpu.php
│ ├── comp_manuf.php
│ ├── comp_os.php
│ ├── comp_ticket.php
│ ├── consumables.php
│ ├── global_assets.php
│ ├── global_tickets.php
│ ├── index.php
│ ├── mon_manuf.php
│ ├── mon_model.php
│ ├── net_manuf.php
│ ├── net_model.php
│ ├── perip_manuf.php
│ ├── perip_model.php
│ ├── phone_manuf.php
│ ├── phone_model.php
│ ├── phone_report.php
│ ├── phone_status.php
│ ├── phone_tipo.php
│ ├── printer_manuf.php
│ ├── printer_model.php
│ ├── soft_install.php
│ └── soft_manuf.php
├── build
│ ├── build.less
│ └── build_standalone.less
├── config.php
├── css
│ ├── bootstrap-dialog.min.css
│ ├── bootstrap-overrides.css
│ ├── bootstrap-responsive.css
│ ├── bootstrap-theme.css
│ ├── bootstrap.css
│ ├── bootstrap.css.map
│ ├── compiled
│ │ └── index.css
│ ├── custom.css
│ ├── dashboard.css
│ ├── datepicker.css
│ ├── elements.css
│ ├── font-awesome-animation.min.css
│ ├── font-awesome.css
│ ├── highcharts.css
│ ├── icons.css
│ ├── index-style-dark.css
│ ├── index-style-default.css
│ ├── index-style-glpi.css
│ ├── index-style-graphite.css
│ ├── index-style-material.css
│ ├── index-style-nature.css
│ ├── index-style-trans.css
│ ├── jquery-picklist.css
│ ├── jquery-ui-1.10.4.custom.min.css
│ ├── layout.css
│ ├── lib
│ │ └── jquery-ui-1.10.2.custom.css
│ ├── material.min.css
│ ├── odometer.css
│ ├── responsive.less
│ ├── skin-dark.css
│ ├── skin-default.css
│ ├── skin-glpi.css
│ ├── skin-graphite.css
│ ├── skin-material.css
│ ├── skin-nature.css
│ ├── skin-trans.css
│ ├── style-dark.css
│ ├── style-dash.css
│ ├── style-default.css
│ ├── style-glpi.css
│ ├── style-graphite.css
│ ├── style-material.css
│ ├── style-nature.css
│ ├── style-trans.css
│ ├── styled.css
│ ├── styles.css
│ └── yamm.css
├── fonts
│ ├── FontAwesome.otf
│ ├── fontawesome-webfont.eot
│ ├── fontawesome-webfont.svg
│ ├── fontawesome-webfont.ttf
│ ├── fontawesome-webfont.woff
│ ├── fontawesome-webfont.woff2
│ ├── fonts.css
│ ├── glyphicons-halflings-regular.eot
│ ├── glyphicons-halflings-regular.svg
│ ├── glyphicons-halflings-regular.ttf
│ ├── glyphicons-halflings-regular.woff
│ └── glyphicons-halflings-regular.woff2
├── graphs
│ ├── ativos.php
│ ├── categorias.php
│ ├── entidades.php
│ ├── geral.php
│ ├── geral_mes.php
│ ├── graf_categoria.php
│ ├── graf_entidade.php
│ ├── graf_grupo.php
│ ├── graf_localidade.php
│ ├── graf_tech.php
│ ├── graf_tecnico.php
│ ├── graf_tipo.php
│ ├── graf_usuario.php
│ ├── grupos.php
│ ├── inc
│ │ ├── grafbar_age_group.inc.php
│ │ ├── grafbar_age_tech.inc.php
│ │ ├── grafbar_age_tecnico.inc.php
│ │ ├── grafbar_age_tipo.inc.php
│ │ ├── grafbar_ativo_mes.inc.php
│ │ ├── grafbar_cat.inc.php
│ │ ├── grafbar_cat_mes.inc.php
│ │ ├── grafbar_cat_tec.inc.php
│ │ ├── grafbar_cat_user.inc.php
│ │ ├── grafbar_ent.inc.php
│ │ ├── grafbar_ent_mes.inc.php
│ │ ├── grafbar_grupo_geral.inc.php
│ │ ├── grafbar_grupo_geral_mes.inc.php
│ │ ├── grafbar_grupo_index.inc.php
│ │ ├── grafbar_grupo_mes.inc.php
│ │ ├── grafbar_loc.inc.php
│ │ ├── grafbar_local.inc.php
│ │ ├── grafbar_oltsa_mes.inc.php
│ │ ├── grafbar_oltsr_mes.inc.php
│ │ ├── grafbar_sat_tec.inc.php
│ │ ├── grafbar_setedias.inc.php
│ │ ├── grafbar_sla_mes.inc.php
│ │ ├── grafbar_sltsa_mes.inc.php
│ │ ├── grafbar_sltsr_mes.inc.php
│ │ ├── grafbar_tec_mes.inc.php
│ │ ├── grafbar_ticket_day.inc.php
│ │ ├── grafbar_ticket_hour.inc.php
│ │ ├── grafbar_ticket_month.inc.php
│ │ ├── grafbar_user_grupo.inc.php
│ │ ├── grafbar_user_mes.inc.php
│ │ ├── grafbar_user_tipo.inc.php
│ │ ├── grafcat_ent.inc.php
│ │ ├── grafcat_geral.inc.php
│ │ ├── grafcat_geral_mes.inc.php
│ │ ├── grafcat_grupo.inc.php
│ │ ├── grafcat_loc.inc.php
│ │ ├── grafcat_tec.inc.php
│ │ ├── grafcat_tipo.inc.php
│ │ ├── grafcat_user.inc.php
│ │ ├── grafcol_last.inc.php
│ │ ├── grafcol_sat_tec.inc.php
│ │ ├── grafcol_time_grupo.inc.php
│ │ ├── grafcol_time_tec.inc.php
│ │ ├── grafcol_tipo_geral.inc.php
│ │ ├── grafcol_tipo_geral_mes.inc.php
│ │ ├── grafent_geral.inc.php
│ │ ├── grafent_geral_mes.inc.php
│ │ ├── graflinhas_cat.inc.php
│ │ ├── graflinhas_ent.inc.php
│ │ ├── graflinhas_grupo.inc.php
│ │ ├── graflinhas_loc.inc.php
│ │ ├── graflinhas_sat_cham.inc.php
│ │ ├── graflinhas_sat_geral.inc.php
│ │ ├── graflinhas_sat_geral_mes.inc.php
│ │ ├── graflinhas_tec.inc.php
│ │ ├── graflinhas_tipo.inc.php
│ │ ├── graflinhas_user.inc.php
│ │ ├── grafpie_efic.inc.php
│ │ ├── grafpie_index.inc.php
│ │ ├── grafpie_origem.inc.php
│ │ ├── grafpie_origem_mes.inc.php
│ │ ├── grafpie_origem_tech.inc.php
│ │ ├── grafpie_origem_tecnico.inc.php
│ │ ├── grafpie_prio_group.inc.php
│ │ ├── grafpie_prio_tech.inc.php
│ │ ├── grafpie_prio_tecnico.inc.php
│ │ ├── grafpie_prio_tipo.inc.php
│ │ ├── grafpie_stat_cat.inc.php
│ │ ├── grafpie_stat_ent.inc.php
│ │ ├── grafpie_stat_geral.inc.php
│ │ ├── grafpie_stat_geral_mes.inc.php
│ │ ├── grafpie_stat_grupo.inc.php
│ │ ├── grafpie_stat_loc.inc.php
│ │ ├── grafpie_stat_tec.inc.php
│ │ ├── grafpie_stat_tipo.inc.php
│ │ ├── grafpie_stat_user.inc.php
│ │ ├── grafpie_time_geral.inc.php
│ │ ├── grafpie_time_geral_mes.inc.php
│ │ ├── grafpie_time_grupo.inc.php
│ │ ├── grafpie_time_tech.inc.php
│ │ ├── grafpie_time_tecnico.inc.php
│ │ ├── grafpie_time_tipo.inc.php
│ │ ├── grafpie_tipo_cat.inc.php
│ │ ├── grafpie_tipo_ent.inc.php
│ │ ├── grafpie_tipo_grupo.inc.php
│ │ ├── grafpie_tipo_loc.inc.php
│ │ ├── grafpie_tipo_tec.inc.php
│ │ ├── grafpie_tipo_user.inc.php
│ │ └── index
│ │ │ ├── grafbar_age.inc.php
│ │ │ ├── grafbar_cat_mes_index.inc.php
│ │ │ ├── grafcol_setedias.inc.php
│ │ │ ├── graflinhas_index_sel.inc.php
│ │ │ ├── grafpie_index.inc.php
│ │ │ ├── grafpie_stat_geral.inc.php
│ │ │ ├── grafpie_time.inc.php
│ │ │ └── spark.inc.php
│ ├── local.php
│ ├── oltsa.php
│ ├── oltsr.php
│ ├── satisfacao.php
│ ├── slas.php
│ ├── sltsa.php
│ ├── sltsr.php
│ ├── tecnicos.php
│ ├── times.php
│ └── usuarios.php
├── img
│ ├── back.jpg
│ ├── bg1.jpg
│ ├── bg10.jpg
│ ├── bg11.jpg
│ ├── bg2.jpg
│ ├── bg3.jpg
│ ├── bg4.jpg
│ ├── bg5.jpg
│ ├── bg6.jpg
│ ├── bg7.jpg
│ ├── bg8.jpg
│ ├── bg9.jpg
│ ├── blank.gif
│ ├── blank1.gif
│ ├── cartridges.jpg
│ ├── clean-s.png
│ ├── clean-t.png
│ ├── close.png
│ ├── cloud.mp4
│ ├── computer.jpg
│ ├── consumables.jpg
│ ├── dark-s.png
│ ├── dark-t.png
│ ├── darkt-s.png
│ ├── darkt-t.png
│ ├── dash.ico
│ ├── default-s.png
│ ├── default-t.png
│ ├── defaultc-s.png
│ ├── defaultc-t.png
│ ├── device.jpg
│ ├── down.png
│ ├── down1.png
│ ├── down2.png
│ ├── downa.png
│ ├── global.jpg
│ ├── glpi-s.png
│ ├── glpi-t.png
│ ├── glyphicons-halflings-white.png
│ ├── glyphicons-halflings.png
│ ├── graphite-s.png
│ ├── graphite-t.png
│ ├── ico-arrow-black.png
│ ├── ico-gallery-edit.png
│ ├── ico-table-delete.png
│ ├── ico-table-edit.png
│ ├── ico-table-new.png
│ ├── logo-glpi-login-b.png
│ ├── logo_big.png
│ ├── material-s.png
│ ├── material-t.png
│ ├── monitor.jpg
│ ├── nature-s.png
│ ├── nature-t.png
│ ├── network.jpg
│ ├── paypal.png
│ ├── phone.jpg
│ ├── printer.jpg
│ ├── reset.png
│ ├── s.png
│ ├── s0.png
│ ├── s1.png
│ ├── s2.png
│ ├── s3.png
│ ├── s4.png
│ ├── s5.png
│ ├── sand-s.png
│ ├── sand-t.png
│ ├── server.jpg
│ ├── settings.png
│ ├── settingsb.png
│ ├── settingsm.png
│ ├── sm-bg.jpg
│ ├── sm-bg1.jpg
│ ├── sm-bg10.jpg
│ ├── sm-bg11.jpg
│ ├── sm-bg2.jpg
│ ├── sm-bg3.jpg
│ ├── sm-bg4.jpg
│ ├── sm-bg5.jpg
│ ├── sm-bg6.jpg
│ ├── sm-bg7.jpg
│ ├── sm-bg8.jpg
│ ├── sm-bg9.jpg
│ ├── software.jpg
│ ├── star-d.png
│ ├── star.png
│ ├── stars
│ │ ├── star1_22.png
│ │ ├── star2_22.png
│ │ ├── star3_22.png
│ │ ├── star4_22.png
│ │ ├── star5_22.png
│ │ └── star_22.png
│ ├── table-img.png
│ ├── trans-s.png
│ ├── trans-t.png
│ ├── up.png
│ ├── up1.png
│ ├── user.png
│ └── user1.png
├── inc
│ ├── changelog.php
│ ├── del.php
│ ├── functions.php
│ ├── html2pdf
│ │ ├── _LGPL.txt
│ │ ├── _changelog.txt
│ │ ├── _class
│ │ │ ├── exception.class.php
│ │ │ ├── locale.class.php
│ │ │ ├── myPdf.class.php
│ │ │ ├── parsingCss.class.php
│ │ │ ├── parsingHtml.class.php
│ │ │ └── tcpdfConfig.php
│ │ ├── _lisez_moi.txt
│ │ ├── _read_me.txt
│ │ ├── _tcpdf_5.0.002
│ │ │ ├── .giosavernNLnn
│ │ │ ├── 2dbarcodes.php
│ │ │ ├── CHANGELOG.TXT
│ │ │ ├── LICENSE.TXT
│ │ │ ├── README.TXT
│ │ │ ├── barcodes.php
│ │ │ ├── cache
│ │ │ │ ├── chapter_demo_1.txt
│ │ │ │ ├── chapter_demo_2.txt
│ │ │ │ ├── table_data_demo.txt
│ │ │ │ └── utf8test.txt
│ │ │ ├── config
│ │ │ │ ├── lang
│ │ │ │ │ ├── bra.php
│ │ │ │ │ ├── eng.php
│ │ │ │ │ ├── ger.php
│ │ │ │ │ └── ita.php
│ │ │ │ ├── tcpdf_config.php
│ │ │ │ └── tcpdf_config_alt.php
│ │ │ ├── doc
│ │ │ │ └── read_me.txt
│ │ │ ├── examples
│ │ │ │ └── read_me.txt
│ │ │ ├── fonts
│ │ │ │ ├── README.TXT
│ │ │ │ ├── ZarBold.ctg.z
│ │ │ │ ├── ZarBold.z
│ │ │ │ ├── almohanad.ctg.z
│ │ │ │ ├── almohanad.php
│ │ │ │ ├── almohanad.z
│ │ │ │ ├── arialunicid0.php
│ │ │ │ ├── courier.php
│ │ │ │ ├── dejavu-fonts-ttf-2.30
│ │ │ │ │ ├── AUTHORS
│ │ │ │ │ ├── BUGS
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── NEWS
│ │ │ │ │ ├── README
│ │ │ │ │ ├── langcover.txt
│ │ │ │ │ ├── status.txt
│ │ │ │ │ └── unicover.txt
│ │ │ │ ├── dejavusans.ctg.z
│ │ │ │ ├── dejavusans.php
│ │ │ │ ├── dejavusans.z
│ │ │ │ ├── dejavusansb.ctg.z
│ │ │ │ ├── dejavusansb.php
│ │ │ │ ├── dejavusansb.z
│ │ │ │ ├── dejavusansbi.ctg.z
│ │ │ │ ├── dejavusansbi.php
│ │ │ │ ├── dejavusansbi.z
│ │ │ │ ├── dejavusanscondensed.ctg.z
│ │ │ │ ├── dejavusanscondensed.php
│ │ │ │ ├── dejavusanscondensed.z
│ │ │ │ ├── dejavusanscondensedb.ctg.z
│ │ │ │ ├── dejavusanscondensedb.php
│ │ │ │ ├── dejavusanscondensedb.z
│ │ │ │ ├── dejavusanscondensedbi.ctg.z
│ │ │ │ ├── dejavusanscondensedbi.php
│ │ │ │ ├── dejavusanscondensedbi.z
│ │ │ │ ├── dejavusanscondensedi.ctg.z
│ │ │ │ ├── dejavusanscondensedi.php
│ │ │ │ ├── dejavusanscondensedi.z
│ │ │ │ ├── dejavusansi.ctg.z
│ │ │ │ ├── dejavusansi.php
│ │ │ │ ├── dejavusansi.z
│ │ │ │ ├── dejavusansmono.ctg.z
│ │ │ │ ├── dejavusansmono.php
│ │ │ │ ├── dejavusansmono.z
│ │ │ │ ├── dejavusansmonob.ctg.z
│ │ │ │ ├── dejavusansmonob.php
│ │ │ │ ├── dejavusansmonob.z
│ │ │ │ ├── dejavusansmonobi.ctg.z
│ │ │ │ ├── dejavusansmonobi.php
│ │ │ │ ├── dejavusansmonobi.z
│ │ │ │ ├── dejavusansmonoi.ctg.z
│ │ │ │ ├── dejavusansmonoi.php
│ │ │ │ ├── dejavusansmonoi.z
│ │ │ │ ├── dejavuserif.ctg.z
│ │ │ │ ├── dejavuserif.php
│ │ │ │ ├── dejavuserif.z
│ │ │ │ ├── dejavuserifb.ctg.z
│ │ │ │ ├── dejavuserifb.php
│ │ │ │ ├── dejavuserifb.z
│ │ │ │ ├── dejavuserifbi.ctg.z
│ │ │ │ ├── dejavuserifbi.php
│ │ │ │ ├── dejavuserifbi.z
│ │ │ │ ├── dejavuserifcondensed.ctg.z
│ │ │ │ ├── dejavuserifcondensed.php
│ │ │ │ ├── dejavuserifcondensed.z
│ │ │ │ ├── dejavuserifcondensedb.ctg.z
│ │ │ │ ├── dejavuserifcondensedb.php
│ │ │ │ ├── dejavuserifcondensedb.z
│ │ │ │ ├── dejavuserifcondensedbi.ctg.z
│ │ │ │ ├── dejavuserifcondensedbi.php
│ │ │ │ ├── dejavuserifcondensedbi.z
│ │ │ │ ├── dejavuserifcondensedi.ctg.z
│ │ │ │ ├── dejavuserifcondensedi.php
│ │ │ │ ├── dejavuserifcondensedi.z
│ │ │ │ ├── dejavuserifi.ctg.z
│ │ │ │ ├── dejavuserifi.php
│ │ │ │ ├── dejavuserifi.z
│ │ │ │ ├── freefont-20090104
│ │ │ │ │ ├── AUTHORS
│ │ │ │ │ ├── COPYING
│ │ │ │ │ ├── CREDITS
│ │ │ │ │ ├── ChangeLog
│ │ │ │ │ ├── INSTALL
│ │ │ │ │ └── README
│ │ │ │ ├── freemono.ctg.z
│ │ │ │ ├── freemono.php
│ │ │ │ ├── freemono.z
│ │ │ │ ├── freemonob.ctg.z
│ │ │ │ ├── freemonob.php
│ │ │ │ ├── freemonob.z
│ │ │ │ ├── freemonobi.ctg.z
│ │ │ │ ├── freemonobi.php
│ │ │ │ ├── freemonobi.z
│ │ │ │ ├── freemonoi.ctg.z
│ │ │ │ ├── freemonoi.php
│ │ │ │ ├── freemonoi.z
│ │ │ │ ├── freesans.ctg.z
│ │ │ │ ├── freesans.php
│ │ │ │ ├── freesans.z
│ │ │ │ ├── freesansb.ctg.z
│ │ │ │ ├── freesansb.php
│ │ │ │ ├── freesansb.z
│ │ │ │ ├── freesansbi.ctg.z
│ │ │ │ ├── freesansbi.php
│ │ │ │ ├── freesansbi.z
│ │ │ │ ├── freesansi.ctg.z
│ │ │ │ ├── freesansi.php
│ │ │ │ ├── freesansi.z
│ │ │ │ ├── freeserif.ctg.z
│ │ │ │ ├── freeserif.php
│ │ │ │ ├── freeserif.z
│ │ │ │ ├── freeserifb.ctg.z
│ │ │ │ ├── freeserifb.php
│ │ │ │ ├── freeserifb.z
│ │ │ │ ├── freeserifbi.ctg.z
│ │ │ │ ├── freeserifbi.php
│ │ │ │ ├── freeserifbi.z
│ │ │ │ ├── freeserifi.ctg.z
│ │ │ │ ├── freeserifi.php
│ │ │ │ ├── freeserifi.z
│ │ │ │ ├── helvetica.php
│ │ │ │ ├── helveticab.php
│ │ │ │ ├── helveticabi.php
│ │ │ │ ├── helveticai.php
│ │ │ │ ├── hysmyeongjostdmedium.php
│ │ │ │ ├── kozgopromedium.php
│ │ │ │ ├── kozminproregular.php
│ │ │ │ ├── msungstdlight.php
│ │ │ │ ├── stsongstdlight.php
│ │ │ │ ├── symbol.php
│ │ │ │ ├── times.php
│ │ │ │ ├── timesb.php
│ │ │ │ ├── timesbi.php
│ │ │ │ ├── timesi.php
│ │ │ │ ├── uni2cid_ac15.php
│ │ │ │ ├── uni2cid_ag15.php
│ │ │ │ ├── uni2cid_aj16.php
│ │ │ │ ├── uni2cid_ak12.php
│ │ │ │ ├── utils
│ │ │ │ │ ├── README.TXT
│ │ │ │ │ ├── enc
│ │ │ │ │ │ ├── cp1250.map
│ │ │ │ │ │ ├── cp1251.map
│ │ │ │ │ │ ├── cp1252.map
│ │ │ │ │ │ ├── cp1253.map
│ │ │ │ │ │ ├── cp1254.map
│ │ │ │ │ │ ├── cp1255.map
│ │ │ │ │ │ ├── cp1257.map
│ │ │ │ │ │ ├── cp1258.map
│ │ │ │ │ │ ├── cp874.map
│ │ │ │ │ │ ├── iso-8859-1.map
│ │ │ │ │ │ ├── iso-8859-11.map
│ │ │ │ │ │ ├── iso-8859-15.map
│ │ │ │ │ │ ├── iso-8859-16.map
│ │ │ │ │ │ ├── iso-8859-2.map
│ │ │ │ │ │ ├── iso-8859-4.map
│ │ │ │ │ │ ├── iso-8859-5.map
│ │ │ │ │ │ ├── iso-8859-7.map
│ │ │ │ │ │ ├── iso-8859-9.map
│ │ │ │ │ │ ├── koi8-r.map
│ │ │ │ │ │ └── koi8-u.map
│ │ │ │ │ ├── freetype6.dll
│ │ │ │ │ ├── makeallttffonts.php
│ │ │ │ │ ├── makefont.php
│ │ │ │ │ ├── pfm2afm
│ │ │ │ │ ├── pfm2afm.exe
│ │ │ │ │ ├── src
│ │ │ │ │ │ ├── pfm2afm-src.tar.gz
│ │ │ │ │ │ ├── readme.txt
│ │ │ │ │ │ └── ttf2ufm-src.tar.gz
│ │ │ │ │ ├── ttf2ufm
│ │ │ │ │ ├── ttf2ufm.exe
│ │ │ │ │ └── zlib1.dll
│ │ │ │ ├── zapfdingbats.php
│ │ │ │ └── zarbold.php
│ │ │ ├── htmlcolors.php
│ │ │ ├── images
│ │ │ │ └── read_me.txt
│ │ │ ├── qrcode.php
│ │ │ ├── tcpdf.crt
│ │ │ ├── tcpdf.fdf
│ │ │ ├── tcpdf.php
│ │ │ └── unicode_data.php
│ │ ├── html2pdf.class.php
│ │ └── locale
│ │ │ ├── ca.csv
│ │ │ ├── cs.csv
│ │ │ ├── da.csv
│ │ │ ├── de.csv
│ │ │ ├── en.csv
│ │ │ ├── es.csv
│ │ │ ├── fr.csv
│ │ │ ├── it.csv
│ │ │ ├── nl.csv
│ │ │ ├── pt.csv
│ │ │ └── tr.csv
│ ├── notifica.php
│ ├── select2
│ │ ├── i18n
│ │ │ ├── af.js
│ │ │ ├── ar.js
│ │ │ ├── az.js
│ │ │ ├── bg.js
│ │ │ ├── bs.js
│ │ │ ├── ca.js
│ │ │ ├── cs.js
│ │ │ ├── da.js
│ │ │ ├── de.js
│ │ │ ├── dsb.js
│ │ │ ├── el.js
│ │ │ ├── en.js
│ │ │ ├── es.js
│ │ │ ├── et.js
│ │ │ ├── eu.js
│ │ │ ├── fa.js
│ │ │ ├── fi.js
│ │ │ ├── fr.js
│ │ │ ├── gl.js
│ │ │ ├── he.js
│ │ │ ├── hi.js
│ │ │ ├── hr.js
│ │ │ ├── hsb.js
│ │ │ ├── hu.js
│ │ │ ├── hy.js
│ │ │ ├── id.js
│ │ │ ├── is.js
│ │ │ ├── it.js
│ │ │ ├── ja.js
│ │ │ ├── km.js
│ │ │ ├── ko.js
│ │ │ ├── lt.js
│ │ │ ├── lv.js
│ │ │ ├── mk.js
│ │ │ ├── ms.js
│ │ │ ├── nb.js
│ │ │ ├── nl.js
│ │ │ ├── pl.js
│ │ │ ├── ps.js
│ │ │ ├── pt-BR.js
│ │ │ ├── pt.js
│ │ │ ├── ro.js
│ │ │ ├── ru.js
│ │ │ ├── sk.js
│ │ │ ├── sl.js
│ │ │ ├── sr-Cyrl.js
│ │ │ ├── sr.js
│ │ │ ├── sv.js
│ │ │ ├── th.js
│ │ │ ├── tr.js
│ │ │ ├── uk.js
│ │ │ ├── vi.js
│ │ │ ├── zh-CN.js
│ │ │ └── zh-TW.js
│ │ ├── select2.css
│ │ └── select2.js
│ └── update.php
├── index.php
├── index1.php
├── index2.php
├── info.php
├── js
│ ├── bootstrap-datepicker.js
│ ├── bootstrap-dialog.min.js
│ ├── bootstrap-dropdown.js
│ ├── bootstrap-switch.js
│ ├── bootstrap.min.js
│ ├── core.js
│ ├── excanvas.min.js
│ ├── export-csv.js
│ ├── extensions
│ │ ├── Buttons
│ │ │ ├── css
│ │ │ │ ├── buttons.bootstrap.css
│ │ │ │ ├── buttons.bootstrap.min.css
│ │ │ │ ├── buttons.dataTables.css
│ │ │ │ ├── buttons.dataTables.min.css
│ │ │ │ ├── buttons.jqueryui.css
│ │ │ │ ├── buttons.jqueryui.min.css
│ │ │ │ ├── common.scss
│ │ │ │ └── mixins.scss
│ │ │ ├── js
│ │ │ │ ├── buttons.bootstrap.js
│ │ │ │ ├── buttons.bootstrap.min.js
│ │ │ │ ├── buttons.colVis.js
│ │ │ │ ├── buttons.colVis.min.js
│ │ │ │ ├── buttons.html5.js
│ │ │ │ ├── buttons.html5.min.js
│ │ │ │ ├── buttons.jqueryui.js
│ │ │ │ ├── buttons.jqueryui.min.js
│ │ │ │ ├── buttons.print.js
│ │ │ │ ├── buttons.print.min.js
│ │ │ │ ├── dataTables.buttons.js
│ │ │ │ └── dataTables.buttons.min.js
│ │ │ └── swf
│ │ │ │ └── flashExport.swf
│ │ ├── FixedHeader
│ │ │ ├── css
│ │ │ │ ├── fixedHeader.bootstrap.min.css
│ │ │ │ └── fixedHeader.dataTables.min.css
│ │ │ └── js
│ │ │ │ └── dataTables.fixedHeader.min.js
│ │ └── Select
│ │ │ ├── css
│ │ │ ├── select.bootstrap.css
│ │ │ ├── select.bootstrap.min.css
│ │ │ ├── select.dataTables.css
│ │ │ ├── select.dataTables.min.css
│ │ │ ├── select.jqueryui.css
│ │ │ └── select.jqueryui.min.css
│ │ │ └── js
│ │ │ ├── dataTables.select.js
│ │ │ └── dataTables.select.min.js
│ ├── gauge.js
│ ├── highcharts-3d.js
│ ├── highcharts-export-clientside
│ │ ├── .gitignore
│ │ └── highcharts-export-clientside.js
│ ├── highcharts-more.js
│ ├── highcharts.js
│ ├── jquery-1.11.1.min.js
│ ├── jquery-1.11.3.min.js
│ ├── jquery-picklist.js
│ ├── jquery-ui-1.10.2.custom.min.js
│ ├── jquery-ui.min.js
│ ├── jquery.accordion.js
│ ├── jquery.address-1.6.min.js
│ ├── jquery.easy-pie-chart.js
│ ├── jquery.flot.js
│ ├── jquery.flot.pie.min.js
│ ├── jquery.flot.resize.js
│ ├── jquery.flot.stack.js
│ ├── jquery.flot.valuelabels.js
│ ├── jquery.jclock.js
│ ├── jquery.js
│ ├── jquery.knob.js
│ ├── jquery.min.js
│ ├── jquery.ui.widget.js
│ ├── justgage.1.0.1.min.js
│ ├── lib
│ │ ├── canvg.js
│ │ ├── canvg.src.js
│ │ ├── jspdf.js
│ │ ├── jspdf.src.js
│ │ ├── rgbcolor.js
│ │ ├── rgbcolor.src.js
│ │ ├── svg2pdf.js
│ │ └── svg2pdf.src.js
│ ├── locales
│ │ ├── bootstrap-datepicker.bg.js
│ │ ├── bootstrap-datepicker.ca.js
│ │ ├── bootstrap-datepicker.cs.js
│ │ ├── bootstrap-datepicker.da.js
│ │ ├── bootstrap-datepicker.de.js
│ │ ├── bootstrap-datepicker.el.js
│ │ ├── bootstrap-datepicker.es.js
│ │ ├── bootstrap-datepicker.fi.js
│ │ ├── bootstrap-datepicker.fr.js
│ │ ├── bootstrap-datepicker.he.js
│ │ ├── bootstrap-datepicker.hr.js
│ │ ├── bootstrap-datepicker.id.js
│ │ ├── bootstrap-datepicker.is.js
│ │ ├── bootstrap-datepicker.it.js
│ │ ├── bootstrap-datepicker.ja.js
│ │ ├── bootstrap-datepicker.kr.js
│ │ ├── bootstrap-datepicker.lt.js
│ │ ├── bootstrap-datepicker.lv.js
│ │ ├── bootstrap-datepicker.ms.js
│ │ ├── bootstrap-datepicker.nb.js
│ │ ├── bootstrap-datepicker.nl.js
│ │ ├── bootstrap-datepicker.pl.js
│ │ ├── bootstrap-datepicker.pt-BR.js
│ │ ├── bootstrap-datepicker.pt.js
│ │ ├── bootstrap-datepicker.ro.js
│ │ ├── bootstrap-datepicker.rs-latin.js
│ │ ├── bootstrap-datepicker.rs.js
│ │ ├── bootstrap-datepicker.ru.js
│ │ ├── bootstrap-datepicker.sk.js
│ │ ├── bootstrap-datepicker.sl.js
│ │ ├── bootstrap-datepicker.sv.js
│ │ ├── bootstrap-datepicker.sw.js
│ │ ├── bootstrap-datepicker.th.js
│ │ ├── bootstrap-datepicker.tr.js
│ │ ├── bootstrap-datepicker.uk.js
│ │ ├── bootstrap-datepicker.zh-CN.js
│ │ └── bootstrap-datepicker.zh-TW.js
│ ├── material.min.js
│ ├── media
│ │ ├── css
│ │ │ ├── dataTables.bootstrap.css
│ │ │ ├── jquery.dataTables.css
│ │ │ └── jquery.dataTables_themeroller.css
│ │ ├── images
│ │ │ ├── Sorting icons.psd
│ │ │ ├── favicon.ico
│ │ │ ├── sort_asc.png
│ │ │ ├── sort_asc_disabled.png
│ │ │ ├── sort_both.png
│ │ │ ├── sort_desc.png
│ │ │ └── sort_desc_disabled.png
│ │ ├── js
│ │ │ ├── dataTables.bootstrap.js
│ │ │ └── jquery.dataTables.min.js
│ │ ├── jszip.min.js
│ │ ├── pdfmake.min.js
│ │ ├── sum().js
│ │ └── vfs_fonts.js
│ ├── menu.js
│ ├── modules
│ │ ├── accessibility.js
│ │ ├── accessibility.js.map
│ │ ├── annotations.js
│ │ ├── annotations.js.map
│ │ ├── boost-canvas.js
│ │ ├── boost-canvas.js.map
│ │ ├── boost.js
│ │ ├── boost.js.map
│ │ ├── boost.src.js
│ │ ├── broken-axis.js
│ │ ├── broken-axis.js.map
│ │ ├── bullet.js
│ │ ├── bullet.js.map
│ │ ├── data.js
│ │ ├── data.js.map
│ │ ├── drag-panes.js
│ │ ├── drag-panes.js.map
│ │ ├── drilldown.js
│ │ ├── drilldown.js.map
│ │ ├── export-data.js
│ │ ├── export-data.js.map
│ │ ├── exporting.js
│ │ ├── exporting.js.map
│ │ ├── funnel.js
│ │ ├── funnel.js.map
│ │ ├── gantt.js
│ │ ├── gantt.js.map
│ │ ├── grid-axis.js
│ │ ├── grid-axis.js.map
│ │ ├── heatmap.js
│ │ ├── heatmap.js.map
│ │ ├── histogram-bellcurve.js
│ │ ├── histogram-bellcurve.js.map
│ │ ├── item-series.js
│ │ ├── item-series.js.map
│ │ ├── no-data-to-display.js
│ │ ├── no-data-to-display.js.map
│ │ ├── offline-exporting.js
│ │ ├── offline-exporting.js.map
│ │ ├── oldie.js
│ │ ├── oldie.js.map
│ │ ├── overlapping-datalabels.js
│ │ ├── overlapping-datalabels.js.map
│ │ ├── parallel-coordinates.js
│ │ ├── parallel-coordinates.js.map
│ │ ├── pareto.js
│ │ ├── pareto.js.map
│ │ ├── sankey.js
│ │ ├── sankey.js.map
│ │ ├── series-label.js
│ │ ├── series-label.js.map
│ │ ├── solid-gauge.js
│ │ ├── solid-gauge.js.map
│ │ ├── static-scale.js
│ │ ├── static-scale.js.map
│ │ ├── stock.js
│ │ ├── stock.js.map
│ │ ├── streamgraph.js
│ │ ├── streamgraph.js.map
│ │ ├── sunburst.js
│ │ ├── sunburst.js.map
│ │ ├── tilemap.js
│ │ ├── tilemap.js.map
│ │ ├── treemap.js
│ │ ├── treemap.js.map
│ │ ├── treemap.src.js
│ │ ├── variable-pie.js
│ │ ├── variable-pie.js.map
│ │ ├── variwide.js
│ │ ├── variwide.js.map
│ │ ├── vector.js
│ │ ├── vector.js.map
│ │ ├── windbarb.js
│ │ ├── windbarb.js.map
│ │ ├── wordcloud.js
│ │ ├── wordcloud.js.map
│ │ ├── xrange-series.js
│ │ ├── xrange.js
│ │ └── xrange.js.map
│ ├── odometer.js
│ ├── plot.css
│ ├── raphael.2.1.0.min.js
│ ├── scripts.js
│ ├── skin.js
│ ├── smoothness
│ │ ├── .htaccess
│ │ ├── images
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ ├── ui-icons_454545_256x240.png
│ │ │ ├── ui-icons_888888_256x240.png
│ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ └── jquery-ui-1.9.2.custom.css
│ ├── sorttable.js
│ ├── theme-options.js
│ ├── theme.js
│ ├── themes
│ │ ├── avocado.js
│ │ ├── avocado.js.map
│ │ ├── dark-unica.js
│ │ ├── dark-unica.js.map
│ │ ├── gray.js
│ │ ├── gray.js.map
│ │ ├── grid-light.js
│ │ ├── grid-light.js.map
│ │ ├── grid.js
│ │ ├── grid.js.map
│ │ ├── sand-signika.js
│ │ ├── sand-signika.js.map
│ │ ├── skies.js
│ │ ├── skies.js.map
│ │ ├── sunset.js
│ │ └── sunset.js.map
│ └── widgets.js
├── less
│ ├── .htaccess
│ ├── datepicker.lessxx
│ ├── variables.less
│ └── variables1.less
├── lib
│ ├── ie9.css
│ ├── sweet-alert.css
│ ├── sweet-alert.html
│ ├── sweet-alert.min.js
│ └── sweet-alert.scss
├── main.php
├── main2.php
├── map
│ ├── css
│ │ ├── MarkerCluster.Default.css
│ │ ├── MarkerCluster.css
│ │ ├── google_api.css
│ │ ├── images
│ │ │ ├── green1.png
│ │ │ ├── layers-2x.png
│ │ │ ├── layers.png
│ │ │ ├── marker-icon-2x.png
│ │ │ ├── marker-icon.png
│ │ │ ├── marker-shadow.png
│ │ │ └── red1.png
│ │ ├── leaflet-beautify-marker-icon.css
│ │ ├── leaflet.css
│ │ ├── screen.css
│ │ └── style.css
│ ├── images
│ │ ├── 0-32.png
│ │ ├── 0.png
│ │ ├── 1.png
│ │ ├── 2.png
│ │ ├── 3-32.png
│ │ ├── 3.png
│ │ ├── green-marker.png
│ │ ├── green1.png
│ │ ├── red-marker.png
│ │ └── red1.png
│ ├── index.php
│ ├── insert_coord.php
│ ├── js
│ │ ├── leaflet-beautify-marker-icon.js
│ │ ├── leaflet-src.js
│ │ ├── leaflet.js
│ │ ├── leaflet.markercluster-src.js
│ │ └── markerclusterer.js
│ ├── map_key.php
│ └── map_loc.php
├── metrics
│ ├── chart.js
│ ├── controlfrog-plugins.js
│ ├── controlfrog.css
│ ├── controlfrog.css-border
│ ├── controlfrog.js
│ ├── easypiechart.js
│ ├── gauge.js
│ ├── grafbar_grupo.inc.php
│ ├── grafpie_origem.inc.php
│ ├── grafpie_stat_geral.inc.php
│ ├── grafpie_time_geral.inc.php
│ ├── grafpie_tipo.inc.php
│ ├── index.php
│ ├── indexb.php
│ ├── indexw.php
│ ├── jquery-sparkline.js
│ ├── jquery.easypiechart.js
│ ├── jquery.min.js
│ ├── metrics.inc.php
│ ├── metrics_ent.inc.php
│ ├── metrics_grp.inc.php
│ ├── moment.js
│ ├── reload.js
│ ├── reload_param.js
│ ├── select_ent.php
│ └── select_grupo.php
├── reports
│ ├── manufac.js
│ ├── manufac.php
│ ├── model.js
│ ├── model.php
│ ├── rel_assets.php
│ ├── rel_categoria.php
│ ├── rel_categoria_sons.php
│ ├── rel_categorias.php
│ ├── rel_custo_ent.php
│ ├── rel_custo_loc.php
│ ├── rel_custo_req.php
│ ├── rel_custo_tec.php
│ ├── rel_data.php
│ ├── rel_entidade.php
│ ├── rel_entidades.php
│ ├── rel_grupo.php
│ ├── rel_grupo_req.php
│ ├── rel_grupo_tec.php
│ ├── rel_grupos.php
│ ├── rel_localidade.php
│ ├── rel_localidades.php
│ ├── rel_oltsa.php
│ ├── rel_oltsas.php
│ ├── rel_oltsr.php
│ ├── rel_oltsrs.php
│ ├── rel_projects.php
│ ├── rel_projecttasks.php
│ ├── rel_satisfacao.php
│ ├── rel_sint.php
│ ├── rel_sint_all.php
│ ├── rel_sint_all_pdf.php
│ ├── rel_sint_ent.php
│ ├── rel_sint_ent_pdf.php
│ ├── rel_sint_grp.php
│ ├── rel_sint_req.php
│ ├── rel_sint_req_pdf.php
│ ├── rel_sint_tec.php
│ ├── rel_sint_tec_pdf.php
│ ├── rel_sla.php
│ ├── rel_slas.php
│ ├── rel_sltsa.php
│ ├── rel_sltsas.php
│ ├── rel_sltsr.php
│ ├── rel_sltsrs.php
│ ├── rel_tarefa.php
│ ├── rel_tarefa_cham.php
│ ├── rel_tarefa_cham_group.php
│ ├── rel_task_ent.php
│ ├── rel_task_req.php
│ ├── rel_tecnico.php
│ ├── rel_tecnicos.php
│ ├── rel_tickets.php
│ ├── rel_tickets1.php
│ └── rel_usuario.php
├── sh
│ ├── a404.html
│ ├── config1.php
│ ├── df.php
│ ├── index.html
│ ├── issue.php
│ ├── load.php
│ ├── main.php
│ ├── media.php
│ ├── mem.php
│ ├── template.php
│ ├── traf.php
│ ├── upload.php
│ └── uptime.php
├── sounds
│ ├── new_ticket.mp3
│ ├── new_ticket.ogg
│ ├── novo_chamado.mp3
│ └── novo_chamado.ogg
└── tickets
│ ├── cham_entidades.php
│ ├── cham_grupos.php
│ ├── chamados.php
│ ├── select_ent.php
│ ├── select_grupo.php
│ ├── tickets.php
│ ├── tickets_ent.php
│ └── tickets_group.php
├── hook.php
├── inc
└── config.class.php
├── locales
├── cs_CZ.mo
├── cs_CZ.po
├── de_DE.mo
├── de_DE.po
├── en_GB.mo
├── en_GB.po
├── en_US.mo
├── en_US.po
├── es_ES.mo
├── es_ES.po
├── fr_FR.mo
├── fr_FR.po
├── hr_HR.po
├── it_IT.mo
├── it_IT.po
├── pl_PL.mo
├── pl_PL.po
├── pt_BR.mo
├── pt_BR.po
├── pt_PT.mo
├── pt_PT.po
├── ru_RU.mo
└── ru_RU.po
└── setup.php
/README.md:
--------------------------------------------------------------------------------
1 | # Atenção:
2 | # Com o lançamento do GLPI 10 este plugin será descontinuado.
3 | Mais informações em:
4 |
5 | https://glpi-project.org/
6 |
7 | https://glpi10.com/
8 |
9 |
10 | # Attention:
11 | # With the release of GLPI 10 this plugin will be discontinued.
12 | More info:
13 |
14 | https://glpi-project.org/
15 |
16 | https://glpi10.com/
17 |
18 |
19 |
20 |
21 | # Dashboard
22 |
23 |
24 | 1 - Proceder a instalação como a de um plugin qualquer, descompactando o arquivo e copiando a pasta para a pasta plugins no servidor de GLPI.
25 |
26 | 2 - Na interface do GLPI acessar Configurar -> Plugins e efetuar a instalação.
27 |
28 | 3 - Acessar no menu do GLPI: Plugins -> Dashboard
29 |
30 |
31 | #############################################################
32 |
33 |
34 | 1 - Perform the installation as any plugin, unzipping the file and copying the folder to the plugins folder in GLPI server.
35 |
36 | 2 - In the GLPI interface to access Setup -> Plugins for installation.
37 |
38 | 3 - Get in GLPI Menu: Plugins -> Dashboard
39 |
40 |
41 | ##############################################################
42 |
43 | 
44 |
--------------------------------------------------------------------------------
/README.txt:
--------------------------------------------------------------------------------
1 |
2 | 1 - Proceder a instalação como a de um plugin qualquer, descompactando o arquivo e copiando a pasta para a pasta plugins no servidor de GLPI.
3 |
4 | 2 - Na interface do GLPI acessar Configurar -> Plugins e efetuar a instalação.
5 |
6 | 3 - Acessar no menu do GLPI: Plugins -> Dashboard
7 |
8 |
9 | #############################################################
10 |
11 |
12 | 1 - Perform the installation as any plugin, unzipping the file and copying the folder to the plugins folder in GLPI server.
13 |
14 | 2 - In the GLPI interface to access Setup -> Plugins for installation.
15 |
16 | 3 - Get in GLPI Menu: Plugins -> Dashboard
17 |
18 |
19 | ##############################################################
20 |
21 | contact: stevenesdonato@gmail.com
22 |
--------------------------------------------------------------------------------
/changelog.txt:
--------------------------------------------------------------------------------
1 | Versão 0.9.9:
2 |
3 | - GLPI 9.4.x
4 |
5 | - tempo de solução > 7 dias em métricas
6 | - Correção de bugs diversos;
7 |
8 |
9 |
10 | Version 0.9.9:
11 |
12 | - GLPI 9.4.x
13 |
14 |
15 | - Fix minor bugs;
16 |
17 |
--------------------------------------------------------------------------------
/front/assets/index.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
7 | (http://www.acko.net/blog/ufpdf). That version has been further
8 | modified by Ulrich Telle for use with the wxWidgets component
9 | wxPdfDocument.
10 |
11 | Following changes where made:
12 |
13 | 1) Generated AFM files contain the glyph number for each character.
14 | 2) Generated UFM files contain the bounding box for each character.
15 | 3) OpenType support has been activated for the Windows binary,
16 | and the generated AFM/UFM files contain the associated
17 | original Unicode codes for each character.
18 |
--------------------------------------------------------------------------------
/front/inc/html2pdf/_tcpdf_5.0.002/fonts/utils/src/ttf2ufm-src.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/inc/html2pdf/_tcpdf_5.0.002/fonts/utils/src/ttf2ufm-src.tar.gz
--------------------------------------------------------------------------------
/front/inc/html2pdf/_tcpdf_5.0.002/fonts/utils/ttf2ufm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/inc/html2pdf/_tcpdf_5.0.002/fonts/utils/ttf2ufm
--------------------------------------------------------------------------------
/front/inc/html2pdf/_tcpdf_5.0.002/fonts/utils/ttf2ufm.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/inc/html2pdf/_tcpdf_5.0.002/fonts/utils/ttf2ufm.exe
--------------------------------------------------------------------------------
/front/inc/html2pdf/_tcpdf_5.0.002/fonts/utils/zlib1.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/inc/html2pdf/_tcpdf_5.0.002/fonts/utils/zlib1.dll
--------------------------------------------------------------------------------
/front/inc/html2pdf/_tcpdf_5.0.002/images/read_me.txt:
--------------------------------------------------------------------------------
1 | download the TCPDF package to have this resources.
2 |
3 | it has been removed because of the size of the package of HTML2PDF...
--------------------------------------------------------------------------------
/front/inc/html2pdf/_tcpdf_5.0.002/tcpdf.fdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/inc/html2pdf/_tcpdf_5.0.002/tcpdf.fdf
--------------------------------------------------------------------------------
/front/inc/html2pdf/_tcpdf_5.0.002/tcpdf.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/inc/html2pdf/_tcpdf_5.0.002/tcpdf.php
--------------------------------------------------------------------------------
/front/inc/html2pdf/locale/cs.csv:
--------------------------------------------------------------------------------
1 | "err01","Element <[[OTHER]]> neexistuje. Pokud ho chcete přidat, musíte vytvořit metodu o_[[OTHER]] (pro otevření) a c_[[OTHER]] (pro zavření) k začlenění do modelu jako existující element. Pokud vytvoříte metodu, nebojte se poslat email na webmaster@html2pdf.fr k zařazení do další verze HTML2PDF."
2 | "err02","Sentence of 1000 lines => too longSentence : [[OTHER_0]]Width box : [[OTHER_1]]Length text : [[OTHER_2]] "
3 | "err03","Chyba v HTML, element je příliš mnohokrát zavřen: <[[OTHER]]> "
4 | "err04","Chyba v HTML, element není uzavřen ve správném pořadí. Stav : [[OTHER]] "
5 | "err05","Chyba v HTML, všechny elementy musí být zavřeny. Stav : [[OTHER]] "
6 | "err06","Menohu načíst orbázek [[OTHER]] "
7 | "err07","Obsah TD elementu se nevejde na jednu stránku"
8 | "err08","<[[OTHER]]> element není v <DRAW> elementu"
9 | "err09","The using of the <[[OTHER_0]]> > tag has changed, you can not use [[OTHER_1]] anymore. Read the WIKI"
10 | "txt01","CHYBA č."
11 | "txt02","Soubor :"
12 | "txt03","Řádek :"
13 | "pdf01","Dokument vytvořen dne [[date_d]].[[date_m]].[[date_y]]"
14 | "pdf02","Dokument vytvořen v [[date_h]]:[[date_i]]"
15 | "pdf03","Dokument vytvořen dne [[date_d]].[[date_m]].[[date_y]] v [[date_h]]:[[date_i]]"
16 | "pdf04","Stránka [[page_cu]]/[[page_nb]]"
17 | "pdf05","Formuláře vyžadují Adobe Reader 9"
18 | "vue01","HLAVIČKA"
19 | "vue02","PATIČKA"
20 | "vue03","STRÁNKA"
21 | "vue04","POHLED"
22 |
--------------------------------------------------------------------------------
/front/inc/html2pdf/locale/da.csv:
--------------------------------------------------------------------------------
1 | "err01","Tag <[[OTHER]]> endnu ikke eksisterer. Hvis du ønsker at tilføje det, skal du oprette de metoder o_[[OTHER]] (for åbning) og c_[[OTHER]] (for lukning) ved at følge den model af eksisterende tags. Hvis du opretter disse metoder, så tøv ikke med at send mig en e-mail til webmaster@html2pdf.fr til indsat dem i den næste version af HTML2PDF."
2 | "err02","Sætning af 1000 lines => er for langsætning : [[OTHER_0]]Bredde boksen : [[OTHER_1]]Længde tekst : [[OTHER_2]] "
3 | "err03","HTML-kode er ugyldig, et tag er lukket for mange gange: <[[OTHER]]> "
4 | "err04","HTML-kode er ugyldig, tags er ikke afsluttet på en ordentlig måde. Status : [[OTHER]] "
5 | "err05","HTML-kode er ugyldig, alle tags skal lukkes. Status : [[OTHER]] "
6 | "err06","Umuligt at indlæse billedet [[OTHER]] "
7 | "err07","Indholdet af en TD tag ikke passer på én side"
8 | "err08","<[[OTHER]]> tag not in a <DRAW> tag"
9 | "err09","The using of the <[[OTHER_0]]> > tag has changed, you can not use [[OTHER_1]] anymore. Read the WIKI"
10 | "txt01","FEJL n°"
11 | "txt02","File :"
12 | "txt03","Linje :"
13 | "pdf01","Siden oprettet d. [[date_y]]-[[date_m]]-[[date_d]]"
14 | "pdf02","Siden oprettet d. [[date_h]]:[[date_i]]"
15 | "pdf03","Siden oprettet d. [[date_y]]-[[date_m]]-[[date_d]] at [[date_h]]:[[date_i]]"
16 | "pdf04","Side [[page_cu]]/[[page_nb]]"
17 | "pdf05","De formularer kræver brug af Adobe Reader 9"
18 | "vue01","HEADER"
19 | "vue02","FOOTER"
20 | "vue03","PAGE"
21 | "vue04","View"
22 |
--------------------------------------------------------------------------------
/front/inc/html2pdf/locale/en.csv:
--------------------------------------------------------------------------------
1 | "err01","The tag <[[OTHER]]> does not yet exist. If you want to add it, you must create the methods o_[[OTHER]] (for opening) and c_[[OTHER]] (for closure) by following the model of existing tags. If you create these methods, do not hesitate to send me an email to webmaster@html2pdf.fr to included them in the next version of HTML2PDF."
2 | "err02","Sentence of 1000 lines => too longSentence : [[OTHER_0]]Width box : [[OTHER_1]]Length text : [[OTHER_2]] "
3 | "err03","HTML code invalid, a tag is closed too many times: <[[OTHER]]> "
4 | "err04","HTML code invalid, the tags are not closed in an orderly fashion. Status : [[OTHER]] "
5 | "err05","HTML code invalid, all tags must be closed. Status : [[OTHER]] "
6 | "err06","Impossible to load the image [[OTHER]] "
7 | "err07","The content of a TD tag does not fit on only one page"
8 | "err08","<[[OTHER]]> tag not in a <DRAW> tag"
9 | "err09","The using of the <[[OTHER_0]]> > tag has changed, you can not use [[OTHER_1]] anymore. Read the WIKI"
10 | "txt01","ERROR n°"
11 | "txt02","File :"
12 | "txt03","Line :"
13 | "pdf01","Document generated on [[date_y]]-[[date_m]]-[[date_d]]"
14 | "pdf02","Document generated at [[date_h]]:[[date_i]]"
15 | "pdf03","Document generated on [[date_y]]-[[date_m]]-[[date_d]] at [[date_h]]:[[date_i]]"
16 | "pdf04","Page [[page_cu]]/[[page_nb]]"
17 | "pdf05","The forms require the use of Adobe Reader 9"
18 | "vue01","HEADER"
19 | "vue02","FOOTER"
20 | "vue03","PAGE"
21 | "vue04","View"
22 |
--------------------------------------------------------------------------------
/front/inc/html2pdf/locale/it.csv:
--------------------------------------------------------------------------------
1 | "err01","Il tag <[[OTHER]]> non esiste ancora. Se si desidera aggiungere, è necessario creare metodi o_[[OTHER]] (di apertura) e C_[[OTHER]] (per la chiusura) secondo il modello esistente di tag. Inoltre, se si creare questi metodi, non esitate a portare il mondo intero ha scritto su webmaster@html2pdf.fr in modo che alla fine nella prossima versione di HTML2PDF."
2 | "err02","Citazione di 1000 linee => troppo lungofrase : [[OTHER_0]]casella Larghezza : [[OTHER_1]]Lunghezza testo : [[OTHER_2]] "
3 | "err03","HTML non valido, un tag è chiusa troppo <[[OTHER]]> b>"
4 | "err04","HTML non validi, i tag non sono chiusi nel corretto ordine. Stato :[[OTHER]] "
5 | "err05","HTML non valido, tutte le tag deve essere chiuso. Stato :[[OTHER]] "
6 | "err06","Impossibile caricare l'immagine [[OTHER]] "
7 | "err07","il contenuto di un tag TD non rientra in una sola pagina"
8 | "err08","<[[OTHER]]> tag not in a <DRAW> tag"
9 | "err09","The using of the <[[OTHER_0]]> > tag has changed, you can not use [[OTHER_1]] anymore. Read the WIKI"
10 | "txt01","ERRORE n°"
11 | "txt02","File :"
12 | "txt03","Linea :"
13 | "pdf01","Documento generato il [[date_d]]/[[date_m]]/[[date_y]]"
14 | "pdf02","Documento generato [[date_h]]:[[date_i]]"
15 | "pdf03","Documento generato il [[date_d]]/[[date_m]]/[[date_y]] nel [[date_h]]:[[date_i]]"
16 | "pdf04","Pagina [[page_cu]]/[[page_nb]]"
17 | "pdf05","I moduli richiedono l'uso di Adobe Reader 9"
18 | "vue01","HEADER"
19 | "vue02","FOOTER"
20 | "vue03","PAGINA"
21 | "vue04","Visualization"
22 |
--------------------------------------------------------------------------------
/front/inc/html2pdf/locale/nl.csv:
--------------------------------------------------------------------------------
1 | "err01","De tag <[[OTHER]]> bestaat nog niet. Om deze toe te voegen, gebruik de methods o_[[OTHER]] (om te openen) en c_[[OTHER]] (om te sluiten) volgens het model van de bestaande tags. Als u deze methods maakt, stuur deze dan a.u.b. via e-mail naar webmaster@html2pdf.fr voor opname in de volgende versie van HTML2PDF."
2 | "err02","Zin van 1000 regels => te langZin : [[OTHER_0]]Kaderbreedte : [[OTHER_1]]Tekstlengte : [[OTHER_2]] "
3 | "err03","Ongeldige HTML code, overvloedig afgesloten tag : <[[OTHER]]> "
4 | "err04","Ongeldige HTML code, de tags zijn niet correct afgesloten. Status : [[OTHER]] "
5 | "err05","Ongeldige HTML code, alle tags dienen te zijn gesloten. Status : [[OTHER]] "
6 | "err06","Kan afbeelding niet laden: [[OTHER]] "
7 | "err07","De inhoud van de cel ( ) past niet op een pagina"
8 | "err08","<[[OTHER]]> tag not in a <DRAW> tag"
9 | "err09","The using of the <[[OTHER_0]]> > tag has changed, you can not use [[OTHER_1]] anymore. Read the WIKI"
10 | "txt01","Fout nr"
11 | "txt02","Bestand :"
12 | "txt03","Regel :"
13 | "pdf01","Document gemaakt op [[date_d]]-[[date_m]]-[[date_y]]"
14 | "pdf02","Document gemaakt om [[date_h]]:[[date_i]]"
15 | "pdf03","Document gemaakt op [[date_d]]-[[date_m]]-[[date_y]] om [[date_h]]:[[date_i]]"
16 | "pdf04","Pagina [[page_cu]] van [[page_nb]]"
17 | "pdf05","De formulieren vereisen het gebruik van Adobe Reader 9"
18 | "vue01","Paginakop"
19 | "vue02","Paginavoet"
20 | "vue03","Pagina"
21 | "vue04","Bekijken"
22 |
--------------------------------------------------------------------------------
/front/inc/html2pdf/locale/pt.csv:
--------------------------------------------------------------------------------
1 | "err01","A tag <[[OTHER]]> ainda não existe. Se você quer inserí-la, deve criar os métodos o_[[OTHER]] (para abrí-la) e c_[[OTHER]] (para fechá-la) seguindo o modelo das tags existentes. Se você criar novos métodos, os envie para webmaster@html2pdf.fr para que as próximas versões de HTML2PDF, e o restante do mundo se beneficie com isso."
2 | "err02","Frase de 1000 linhas => muito grandeFrase : [[OTHER_0]]Tamanho do quadro : [[OTHER_1]]Tamanho do texto : [[OTHER_2]] "
3 | "err03","Código HTML não válido, uma tag está com fechamento sobrando : <[[OTHER]]> "
4 | "err04","Código HTML não válido, as tags não estão fechadas na ordem correta. Estado : [[OTHER]] "
5 | "err05","Código HTML não válido, todas as tags devem ser fechadas. Estado : [[OTHER]] "
6 | "err06","Impossível carregar imagem [[OTHER]] "
7 | "err07","O conteúdo de uma tag TD não se encaixa em apenas uma página"
8 | "err08","<[[OTHER]]> tag not in a <DRAW> tag"
9 | "err09","The using of the <[[OTHER_0]]> > tag has changed, you can not use [[OTHER_1]] anymore. Read the WIKI"
10 | "txt01","ERRO n°"
11 | "txt02","Arquivo :"
12 | "txt03","Linha :"
13 | "pdf01","Documento generado em [[date_d]]/[[date_m]]/[[date_y]]"
14 | "pdf02","Documento generado às [[date_h]]:[[date_i]]"
15 | "pdf03","Documento generado em [[date_d]]/[[date_m]]/[[date_y]] às [[date_h]]:[[date_i]]"
16 | "pdf04","Página [[page_cu]]/[[page_nb]]"
17 | "pdf05","Os formulários exigem a utilização do Adobe Reader 9"
18 | "vue01","CABEÇALHO"
19 | "vue02","RODAPÉ"
20 | "vue03","PÁGINA"
21 | "vue04","Visualização"
22 |
--------------------------------------------------------------------------------
/front/inc/html2pdf/locale/tr.csv:
--------------------------------------------------------------------------------
1 | "err01","<[[OTHER]]> etiketi bulunamadý. Eklemek isterseniz, o_[[OTHER]] þeklinde açýp, c_[[OTHER]] þeklinde kapatabilirsiniz. Bu þekilde etiketler üretirseniz lütfen daha sonraki HTML2PDF versiyonuna eklenmek üzere bana gönderin. ( webmaster@html2pdf.fr )."
2 | "err02","Ýçerik 1000 satýrdan fazla ve gerekenden uzun Konu : [[OTHER_0]]Geniþlik : [[OTHER_1]]Yazý boyutu : [[OTHER_2]] "
3 | "err03","HTML kodu hatalý, etiket birden fazla defa kapatýlmýþ: <[[OTHER]]> "
4 | "err04","HTML kodu hatalý, etiketler gereken düzen içinde kapatýlmamýþ. Durum : [[OTHER]] "
5 | "err05","HTML kodu hatalý, bütün etiketler kapatýlmalý. Durum : [[OTHER]] "
6 | "err06","Resim dosyasý okunamýyor [[OTHER]] "
7 | "err07","TD içeriði bir sayfaya sýðmýyor"
8 | "err08","<[[OTHER]]> tag not in a <DRAW> tag"
9 | "err09","The using of the <[[OTHER_0]]> > tag has changed, you can not use [[OTHER_1]] anymore. Read the WIKI"
10 | "txt01","HATA n°"
11 | "txt02","Dosya :"
12 | "txt03","Satýr :"
13 | "pdf01","Doküman üretilme tarihi [[date_y]]-[[date_m]]-[[date_d]]"
14 | "pdf02","Doküman üretilme tarihi [[date_h]]:[[date_i]]"
15 | "pdf03","Doküman üretilme tarihi [[date_y]]-[[date_m]]-[[date_d]] saati [[date_h]]:[[date_i]]"
16 | "pdf04","Sayfa [[page_cu]]/[[page_nb]]"
17 | "pdf05","Adobe Reader 9 gerektirir"
18 | "vue01","DOSYA ÜSTÜ"
19 | "vue02","DOSYA ALTI"
20 | "vue03","SAYFA"
21 | "vue04","Görünüm"
22 |
--------------------------------------------------------------------------------
/front/inc/select2/i18n/af.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.5 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/af",[],function(){return{errorLoading:function(){return"Die resultate kon nie gelaai word nie."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Verwyders asseblief "+t+" character";return t!=1&&(n+="s"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Voer asseblief "+t+" of meer karakters";return n},loadingMore:function(){return"Meer resultate word gelaai…"},maximumSelected:function(e){var t="Kies asseblief net "+e.maximum+" item";return e.maximum!=1&&(t+="s"),t},noResults:function(){return"Geen resultate gevind"},searching:function(){return"Besig…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/ar.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ar",[],function(){return{errorLoading:function(){return"لا يمكن تحميل النتائج"},inputTooLong:function(e){var t=e.input.length-e.maximum;return"الرجاء حذف "+t+" عناصر"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"الرجاء إضافة "+t+" عناصر"},loadingMore:function(){return"جاري تحميل نتائج إضافية..."},maximumSelected:function(e){return"تستطيع إختيار "+e.maximum+" بنود فقط"},noResults:function(){return"لم يتم العثور على أي نتائج"},searching:function(){return"جاري البحث…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/az.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/az",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum;return t+" simvol silin"},inputTooShort:function(e){var t=e.minimum-e.input.length;return t+" simvol daxil edin"},loadingMore:function(){return"Daha çox nəticə yüklənir…"},maximumSelected:function(e){return"Sadəcə "+e.maximum+" element seçə bilərsiniz"},noResults:function(){return"Nəticə tapılmadı"},searching:function(){return"Axtarılır…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/bg.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/bg",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Моля въведете с "+t+" по-малко символ";return t>1&&(n+="a"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Моля въведете още "+t+" символ";return t>1&&(n+="a"),n},loadingMore:function(){return"Зареждат се още…"},maximumSelected:function(e){var t="Можете да направите до "+e.maximum+" ";return e.maximum>1?t+="избора":t+="избор",t},noResults:function(){return"Няма намерени съвпадения"},searching:function(){return"Търсене…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/bs.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.5 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/bs",[],function(){function e(e,t,n,r){return e%10==1&&e%100!=11?t:e%10>=2&&e%10<=4&&(e%100<12||e%100>14)?n:r}return{errorLoading:function(){return"Preuzimanje nije uspijelo."},inputTooLong:function(t){var n=t.input.length-t.maximum,r="Obrišite "+n+" simbol";return r+=e(n,"","a","a"),r},inputTooShort:function(t){var n=t.minimum-t.input.length,r="Ukucajte bar još "+n+" simbol";return r+=e(n,"","a","a"),r},loadingMore:function(){return"Preuzimanje još rezultata…"},maximumSelected:function(t){var n="Možete izabrati samo "+t.maximum+" stavk";return n+=e(t.maximum,"u","e","i"),n},noResults:function(){return"Ništa nije pronađeno"},searching:function(){return"Pretraga…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/ca.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ca",[],function(){return{errorLoading:function(){return"La càrrega ha fallat"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Si us plau, elimina "+t+" car";return t==1?n+="àcter":n+="àcters",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Si us plau, introdueix "+t+" car";return t==1?n+="àcter":n+="àcters",n},loadingMore:function(){return"Carregant més resultats…"},maximumSelected:function(e){var t="Només es pot seleccionar "+e.maximum+" element";return e.maximum!=1&&(t+="s"),t},noResults:function(){return"No s'han trobat resultats"},searching:function(){return"Cercant…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/cs.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/cs",[],function(){function e(e,t){switch(e){case 2:return t?"dva":"dvě";case 3:return"tři";case 4:return"čtyři"}return""}return{errorLoading:function(){return"Výsledky nemohly být načteny."},inputTooLong:function(t){var n=t.input.length-t.maximum;return n==1?"Prosím zadejte o jeden znak méně":n<=4?"Prosím zadejte o "+e(n,!0)+" znaky méně":"Prosím zadejte o "+n+" znaků méně"},inputTooShort:function(t){var n=t.minimum-t.input.length;return n==1?"Prosím zadejte ještě jeden znak":n<=4?"Prosím zadejte ještě další "+e(n,!0)+" znaky":"Prosím zadejte ještě dalších "+n+" znaků"},loadingMore:function(){return"Načítají se další výsledky…"},maximumSelected:function(t){var n=t.maximum;return n==1?"Můžete zvolit jen jednu položku":n<=4?"Můžete zvolit maximálně "+e(n,!1)+" položky":"Můžete zvolit maximálně "+n+" položek"},noResults:function(){return"Nenalezeny žádné položky"},searching:function(){return"Vyhledávání…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/da.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/da",[],function(){return{errorLoading:function(){return"Resultaterne kunne ikke indlæses."},inputTooLong:function(e){var t=e.input.length-e.maximum;return"Angiv venligst "+t+" tegn mindre"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Angiv venligst "+t+" tegn mere"},loadingMore:function(){return"Indlæser flere resultater…"},maximumSelected:function(e){var t="Du kan kun vælge "+e.maximum+" emne";return e.maximum!=1&&(t+="r"),t},noResults:function(){return"Ingen resultater fundet"},searching:function(){return"Søger…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/de.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/de",[],function(){return{errorLoading:function(){return"Die Ergebnisse konnten nicht geladen werden."},inputTooLong:function(e){var t=e.input.length-e.maximum;return"Bitte "+t+" Zeichen weniger eingeben"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Bitte "+t+" Zeichen mehr eingeben"},loadingMore:function(){return"Lade mehr Ergebnisse…"},maximumSelected:function(e){var t="Sie können nur "+e.maximum+" Eintr";return e.maximum===1?t+="ag":t+="äge",t+=" auswählen",t},noResults:function(){return"Keine Übereinstimmungen gefunden"},searching:function(){return"Suche…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/dsb.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.5 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/dsb",[],function(){var e=["znamuško","znamušce","znamuška","znamuškow"],t=["zapisk","zapiska","zapiski","zapiskow"],n=function(t,n){if(t===1)return n[0];if(t===2)return n[1];if(t>2&&t<=4)return n[2];if(t>=5)return n[3]};return{errorLoading:function(){return"Wuslědki njejsu se dali zacytaś."},inputTooLong:function(t){var r=t.input.length-t.maximum;return"Pšosym lašuj "+r+" "+n(r,e)},inputTooShort:function(t){var r=t.minimum-t.input.length;return"Pšosym zapódaj nanejmjenjej "+r+" "+n(r,e)},loadingMore:function(){return"Dalšne wuslědki se zacytaju…"},maximumSelected:function(e){return"Móžoš jano "+e.maximum+" "+n(e.maximum,t)+"wubraś."},noResults:function(){return"Žedne wuslědki namakane"},searching:function(){return"Pyta se…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/el.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/el",[],function(){return{errorLoading:function(){return"Τα αποτελέσματα δεν μπόρεσαν να φορτώσουν."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Παρακαλώ διαγράψτε "+t+" χαρακτήρ";return t==1&&(n+="α"),t!=1&&(n+="ες"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Παρακαλώ συμπληρώστε "+t+" ή περισσότερους χαρακτήρες";return n},loadingMore:function(){return"Φόρτωση περισσότερων αποτελεσμάτων…"},maximumSelected:function(e){var t="Μπορείτε να επιλέξετε μόνο "+e.maximum+" επιλογ";return e.maximum==1&&(t+="ή"),e.maximum!=1&&(t+="ές"),t},noResults:function(){return"Δεν βρέθηκαν αποτελέσματα"},searching:function(){return"Αναζήτηση…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/en.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Please delete "+t+" character";return t!=1&&(n+="s"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Please enter "+t+" or more characters";return n},loadingMore:function(){return"Loading more results…"},maximumSelected:function(e){var t="You can only select "+e.maximum+" item";return e.maximum!=1&&(t+="s"),t},noResults:function(){return"No results found"},searching:function(){return"Searching…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/es.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/es",[],function(){return{errorLoading:function(){return"La carga falló"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Por favor, elimine "+t+" car";return t==1?n+="ácter":n+="acteres",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Por favor, introduzca "+t+" car";return t==1?n+="ácter":n+="acteres",n},loadingMore:function(){return"Cargando más resultados…"},maximumSelected:function(e){var t="Sólo puede seleccionar "+e.maximum+" elemento";return e.maximum!=1&&(t+="s"),t},noResults:function(){return"No se encontraron resultados"},searching:function(){return"Buscando…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/et.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/et",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Sisesta "+t+" täht";return t!=1&&(n+="e"),n+=" vähem",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Sisesta "+t+" täht";return t!=1&&(n+="e"),n+=" rohkem",n},loadingMore:function(){return"Laen tulemusi…"},maximumSelected:function(e){var t="Saad vaid "+e.maximum+" tulemus";return e.maximum==1?t+="e":t+="t",t+=" valida",t},noResults:function(){return"Tulemused puuduvad"},searching:function(){return"Otsin…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/eu.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/eu",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Idatzi ";return t==1?n+="karaktere bat":n+=t+" karaktere",n+=" gutxiago",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Idatzi ";return t==1?n+="karaktere bat":n+=t+" karaktere",n+=" gehiago",n},loadingMore:function(){return"Emaitza gehiago kargatzen…"},maximumSelected:function(e){return e.maximum===1?"Elementu bakarra hauta dezakezu":e.maximum+" elementu hauta ditzakezu soilik"},noResults:function(){return"Ez da bat datorrenik aurkitu"},searching:function(){return"Bilatzen…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/fa.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/fa",[],function(){return{errorLoading:function(){return"امکان بارگذاری نتایج وجود ندارد."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="لطفاً "+t+" کاراکتر را حذف نمایید";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="لطفاً تعداد "+t+" کاراکتر یا بیشتر وارد نمایید";return n},loadingMore:function(){return"در حال بارگذاری نتایج بیشتر..."},maximumSelected:function(e){var t="شما تنها میتوانید "+e.maximum+" آیتم را انتخاب نمایید";return t},noResults:function(){return"هیچ نتیجهای یافت نشد"},searching:function(){return"در حال جستجو..."}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/fi.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/fi",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum;return"Ole hyvä ja anna "+t+" merkkiä vähemmän"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Ole hyvä ja anna "+t+" merkkiä lisää"},loadingMore:function(){return"Ladataan lisää tuloksia…"},maximumSelected:function(e){return"Voit valita ainoastaan "+e.maximum+" kpl"},noResults:function(){return"Ei tuloksia"},searching:function(){}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/fr.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/fr",[],function(){return{errorLoading:function(){return"Les résultats ne peuvent pas être chargés."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Supprimez "+t+" caractère";return t!==1&&(n+="s"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Saisissez "+t+" caractère";return t!==1&&(n+="s"),n},loadingMore:function(){return"Chargement de résultats supplémentaires…"},maximumSelected:function(e){var t="Vous pouvez seulement sélectionner "+e.maximum+" élément";return e.maximum!==1&&(t+="s"),t},noResults:function(){return"Aucun résultat trouvé"},searching:function(){return"Recherche en cours…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/gl.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/gl",[],function(){return{errorLoading:function(){return"Non foi posíbel cargar os resultados."},inputTooLong:function(e){var t=e.input.length-e.maximum;return t===1?"Elimine un carácter":"Elimine "+t+" caracteres"},inputTooShort:function(e){var t=e.minimum-e.input.length;return t===1?"Engada un carácter":"Engada "+t+" caracteres"},loadingMore:function(){return"Cargando máis resultados…"},maximumSelected:function(e){return e.maximum===1?"Só pode seleccionar un elemento":"Só pode seleccionar "+e.maximum+" elementos"},noResults:function(){return"Non se atoparon resultados"},searching:function(){return"Buscando…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/he.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/he",[],function(){return{errorLoading:function(){return"שגיאה בטעינת התוצאות"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="נא למחוק ";return t===1?n+="תו אחד":n+=t+" תווים",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="נא להכניס ";return t===1?n+="תו אחד":n+=t+" תווים",n+=" או יותר",n},loadingMore:function(){return"טוען תוצאות נוספות…"},maximumSelected:function(e){var t="באפשרותך לבחור עד ";return e.maximum===1?t+="פריט אחד":t+=e.maximum+" פריטים",t},noResults:function(){return"לא נמצאו תוצאות"},searching:function(){return"מחפש…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/hi.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/hi",[],function(){return{errorLoading:function(){return"परिणामों को लोड नहीं किया जा सका।"},inputTooLong:function(e){var t=e.input.length-e.maximum,n=t+" अक्षर को हटा दें";return t>1&&(n=t+" अक्षरों को हटा दें "),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="कृपया "+t+" या अधिक अक्षर दर्ज करें";return n},loadingMore:function(){return"अधिक परिणाम लोड हो रहे है..."},maximumSelected:function(e){var t="आप केवल "+e.maximum+" आइटम का चयन कर सकते हैं";return t},noResults:function(){return"कोई परिणाम नहीं मिला"},searching:function(){return"खोज रहा है..."}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/hr.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/hr",[],function(){function e(e){var t=" "+e+" znak";return e%10<5&&e%10>0&&(e%100<5||e%100>19)?e%10>1&&(t+="a"):t+="ova",t}return{errorLoading:function(){return"Preuzimanje nije uspjelo."},inputTooLong:function(t){var n=t.input.length-t.maximum;return"Unesite "+e(n)},inputTooShort:function(t){var n=t.minimum-t.input.length;return"Unesite još "+e(n)},loadingMore:function(){return"Učitavanje rezultata…"},maximumSelected:function(e){return"Maksimalan broj odabranih stavki je "+e.maximum},noResults:function(){return"Nema rezultata"},searching:function(){return"Pretraga…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/hsb.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.5 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/hsb",[],function(){var e=["znamješko","znamješce","znamješka","znamješkow"],t=["zapisk","zapiskaj","zapiski","zapiskow"],n=function(t,n){if(t===1)return n[0];if(t===2)return n[1];if(t>2&&t<=4)return n[2];if(t>=5)return n[3]};return{errorLoading:function(){return"Wuslědki njedachu so začitać."},inputTooLong:function(t){var r=t.input.length-t.maximum;return"Prošu zhašej "+r+" "+n(r,e)},inputTooShort:function(t){var r=t.minimum-t.input.length;return"Prošu zapodaj znajmjeńša "+r+" "+n(r,e)},loadingMore:function(){return"Dalše wuslědki so začitaja…"},maximumSelected:function(e){return"Móžeš jenož "+e.maximum+" "+n(e.maximum,t)+"wubrać"},noResults:function(){return"Žane wuslědki namakane"},searching:function(){return"Pyta so…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/hu.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/hu",[],function(){return{errorLoading:function(){return"Az eredmények betöltése nem sikerült."},inputTooLong:function(e){var t=e.input.length-e.maximum;return"Túl hosszú. "+t+" karakterrel több, mint kellene."},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Túl rövid. Még "+t+" karakter hiányzik."},loadingMore:function(){return"Töltés…"},maximumSelected:function(e){return"Csak "+e.maximum+" elemet lehet kiválasztani."},noResults:function(){return"Nincs találat."},searching:function(){return"Keresés…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/hy.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.5 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/hy",[],function(){return{errorLoading:function(){return"Արդյունքները հնարավոր չէ բեռնել։"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Խնդրում ենք հեռացնել "+t+" նշան";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Խնդրում ենք մուտքագրել "+t+" կամ ավել նշաններ";return n},loadingMore:function(){return"Բեռնվում են նոր արդյունքներ․․․"},maximumSelected:function(e){var t="Դուք կարող եք ընտրել առավելագույնը "+e.maximum+" կետ";return t},noResults:function(){return"Արդյունքներ չեն գտնվել"},searching:function(){return"Որոնում․․․"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/id.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/id",[],function(){return{errorLoading:function(){return"Data tidak boleh diambil."},inputTooLong:function(e){var t=e.input.length-e.maximum;return"Hapuskan "+t+" huruf"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Masukkan "+t+" huruf lagi"},loadingMore:function(){return"Mengambil data…"},maximumSelected:function(e){return"Anda hanya dapat memilih "+e.maximum+" pilihan"},noResults:function(){return"Tidak ada data yang sesuai"},searching:function(){return"Mencari…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/is.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/is",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vinsamlegast styttið texta um "+t+" staf";return t<=1?n:n+"i"},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vinsamlegast skrifið "+t+" staf";return t>1&&(n+="i"),n+=" í viðbót",n},loadingMore:function(){return"Sæki fleiri niðurstöður…"},maximumSelected:function(e){return"Þú getur aðeins valið "+e.maximum+" atriði"},noResults:function(){return"Ekkert fannst"},searching:function(){return"Leita…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/it.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/it",[],function(){return{errorLoading:function(){return"I risultati non possono essere caricati."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Per favore cancella "+t+" caratter";return t!==1?n+="i":n+="e",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Per favore inserisci "+t+" o più caratteri";return n},loadingMore:function(){return"Caricando più risultati…"},maximumSelected:function(e){var t="Puoi selezionare solo "+e.maximum+" element";return e.maximum!==1?t+="i":t+="o",t},noResults:function(){return"Nessun risultato trovato"},searching:function(){return"Sto cercando…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/ja.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ja",[],function(){return{errorLoading:function(){return"結果が読み込まれませんでした"},inputTooLong:function(e){var t=e.input.length-e.maximum,n=t+" 文字を削除してください";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="少なくとも "+t+" 文字を入力してください";return n},loadingMore:function(){return"読み込み中…"},maximumSelected:function(e){var t=e.maximum+" 件しか選択できません";return t},noResults:function(){return"対象が見つかりません"},searching:function(){return"検索しています…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/km.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/km",[],function(){return{errorLoading:function(){return"មិនអាចទាញយកទិន្នន័យ"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="សូមលុបចេញ "+t+" អក្សរ";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="សូមបញ្ចូល"+t+" អក្សរ រឺ ច្រើនជាងនេះ";return n},loadingMore:function(){return"កំពុងទាញយកទិន្នន័យបន្ថែម..."},maximumSelected:function(e){var t="អ្នកអាចជ្រើសរើសបានតែ "+e.maximum+" ជម្រើសប៉ុណ្ណោះ";return t},noResults:function(){return"មិនមានលទ្ធផល"},searching:function(){return"កំពុងស្វែងរក..."}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/ko.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ko",[],function(){return{errorLoading:function(){return"결과를 불러올 수 없습니다."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="너무 깁니다. "+t+" 글자 지워주세요.";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="너무 짧습니다. "+t+" 글자 더 입력해주세요.";return n},loadingMore:function(){return"불러오는 중…"},maximumSelected:function(e){var t="최대 "+e.maximum+"개까지만 선택 가능합니다.";return t},noResults:function(){return"결과가 없습니다."},searching:function(){return"검색 중…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/lt.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/lt",[],function(){function e(e,t,n,r){return e%10===1&&(e%100<11||e%100>19)?t:e%10>=2&&e%10<=9&&(e%100<11||e%100>19)?n:r}return{inputTooLong:function(t){var n=t.input.length-t.maximum,r="Pašalinkite "+n+" simbol";return r+=e(n,"į","ius","ių"),r},inputTooShort:function(t){var n=t.minimum-t.input.length,r="Įrašykite dar "+n+" simbol";return r+=e(n,"į","ius","ių"),r},loadingMore:function(){return"Kraunama daugiau rezultatų…"},maximumSelected:function(t){var n="Jūs galite pasirinkti tik "+t.maximum+" element";return n+=e(t.maximum,"ą","us","ų"),n},noResults:function(){return"Atitikmenų nerasta"},searching:function(){return"Ieškoma…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/lv.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/lv",[],function(){function e(e,t,n,r){return e===11?t:e%10===1?n:r}return{inputTooLong:function(t){var n=t.input.length-t.maximum,r="Lūdzu ievadiet par "+n;return r+=" simbol"+e(n,"iem","u","iem"),r+" mazāk"},inputTooShort:function(t){var n=t.minimum-t.input.length,r="Lūdzu ievadiet vēl "+n;return r+=" simbol"+e(n,"us","u","us"),r},loadingMore:function(){return"Datu ielāde…"},maximumSelected:function(t){var n="Jūs varat izvēlēties ne vairāk kā "+t.maximum;return n+=" element"+e(t.maximum,"us","u","us"),n},noResults:function(){return"Sakritību nav"},searching:function(){return"Meklēšana…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/mk.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/mk",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Ве молиме внесете "+e.maximum+" помалку карактер";return e.maximum!==1&&(n+="и"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Ве молиме внесете уште "+e.maximum+" карактер";return e.maximum!==1&&(n+="и"),n},loadingMore:function(){return"Вчитување резултати…"},maximumSelected:function(e){var t="Можете да изберете само "+e.maximum+" ставк";return e.maximum===1?t+="а":t+="и",t},noResults:function(){return"Нема пронајдено совпаѓања"},searching:function(){return"Пребарување…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/ms.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ms",[],function(){return{errorLoading:function(){return"Keputusan tidak berjaya dimuatkan."},inputTooLong:function(e){var t=e.input.length-e.maximum;return"Sila hapuskan "+t+" aksara"},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Sila masukkan "+t+" atau lebih aksara"},loadingMore:function(){return"Sedang memuatkan keputusan…"},maximumSelected:function(e){return"Anda hanya boleh memilih "+e.maximum+" pilihan"},noResults:function(){return"Tiada padanan yang ditemui"},searching:function(){return"Mencari…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/nb.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/nb",[],function(){return{errorLoading:function(){return"Kunne ikke hente resultater."},inputTooLong:function(e){var t=e.input.length-e.maximum;return"Vennligst fjern "+t+" tegn"},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vennligst skriv inn ";return t>1?n+=" flere tegn":n+=" tegn til",n},loadingMore:function(){return"Laster flere resultater…"},maximumSelected:function(e){return"Du kan velge maks "+e.maximum+" elementer"},noResults:function(){return"Ingen treff"},searching:function(){return"Søker…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/nl.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/nl",[],function(){return{errorLoading:function(){return"De resultaten konden niet worden geladen."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Gelieve "+t+" karakters te verwijderen";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Gelieve "+t+" of meer karakters in te voeren";return n},loadingMore:function(){return"Meer resultaten laden…"},maximumSelected:function(e){var t=e.maximum==1?"kan":"kunnen",n="Er "+t+" maar "+e.maximum+" item";return e.maximum!=1&&(n+="s"),n+=" worden geselecteerd",n},noResults:function(){return"Geen resultaten gevonden…"},searching:function(){return"Zoeken…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/pl.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/pl",[],function(){var e=["znak","znaki","znaków"],t=["element","elementy","elementów"],n=function(t,n){if(t===1)return n[0];if(t>1&&t<=4)return n[1];if(t>=5)return n[2]};return{errorLoading:function(){return"Nie można załadować wyników."},inputTooLong:function(t){var r=t.input.length-t.maximum;return"Usuń "+r+" "+n(r,e)},inputTooShort:function(t){var r=t.minimum-t.input.length;return"Podaj przynajmniej "+r+" "+n(r,e)},loadingMore:function(){return"Trwa ładowanie…"},maximumSelected:function(e){return"Możesz zaznaczyć tylko "+e.maximum+" "+n(e.maximum,t)},noResults:function(){return"Brak wyników"},searching:function(){return"Trwa wyszukiwanie…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/ps.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.5 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ps",[],function(){return{errorLoading:function(){return"پايلي نه سي ترلاسه کېدای"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="د مهربانۍ لمخي "+t+" توری ړنګ کړئ";return t!=1&&(n=n.replace("توری","توري")),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="لږ تر لږه "+t+" يا ډېر توري وليکئ";return n},loadingMore:function(){return"نوري پايلي ترلاسه کيږي..."},maximumSelected:function(e){var t="تاسو يوازي "+e.maximum+" قلم په نښه کولای سی";return e.maximum!=1&&(t=t.replace("قلم","قلمونه")),t},noResults:function(){return"پايلي و نه موندل سوې"},searching:function(){return"لټول کيږي..."}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/pt-BR.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/pt-BR",[],function(){return{errorLoading:function(){return"Os resultados não puderam ser carregados."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Apague "+t+" caracter";return t!=1&&(n+="es"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Digite "+t+" ou mais caracteres";return n},loadingMore:function(){return"Carregando mais resultados…"},maximumSelected:function(e){var t="Você só pode selecionar "+e.maximum+" ite";return e.maximum==1?t+="m":t+="ns",t},noResults:function(){return"Nenhum resultado encontrado"},searching:function(){return"Buscando…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/pt.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/pt",[],function(){return{errorLoading:function(){return"Os resultados não puderam ser carregados."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Por favor apague "+t+" ";return n+=t!=1?"caracteres":"carácter",n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Introduza "+t+" ou mais caracteres";return n},loadingMore:function(){return"A carregar mais resultados…"},maximumSelected:function(e){var t="Apenas pode seleccionar "+e.maximum+" ";return t+=e.maximum!=1?"itens":"item",t},noResults:function(){return"Sem resultados"},searching:function(){return"A procurar…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/ro.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ro",[],function(){return{errorLoading:function(){return"Rezultatele nu au putut fi incărcate."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vă rugăm să ștergeți"+t+" caracter";return t!==1&&(n+="e"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vă rugăm să introduceți "+t+"sau mai multe caractere";return n},loadingMore:function(){return"Se încarcă mai multe rezultate…"},maximumSelected:function(e){var t="Aveți voie să selectați cel mult "+e.maximum;return t+=" element",e.maximum!==1&&(t+="e"),t},noResults:function(){return"Nu au fost găsite rezultate"},searching:function(){return"Căutare…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/ru.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/ru",[],function(){function e(e,t,n,r){return e%10<5&&e%10>0&&e%100<5||e%100>20?e%10>1?n:t:r}return{errorLoading:function(){return"Невозможно загрузить результаты"},inputTooLong:function(t){var n=t.input.length-t.maximum,r="Пожалуйста, введите на "+n+" символ";return r+=e(n,"","a","ов"),r+=" меньше",r},inputTooShort:function(t){var n=t.minimum-t.input.length,r="Пожалуйста, введите еще хотя бы "+n+" символ";return r+=e(n,"","a","ов"),r},loadingMore:function(){return"Загрузка данных…"},maximumSelected:function(t){var n="Вы можете выбрать не более "+t.maximum+" элемент";return n+=e(t.maximum,"","a","ов"),n},noResults:function(){return"Совпадений не найдено"},searching:function(){return"Поиск…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/sk.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/sk",[],function(){var e={2:function(e){return e?"dva":"dve"},3:function(){return"tri"},4:function(){return"štyri"}};return{inputTooLong:function(t){var n=t.input.length-t.maximum;return n==1?"Prosím, zadajte o jeden znak menej":n>=2&&n<=4?"Prosím, zadajte o "+e[n](!0)+" znaky menej":"Prosím, zadajte o "+n+" znakov menej"},inputTooShort:function(t){var n=t.minimum-t.input.length;return n==1?"Prosím, zadajte ešte jeden znak":n<=4?"Prosím, zadajte ešte ďalšie "+e[n](!0)+" znaky":"Prosím, zadajte ešte ďalších "+n+" znakov"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(t){return t.maximum==1?"Môžete zvoliť len jednu položku":t.maximum>=2&&t.maximum<=4?"Môžete zvoliť najviac "+e[t.maximum](!1)+" položky":"Môžete zvoliť najviac "+t.maximum+" položiek"},noResults:function(){return"Nenašli sa žiadne položky"},searching:function(){return"Vyhľadávanie…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/sl.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/sl",[],function(){return{errorLoading:function(){return"Zadetkov iskanja ni bilo mogoče naložiti."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Prosim zbrišite "+t+" znak";return t==2?n+="a":t!=1&&(n+="e"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Prosim vpišite še "+t+" znak";return t==2?n+="a":t!=1&&(n+="e"),n},loadingMore:function(){return"Nalagam več zadetkov…"},maximumSelected:function(e){var t="Označite lahko največ "+e.maximum+" predmet";return e.maximum==2?t+="a":e.maximum!=1&&(t+="e"),t},noResults:function(){return"Ni zadetkov."},searching:function(){return"Iščem…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/sr-Cyrl.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/sr-Cyrl",[],function(){function e(e,t,n,r){return e%10==1&&e%100!=11?t:e%10>=2&&e%10<=4&&(e%100<12||e%100>14)?n:r}return{errorLoading:function(){return"Преузимање није успело."},inputTooLong:function(t){var n=t.input.length-t.maximum,r="Обришите "+n+" симбол";return r+=e(n,"","а","а"),r},inputTooShort:function(t){var n=t.minimum-t.input.length,r="Укуцајте бар још "+n+" симбол";return r+=e(n,"","а","а"),r},loadingMore:function(){return"Преузимање још резултата…"},maximumSelected:function(t){var n="Можете изабрати само "+t.maximum+" ставк";return n+=e(t.maximum,"у","е","и"),n},noResults:function(){return"Ништа није пронађено"},searching:function(){return"Претрага…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/sr.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/sr",[],function(){function e(e,t,n,r){return e%10==1&&e%100!=11?t:e%10>=2&&e%10<=4&&(e%100<12||e%100>14)?n:r}return{errorLoading:function(){return"Preuzimanje nije uspelo."},inputTooLong:function(t){var n=t.input.length-t.maximum,r="Obrišite "+n+" simbol";return r+=e(n,"","a","a"),r},inputTooShort:function(t){var n=t.minimum-t.input.length,r="Ukucajte bar još "+n+" simbol";return r+=e(n,"","a","a"),r},loadingMore:function(){return"Preuzimanje još rezultata…"},maximumSelected:function(t){var n="Možete izabrati samo "+t.maximum+" stavk";return n+=e(t.maximum,"u","e","i"),n},noResults:function(){return"Ništa nije pronađeno"},searching:function(){return"Pretraga…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/sv.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/sv",[],function(){return{errorLoading:function(){return"Resultat kunde inte laddas."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vänligen sudda ut "+t+" tecken";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vänligen skriv in "+t+" eller fler tecken";return n},loadingMore:function(){return"Laddar fler resultat…"},maximumSelected:function(e){var t="Du kan max välja "+e.maximum+" element";return t},noResults:function(){return"Inga träffar"},searching:function(){return"Söker…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/th.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/th",[],function(){return{errorLoading:function(){return"ไม่สามารถค้นข้อมูลได้"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="โปรดลบออก "+t+" ตัวอักษร";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="โปรดพิมพ์เพิ่มอีก "+t+" ตัวอักษร";return n},loadingMore:function(){return"กำลังค้นข้อมูลเพิ่ม…"},maximumSelected:function(e){var t="คุณสามารถเลือกได้ไม่เกิน "+e.maximum+" รายการ";return t},noResults:function(){return"ไม่พบข้อมูล"},searching:function(){return"กำลังค้นข้อมูล…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/tr.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/tr",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n=t+" karakter daha girmelisiniz";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="En az "+t+" karakter daha girmelisiniz";return n},loadingMore:function(){return"Daha fazla…"},maximumSelected:function(e){var t="Sadece "+e.maximum+" seçim yapabilirsiniz";return t},noResults:function(){return"Sonuç bulunamadı"},searching:function(){return"Aranıyor…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/uk.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/uk",[],function(){function e(e,t,n,r){return e%100>10&&e%100<15?r:e%10===1?t:e%10>1&&e%10<5?n:r}return{errorLoading:function(){return"Неможливо завантажити результати"},inputTooLong:function(t){var n=t.input.length-t.maximum;return"Будь ласка, видаліть "+n+" "+e(t.maximum,"літеру","літери","літер")},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Будь ласка, введіть "+t+" або більше літер"},loadingMore:function(){return"Завантаження інших результатів…"},maximumSelected:function(t){return"Ви можете вибрати лише "+t.maximum+" "+e(t.maximum,"пункт","пункти","пунктів")},noResults:function(){return"Нічого не знайдено"},searching:function(){return"Пошук…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/vi.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/vi",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vui lòng nhập ít hơn "+t+" ký tự";return t!=1&&(n+="s"),n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Vui lòng nhập nhiều hơn "+t+' ký tự"';return n},loadingMore:function(){return"Đang lấy thêm kết quả…"},maximumSelected:function(e){var t="Chỉ có thể chọn được "+e.maximum+" lựa chọn";return t},noResults:function(){return"Không tìm thấy kết quả"},searching:function(){return"Đang tìm…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/zh-CN.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/zh-CN",[],function(){return{errorLoading:function(){return"无法载入结果。"},inputTooLong:function(e){var t=e.input.length-e.maximum,n="请删除"+t+"个字符";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="请再输入至少"+t+"个字符";return n},loadingMore:function(){return"载入更多结果…"},maximumSelected:function(e){var t="最多只能选择"+e.maximum+"个项目";return t},noResults:function(){return"未找到结果"},searching:function(){return"搜索中…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/select2/i18n/zh-TW.js:
--------------------------------------------------------------------------------
1 | /*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
2 |
3 | (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/zh-TW",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="請刪掉"+t+"個字元";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="請再輸入"+t+"個字元";return n},loadingMore:function(){return"載入中…"},maximumSelected:function(e){var t="你只能選擇最多"+e.maximum+"項";return t},noResults:function(){return"沒有找到相符的項目"},searching:function(){return"搜尋中…"}}}),{define:e.define,require:e.require}})();
--------------------------------------------------------------------------------
/front/inc/update.php:
--------------------------------------------------------------------------------
1 | query($query_up);
23 |
24 | echo "";
25 |
26 | }
27 |
28 |
29 | if(isset($_REQUEST['usr']) && $_REQUEST['type'] == 1 ) {
30 |
31 | $passo = $_REQUEST['ab'] - ($_REQUEST['dif'] - 1);
32 |
33 | //update tickets count
34 | $query_up = "UPDATE glpi_plugin_dashboard_notify
35 | SET quant=". $passo ."
36 | WHERE users_id = ". $_REQUEST['usr'] ."
37 | AND type = 1";
38 |
39 | $result_up = $DB->query($query_up);
40 |
41 | echo "";
42 |
43 | }
44 |
45 |
46 | ?>
47 |
--------------------------------------------------------------------------------
/front/index.php:
--------------------------------------------------------------------------------
1 | query($query_lay);
11 | $layout = $DB->result($result_lay,0,'value');
12 |
13 | //redirect to index
14 | if($layout == '0')
15 | {
16 | // sidebar
17 | $redir = ' ';
18 | }
19 |
20 | if($layout == 1 || $layout == '' )
21 | {
22 | //top menu
23 | $redir = ' ';
24 | }
25 | ?>
26 |
27 |
28 |
29 |
30 | GLPI - Dashboard - Home
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/front/js/extensions/Buttons/css/common.scss:
--------------------------------------------------------------------------------
1 |
2 | div.dt-button-info {
3 | position: fixed;
4 | top: 50%;
5 | left: 50%;
6 | width: 400px;
7 | margin-top: -100px;
8 | margin-left: -200px;
9 | background-color: white;
10 | border: 2px solid #111;
11 | box-shadow: 3px 3px 8px rgba( 0, 0, 0, 0.3);
12 | border-radius: 3px;
13 | text-align: center;
14 | z-index: 21;
15 |
16 | h2 {
17 | padding: 0.5em;
18 | margin: 0;
19 | font-weight: normal;
20 | border-bottom: 1px solid #ddd;
21 | background-color: #f3f3f3;
22 | }
23 |
24 | > div {
25 | padding: 1em;
26 | }
27 | }
28 |
--------------------------------------------------------------------------------
/front/js/extensions/Buttons/js/buttons.bootstrap.min.js:
--------------------------------------------------------------------------------
1 | /*!
2 | Bootstrap integration for DataTables' Buttons
3 | ©2016 SpryMedia Ltd - datatables.net/license
4 | */
5 | (function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs","datatables.net-buttons"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);if(!b||!b.fn.dataTable)b=require("datatables.net-bs")(a,b).$;b.fn.dataTable.Buttons||require("datatables.net-buttons")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c){var a=c.fn.dataTable;c.extend(!0,a.Buttons.defaults,{dom:{container:{className:"dt-buttons btn-group"},
6 | button:{className:"btn btn-default"},collection:{tag:"ul",className:"dt-button-collection dropdown-menu",button:{tag:"li",className:"dt-button"},buttonLiner:{tag:"a",className:""}}}});a.ext.buttons.collection.text=function(a){return a.i18n("buttons.collection",'Collection ')};return a.Buttons});
7 |
--------------------------------------------------------------------------------
/front/js/extensions/Buttons/js/buttons.jqueryui.min.js:
--------------------------------------------------------------------------------
1 | /*!
2 | jQuery UI integration for DataTables' Buttons
3 | ©2016 SpryMedia Ltd - datatables.net/license
4 | */
5 | (function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-jqui","datatables.net-buttons"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);if(!b||!b.fn.dataTable)b=require("datatables.net-jqui")(a,b).$;b.fn.dataTable.Buttons||require("datatables.net-buttons")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c){var a=c.fn.dataTable;c.extend(!0,a.Buttons.defaults,{dom:{container:{className:"dt-buttons ui-buttonset"},
6 | button:{className:"dt-button ui-button ui-state-default ui-button-text-only",disabled:"ui-state-disabled",active:"ui-state-active"},buttonLiner:{tag:"span",className:"ui-button-text"}}});a.ext.buttons.collection.text=function(a){return a.i18n("buttons.collection",'Collection ')};return a.Buttons});
7 |
--------------------------------------------------------------------------------
/front/js/extensions/Buttons/swf/flashExport.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/extensions/Buttons/swf/flashExport.swf
--------------------------------------------------------------------------------
/front/js/extensions/FixedHeader/css/fixedHeader.bootstrap.min.css:
--------------------------------------------------------------------------------
1 | table.dataTable.fixedHeader-floating,table.dataTable.fixedHeader-locked{background-color:white;margin-top:0 !important;margin-bottom:0 !important}table.dataTable.fixedHeader-floating{position:fixed !important}table.dataTable.fixedHeader-locked{position:absolute !important}@media print{table.fixedHeader-floating{display:none}}
2 |
--------------------------------------------------------------------------------
/front/js/extensions/FixedHeader/css/fixedHeader.dataTables.min.css:
--------------------------------------------------------------------------------
1 | table.fixedHeader-floating{position:fixed !important;background-color:white}table.fixedHeader-floating.no-footer{border-bottom-width:0}table.fixedHeader-locked{position:absolute !important;background-color:white}@media print{table.fixedHeader-floating{display:none}}
2 |
--------------------------------------------------------------------------------
/front/js/highcharts-export-clientside/.gitignore:
--------------------------------------------------------------------------------
1 | # Dependencies are not packaged.
2 | bower_components/*
3 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.bg.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bulgarian translation for bootstrap-datepicker
3 | * Apostol Apostolov
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['bg'] = {
7 | days: ["Неделя", "Понеделник", "Вторник", "Сряда", "Четвъртък", "Петък", "Събота", "Неделя"],
8 | daysShort: ["Нед", "Пон", "Вто", "Сря", "Чет", "Пет", "Съб", "Нед"],
9 | daysMin: ["Н", "П", "В", "С", "Ч", "П", "С", "Н"],
10 | months: ["Януари", "Февруари", "Март", "Април", "Май", "Юни", "Юли", "Август", "Септември", "Октомври", "Ноември", "Декември"],
11 | monthsShort: ["Ян", "Фев", "Мар", "Апр", "Май", "Юни", "Юли", "Авг", "Сеп", "Окт", "Ное", "Дек"],
12 | today: "днес"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.ca.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Catalan translation for bootstrap-datepicker
3 | * J. Garcia
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['ca'] = {
7 | days: ["Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous", "Divendres", "Dissabte", "Diumenge"],
8 | daysShort: ["Diu", "Dil", "Dmt", "Dmc", "Dij", "Div", "Dis", "Diu"],
9 | daysMin: ["dg", "dl", "dt", "dc", "dj", "dv", "ds", "dg"],
10 | months: ["Gener", "Febrer", "Març", "Abril", "Maig", "Juny", "Juliol", "Agost", "Setembre", "Octubre", "Novembre", "Desembre"],
11 | monthsShort: ["Gen", "Feb", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Oct", "Nov", "Des"],
12 | today: "Avui"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.cs.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Czech translation for bootstrap-datepicker
3 | * Matěj Koubík
4 | * Fixes by Michal Remiš
5 | */
6 | ;(function($){
7 | $.fn.datepicker.dates['cs'] = {
8 | days: ["Neděle", "Pondělí", "Úterý", "Středa", "Čtvrtek", "Pátek", "Sobota", "Neděle"],
9 | daysShort: ["Ned", "Pon", "Úte", "Stř", "Čtv", "Pát", "Sob", "Ned"],
10 | daysMin: ["Ne", "Po", "Út", "St", "Čt", "Pá", "So", "Ne"],
11 | months: ["Leden", "Únor", "Březen", "Duben", "Květen", "Červen", "Červenec", "Srpen", "Září", "Říjen", "Listopad", "Prosinec"],
12 | monthsShort: ["Led", "Úno", "Bře", "Dub", "Kvě", "Čer", "Čnc", "Srp", "Zář", "Říj", "Lis", "Pro"],
13 | today: "Dnes"
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.da.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Danish translation for bootstrap-datepicker
3 | * Christian Pedersen
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['da'] = {
7 | days: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag", "Søndag"],
8 | daysShort: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør", "Søn"],
9 | daysMin: ["Sø", "Ma", "Ti", "On", "To", "Fr", "Lø", "Sø"],
10 | months: ["Januar", "Februar", "Marts", "April", "Maj", "Juni", "Juli", "August", "September", "Oktober", "November", "December"],
11 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
12 | today: "I Dag"
13 | };
14 | }(jQuery));
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.de.js:
--------------------------------------------------------------------------------
1 | /**
2 | * German translation for bootstrap-datepicker
3 | * Sam Zurcher
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['de'] = {
7 | days: ["Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag", "Sonntag"],
8 | daysShort: ["Son", "Mon", "Die", "Mit", "Don", "Fre", "Sam", "Son"],
9 | daysMin: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"],
10 | months: ["Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"],
11 | monthsShort: ["Jan", "Feb", "Mär", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez"],
12 | today: "Heute",
13 | weekStart: 1
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.el.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Greek translation for bootstrap-datepicker
3 | */
4 | ;(function($){
5 | $.fn.datepicker.dates['el'] = {
6 | days: ["Κυριακή", "Δευτέρα", "Τρίτη", "Τετάρτη", "Πέμπτη", "Παρασκευή", "Σάββατο", "Κυριακή"],
7 | daysShort: ["Κυρ", "Δευ", "Τρι", "Τετ", "Πεμ", "Παρ", "Σαβ", "Κυρ"],
8 | daysMin: ["Κυ", "Δε", "Τρ", "Τε", "Πε", "Πα", "Σα", "Κυ"],
9 | months: ["Ιανουάριος", "Φεβρουάριος", "Μάρτιος", "Απρίλιος", "Μάιος", "Ιούνιος", "Ιούλιος", "Αύγουστος", "Σεπτέμβριος", "Οκτώβριος", "Νοέμβριος", "Δεκέμβριος"],
10 | monthsShort: ["Ιαν", "Φεβ", "Μαρ", "Απρ", "Μάι", "Ιουν", "Ιουλ", "Αυγ", "Σεπ", "Οκτ", "Νοε", "Δεκ"],
11 | today: "Σήμερα"
12 | };
13 | }(jQuery));
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.es.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Spanish translation for bootstrap-datepicker
3 | * Bruno Bonamin
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['es'] = {
7 | days: ["Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado", "Domingo"],
8 | daysShort: ["Dom", "Lun", "Mar", "Mié", "Jue", "Vie", "Sáb", "Dom"],
9 | daysMin: ["Do", "Lu", "Ma", "Mi", "Ju", "Vi", "Sa", "Do"],
10 | months: ["Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"],
11 | monthsShort: ["Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic"],
12 | today: "Hoy"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.fi.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Finnish translation for bootstrap-datepicker
3 | * Jaakko Salonen
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['fi'] = {
7 | days: ["sunnuntai", "maanantai", "tiistai", "keskiviikko", "torstai", "perjantai", "lauantai", "sunnuntai"],
8 | daysShort: ["sun", "maa", "tii", "kes", "tor", "per", "lau", "sun"],
9 | daysMin: ["su", "ma", "ti", "ke", "to", "pe", "la", "su"],
10 | months: ["tammikuu", "helmikuu", "maaliskuu", "huhtikuu", "toukokuu", "kesäkuu", "heinäkuu", "elokuu", "syyskuu", "lokakuu", "marraskuu", "joulukuu"],
11 | monthsShort: ["tam", "hel", "maa", "huh", "tou", "kes", "hei", "elo", "syy", "lok", "mar", "jou"],
12 | today: "tänään"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.fr.js:
--------------------------------------------------------------------------------
1 | /**
2 | * French translation for bootstrap-datepicker
3 | * Nico Mollet
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['fr'] = {
7 | days: ["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi", "Dimanche"],
8 | daysShort: ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam", "Dim"],
9 | daysMin: ["D", "L", "Ma", "Me", "J", "V", "S", "D"],
10 | months: ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"],
11 | monthsShort: ["Jan", "Fev", "Mar", "Avr", "Mai", "Jui", "Jul", "Aou", "Sep", "Oct", "Nov", "Dec"],
12 | today: "Aujourd'hui",
13 | weekStart: 1
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.he.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Hebrew translation for bootstrap-datepicker
3 | * Sagie Maoz
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['he'] = {
7 | days: ["ראשון", "שני", "שלישי", "רביעי", "חמישי", "שישי", "שבת", "ראשון"],
8 | daysShort: ["א", "ב", "ג", "ד", "ה", "ו", "ש", "א"],
9 | daysMin: ["א", "ב", "ג", "ד", "ה", "ו", "ש", "א"],
10 | months: ["ינואר", "פברואר", "מרץ", "אפריל", "מאי", "יוני", "יולי", "אוגוסט", "ספטמבר", "אוקטובר", "נובמבר", "דצמבר"],
11 | monthsShort: ["ינו", "פבר", "מרץ", "אפר", "מאי", "יונ", "יול", "אוג", "ספט", "אוק", "נוב", "דצמ"],
12 | today: "היום",
13 | rtl: true
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.hr.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Croatian localisation
3 | */
4 | ;(function($){
5 | $.fn.datepicker.dates['hr'] = {
6 | days: ["Nedjelja", "Ponedjelja", "Utorak", "Srijeda", "Četrtak", "Petak", "Subota", "Nedjelja"],
7 | daysShort: ["Ned", "Pon", "Uto", "Srr", "Čet", "Pet", "Sub", "Ned"],
8 | daysMin: ["Ne", "Po", "Ut", "Sr", "Če", "Pe", "Su", "Ne"],
9 | months: ["Siječanj", "Veljača", "Ožujak", "Travanj", "Svibanj", "Lipanj", "Srpanj", "Kolovoz", "Rujan", "Listopad", "Studeni", "Prosinac"],
10 | monthsShort: ["Sije", "Velj", "Ožu", "Tra", "Svi", "Lip", "Jul", "Kol", "Ruj", "Lis", "Stu", "Pro"],
11 | today: "Danas"
12 | };
13 | }(jQuery));
14 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.id.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Bahasa translation for bootstrap-datepicker
3 | * Azwar Akbar
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['id'] = {
7 | days: ["Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu", "Minggu"],
8 | daysShort: ["Mgu", "Sen", "Sel", "Rab", "Kam", "Jum", "Sab", "Mgu"],
9 | daysMin: ["Mg", "Sn", "Sl", "Ra", "Ka", "Ju", "Sa", "Mg"],
10 | months: ["Januari", "Februari", "Maret", "April", "Mei", "Juni", "Juli", "Agustus", "September", "Oktober", "November", "Desember"],
11 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Ags", "Sep", "Okt", "Nov", "Des"]
12 | };
13 | }(jQuery));
14 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.is.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Icelandic translation for bootstrap-datepicker
3 | * Hinrik Örn Sigurðsson
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['is'] = {
7 | days: ["Sunnudagur", "Mánudagur", "Þriðjudagur", "Miðvikudagur", "Fimmtudagur", "Föstudagur", "Laugardagur", "Sunnudagur"],
8 | daysShort: ["Sun", "Mán", "Þri", "Mið", "Fim", "Fös", "Lau", "Sun"],
9 | daysMin: ["Su", "Má", "Þr", "Mi", "Fi", "Fö", "La", "Su"],
10 | months: ["Janúar", "Febrúar", "Mars", "Apríl", "Maí", "Júní", "Júlí", "Ágúst", "September", "Október", "Nóvember", "Desember"],
11 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maí", "Jún", "Júl", "Ágú", "Sep", "Okt", "Nóv", "Des"],
12 | today: "Í Dag"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.it.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Italian translation for bootstrap-datepicker
3 | * Enrico Rubboli
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['it'] = {
7 | days: ["Domenica", "Lunedi", "Martedi", "Mercoledi", "Giovedi", "Venerdi", "Sabato", "Domenica"],
8 | daysShort: ["Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab", "Dom"],
9 | daysMin: ["Do", "Lu", "Ma", "Me", "Gi", "Ve", "Sa", "Do"],
10 | months: ["Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre"],
11 | monthsShort: ["Gen", "Feb", "Mar", "Apr", "Mag", "Giu", "Lug", "Ago", "Set", "Ott", "Nov", "Dic"],
12 | today: "Oggi"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.ja.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Japanese translation for bootstrap-datepicker
3 | * Norio Suzuki
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['ja'] = {
7 | days: ["日曜", "月曜", "火曜", "水曜", "木曜", "金曜", "土曜", "日曜"],
8 | daysShort: ["日", "月", "火", "水", "木", "金", "土", "日"],
9 | daysMin: ["日", "月", "火", "水", "木", "金", "土", "日"],
10 | months: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
11 | monthsShort: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"]
12 | };
13 | }(jQuery));
14 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.kr.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Korean translation for bootstrap-datepicker
3 | * Gu Youn
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['kr'] = {
7 | days: ["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일", "일요일"],
8 | daysShort: ["일", "월", "화", "수", "목", "금", "토", "일"],
9 | daysMin: ["일", "월", "화", "수", "목", "금", "토", "일"],
10 | months: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],
11 | monthsShort: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"]
12 | };
13 | }(jQuery));
14 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.lt.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Lithuanian translation for bootstrap-datepicker
3 | * Šarūnas Gliebus
4 | */
5 |
6 | ;(function($){
7 | $.fn.datepicker.dates['lt'] = {
8 | days: ["Sekmadienis", "Pirmadienis", "Antradienis", "Trečiadienis", "Ketvirtadienis", "Penktadienis", "Šeštadienis", "Sekmadienis"],
9 | daysShort: ["S", "Pr", "A", "T", "K", "Pn", "Š", "S"],
10 | daysMin: ["Sk", "Pr", "An", "Tr", "Ke", "Pn", "Št", "Sk"],
11 | months: ["Sausis", "Vasaris", "Kovas", "Balandis", "Gegužė", "Birželis", "Liepa", "Rugpjūtis", "Rugsėjis", "Spalis", "Lapkritis", "Gruodis"],
12 | monthsShort: ["Sau", "Vas", "Kov", "Bal", "Geg", "Bir", "Lie", "Rugp", "Rugs", "Spa", "Lap", "Gru"],
13 | today: "Šiandien",
14 | weekStart: 1
15 | };
16 | }(jQuery));
17 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.lv.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Latvian translation for bootstrap-datepicker
3 | * Artis Avotins
4 | */
5 |
6 | ;(function($){
7 | $.fn.datepicker.dates['lv'] = {
8 | days: ["Svētdiena", "Pirmdiena", "Otrdiena", "Trešdiena", "Ceturtdiena", "Piektdiena", "Sestdiena", "Svētdiena"],
9 | daysShort: ["Sv", "P", "O", "T", "C", "Pk", "S", "Sv"],
10 | daysMin: ["Sv", "Pr", "Ot", "Tr", "Ce", "Pk", "St", "Sv"],
11 | months: ["Janvāris", "Februāris", "Marts", "Aprīlis", "Maijs", "Jūnijs", "Jūlijs", "Augusts", "Septembris", "Oktobris", "Novembris", "Decembris"],
12 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mai", "Jūn", "Jūl", "Aug", "Sep", "Okt", "Nov", "Dec."],
13 | today: "Šodien",
14 | weekStart: 1
15 | };
16 | }(jQuery));
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.ms.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Malay translation for bootstrap-datepicker
3 | * Ateman Faiz
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['ms'] = {
7 | days: ["Ahad", "Isnin", "Selasa", "Rabu", "Khamis", "Jumaat", "Sabtu", "Ahad"],
8 | daysShort: ["Aha", "Isn", "Sel", "Rab", "Kha", "Jum", "Sab", "Aha"],
9 | daysMin: ["Ah", "Is", "Se", "Ra", "Kh", "Ju", "Sa", "Ah"],
10 | months: ["Januari", "Februari", "Mac", "April", "Mei", "Jun", "Julai", "Ogos", "September", "Oktober", "November", "Disember"],
11 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Ogo", "Sep", "Okt", "Nov", "Dis"],
12 | today: "Hari Ini"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.nb.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Norwegian (bokmål) translation for bootstrap-datepicker
3 | * Fredrik Sundmyhr
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['nb'] = {
7 | days: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag", "Søndag"],
8 | daysShort: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør", "Søn"],
9 | daysMin: ["Sø", "Ma", "Ti", "On", "To", "Fr", "Lø", "Sø"],
10 | months: ["Januar", "Februar", "Mars", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Desember"],
11 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Des"],
12 | today: "I Dag"
13 | };
14 | }(jQuery));
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.nl.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Dutch translation for bootstrap-datepicker
3 | * Reinier Goltstein
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['nl'] = {
7 | days: ["Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag", "Zondag"],
8 | daysShort: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zo"],
9 | daysMin: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zo"],
10 | months: ["Januari", "Februari", "Maart", "April", "Mei", "Juni", "Juli", "Augustus", "September", "Oktober", "November", "December"],
11 | monthsShort: ["Jan", "Feb", "Mrt", "Apr", "Mei", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
12 | today: "Vandaag"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.pl.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Polish translation for bootstrap-datepicker
3 | * Robert
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['pl'] = {
7 | days: ["Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota", "Niedziela"],
8 | daysShort: ["Nie", "Pn", "Wt", "Śr", "Czw", "Pt", "So", "Nie"],
9 | daysMin: ["N", "Pn", "Wt", "Śr", "Cz", "Pt", "So", "N"],
10 | months: ["Styczeń", "Luty", "Marzec", "Kwiecień", "Maj", "Czerwiec", "Lipiec", "Sierpień", "Wrzesień", "Październik", "Listopad", "Grudzień"],
11 | monthsShort: ["Sty", "Lu", "Mar", "Kw", "Maj", "Cze", "Lip", "Sie", "Wrz", "Pa", "Lis", "Gru"],
12 | today: "Dzisiaj",
13 | weekStart: 1
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.pt-BR.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Brazilian translation for bootstrap-datepicker
3 | * Cauan Cabral
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['pt-BR'] = {
7 | days: ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado", "Domingo"],
8 | daysShort: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb", "Dom"],
9 | daysMin: ["Do", "Se", "Te", "Qu", "Qu", "Se", "Sa", "Do"],
10 | months: ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"],
11 | monthsShort: ["Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez"],
12 | today: "Hoje"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.pt.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Portuguese translation for bootstrap-datepicker
3 | * Original code: Cauan Cabral
4 | * Tiago Melo
5 | */
6 | ;(function($){
7 | $.fn.datepicker.dates['pt'] = {
8 | days: ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado", "Domingo"],
9 | daysShort: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb", "Dom"],
10 | daysMin: ["Do", "Se", "Te", "Qu", "Qu", "Se", "Sa", "Do"],
11 | months: ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"],
12 | monthsShort: ["Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez"]
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.ro.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Romanian translation for bootstrap-datepicker
3 | * Cristian Vasile
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['ro'] = {
7 | days: ["Duminică", "Luni", "Marţi", "Miercuri", "Joi", "Vineri", "Sâmbătă", "Duminică"],
8 | daysShort: ["Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "Sâm", "Dum"],
9 | daysMin: ["Du", "Lu", "Ma", "Mi", "Jo", "Vi", "Sâ", "Du"],
10 | months: ["Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "Noiembrie", "Decembrie"],
11 | monthsShort: ["Ian", "Feb", "Mar", "Apr", "Mai", "Iun", "Iul", "Aug", "Sep", "Oct", "Nov", "Dec"],
12 | today: "Astăzi",
13 | weekStart: 1
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.rs-latin.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Serbian latin translation for bootstrap-datepicker
3 | * Bojan Milosavlević
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['rs'] = {
7 | days: ["Nedelja","Ponedeljak", "Utorak", "Sreda", "Četvrtak", "Petak", "Subota", "Nedelja"],
8 | daysShort: ["Ned", "Pon", "Uto", "Sre", "Čet", "Pet", "Sub", "Ned"],
9 | daysMin: ["N", "Po", "U", "Sr", "Č", "Pe", "Su", "N"],
10 | months: ["Januar", "Februar", "Mart", "April", "Maj", "Jun", "Jul", "Avgust", "Septembar", "Oktobar", "Novembar", "Decembar"],
11 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec"],
12 | today: "Danas"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.rs.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Serbian cyrillic translation for bootstrap-datepicker
3 | * Bojan Milosavlević
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['rs'] = {
7 | days: ["Недеља","Понедељак", "Уторак", "Среда", "Четвртак", "Петак", "Субота", "Недеља"],
8 | daysShort: ["Нед", "Пон", "Уто", "Сре", "Чет", "Пет", "Суб", "Нед"],
9 | daysMin: ["Н", "По", "У", "Ср", "Ч", "Пе", "Су", "Н"],
10 | months: ["Јануар", "Фебруар", "Март", "Април", "Мај", "Јун", "Јул", "Август", "Септембар", "Октобар", "Новембар", "Децембар"],
11 | monthsShort: ["Јан", "Феб", "Мар", "Апр", "Мај", "Јун", "Јул", "Авг", "Сеп", "Окт", "Нов", "Дец"],
12 | today: "Данас"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.ru.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Russian translation for bootstrap-datepicker
3 | * Victor Taranenko
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['ru'] = {
7 | days: ["Воскресенье", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота", "Воскресенье"],
8 | daysShort: ["Вск", "Пнд", "Втр", "Срд", "Чтв", "Птн", "Суб", "Вск"],
9 | daysMin: ["Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб", "Вс"],
10 | months: ["Январь", "Февраль", "Март", "Апрель", "Май", "Июнь", "Июль", "Август", "Сентябрь", "Октябрь", "Ноябрь", "Декабрь"],
11 | monthsShort: ["Янв", "Фев", "Мар", "Апр", "Май", "Июн", "Июл", "Авг", "Сен", "Окт", "Ноя", "Дек"],
12 | today: "Сегодня"
13 | };
14 | }(jQuery));
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.sk.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Slovak translation for bootstrap-datepicker
3 | * Marek Lichtner
4 | * Fixes by Michal Remiš
5 | */
6 | ;(function($){
7 | $.fn.datepicker.dates["sk"] = {
8 | days: ["Nedeľa", "Pondelok", "Utorok", "Streda", "Štvrtok", "Piatok", "Sobota", "Nedeľa"],
9 | daysShort: ["Ned", "Pon", "Uto", "Str", "Štv", "Pia", "Sob", "Ned"],
10 | daysMin: ["Ne", "Po", "Ut", "St", "Št", "Pia", "So", "Ne"],
11 | months: ["Január", "Február", "Marec", "Apríl", "Máj", "Jún", "Júl", "August", "September", "Október", "November", "December"],
12 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Máj", "Jún", "Júl", "Aug", "Sep", "Okt", "Nov", "Dec"],
13 | today: "Dnes"
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.sl.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Slovene translation for bootstrap-datepicker
3 | * Gregor Rudolf
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['sl'] = {
7 | days: ["Nedelja", "Ponedeljek", "Torek", "Sreda", "Četrtek", "Petek", "Sobota", "Nedelja"],
8 | daysShort: ["Ned", "Pon", "Tor", "Sre", "Čet", "Pet", "Sob", "Ned"],
9 | daysMin: ["Ne", "Po", "To", "Sr", "Če", "Pe", "So", "Ne"],
10 | months: ["Januar", "Februar", "Marec", "April", "Maj", "Junij", "Julij", "Avgust", "September", "Oktober", "November", "December"],
11 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec"],
12 | today: "Danes"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.sv.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Swedish translation for bootstrap-datepicker
3 | * Patrik Ragnarsson
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['sv'] = {
7 | days: ["Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag", "Söndag"],
8 | daysShort: ["Sön", "Mån", "Tis", "Ons", "Tor", "Fre", "Lör", "Sön"],
9 | daysMin: ["Sö", "Må", "Ti", "On", "To", "Fr", "Lö", "Sö"],
10 | months: ["Januari", "Februari", "Mars", "April", "Maj", "Juni", "Juli", "Augusti", "September", "Oktober", "November", "December"],
11 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"],
12 | today: "I Dag"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.sw.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Swahili translation for bootstrap-datepicker
3 | * Edwin Mugendi
4 | * Source: http://scriptsource.org/cms/scripts/page.php?item_id=entry_detail&uid=xnfaqyzcku
5 | */
6 | ;(function($){
7 | $.fn.datepicker.dates['sw'] = {
8 | days: ["Jumapili", "Jumatatu", "Jumanne", "Jumatano", "Alhamisi", "Ijumaa", "Jumamosi", "Jumapili"],
9 | daysShort: ["J2", "J3", "J4", "J5", "Alh", "Ij", "J1", "J2"],
10 | daysMin: ["2", "3", "4", "5", "A", "I", "1", "2"],
11 | months: ["Januari", "Februari", "Machi", "Aprili", "Mei", "Juni", "Julai", "Agosti", "Septemba", "Oktoba", "Novemba", "Desemba"],
12 | monthsShort: ["Jan", "Feb", "Mac", "Apr", "Mei", "Jun", "Jul", "Ago", "Sep", "Okt", "Nov", "Des"],
13 | today: "Leo"
14 | };
15 | }(jQuery));
16 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.th.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Thai translation for bootstrap-datepicker
3 | * Suchau Jiraprapot
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['th'] = {
7 | days: ["อาทิตย์", "จันทร์", "อังคาร", "พุธ", "พฤหัส", "ศุกร์", "เสาร์", "อาทิตย์"],
8 | daysShort: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", "อา"],
9 | daysMin: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", "อา"],
10 | months: ["มกราคม", "กุมภาพันธ์", "มีนาคม", "เมษายน", "พฤษภาคม", "มิถุนายน", "กรกฎาคม", "สิงหาคม", "กันยายน", "ตุลาคม", "พฤศจิกายน", "ธันวาคม"],
11 | monthsShort: ["ม.ค.", "ก.พ.", "มี.ค.", "เม.ย.", "พ.ค.", "มิ.ย.", "ก.ค.", "ส.ค.", "ก.ย.", "ต.ค.", "พ.ย.", "ธ.ค."],
12 | today: "วันนี้"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.tr.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Turkish translation for bootstrap-datepicker
3 | * Serkan Algur
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['tr'] = {
7 | days: ["Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi", "Pazar"],
8 | daysShort: ["Pz", "Pzt", "Sal", "Çrş", "Prş", "Cu", "Cts", "Pz"],
9 | daysMin: ["Pz", "Pzt", "Sa", "Çr", "Pr", "Cu", "Ct", "Pz"],
10 | months: ["Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık"],
11 | monthsShort: ["Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara"],
12 | today: "Bugün"
13 | };
14 | }(jQuery));
15 |
16 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.uk.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Ukrainian translation for bootstrap-datepicker
3 | * Andrey Vityuk
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['uk'] = {
7 | days: ["Неділя", "Понеділок", "Вівторок", "Середа", "Четвер", "П'ятниця", "Субота", "Неділя"],
8 | daysShort: ["Нед", "Пнд", "Втр", "Срд", "Чтв", "Птн", "Суб", "Нед"],
9 | daysMin: ["Нд", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб", "Нд"],
10 | months: ["Січень", "Лютий", "Березень", "Квітень", "Травень", "Червень", "Липень", "Серпень", "Вересень", "Жовтень", "Листопад", "Грудень"],
11 | monthsShort: ["Січ", "Лют", "Бер", "Кві", "Тра", "Чер", "Лип", "Сер", "Вер", "Жов", "Лис", "Гру"],
12 | today: "Сьогодні"
13 | };
14 | }(jQuery));
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.zh-CN.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Simplified Chinese translation for bootstrap-datepicker
3 | * Yuan Cheung
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['zh-CN'] = {
7 | days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"],
8 | daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日"],
9 | daysMin: ["日", "一", "二", "三", "四", "五", "六", "日"],
10 | months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
11 | monthsShort: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
12 | today: "今日"
13 | };
14 | }(jQuery));
15 |
--------------------------------------------------------------------------------
/front/js/locales/bootstrap-datepicker.zh-TW.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Traditional Chinese translation for bootstrap-datepicker
3 | * Rung-Sheng Jang
4 | */
5 | ;(function($){
6 | $.fn.datepicker.dates['zh-TW'] = {
7 | days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"],
8 | daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日"],
9 | daysMin: ["日", "一", "二", "三", "四", "五", "六", "日"],
10 | months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
11 | monthsShort: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"]
12 | };
13 | }(jQuery));
14 |
--------------------------------------------------------------------------------
/front/js/media/images/Sorting icons.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/media/images/Sorting icons.psd
--------------------------------------------------------------------------------
/front/js/media/images/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/media/images/favicon.ico
--------------------------------------------------------------------------------
/front/js/media/images/sort_asc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/media/images/sort_asc.png
--------------------------------------------------------------------------------
/front/js/media/images/sort_asc_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/media/images/sort_asc_disabled.png
--------------------------------------------------------------------------------
/front/js/media/images/sort_both.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/media/images/sort_both.png
--------------------------------------------------------------------------------
/front/js/media/images/sort_desc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/media/images/sort_desc.png
--------------------------------------------------------------------------------
/front/js/media/images/sort_desc_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/media/images/sort_desc_disabled.png
--------------------------------------------------------------------------------
/front/js/menu.js:
--------------------------------------------------------------------------------
1 | $(function(){
2 | var nav = $('#menuHeader');
3 | var frame = $('#iframe1');
4 |
5 | $(window).scroll(function () {
6 | if ($(this).scrollTop() > 50) {
7 | nav.addClass("menu-fixo");
8 | //frame.css("padding-top", "103px");
9 |
10 | } else {
11 | nav.removeClass("menu-fixo");
12 | //frame.css("padding-top", "0");
13 | }
14 | });
15 | });
16 |
17 | $(function(){
18 | var collapse = $('#navbar-collapse-1');
19 | $(window).scroll(function () {
20 | if ($(this).scrollTop() > 50 && $(this).width() < 600) {
21 | collapse.addClass("black-bg");
22 | } else {
23 | collapse.removeClass("black-bg");
24 | }
25 | });
26 | });
27 |
28 | $(function(){
29 | var collapse = $('#navbar-collapse-1');
30 | //$(window).scroll.(function () {
31 | $('#bnt-collapse').click(function() {
32 | if ($(this).scrollTop() == 0) {
33 | collapse.addClass("top-50");
34 | } else {
35 | collapse.removeClass("top-50");
36 | }
37 | });
38 | });
39 |
40 | $(document).on('click', '.yamm .dropdown-menu', function(e) {
41 | //e.stopPropagation()
42 | })
43 |
44 | /*
45 | //menu hover
46 | $(document).ready(function(){
47 |
48 | //$('#menu').addClass('dropdown');
49 |
50 | $('.menu').hover(function(){
51 | $('.dropdown-toggle', this).trigger('click');
52 | });
53 |
54 | });
55 | */
56 |
--------------------------------------------------------------------------------
/front/js/modules/item-series.js:
--------------------------------------------------------------------------------
1 | /*
2 | Highcharts JS v6.0.2 (2017-10-20)
3 |
4 | Item series type for Highcharts
5 |
6 | (c) 2010-2017 Torstein Honsi
7 |
8 | License: www.highcharts.com/license
9 | */
10 | (function(b){"object"===typeof module&&module.exports?module.exports=b:b(Highcharts)})(function(b){(function(f){var b=f.each,p=f.extend,q=f.pick,h=f.seriesType;h("item","column",{itemPadding:.2,marker:{symbol:"circle",states:{hover:{},select:{}}}},{drawPoints:function(){var c=this,n=c.chart.renderer,h=this.options.marker;b(this.points,function(a){var b,k,d,e,l,r=(a.marker||{}).symbol||h.symbol,g,m;a.graphics=d=a.graphics||{};l=a.pointAttr?a.pointAttr[a.selected?"selected":""]||c.pointAttr[""]:c.pointAttribs(a,
11 | a.selected&&"select");delete l.r;if(null!==a.y)for(a.graphic||(a.graphic=n.g("point").add(c.group)),e=a.y,m=q(a.stackY,a.y),g=Math.min(a.pointWidth,c.yAxis.transA*(1-c.options.itemPadding)),b=m;b>m-a.y;b--)k={x:a.barX+a.pointWidth/2-g/2,y:c.yAxis.toPixels(b,!0)-g/2,width:g,height:g},d[e]?d[e].animate(k):d[e]=n.symbol(r).attr(p(k,l)).add(a.graphic),d[e].isActive=!0,e--;f.objectEach(d,function(a,b){a.isActive?a.isActive=!1:(a.destroy(),delete a[b])})})}})})(b)});
12 |
--------------------------------------------------------------------------------
/front/js/modules/no-data-to-display.js:
--------------------------------------------------------------------------------
1 | /*
2 | Highcharts JS v6.0.2 (2017-10-20)
3 | Plugin for displaying a message when there is no data visible in chart.
4 |
5 | (c) 2010-2017 Highsoft AS
6 | Author: Oystein Moseng
7 |
8 | License: www.highcharts.com/license
9 | */
10 | (function(d){"object"===typeof module&&module.exports?module.exports=d:d(Highcharts)})(function(d){(function(c){function d(){this.hasData()?this.hideNoData():this.showNoData()}var g=c.seriesTypes,e=c.Chart.prototype,f=c.getOptions(),h=c.extend,k=c.each;h(f.lang,{noData:"No data to display"});f.noData={position:{x:0,y:0,align:"center",verticalAlign:"middle"}};f.noData.style={fontWeight:"bold",fontSize:"12px",color:"#666666"};k("bubble gauge heatmap pie treemap waterfall".split(" "),function(a){g[a]&&
11 | (g[a].prototype.hasData=function(){return!!this.points.length})});c.Series.prototype.hasData=function(){return this.visible&&void 0!==this.dataMax&&void 0!==this.dataMin};e.showNoData=function(a){var b=this.options;a=a||b.lang.noData;b=b.noData;this.noDataLabel||(this.noDataLabel=this.renderer.label(a,0,0,null,null,null,b.useHTML,null,"no-data"),this.noDataLabel.attr(b.attr).css(b.style),this.noDataLabel.add(),this.noDataLabel.align(h(this.noDataLabel.getBBox(),b.position),!1,"plotBox"))};e.hideNoData=
12 | function(){this.noDataLabel&&(this.noDataLabel=this.noDataLabel.destroy())};e.hasData=function(){for(var a=this.series,b=a.length;b--;)if(a[b].hasData()&&!a[b].options.isInternal)return!0;return this.loadingShown};e.callbacks.push(function(a){c.addEvent(a,"load",d);c.addEvent(a,"redraw",d)})})(d)});
13 |
--------------------------------------------------------------------------------
/front/js/modules/static-scale.js:
--------------------------------------------------------------------------------
1 | /*
2 | Highcharts JS v6.0.2 (2017-10-20)
3 | StaticScale
4 |
5 | (c) 2016 Torstein Honsi, Lars A. V. Cabrera
6 |
7 | --- WORK IN PROGRESS ---
8 |
9 | License: www.highcharts.com/license
10 | */
11 | (function(b){"object"===typeof module&&module.exports?module.exports=b:b(Highcharts)})(function(b){(function(c){var b=c.Chart,e=c.each,f=c.pick;b.prototype.adjustHeight=function(){e(this.axes,function(a){var b=a.chart,e=!!b.initiatedScale&&b.options.animation,d=a.options.staticScale;c.isNumber(d)&&!a.horiz&&c.defined(a.min)&&(a=f(a.unitLength,a.max+a.tickInterval-a.min)*d,a=Math.max(a,d),d=a-b.plotHeight,1<=Math.abs(d)&&(b.plotHeight=a,b.setSize(null,b.chartHeight+d,e)))});this.initiatedScale=!0};
12 | b.prototype.callbacks.push(function(a){c.addEvent(this,"render",function(){a.adjustHeight()})})})(b)});
13 |
--------------------------------------------------------------------------------
/front/js/modules/static-scale.js.map:
--------------------------------------------------------------------------------
1 | {
2 | "version":3,
3 | "file":"",
4 | "lineCount":12,
5 | "mappings":"A;;;;;;;;;;AAWC,SAAQ,CAACA,CAAD,CAAU,CACO,QAAtB,GAAI,MAAOC,OAAX,EAAkCA,MAAAC,QAAlC,CACID,MAAAC,QADJ,CACqBF,CADrB,CAGIA,CAAA,CAAQG,UAAR,CAJW,CAAlB,CAAA,CAMC,QAAQ,CAACA,CAAD,CAAa,CAClB,SAAQ,CAACC,CAAD,CAAI,CAAA,IAOLC,EAAQD,CAAAC,MAPH,CAQLC,EAAOF,CAAAE,KARF,CASLC,EAAOH,CAAAG,KAEXF,EAAAG,UAAAC,aAAA,CAA+BC,QAAQ,EAAG,CACtCJ,CAAA,CAAK,IAAAK,KAAL,CAAgB,QAAQ,CAACC,CAAD,CAAO,CAAA,IACvBC,EAAQD,CAAAC,MADe,CAEvBC,EAAU,CAAEC,CAAAF,CAAAE,eAAZD,EAAoCD,CAAAG,QAAAC,UAFb,CAGvBC,EAAcN,CAAAI,QAAAE,YAIdd,EAAAe,SAAA,CAAWD,CAAX,CADJ,EAEKE,CAAAR,CAAAQ,MAFL,EAGIhB,CAAAiB,QAAA,CAAUT,CAAAU,IAAV,CAHJ,GAKIC,CAUA,CAVShB,CAAA,CACLK,CAAAY,WADK,CAELZ,CAAAa,IAFK,CAEMb,CAAAc,aAFN,CAE0Bd,CAAAU,IAF1B,CAUT,CAPIJ,CAOJ,CAJAK,CAIA,CAJSI,IAAAF,IAAA,CAASF,CAAT,CAAiBL,CAAjB,CAIT,CAFAU,CAEA,CAFOL,CAEP,CAFgBV,CAAAgB,WAEhB,CAAsB,CAAtB,EAAIF,IAAAG,IAAA,CAASF,CAAT,CAAJ,GACIf,CAAAgB,WACA,CADmBN,CACnB,CAAAV,CAAAkB,QAAA,CAAc,IAAd,CAAoBlB,CAAAmB,YAApB,CAAwCJ,CAAxC,CAA8Cd,CAA9C,CAFJ,CAfJ,CAN2B,CAA/B,CA4BA,KAAAC,eAAA,CAAsB,CAAA,CA7BgB,CA+B1CV;CAAAG,UAAAyB,UAAAC,KAAA,CAA+B,QAAQ,CAACrB,CAAD,CAAQ,CAC3CT,CAAA+B,SAAA,CAAW,IAAX,CAAiB,QAAjB,CAA2B,QAAQ,EAAG,CAClCtB,CAAAJ,aAAA,EADkC,CAAtC,CAD2C,CAA/C,CA1CS,CAAZ,CAAA,CAgDCN,CAhDD,CADkB,CANtB;",
6 | "sources":["Input_0"],
7 | "names":["factory","module","exports","Highcharts","H","Chart","each","pick","prototype","adjustHeight","Chart.prototype.adjustHeight","axes","axis","chart","animate","initiatedScale","options","animation","staticScale","isNumber","horiz","defined","min","height","unitLength","max","tickInterval","Math","diff","plotHeight","abs","setSize","chartHeight","callbacks","push","addEvent"]
8 | }
9 |
--------------------------------------------------------------------------------
/front/js/modules/streamgraph.js:
--------------------------------------------------------------------------------
1 | /*
2 | Highcharts JS v6.0.2 (2017-10-20)
3 | Streamgraph module
4 |
5 | (c) 2010-2017 Torstein Honsi
6 |
7 | License: www.highcharts.com/license
8 | */
9 | (function(a){"object"===typeof module&&module.exports?module.exports=a:a(Highcharts)})(function(a){(function(a){a=a.seriesType;a("streamgraph","areaspline",{fillOpacity:1,lineWidth:0,marker:{enabled:!1},stacking:"stream"},{negStacks:!1,streamStacker:function(a,b,c){a[0]-=b.total/2;a[1]-=b.total/2;this.stackedYData[c]=0===this.index?a[1]:a[0]}})})(a)});
10 |
--------------------------------------------------------------------------------
/front/js/modules/streamgraph.js.map:
--------------------------------------------------------------------------------
1 | {
2 | "version":3,
3 | "file":"",
4 | "lineCount":9,
5 | "mappings":"A;;;;;;;;AASC,SAAQ,CAACA,CAAD,CAAU,CACO,QAAtB,GAAI,MAAOC,OAAX,EAAkCA,MAAAC,QAAlC,CACID,MAAAC,QADJ,CACqBF,CADrB,CAGIA,CAAA,CAAQG,UAAR,CAJW,CAAlB,CAAA,CAMC,QAAQ,CAACA,CAAD,CAAa,CAClB,SAAQ,CAACC,CAAD,CAAI,CASLC,CAAAA,CAAaD,CAAAC,WAajBA,EAAA,CAAW,aAAX,CAA0B,YAA1B,CAAwC,CACpCC,YAAa,CADuB,CAEpCC,UAAW,CAFyB,CAGpCC,OAAQ,CACJC,QAAS,CAAA,CADL,CAH4B,CAMpCC,SAAU,QAN0B,CAAxC,CAQG,CACCC,UAAW,CAAA,CADZ,CAOCC,cAAeA,QAAQ,CAACC,CAAD,CAAgBC,CAAhB,CAAuBC,CAAvB,CAA0B,CAE7CF,CAAA,CAAc,CAAd,CAAA,EAAoBC,CAAAE,MAApB,CAAkC,CAElCH,EAAA,CAAc,CAAd,CAAA,EAAoBC,CAAAE,MAApB,CAAkC,CAClC,KAAAC,aAAA,CAAkBF,CAAlB,CAAA,CAAsC,CAAf,GAAA,IAAAG,MAAA,CACnBL,CAAA,CAAc,CAAd,CADmB,CAEnBA,CAAA,CAAc,CAAd,CAPyC,CAPlD,CARH,CAtBS,CAAZ,CAAA,CAyHCV,CAzHD,CADkB,CANtB;",
6 | "sources":["Input_0"],
7 | "names":["factory","module","exports","Highcharts","H","seriesType","fillOpacity","lineWidth","marker","enabled","stacking","negStacks","streamStacker","pointExtremes","stack","i","total","stackedYData","index"]
8 | }
9 |
--------------------------------------------------------------------------------
/front/js/plot.css:
--------------------------------------------------------------------------------
1 | .valueLabels {
2 | font-size:70%;
3 | color:black;
4 | }
5 | div.valueLabelLight {
6 | opacity:0.5;
7 | background-color: white;
8 | border:none;
9 | position:absolute;
10 | }
11 | div.valueLabel {
12 | position:absolute;
13 | border:none;
14 | }
15 |
16 |
--------------------------------------------------------------------------------
/front/js/raphael.2.1.0.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/raphael.2.1.0.min.js
--------------------------------------------------------------------------------
/front/js/scripts.js:
--------------------------------------------------------------------------------
1 |
2 | function pagina(url)
3 | {
4 | var url = '';
5 | var page=document.getElementById('npage').value;
6 |
7 | location.href = url + '?con=1&stat=".$status1."&date1=".$data_ini2."&date2=".$data_fin2."&grp=".$id_grp ."&npage=' + page;
8 | }
9 |
--------------------------------------------------------------------------------
/front/js/smoothness/.htaccess:
--------------------------------------------------------------------------------
1 | allow from all
--------------------------------------------------------------------------------
/front/js/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
--------------------------------------------------------------------------------
/front/js/smoothness/images/ui-bg_flat_75_ffffff_40x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
--------------------------------------------------------------------------------
/front/js/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
--------------------------------------------------------------------------------
/front/js/smoothness/images/ui-bg_glass_65_ffffff_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
--------------------------------------------------------------------------------
/front/js/smoothness/images/ui-bg_glass_75_dadada_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/smoothness/images/ui-bg_glass_75_dadada_1x400.png
--------------------------------------------------------------------------------
/front/js/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
--------------------------------------------------------------------------------
/front/js/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
--------------------------------------------------------------------------------
/front/js/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
--------------------------------------------------------------------------------
/front/js/smoothness/images/ui-icons_222222_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/smoothness/images/ui-icons_222222_256x240.png
--------------------------------------------------------------------------------
/front/js/smoothness/images/ui-icons_2e83ff_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/smoothness/images/ui-icons_2e83ff_256x240.png
--------------------------------------------------------------------------------
/front/js/smoothness/images/ui-icons_454545_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/smoothness/images/ui-icons_454545_256x240.png
--------------------------------------------------------------------------------
/front/js/smoothness/images/ui-icons_888888_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/smoothness/images/ui-icons_888888_256x240.png
--------------------------------------------------------------------------------
/front/js/smoothness/images/ui-icons_cd0a0a_256x240.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/smoothness/images/ui-icons_cd0a0a_256x240.png
--------------------------------------------------------------------------------
/front/js/sorttable.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/js/sorttable.js
--------------------------------------------------------------------------------
/front/js/themes/avocado.js:
--------------------------------------------------------------------------------
1 | /*
2 | Highcharts JS v6.0.2 (2017-10-20)
3 |
4 | (c) 2009-2017 Highsoft AS
5 |
6 | License: www.highcharts.com/license
7 | */
8 | (function(a){"object"===typeof module&&module.exports?module.exports=a:a(Highcharts)})(function(a){a.theme={colors:["#F3E796","#95C471","#35729E","#251735"],colorAxis:{maxColor:"#05426E",minColor:"#F3E796"},plotOptions:{map:{nullColor:"#fcfefe"}},navigator:{maskFill:"rgba(170, 205, 170, 0.5)",series:{color:"#95C471",lineColor:"#35729E"}}};a.setOptions(a.theme)});
9 |
--------------------------------------------------------------------------------
/front/js/themes/avocado.js.map:
--------------------------------------------------------------------------------
1 | {
2 | "version":3,
3 | "file":"",
4 | "lineCount":8,
5 | "mappings":"A;;;;;;;AAQC,SAAQ,CAACA,CAAD,CAAU,CACO,QAAtB,GAAI,MAAOC,OAAX,EAAkCA,MAAAC,QAAlC,CACID,MAAAC,QADJ,CACqBF,CADrB,CAGIA,CAAA,CAAQG,UAAR,CAJW,CAAlB,CAAA,CAMC,QAAQ,CAACA,CAAD,CAAa,CAsCjBA,CA1BEC,MAAA,CAAmB,CACfC,OAAQ,CAAC,SAAD,CAAY,SAAZ,CAAuB,SAAvB,CAAkC,SAAlC,CADO,CAGfC,UAAW,CACPC,SAAU,SADH,CAEPC,SAAU,SAFH,CAHI,CAQfC,YAAa,CACTC,IAAK,CACDC,UAAW,SADV,CADI,CARE,CAcfC,UAAW,CACPC,SAAU,0BADH,CAEPC,OAAQ,CACJC,MAAO,SADH,CAEJC,UAAW,SAFP,CAFD,CAdI,CA0BrBb,EAFEc,WAAA,CAEFd,CAFwBC,MAAtB,CApCe,CANtB;",
6 | "sources":["Input_0"],
7 | "names":["factory","module","exports","Highcharts","theme","colors","colorAxis","maxColor","minColor","plotOptions","map","nullColor","navigator","maskFill","series","color","lineColor","setOptions"]
8 | }
9 |
--------------------------------------------------------------------------------
/front/js/themes/grid-light.js.map:
--------------------------------------------------------------------------------
1 | {
2 | "version":3,
3 | "file":"",
4 | "lineCount":9,
5 | "mappings":"A;;;;;;;AAQC,SAAQ,CAACA,CAAD,CAAU,CACO,QAAtB,GAAI,MAAOC,OAAX,EAAkCA,MAAAC,QAAlC,CACID,MAAAC,QADJ,CACqBF,CADrB,CAGIA,CAAA,CAAQG,UAAR,CAJW,CAAlB,CAAA,CAMC,QAAQ,CAACA,CAAD,CAAa,CAmFjBA,CAtEEC,cAAA,CAAyB,MAAzB,CAAiC,CAC7BC,KAAM,0DADuB,CAE7BC,IAAK,YAFwB,CAG7BC,KAAM,UAHuB,CAAjC,CAIG,IAJH,CAISC,QAAAC,qBAAA,CAA8B,MAA9B,CAAA,CAAsC,CAAtC,CAJT,CAsEFN,EAhEEO,MAAA,CAAmB,CACfC,OAAQ,yFAAA,MAAA,CAAA,GAAA,CADO,CAIfC,MAAO,CACHC,gBAAiB,IADd,CAEHC,MAAO,CACHC,WAAY,mBADT,CAFJ,CAJQ,CAUfC,MAAO,CACHF,MAAO,CACHG,SAAU,MADP,CAEHC,WAAY,MAFT;AAGHC,cAAe,WAHZ,CADJ,CAVQ,CAiBfC,QAAS,CACLC,YAAa,CADR,CAELR,gBAAiB,uBAFZ,CAGLS,OAAQ,CAAA,CAHH,CAjBM,CAsBfC,OAAQ,CACJC,UAAW,CACPN,WAAY,MADL,CAEPD,SAAU,MAFH,CADP,CAtBO,CA4BfQ,MAAO,CACHC,cAAe,CADZ,CAEHC,OAAQ,CACJb,MAAO,CACHG,SAAU,MADP,CADH,CAFL,CA5BQ,CAoCfW,MAAO,CACHC,kBAAmB,MADhB,CAEHb,MAAO,CACHF,MAAO,CACHK,cAAe,WADZ,CADJ,CAFJ,CAOHQ,OAAQ,CACJb,MAAO,CACHG,SAAU,MADP,CADH,CAPL,CApCQ,CAiDfa,YAAa,CACTC,YAAa,CACTC,UAAW,SADF,CADJ,CAjDE,CAyDfC,YAAa,SAzDE,CAgErB9B,EAFE+B,WAAA,CAEF/B,CAFwBO,MAAtB,CAjFe,CANtB;",
6 | "sources":["Input_0"],
7 | "names":["factory","module","exports","Highcharts","createElement","href","rel","type","document","getElementsByTagName","theme","colors","chart","backgroundColor","style","fontFamily","title","fontSize","fontWeight","textTransform","tooltip","borderWidth","shadow","legend","itemStyle","xAxis","gridLineWidth","labels","yAxis","minorTickInterval","plotOptions","candlestick","lineColor","background2","setOptions"]
8 | }
9 |
--------------------------------------------------------------------------------
/front/js/themes/grid.js:
--------------------------------------------------------------------------------
1 | /*
2 | Highcharts JS v6.0.2 (2017-10-20)
3 |
4 | (c) 2009-2017 Torstein Honsi
5 |
6 | License: www.highcharts.com/license
7 | */
8 | (function(a){"object"===typeof module&&module.exports?module.exports=a:a(Highcharts)})(function(a){a.theme={colors:"#058DC7 #50B432 #ED561B #DDDF00 #24CBE5 #64E572 #FF9655 #FFF263 #6AF9C4".split(" "),chart:{backgroundColor:{linearGradient:{x1:0,y1:0,x2:1,y2:1},stops:[[0,"rgb(255, 255, 255)"],[1,"rgb(240, 240, 255)"]]},borderWidth:2,plotBackgroundColor:"rgba(255, 255, 255, .9)",plotShadow:!0,plotBorderWidth:1},title:{style:{color:"#000",font:'bold 16px "Trebuchet MS", Verdana, sans-serif'}},subtitle:{style:{color:"#666666",
9 | font:'bold 12px "Trebuchet MS", Verdana, sans-serif'}},xAxis:{gridLineWidth:1,lineColor:"#000",tickColor:"#000",labels:{style:{color:"#000",font:"11px Trebuchet MS, Verdana, sans-serif"}},title:{style:{color:"#333",fontWeight:"bold",fontSize:"12px",fontFamily:"Trebuchet MS, Verdana, sans-serif"}}},yAxis:{minorTickInterval:"auto",lineColor:"#000",lineWidth:1,tickWidth:1,tickColor:"#000",labels:{style:{color:"#000",font:"11px Trebuchet MS, Verdana, sans-serif"}},title:{style:{color:"#333",fontWeight:"bold",
10 | fontSize:"12px",fontFamily:"Trebuchet MS, Verdana, sans-serif"}}},legend:{itemStyle:{font:"9pt Trebuchet MS, Verdana, sans-serif",color:"black"},itemHoverStyle:{color:"#039"},itemHiddenStyle:{color:"gray"}},labels:{style:{color:"#99b"}},navigation:{buttonOptions:{theme:{stroke:"#CCCCCC"}}}};a.setOptions(a.theme)});
11 |
--------------------------------------------------------------------------------
/front/js/themes/sand-signika.js:
--------------------------------------------------------------------------------
1 | /*
2 | Highcharts JS v6.0.2 (2017-10-20)
3 |
4 | (c) 2009-2017 Torstein Honsi
5 |
6 | License: www.highcharts.com/license
7 | */
8 | (function(b){"object"===typeof module&&module.exports?module.exports=b:b(Highcharts)})(function(b){(function(a){a.createElement("link",{href:"https://fonts.googleapis.com/css?family\x3dSignika:400,700",rel:"stylesheet",type:"text/css"},null,document.getElementsByTagName("head")[0]);a.wrap(a.Chart.prototype,"getContainer",function(a){a.call(this);this.container.style.background="url(http://www.highcharts.com/samples/graphics/sand.png)"});a.theme={colors:"#f45b5b #8085e9 #8d4654 #7798BF #aaeeee #ff0066 #eeaaee #55BF3B #DF5353 #7798BF #aaeeee".split(" "),
9 | chart:{backgroundColor:null,style:{fontFamily:"Signika, serif"}},title:{style:{color:"black",fontSize:"16px",fontWeight:"bold"}},subtitle:{style:{color:"black"}},tooltip:{borderWidth:0},legend:{itemStyle:{fontWeight:"bold",fontSize:"13px"}},xAxis:{labels:{style:{color:"#6e6e70"}}},yAxis:{labels:{style:{color:"#6e6e70"}}},plotOptions:{series:{shadow:!0},candlestick:{lineColor:"#404048"},map:{shadow:!1}},navigator:{xAxis:{gridLineColor:"#D0D0D8"}},rangeSelector:{buttonTheme:{fill:"white",stroke:"#C0C0C8",
10 | "stroke-width":1,states:{select:{fill:"#D0D0D8"}}}},scrollbar:{trackBorderColor:"#C0C0C8"},background2:"#E0E0E8"};a.setOptions(a.theme)})(b)});
11 |
--------------------------------------------------------------------------------
/front/js/themes/skies.js:
--------------------------------------------------------------------------------
1 | /*
2 | Highcharts JS v6.0.2 (2017-10-20)
3 |
4 | (c) 2009-2017 Torstein Honsi
5 |
6 | License: www.highcharts.com/license
7 | */
8 | (function(a){"object"===typeof module&&module.exports?module.exports=a:a(Highcharts)})(function(a){a.theme={colors:"#514F78 #42A07B #9B5E4A #72727F #1F949A #82914E #86777F #42A07B".split(" "),chart:{className:"skies",borderWidth:0,plotShadow:!0,plotBackgroundImage:"http://www.highcharts.com/demo/gfx/skies.jpg",plotBackgroundColor:{linearGradient:[0,0,250,500],stops:[[0,"rgba(255, 255, 255, 1)"],[1,"rgba(255, 255, 255, 0)"]]},plotBorderWidth:1},title:{style:{color:"#3E576F",font:"16px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif"}},
9 | subtitle:{style:{color:"#6D869F",font:"12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif"}},xAxis:{gridLineWidth:0,lineColor:"#C0D0E0",tickColor:"#C0D0E0",labels:{style:{color:"#666",fontWeight:"bold"}},title:{style:{color:"#666",font:"12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif"}}},yAxis:{alternateGridColor:"rgba(255, 255, 255, .5)",lineColor:"#C0D0E0",tickColor:"#C0D0E0",tickWidth:1,labels:{style:{color:"#666",fontWeight:"bold"}},title:{style:{color:"#666",
10 | font:"12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif"}}},legend:{itemStyle:{font:"9pt Trebuchet MS, Verdana, sans-serif",color:"#3E576F"},itemHoverStyle:{color:"black"},itemHiddenStyle:{color:"silver"}},labels:{style:{color:"#3E576F"}}};a.setOptions(a.theme)});
11 |
--------------------------------------------------------------------------------
/front/js/themes/sunset.js:
--------------------------------------------------------------------------------
1 | /*
2 | Highcharts JS v6.0.2 (2017-10-20)
3 |
4 | (c) 2009-2017 Highsoft AS
5 |
6 | License: www.highcharts.com/license
7 | */
8 | (function(a){"object"===typeof module&&module.exports?module.exports=a:a(Highcharts)})(function(a){a.theme={colors:["#FDD089","#FF7F79","#A0446E","#251535"],colorAxis:{maxColor:"#60042E",minColor:"#FDD089"},plotOptions:{map:{nullColor:"#fefefc"}},navigator:{series:{color:"#FF7F79",lineColor:"#A0446E"}}};a.setOptions(a.theme)});
9 |
--------------------------------------------------------------------------------
/front/js/themes/sunset.js.map:
--------------------------------------------------------------------------------
1 | {
2 | "version":3,
3 | "file":"",
4 | "lineCount":8,
5 | "mappings":"A;;;;;;;AAQC,SAAQ,CAACA,CAAD,CAAU,CACO,QAAtB,GAAI,MAAOC,OAAX,EAAkCA,MAAAC,QAAlC,CACID,MAAAC,QADJ,CACqBF,CADrB,CAGIA,CAAA,CAAQG,UAAR,CAJW,CAAlB,CAAA,CAMC,QAAQ,CAACA,CAAD,CAAa,CAqCjBA,CAzBEC,MAAA,CAAmB,CACfC,OAAQ,CAAC,SAAD,CAAY,SAAZ,CAAuB,SAAvB,CAAkC,SAAlC,CADO,CAGfC,UAAW,CACPC,SAAU,SADH,CAEPC,SAAU,SAFH,CAHI,CAQfC,YAAa,CACTC,IAAK,CACDC,UAAW,SADV,CADI,CARE,CAcfC,UAAW,CACPC,OAAQ,CACJC,MAAO,SADH,CAEJC,UAAW,SAFP,CADD,CAdI,CAyBrBZ,EAFEa,WAAA,CAEFb,CAFwBC,MAAtB,CAnCe,CANtB;",
6 | "sources":["Input_0"],
7 | "names":["factory","module","exports","Highcharts","theme","colors","colorAxis","maxColor","minColor","plotOptions","map","nullColor","navigator","series","color","lineColor","setOptions"]
8 | }
9 |
--------------------------------------------------------------------------------
/front/less/.htaccess:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/less/.htaccess
--------------------------------------------------------------------------------
/front/lib/ie9.css:
--------------------------------------------------------------------------------
1 | /* Internet Explorer 9 has some special quirks that are fixed here */
2 | /* The icons are not animated. */
3 | /* This file is automatically merged into sweet-alert.min.js through Gulp */
4 |
5 | /* Error icon */
6 | .sweet-alert .icon.error .line.left {
7 | -ms-transform: rotate(45deg)\9;
8 | }
9 | .sweet-alert .icon.error .line.right {
10 | -ms-transform: rotate(-45deg)\9;
11 | }
12 |
13 |
14 | /* Success icon */
15 | .sweet-alert .icon.success {
16 | border-color: transparent\9;
17 | }
18 | .sweet-alert .icon.success .line.tip {
19 | -ms-transform: rotate(45deg)\9;
20 | }
21 | .sweet-alert .icon.success .line.long {
22 | -ms-transform: rotate(-45deg)\9;
23 | }
--------------------------------------------------------------------------------
/front/lib/sweet-alert.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
29 |
30 |
31 |
32 |
33 |
Title
34 |
Text
35 |
Cancel
36 |
OK
37 |
--------------------------------------------------------------------------------
/front/map/css/MarkerCluster.Default.css:
--------------------------------------------------------------------------------
1 | .marker-cluster-small {
2 | background-color: rgba(181, 226, 140, 0.6);
3 | }
4 | .marker-cluster-small div {
5 | background-color: rgba(110, 204, 57, 0.6);
6 | }
7 |
8 | .marker-cluster-medium {
9 | background-color: rgba(241, 211, 87, 0.6);
10 | }
11 | .marker-cluster-medium div {
12 | background-color: rgba(240, 194, 12, 0.6);
13 | }
14 |
15 | .marker-cluster-large {
16 | background-color: rgba(253, 156, 115, 0.6);
17 | }
18 | .marker-cluster-large div {
19 | background-color: rgba(241, 128, 23, 0.6);
20 | }
21 |
22 | /* IE 6-8 fallback colors */
23 | .leaflet-oldie .marker-cluster-small {
24 | background-color: rgb(181, 226, 140);
25 | }
26 | .leaflet-oldie .marker-cluster-small div {
27 | background-color: rgb(110, 204, 57);
28 | }
29 |
30 | .leaflet-oldie .marker-cluster-medium {
31 | background-color: rgb(241, 211, 87);
32 | }
33 | .leaflet-oldie .marker-cluster-medium div {
34 | background-color: rgb(240, 194, 12);
35 | }
36 |
37 | .leaflet-oldie .marker-cluster-large {
38 | background-color: rgb(253, 156, 115);
39 | }
40 | .leaflet-oldie .marker-cluster-large div {
41 | background-color: rgb(241, 128, 23);
42 | }
43 |
44 | .marker-cluster {
45 | background-clip: padding-box;
46 | border-radius: 20px;
47 | }
48 | .marker-cluster div {
49 | width: 30px;
50 | height: 30px;
51 | margin-left: 5px;
52 | margin-top: 5px;
53 |
54 | text-align: center;
55 | border-radius: 15px;
56 | font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
57 | }
58 | .marker-cluster span {
59 | line-height: 30px;
60 | }
--------------------------------------------------------------------------------
/front/map/css/MarkerCluster.css:
--------------------------------------------------------------------------------
1 | .leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
2 | -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
3 | -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
4 | -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
5 | transition: transform 0.3s ease-out, opacity 0.3s ease-in;
6 | }
7 |
8 | .leaflet-cluster-spider-leg {
9 | /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
10 | -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
11 | -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
12 | -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
13 | transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
14 | }
15 |
--------------------------------------------------------------------------------
/front/map/css/google_api.css:
--------------------------------------------------------------------------------
1 | html, body, #map_canvas, #map-canvas {
2 | height: 90%;
3 | width: 97.5%;
4 | margin: 0px;
5 | margin-left: 15px;
6 | padding: 0px;
7 | margin-top: 30px;
8 |
9 | }
--------------------------------------------------------------------------------
/front/map/css/images/green1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/map/css/images/green1.png
--------------------------------------------------------------------------------
/front/map/css/images/layers-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/map/css/images/layers-2x.png
--------------------------------------------------------------------------------
/front/map/css/images/layers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/map/css/images/layers.png
--------------------------------------------------------------------------------
/front/map/css/images/marker-icon-2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/map/css/images/marker-icon-2x.png
--------------------------------------------------------------------------------
/front/map/css/images/marker-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/map/css/images/marker-icon.png
--------------------------------------------------------------------------------
/front/map/css/images/marker-shadow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/map/css/images/marker-shadow.png
--------------------------------------------------------------------------------
/front/map/css/images/red1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/map/css/images/red1.png
--------------------------------------------------------------------------------
/front/map/css/leaflet-beautify-marker-icon.css:
--------------------------------------------------------------------------------
1 | /*
2 | Leaflet.BeautifyIcon, a plugin that adds colorful iconic markers for Leaflet by giving full control of style to end user, It has also ability to adjust font awesome
3 | and glyphicon icons
4 | (c) 2016-2017, Muhammad Arslan Sajid
5 | http://leafletjs.com
6 | */
7 | .beautify-marker {
8 | text-align: center;
9 | font-weight: 700;
10 | font-family: monospace;
11 | position:absolute;
12 | -webkit-box-sizing: border-box;
13 | -moz-box-sizing: border-box;
14 | box-sizing: border-box;
15 | }
16 |
17 | .beautify-marker.circle {
18 | border-radius: 100%;
19 | }
20 |
21 | .beautify-marker.circle-dot, .beautify-marker.doughnut {
22 | border-radius: 100%;
23 | }
24 |
25 | .beautify-marker.marker {
26 | border-top-left-radius: 50%;
27 | border-top-right-radius: 50% 100%;
28 | border-bottom-left-radius: 100% 50%;
29 | border-bottom-right-radius: 0%;
30 | /* rotating 45deg clockwise to get the corner bottom center */
31 | transform: rotate(45deg);
32 |
33 | }
34 |
35 | .beautify-marker.marker > * {
36 | /* rotating 45deg counterclock to adjust marker content back to normal */
37 | transform: rotate(-45deg);
38 | }
--------------------------------------------------------------------------------
/front/map/css/screen.css:
--------------------------------------------------------------------------------
1 | #map {
2 | width: 1100px;
3 | height: 600px;
4 | border: 1px solid #ccc;
5 | }
6 |
7 | #progress {
8 | display: none;
9 | position: absolute;
10 | z-index: 1000;
11 | left: 400px;
12 | top: 300px;
13 | width: 200px;
14 | height: 20px;
15 | margin-top: -20px;
16 | margin-left: -100px;
17 | background-color: #fff;
18 | background-color: rgba(255, 255, 255, 0.7);
19 | border-radius: 4px;
20 | padding: 2px;
21 | }
22 |
23 | #progress-bar {
24 | width: 0;
25 | height: 100%;
26 | background-color: #76A6FC;
27 | border-radius: 4px;
28 | }
29 |
--------------------------------------------------------------------------------
/front/map/css/style.css:
--------------------------------------------------------------------------------
1 | #headxx {
2 | width: 950px;
3 | margin-left: -500px;
4 | left: 53%;
5 | position: relative;
6 | background-color: #fff;
7 | color: #fff;
8 | padding-top: 20px;
9 | padding-bottom: 2px;
10 |
11 | /* Rounded Corners */
12 | -moz-border-radius: 10px;
13 | -webkit-border-radius: 10px;
14 | border-radius: 10px;
15 | box-shadow: 4px 4px 4px #888888;
16 | }
17 |
18 |
19 | #titulo {
20 | min-width: 900px;
21 | width: 950px;
22 | margin-left: -500px;
23 | left: 50%;
24 | /*margin-top: 40px; */
25 | margin-bottom: 20px;
26 | position: relative;
27 | text-align: center;
28 | color:#000099;
29 | font-size:26pt;
30 | font-weight:bold;
31 | /*font-family: 'Verdana, sans-serif'; */
32 | /*text-shadow:0.1em 0.0em 0.1em rgba(4,4,4,.5);*/
33 | text-shadow:0.0em 0.1em 0.1em #888888;
34 |
35 | }
36 |
37 | #conteudo {
38 | min-width: 900px;
39 | width: 950px;
40 | margin-left: -500px;
41 | left: 50%;
42 | margin-bottom: 20px;
43 | position: relative;
44 | text-align: center;
45 | font-size:26pt;
46 | font-weight:bold;
47 | text-shadow:0.0em 0.1em 0.1em #888888;
48 |
49 | }
50 |
51 | #datas-tec {
52 | min-width: 800px;
53 | width: 900px;
54 | margin-left: -300px;
55 | left: 52%;
56 | margin-top: 25px;
57 | position: relative;
58 | text-align: center;
59 | }
60 |
61 | #voltar {
62 | min-width: 800px;
63 | width: 500px;
64 | margin-left: -300px;
65 | left: 38%;
66 | margin-top: 5px;
67 | margin-bottom: 10px;
68 | position: relative;
69 | text-align: center;
70 | }
71 |
72 |
--------------------------------------------------------------------------------
/front/map/images/0-32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/map/images/0-32.png
--------------------------------------------------------------------------------
/front/map/images/0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/map/images/0.png
--------------------------------------------------------------------------------
/front/map/images/1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/map/images/1.png
--------------------------------------------------------------------------------
/front/map/images/2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/map/images/2.png
--------------------------------------------------------------------------------
/front/map/images/3-32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/map/images/3-32.png
--------------------------------------------------------------------------------
/front/map/images/3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/map/images/3.png
--------------------------------------------------------------------------------
/front/map/images/green-marker.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/map/images/green-marker.png
--------------------------------------------------------------------------------
/front/map/images/green1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/map/images/green1.png
--------------------------------------------------------------------------------
/front/map/images/red-marker.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/map/images/red-marker.png
--------------------------------------------------------------------------------
/front/map/images/red1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/map/images/red1.png
--------------------------------------------------------------------------------
/front/map/insert_coord.php:
--------------------------------------------------------------------------------
1 | query($query) or die ("error insert");
18 |
19 | $location = $DB->result($result,0,'name');
20 |
21 | $insert = "
22 | INSERT INTO glpi_plugin_dashboard_map (entities_id, location, lat, lng)
23 | VALUES ('$ent_id', '$location', '$lat', '$lng')
24 | ON DUPLICATE KEY UPDATE lat='$lat', lng='$lng'";
25 |
26 | $DB->query($insert) or die ("error inserting coordinates");
27 |
28 | echo " ";
29 | }
30 |
31 | if($_POST["lng"] == "" && $_POST["lat"] == "") {
32 |
33 | $query = "DELETE FROM glpi_plugin_dashboard_map WHERE entities_id = ".$_POST["id"];
34 | $DB->query($query) or die ("error removing coordinates");
35 |
36 | echo " ";
37 | }
38 |
39 | ?>
40 |
41 |
--------------------------------------------------------------------------------
/front/metrics/reload_param.js:
--------------------------------------------------------------------------------
1 | var metric = {
2 | reloadId : null
3 | };
--------------------------------------------------------------------------------
/front/reports/manufac.php:
--------------------------------------------------------------------------------
1 | ';
4 |
5 | //define('GLPI_ROOT', '../../../..');
6 | include ("../../../../inc/includes.php");
7 | include ("../../../../inc/config.php");
8 |
9 | global $DB, $sql, $res;
10 | ?>
11 |
12 |
13 | ----
14 |
15 | ', '\'', '"'), array('&', '<', '>', ''', '"'), $string);
19 | }
20 |
21 | $itemtype = $_REQUEST['sel_item'];
22 |
23 | switch ($itemtype) {
24 | case "1": $type = 'glpi_computers'; break;
25 | case "2": $type = 'glpi_monitors'; break;
26 | case "3": $type = 'glpi_softwares'; break;
27 | case "4": $type = 'glpi_networkequipments'; break;
28 | case "5": $type = 'glpi_peripherals'; break;
29 | case "6": $type = 'glpi_printers'; break;
30 | case "7": $type = 'glpi_phones'; break;
31 | }
32 |
33 | $sql = "SELECT id, name
34 | FROM glpi_manufacturers
35 | WHERE id IN (SELECT DISTINCT `manufacturers_id` FROM ".$type." )
36 | ORDER BY name ";
37 |
38 | $res = $DB->query($sql);
39 |
40 | while ($row = $DB->fetchAssoc($res)) {
41 | echo "".xmlEscape($row['name'])." ";
42 | }
43 |
44 | ?>
45 |
46 |
--------------------------------------------------------------------------------
/front/sh/a404.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | 404 Not Found
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 | FFFFFF0 FFFFFFF FF00000 FF00000 0FFFFF0 FF000FF FF000FF
19 | FF000FF 000F000 FF00000 FF00000 FF000FF FF000FF 0FF0FF0
20 | FFFFFF0 000F000 FF00000 FF00000 0FFF000 FF000FF 00FFF00
21 | FFFFFF0 000F000 FF00000 FF00000 000FFF0 FF000FF 00FFF00
22 | FF000FF 000F000 FF00000 FF00000 FF000FF FF000FF 0FF0FF0
23 | FFFFFF0 FFFFFFF FFFFFFF FFFFFFF 0FFFFF0 0FFFFF0 FF000FF
24 |
25 |
26 | You have attempted to access a non-existent page.
27 | The current HTTP session will be terminated.
28 |
29 |
30 | Press any key to continue_
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/front/sh/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/sh/index.html
--------------------------------------------------------------------------------
/front/sh/issue.php:
--------------------------------------------------------------------------------
1 | 90) { $corl = "progress-bar-danger"; }
23 |
24 | if($load >= 60 and $load <= 90) { $corl = "progress-bar-warning"; }
25 |
26 | if($load > 51 and $load < 60) { $corl = "progress-bar"; }
27 |
28 | if($load > 0 and $load <= 50) { $corl = "progress-bar-success"; }
29 |
30 |
31 | ?>
--------------------------------------------------------------------------------
/front/sh/mem.php:
--------------------------------------------------------------------------------
1 | 1024) {
13 | echo round($usedm / '1024',2) ." / ". round($totalm / '1024',0) . " GB";
14 | $totalu = round($totalm / '1024',2) . " GB";
15 | $titlem = "MEM - $totalu GB";
16 |
17 | $totalmem = round($totalm / '1024',0);
18 | $usedmem = round($usedm / '1024',2);
19 | }
20 |
21 | else {
22 | echo $usedm." / ".$totalm. " MB";
23 | $titlem = "MEM - $totalm MB";
24 |
25 | $totalmem = $totalm;
26 | $usedmem = $usedm;
27 | }
28 |
29 | $perc = round(($usedm*100)/$totalm ,1);
30 | $umem = $perc;
31 |
32 | if($umem > 90) { $corm = "progress-bar-danger"; }
33 |
34 | if($umem >= 60 and $umem <= 90) { $corm = "progress-bar-warning"; }
35 |
36 | if($umem > 51 and $umem < 60) { $corm = "progress-bar"; }
37 |
38 | if($umem > 0 and $umem <= 50) { $corm = "progress-bar-success"; }
39 |
--------------------------------------------------------------------------------
/front/sh/traf.php:
--------------------------------------------------------------------------------
1 | ";
24 | echo "RX: ".$result['rx']." KB/s";
25 |
26 |
27 | /*
28 |
29 | NET:
30 | '; include './sh/traf.php';
31 |
32 | echo '
33 |
34 |
35 | */
36 |
--------------------------------------------------------------------------------
/front/sh/uptime.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/front/sounds/new_ticket.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/sounds/new_ticket.mp3
--------------------------------------------------------------------------------
/front/sounds/new_ticket.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/sounds/new_ticket.ogg
--------------------------------------------------------------------------------
/front/sounds/novo_chamado.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/sounds/novo_chamado.mp3
--------------------------------------------------------------------------------
/front/sounds/novo_chamado.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/front/sounds/novo_chamado.ogg
--------------------------------------------------------------------------------
/locales/cs_CZ.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/locales/cs_CZ.mo
--------------------------------------------------------------------------------
/locales/de_DE.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/locales/de_DE.mo
--------------------------------------------------------------------------------
/locales/en_GB.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/locales/en_GB.mo
--------------------------------------------------------------------------------
/locales/en_US.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/locales/en_US.mo
--------------------------------------------------------------------------------
/locales/es_ES.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/locales/es_ES.mo
--------------------------------------------------------------------------------
/locales/fr_FR.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/locales/fr_FR.mo
--------------------------------------------------------------------------------
/locales/it_IT.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/locales/it_IT.mo
--------------------------------------------------------------------------------
/locales/pl_PL.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/locales/pl_PL.mo
--------------------------------------------------------------------------------
/locales/pt_BR.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/locales/pt_BR.mo
--------------------------------------------------------------------------------
/locales/pt_PT.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/locales/pt_PT.mo
--------------------------------------------------------------------------------
/locales/ru_RU.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/stdonato/glpi-dashboard/7c49591cd7d2ee334f523d0462d0978b870b42df/locales/ru_RU.mo
--------------------------------------------------------------------------------
/setup.php:
--------------------------------------------------------------------------------
1 | ['Entity']
12 | ]);
13 |
14 | $PLUGIN_HOOKS["menu_toadd"]['dashboard'] = array('plugins' => 'PluginDashboardConfig');
15 | $PLUGIN_HOOKS['config_page']['dashboard'] = 'front/index.php';
16 |
17 | }
18 |
19 |
20 | function plugin_version_dashboard(){
21 | global $DB, $LANG;
22 |
23 | return array('name' => __('Dashboard','dashboard'),
24 | 'version' => '1.0.3',
25 | 'author' => ' Stevenes Donato ',
26 | 'license' => 'GPLv2+',
27 | 'homepage' => 'https://plugins.glpi-project.org/#/plugin/dashboard',
28 | 'minGlpiVersion' => '9.4'
29 | );
30 | }
31 |
32 |
33 | function plugin_dashboard_check_prerequisites(){
34 | if (GLPI_VERSION >= 9.4){
35 | return true;
36 | } else {
37 | echo "GLPI version NOT compatible. Requires GLPI >= 9.4";
38 | }
39 | }
40 |
41 |
42 | function plugin_dashboard_check_config($verbose=false){
43 | if ($verbose) {
44 | echo 'Installed / not configured';
45 | }
46 | return true;
47 | }
48 |
49 |
50 | ?>
51 |
--------------------------------------------------------------------------------