├── .idea ├── TestOnlinExam.iml ├── dictionaries │ └── Administrator.xml ├── inspectionProfiles │ ├── Project_Default.xml │ └── profiles_settings.xml ├── misc.xml ├── modules.xml ├── preferred-vcs.xml └── vcs.xml ├── README.md ├── TestOnlinExam ├── __init__.py ├── settings.py ├── urls.py └── wsgi.py ├── coures ├── __init__.py ├── admin.py ├── adminx.py ├── apps.py ├── migrations │ ├── 0001_initial.py │ ├── 0002_paper_course.py │ └── __init__.py ├── models.py ├── tests.py └── views.py ├── manage.py ├── media ├── images │ └── nav_hot.png └── static │ └── images │ └── head │ └── 2017 │ └── 04 │ ├── python.png │ └── python_y9icNZd.png ├── operate ├── __init__.py ├── admin.py ├── adminx.py ├── apps.py ├── forms.py ├── migrations │ ├── 0001_initial.py │ ├── 0002_auto_20170403_2323.py │ └── __init__.py ├── models.py ├── tests.py └── views.py ├── requirements.txt ├── static ├── css │ ├── animate.css │ ├── aui.css │ ├── aui_iconfont.ttf │ ├── login.css │ ├── lq.datetimepick.css │ ├── mooc.css │ ├── muke │ │ ├── base.css │ │ ├── common-less.css │ │ └── course │ │ │ ├── common-less.css │ │ │ ├── course-comment.css │ │ │ └── learn-less.css │ ├── reset.css │ └── style.css ├── images │ ├── 404.gif │ ├── 57a801860001c34b12000460.jpg │ ├── 57aa86a0000145c512000460.jpg │ ├── about_nav_bg.jpg │ ├── aobama.png │ ├── arrow.png │ ├── arrow_g.png │ ├── authentication.png │ ├── banner.jpg │ ├── banner │ │ └── 2017 │ │ │ └── 03 │ │ │ ├── banner0.jpg │ │ │ ├── banner1.jpg │ │ │ ├── banner2.jpg │ │ │ └── banner3.jpg │ ├── banner_icon1.png │ ├── banner_icon2.png │ ├── banner_icon3.png │ ├── banner_icon4.png │ ├── bgblack.png │ ├── billbg.png │ ├── billbox.png │ ├── billboxactive.png │ ├── billcheck.png │ ├── billcheckg.png │ ├── bjdx.jpg │ ├── btn1.png │ ├── btn2.png │ ├── btn3.png │ ├── btn4.png │ ├── check.png │ ├── check2.png │ ├── check3.png │ ├── check4.png │ ├── check_alt.png │ ├── checkbox.jpg │ ├── checked.jpg │ ├── code.jpg │ ├── code1.jpg │ ├── companydes.jpg │ ├── companylogo.jpg │ ├── companyrank.png │ ├── compright.png │ ├── contract.jpg │ ├── course.jpg │ ├── delete.png │ ├── diary-edit.png │ ├── dig_close.png │ ├── down.png │ ├── drop_plus.png │ ├── drop_plus_g.png │ ├── error-img.png │ ├── feature1.png │ ├── feature2.png │ ├── feature3.png │ ├── feature4.png │ ├── feature5.png │ ├── feature6.png │ ├── filebg │ │ ├── avi.png │ │ ├── cdr.png │ │ ├── csv.png │ │ ├── doc.png │ │ ├── jpg.png │ │ ├── mp3.png │ │ ├── pdf.png │ │ ├── png.png │ │ ├── ppt.png │ │ ├── rar.png │ │ ├── txt.png │ │ ├── xls.png │ │ ├── zip.png │ │ └── 复件 txt.png │ ├── fold.png │ ├── footlogo.png │ ├── fqy.png │ ├── g_star.png │ ├── gj.png │ ├── goback.png │ ├── gold.png │ ├── group.jpg │ ├── group_recommend.jpg │ ├── gx.png │ ├── h_star.png │ ├── head │ │ └── 2017 │ │ │ └── 03 │ │ │ ├── 20140601_174949.jpg │ │ │ ├── python.png │ │ │ └── python_fkfrMJa.png │ ├── header_middle.png │ ├── help_index_pic.gif │ ├── homepage.png │ ├── ht-top.png │ ├── icon-diary-jl.png │ ├── icon-diary-my.png │ ├── icon-diary-user.png │ ├── icon-release-active.png │ ├── icon-release-on.png │ ├── icon-release-over.png │ ├── icon.ico │ ├── laba.png │ ├── list_time.png │ ├── login-bg.png │ ├── logo.jpg │ ├── logo.png │ ├── logo2.png │ ├── lxy_logo.jpg │ ├── mask.png │ ├── mayun.png │ ├── module1_1.jpg │ ├── module1_2.jpg │ ├── module3_1.jpg │ ├── module4_1.jpg │ ├── module4_2.jpg │ ├── module4_3.jpg │ ├── module4_4.jpg │ ├── module4_4_1.jpg │ ├── module4_6.jpg │ ├── module5_1.jpg │ ├── module5_2.jpg │ ├── module6_1.jpg │ ├── module6bg.png │ ├── my.jpg │ ├── mysql.jpg │ ├── nav_arrow.jpg │ ├── nav_hot.png │ ├── njdx.jpg │ ├── oyf.png │ ├── path2.png │ ├── path3.png │ ├── path4.png │ ├── path5.png │ ├── path6.png │ ├── pathbg.png │ ├── pathbg2.png │ ├── pay1.jpg │ ├── pay2.jpg │ ├── pay3.jpg │ ├── pay4.jpg │ ├── paypic1.png │ ├── paypic2.png │ ├── pen.png │ ├── pic1.png │ ├── pic10.png │ ├── pic11.png │ ├── pic12.png │ ├── pic13.png │ ├── pic1_1.png │ ├── pic2.png │ ├── pic3.png │ ├── pic4.png │ ├── pic403.png │ ├── pic404.png │ ├── pic5.png │ ├── pic503.png │ ├── pic6.png │ ├── pic7.png │ ├── pic8.png │ ├── pic9.png │ ├── pixel.gif │ ├── plus.jpg │ ├── pop-tips-info-arr.gif │ ├── python-zhengze.jpg │ ├── python.png │ ├── qhdx-logo.png │ ├── qhdx.jpg │ ├── r_star.png │ ├── rankgold.png │ ├── rankgreen.png │ ├── release1.png │ ├── release2.png │ ├── release3.png │ ├── release4.png │ ├── release5.png │ ├── release6.png │ ├── release7.png │ ├── release8.png │ ├── right.png │ ├── rightform1.png │ ├── rightform2.png │ ├── rightform3.png │ ├── rolling.gif │ ├── sass.jpg │ ├── scores.png │ ├── search_btn.png │ ├── select-arr-default.gif │ ├── select_arrow.png │ ├── select_arrow2.png │ ├── send.png │ ├── share_c1.png │ ├── share_c1_g.png │ ├── share_c2.png │ ├── share_c3.png │ ├── share_c4.png │ ├── share_c5.png │ ├── share_c6.png │ ├── share_c7.png │ ├── share_c8.png │ ├── share_c9.png │ ├── side1.png │ ├── side1_1.png │ ├── side2.png │ ├── side2_1.png │ ├── side3.png │ ├── side3_1.png │ ├── side4.png │ ├── side4_1.png │ ├── slide_l.png │ ├── slide_l_1.png │ ├── slide_r.png │ ├── slide_r_1.png │ ├── star-btn-hover.png │ ├── star-btn.png │ ├── star-hover.png │ ├── star.png │ ├── tab-jt.png │ ├── tab.png │ ├── tel.png │ ├── tell.png │ ├── time.png │ ├── top_down.png │ ├── unfold.png │ ├── up.png │ ├── upload.png │ ├── user.jpg │ ├── weixi_icon2.png │ ├── weixi_image.png │ ├── weixi_sm.png │ ├── word403.png │ ├── word503.png │ ├── x_alt.png │ └── zwj.png ├── img │ ├── background.gif │ ├── cancel-off-big.png │ ├── cancel-on-big.png │ ├── coffee.png │ ├── face-a-off.png │ ├── face-a.png │ ├── face-b-off.png │ ├── face-b.png │ ├── face-c-off.png │ ├── face-c.png │ ├── face-d-off.png │ ├── face-d.png │ ├── face-off.png │ ├── medal-off.png │ ├── medal-on.png │ ├── star-half-big.png │ ├── star-off-big.png │ └── star-on-big.png ├── js │ ├── AdrInputPopDiv.js │ ├── area.js │ ├── autocomplete-init.js │ ├── bootstrap.min.js │ ├── comment.js │ ├── deco-comment.js │ ├── deco-common.js │ ├── deco-user.js │ ├── fastclick.min.js │ ├── fliplightbox.min.js │ ├── fold.js │ ├── index.js │ ├── jQuery.artTxtCount.js │ ├── jcarousel.connected-carousels.js │ ├── jquery-migrate-1.2.1.min.js │ ├── jquery-powerFloat-min.js │ ├── jquery-xmenu.js │ ├── jquery.autocomplete.min.js │ ├── jquery.cookie.js │ ├── jquery.formset.js │ ├── jquery.imagezoom.min.js │ ├── jquery.jcarousel.min.js │ ├── jquery.min.js │ ├── jquery.uploadify.min.js │ ├── login.js │ ├── lq.datetimepick.js │ ├── plugins │ │ ├── datePicker │ │ │ ├── mobiscroll.css │ │ │ └── mobiscroll.js │ │ ├── jquery.flexslider-min.js │ │ ├── jquery.raty.js │ │ ├── jquery.scrollLoading.js │ │ ├── jquery.timer.js │ │ ├── jquery.upload.js │ │ ├── laydate │ │ │ ├── laydate.js │ │ │ ├── need │ │ │ │ └── laydate.css │ │ │ └── skins │ │ │ │ └── default │ │ │ │ ├── icon.png │ │ │ │ └── laydate.css │ │ ├── layer │ │ │ ├── extend │ │ │ │ └── layer.ext.js │ │ │ ├── layer.js │ │ │ └── skin │ │ │ │ ├── default │ │ │ │ ├── icon-ext.png │ │ │ │ ├── icon.png │ │ │ │ ├── loading-0.gif │ │ │ │ ├── loading-1.gif │ │ │ │ └── loading-2.gif │ │ │ │ ├── layer.css │ │ │ │ └── layer.ext.css │ │ ├── queryCity │ │ │ ├── css │ │ │ │ └── cityLayout.css │ │ │ ├── images │ │ │ │ ├── Thumbs.db │ │ │ │ ├── bg_mc_0113_1.png │ │ │ │ ├── bg_mc_0113_2.png │ │ │ │ ├── bg_mc_0113_3.png │ │ │ │ ├── bg_mc_0113_4.png │ │ │ │ ├── bg_mc_0130_1.png │ │ │ │ ├── bg_mc_0130_2.png │ │ │ │ └── ts-indexcity.png │ │ │ └── js │ │ │ │ ├── public.js │ │ │ │ ├── public2.js │ │ │ │ ├── queryAllAreas.js │ │ │ │ ├── queryAllProvinces.js │ │ │ │ └── queryCities.js │ │ └── upload.js │ ├── select.js │ ├── selectUi.js │ ├── unslider.js │ ├── validate.js │ ├── validateDialog.js │ └── wechat.js ├── lxy_logo.jpg └── media │ ├── Entity │ ├── 2016 │ │ └── 11 │ │ │ ├── default_middile_14_20161113173158_261.png │ │ │ └── default_middile_1_20161113172604_856.png │ └── ueditor │ │ └── default_middile_13_20161113185849_453.png │ ├── banner │ └── 2016 │ │ └── 11 │ │ ├── 57a801860001c34b12000460.jpg │ │ ├── 57a801860001c34b12000460_z4Vb8zl.jpg │ │ ├── 57aa86a0000145c512000460.jpg │ │ ├── 57aa86a0000145c512000460_GXIBATC.jpg │ │ └── 57aa86a0000145c512000460_nMwvoQD.jpg │ ├── course │ └── resource │ │ └── 2016 │ │ └── 11 │ │ ├── curl_wget.rar │ │ └── media.zip │ ├── courses │ ├── 2016 │ │ ├── 11 │ │ │ ├── 540e57300001d6d906000338-240-135.jpg │ │ │ ├── 540e57300001d6d906000338-240-135_MSIqfvw.jpg │ │ │ ├── 540e57300001d6d906000338-240-135_Z3HIQ2t.jpg │ │ │ ├── 540e57300001d6d906000338-240-135_mvvGYHL.jpg │ │ │ ├── 540e57300001d6d906000338-240-135_n0L8vbw.jpg │ │ │ ├── 540e57300001d6d906000338-240-135_wH52IED.jpg │ │ │ ├── 57035ff200014b8a06000338-240-135.jpg │ │ │ ├── 57035ff200014b8a06000338-240-135_0nFiBSI.jpg │ │ │ ├── 57035ff200014b8a06000338-240-135_dHfj8Nq.jpg │ │ │ ├── default_middile_1.png │ │ │ └── mysql.jpg │ │ └── 12 │ │ │ ├── 57035ff200014b8a06000338-240-135_dHfj8Nq.jpg │ │ │ ├── mysql.jpg │ │ │ ├── python文件处理.jpg │ │ │ ├── python错误和异常.jpg │ │ │ └── python面向对象.jpg │ └── ueditor │ │ ├── 57a801860001c34b12000460_z4Vb8zl_20161210233313_629.jpg │ │ ├── 57aa86a0000145c512000460_20161210234050_865.jpg │ │ ├── aobama_20161113225004_372.png │ │ └── aobama_20161113225044_773.png │ ├── image │ └── 2016 │ │ ├── 11 │ │ ├── default_middile_18.png │ │ ├── default_middile_2.png │ │ ├── default_middile_2_WZ1559E.png │ │ ├── default_middile_7.png │ │ └── default_middile_8.png │ │ └── 12 │ │ └── default_big_14.png │ ├── org │ └── 2016 │ │ ├── 11 │ │ ├── bjdx.jpg │ │ ├── imooc.png │ │ ├── imooc_Gn1sRjp.png │ │ ├── imooc_OO2ykYP.png │ │ ├── imooc_V0TJOyb.png │ │ ├── imooc_Y2Tonsq.png │ │ ├── imooc_klgAUn5.png │ │ ├── imooc_qEaMov1.png │ │ ├── njdx.jpg │ │ └── qhdx-logo.png │ │ └── 12 │ │ ├── bjdx.jpg │ │ ├── bjdx_bcd0m07.jpg │ │ ├── bjdx_cCpdUw8.jpg │ │ ├── imooc_Gn1sRjp.png │ │ └── imooc_klgAUn5.png │ └── teacher │ └── 2016 │ └── 11 │ ├── aobama.png │ └── aobama_CXWwMef.png ├── templates ├── 404.html ├── 500.html ├── active_fail.html ├── active_succcess.html ├── base.html ├── download.html ├── forgetpwd.html ├── index.html ├── login.html ├── modify_success.html ├── online_course_list.html ├── paper_list.html ├── paper_question.html ├── password_reset.html ├── register.html ├── score.html ├── send_success.html ├── test_websocket.html ├── usercenter-info.html ├── usercenter-message.html └── usercenter-mycourse.html ├── testonlinexam.sql ├── users ├── __init__.py ├── admin.py ├── adminx.py ├── apps.py ├── forms.py ├── migrations │ ├── 0001_initial.py │ ├── 0002_alloweduser.py │ └── __init__.py ├── models.py ├── tests.py └── views.py ├── utils ├── __init__.py ├── read_excel.py └── send_mail.py └── xadmin ├── .tx └── config ├── __init__.py ├── adminx.py ├── apps.py ├── filters.py ├── forms.py ├── layout.py ├── locale ├── de_DE │ └── LC_MESSAGES │ │ ├── django.mo │ │ ├── django.po │ │ ├── djangojs.mo │ │ └── djangojs.po ├── en │ └── LC_MESSAGES │ │ ├── django.mo │ │ ├── django.po │ │ ├── djangojs.mo │ │ └── djangojs.po ├── es_MX │ └── LC_MESSAGES │ │ ├── django.mo │ │ ├── django.po │ │ ├── djangojs.mo │ │ └── djangojs.po ├── eu │ └── LC_MESSAGES │ │ ├── django.mo │ │ ├── django.po │ │ ├── djangojs.mo │ │ └── djangojs.po ├── id_ID │ └── LC_MESSAGES │ │ ├── django.mo │ │ ├── django.po │ │ ├── djangojs.mo │ │ └── djangojs.po ├── ja │ └── LC_MESSAGES │ │ ├── django.mo │ │ ├── django.po │ │ ├── djangojs.mo │ │ └── djangojs.po ├── lt │ └── LC_MESSAGES │ │ ├── django.mo │ │ ├── django.po │ │ ├── djangojs.mo │ │ └── djangojs.po ├── nl_NL │ └── LC_MESSAGES │ │ ├── django.mo │ │ ├── django.po │ │ ├── djangojs.mo │ │ └── djangojs.po ├── pl │ └── LC_MESSAGES │ │ ├── django.mo │ │ ├── django.po │ │ ├── djangojs.mo │ │ └── djangojs.po ├── pt_BR │ └── LC_MESSAGES │ │ ├── django.mo │ │ ├── django.po │ │ ├── djangojs.mo │ │ └── djangojs.po ├── ru_RU │ └── LC_MESSAGES │ │ ├── django.mo │ │ ├── django.po │ │ ├── djangojs.mo │ │ └── djangojs.po └── zh_Hans │ └── LC_MESSAGES │ ├── django.mo │ ├── django.po │ ├── djangojs.mo │ └── djangojs.po ├── migrations ├── 0001_initial.py ├── 0002_log.py ├── 0003_auto_20160715_0100.py └── __init__.py ├── models.py ├── plugins ├── __init__.py ├── actions.py ├── aggregation.py ├── ajax.py ├── auth.py ├── batch.py ├── bookmark.py ├── chart.py ├── comments.py ├── details.py ├── editable.py ├── export.py ├── filters.py ├── images.py ├── inline.py ├── language.py ├── layout.py ├── mobile.py ├── multiselect.py ├── passwords.py ├── portal.py ├── quickfilter.py ├── quickform.py ├── refresh.py ├── relate.py ├── relfield.py ├── sitemenu.py ├── sortablelist.py ├── themes.py ├── topnav.py ├── utils.py ├── wizard.py └── xversion.py ├── sites.py ├── static └── xadmin │ ├── component.json │ ├── css │ ├── themes │ │ ├── bootstrap-theme.css │ │ ├── bootstrap-theme.min.css │ │ └── bootstrap-xadmin.css │ ├── xadmin.form.css │ ├── xadmin.main.css │ ├── xadmin.mobile.css │ ├── xadmin.page.dashboard.css │ ├── xadmin.plugin.aggregation.css │ ├── xadmin.plugin.formset.css │ ├── xadmin.plugin.quickfilter.css │ ├── xadmin.plugins.css │ ├── xadmin.responsive.css │ ├── xadmin.widget.editable.css │ └── xadmin.widget.select-transfer.css │ ├── js │ ├── xadmin.main.js │ ├── xadmin.page.dashboard.js │ ├── xadmin.page.form.js │ ├── xadmin.page.list.js │ ├── xadmin.plugin.actions.js │ ├── xadmin.plugin.batch.js │ ├── xadmin.plugin.bookmark.js │ ├── xadmin.plugin.charts.js │ ├── xadmin.plugin.details.js │ ├── xadmin.plugin.editable.js │ ├── xadmin.plugin.filters.js │ ├── xadmin.plugin.formset.js │ ├── xadmin.plugin.portal.js │ ├── xadmin.plugin.quick-form.js │ ├── xadmin.plugin.quickfilter.js │ ├── xadmin.plugin.refresh.js │ ├── xadmin.plugin.revision.js │ ├── xadmin.plugin.sortablelist.js │ ├── xadmin.plugin.themes.js │ ├── xadmin.responsive.js │ ├── xadmin.widget.datetime.js │ ├── xadmin.widget.multiselect.js │ ├── xadmin.widget.select-transfer.js │ └── xadmin.widget.select.js │ └── vendor │ ├── autotype │ └── index.js │ ├── bootstrap-clockpicker │ ├── bootstrap-clockpicker.css │ ├── bootstrap-clockpicker.js │ ├── bootstrap-clockpicker.min.css │ └── bootstrap-clockpicker.min.js │ ├── bootstrap-datepicker │ ├── css │ │ └── datepicker.css │ └── js │ │ ├── bootstrap-datepicker.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.hu.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 │ ├── bootstrap-image-gallery │ ├── css │ │ ├── bootstrap-image-gallery.css │ │ └── bootstrap-image-gallery.min.css │ ├── img │ │ └── loading.gif │ └── js │ │ ├── bootstrap-image-gallery.js │ │ └── bootstrap-image-gallery.min.js │ ├── bootstrap-modal │ ├── css │ │ └── bootstrap-modal.css │ ├── img │ │ └── ajax-loader.gif │ └── js │ │ ├── bootstrap-modal.js │ │ └── bootstrap-modalmanager.js │ ├── bootstrap-multiselect │ ├── css │ │ └── bootstrap-multiselect.css │ └── js │ │ └── bootstrap-multiselect.js │ ├── bootstrap-timepicker │ ├── css │ │ ├── bootstrap-timepicker.css │ │ └── bootstrap-timepicker.min.css │ └── js │ │ ├── bootstrap-timepicker.js │ │ └── bootstrap-timepicker.min.js │ ├── bootstrap │ ├── css │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ └── glyphicons-halflings-regular.woff │ └── js │ │ ├── bootstrap.js │ │ └── bootstrap.min.js │ ├── flot │ ├── excanvas.js │ ├── excanvas.min.js │ ├── jquery.colorhelpers.js │ ├── jquery.flot.aggregate.js │ ├── jquery.flot.canvas.js │ ├── jquery.flot.categories.js │ ├── jquery.flot.crosshair.js │ ├── jquery.flot.errorbars.js │ ├── jquery.flot.fillbetween.js │ ├── jquery.flot.image.js │ ├── jquery.flot.js │ ├── jquery.flot.navigate.js │ ├── jquery.flot.pie.js │ ├── jquery.flot.resize.js │ ├── jquery.flot.selection.js │ ├── jquery.flot.stack.js │ ├── jquery.flot.symbol.js │ ├── jquery.flot.threshold.js │ └── jquery.flot.time.js │ ├── font-awesome │ ├── css │ │ ├── font-awesome.css │ │ └── font-awesome.min.css │ └── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ └── fontawesome-webfont.woff │ ├── jquery-ui │ ├── jquery.ui.core.js │ ├── jquery.ui.core.min.js │ ├── jquery.ui.effect.js │ ├── jquery.ui.effect.min.js │ ├── jquery.ui.mouse.js │ ├── jquery.ui.mouse.min.js │ ├── jquery.ui.sortable.js │ ├── jquery.ui.sortable.min.js │ ├── jquery.ui.widget.js │ └── jquery.ui.widget.min.js │ ├── jquery │ ├── jquery.js │ └── jquery.min.js │ ├── load-image │ ├── load-image.js │ └── load-image.min.js │ ├── select2 │ ├── select2-spinner.gif │ ├── select2.css │ ├── select2.js │ ├── select2.min.js │ ├── select2.png │ ├── select2_locale_de.js │ ├── select2_locale_en.js │ ├── select2_locale_es.js │ ├── select2_locale_eu.js │ ├── select2_locale_fr.js │ ├── select2_locale_hr.js │ ├── select2_locale_hu.js │ ├── select2_locale_it.js │ ├── select2_locale_nl.js │ ├── select2_locale_pt-BR.js │ ├── select2_locale_pt-PT.js │ ├── select2_locale_ro.js │ ├── select2_locale_ru.js │ ├── select2_locale_sk.js │ ├── select2_locale_sv.js │ ├── select2_locale_tr.js │ ├── select2_locale_ua.js │ ├── select2_locale_zh-CN.js │ ├── select2_locale_zh-hans.js │ └── select2x2.png │ ├── selectize │ ├── selectize.bootstrap2.css │ ├── selectize.bootstrap3.css │ ├── selectize.css │ ├── selectize.default.css │ ├── selectize.js │ ├── selectize.legacy.css │ └── selectize.min.js │ └── snapjs │ ├── snap.css │ ├── snap.js │ └── snap.min.js ├── templates └── xadmin │ ├── 404.html │ ├── 500.html │ ├── auth │ ├── password_reset │ │ ├── complete.html │ │ ├── confirm.html │ │ ├── done.html │ │ ├── email.html │ │ └── form.html │ └── user │ │ ├── add_form.html │ │ └── change_password.html │ ├── base.html │ ├── base_site.html │ ├── blocks │ ├── comm.top.setlang.html │ ├── comm.top.theme.html │ ├── comm.top.topnav.html │ ├── modal_list.left_navbar.quickfilter.html │ ├── model_form.before_fieldsets.wizard.html │ ├── model_form.submit_line.wizard.html │ ├── model_list.nav_form.search_form.html │ ├── model_list.nav_menu.bookmarks.html │ ├── model_list.nav_menu.filters.html │ ├── model_list.results_bottom.actions.html │ ├── model_list.results_top.charts.html │ ├── model_list.results_top.date_hierarchy.html │ ├── model_list.top_toolbar.exports.html │ ├── model_list.top_toolbar.layouts.html │ ├── model_list.top_toolbar.refresh.html │ └── model_list.top_toolbar.saveorder.html │ ├── edit_inline │ ├── accordion.html │ ├── base.html │ ├── blank.html │ ├── one.html │ ├── stacked.html │ ├── tab.html │ └── tabular.html │ ├── filters │ ├── char.html │ ├── checklist.html │ ├── date.html │ ├── fk_search.html │ ├── list.html │ ├── number.html │ ├── quickfilter.html │ └── rel.html │ ├── forms │ └── transfer.html │ ├── grids │ └── thumbnails.html │ ├── includes │ ├── box.html │ ├── pagination.html │ ├── sitemenu_accordion.html │ ├── sitemenu_default.html │ ├── submit_line.html │ ├── toggle_back.html │ └── toggle_menu.html │ ├── layout │ ├── field_value.html │ ├── field_value_td.html │ ├── fieldset.html │ ├── input_group.html │ └── td-field.html │ ├── views │ ├── app_index.html │ ├── batch_change_form.html │ ├── dashboard.html │ ├── form.html │ ├── invalid_setup.html │ ├── logged_out.html │ ├── login.html │ ├── model_dashboard.html │ ├── model_delete_confirm.html │ ├── model_delete_selected_confirm.html │ ├── model_detail.html │ ├── model_form.html │ ├── model_history.html │ ├── model_list.html │ ├── quick_detail.html │ ├── quick_form.html │ ├── recover_form.html │ ├── recover_list.html │ ├── revision_diff.html │ └── revision_form.html │ └── widgets │ ├── addform.html │ ├── base.html │ ├── chart.html │ ├── list.html │ └── qbutton.html ├── templatetags ├── __init__.py └── xadmin_tags.py ├── util.py ├── vendors.py ├── views ├── __init__.py ├── base.py ├── dashboard.py ├── delete.py ├── detail.py ├── edit.py ├── form.py ├── list.py └── website.py └── widgets.py /.idea/dictionaries/Administrator.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /.idea/inspectionProfiles/Project_Default.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | -------------------------------------------------------------------------------- /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.idea/preferred-vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ApexVCS 5 | 6 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # TestOnlinExam 2 | It's a online exam system. 3 | i write it by Django. 4 | 5 | 在线考试系统,Django1.9 实现 6 | -------------------------------------------------------------------------------- /TestOnlinExam/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/TestOnlinExam/__init__.py -------------------------------------------------------------------------------- /TestOnlinExam/wsgi.py: -------------------------------------------------------------------------------- 1 | """ 2 | WSGI config for TestOnlinExam project. 3 | 4 | It exposes the WSGI callable as a module-level variable named ``application``. 5 | 6 | For more information on this file, see 7 | https://docs.djangoproject.com/en/1.9/howto/deployment/wsgi/ 8 | """ 9 | 10 | import os 11 | 12 | from django.core.wsgi import get_wsgi_application 13 | 14 | os.environ.setdefault("DJANGO_SETTINGS_MODULE", "TestOnlinExam.settings") 15 | 16 | application = get_wsgi_application() 17 | -------------------------------------------------------------------------------- /coures/__init__.py: -------------------------------------------------------------------------------- 1 | default_app_config = "coures.apps.CouresConfig" 2 | -------------------------------------------------------------------------------- /coures/admin.py: -------------------------------------------------------------------------------- 1 | from django.contrib import admin 2 | 3 | # Register your models here. 4 | -------------------------------------------------------------------------------- /coures/apps.py: -------------------------------------------------------------------------------- 1 | # -*- coding:utf-8 -*- 2 | from django.apps import AppConfig 3 | 4 | 5 | class CouresConfig(AppConfig): 6 | name = 'coures' 7 | verbose_name = u"课程管理" 8 | -------------------------------------------------------------------------------- /coures/migrations/0002_paper_course.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | # Generated by Django 1.9 on 2017-04-03 23:41 3 | from __future__ import unicode_literals 4 | 5 | from django.db import migrations, models 6 | import django.db.models.deletion 7 | 8 | 9 | class Migration(migrations.Migration): 10 | dependencies = [ 11 | ('coures', '0001_initial'), 12 | ] 13 | 14 | operations = [ 15 | migrations.AddField( 16 | model_name='paper', 17 | name='course', 18 | field=models.ForeignKey(default=1, on_delete=django.db.models.deletion.CASCADE, to='coures.CourseList', 19 | verbose_name='\u6240\u5c5e\u8bfe\u7a0b'), 20 | ), 21 | ] 22 | -------------------------------------------------------------------------------- /coures/migrations/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/coures/migrations/__init__.py -------------------------------------------------------------------------------- /coures/tests.py: -------------------------------------------------------------------------------- 1 | from django.test import TestCase 2 | 3 | # Create your tests here. 4 | -------------------------------------------------------------------------------- /coures/views.py: -------------------------------------------------------------------------------- 1 | from django.shortcuts import render 2 | 3 | # Create your views here. 4 | -------------------------------------------------------------------------------- /manage.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | import os 3 | import sys 4 | 5 | if __name__ == "__main__": 6 | os.environ.setdefault("DJANGO_SETTINGS_MODULE", "TestOnlinExam.settings") 7 | 8 | from django.core.management import execute_from_command_line 9 | 10 | execute_from_command_line(sys.argv) 11 | -------------------------------------------------------------------------------- /media/images/nav_hot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/media/images/nav_hot.png -------------------------------------------------------------------------------- /media/static/images/head/2017/04/python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/media/static/images/head/2017/04/python.png -------------------------------------------------------------------------------- /media/static/images/head/2017/04/python_y9icNZd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/media/static/images/head/2017/04/python_y9icNZd.png -------------------------------------------------------------------------------- /operate/__init__.py: -------------------------------------------------------------------------------- 1 | default_app_config = "operate.apps.OperateConfig" -------------------------------------------------------------------------------- /operate/admin.py: -------------------------------------------------------------------------------- 1 | from django.contrib import admin 2 | 3 | # Register your models here. 4 | -------------------------------------------------------------------------------- /operate/apps.py: -------------------------------------------------------------------------------- 1 | # -*- coding:utf-8 -*- 2 | from django.apps import AppConfig 3 | 4 | 5 | class OperateConfig(AppConfig): 6 | name = 'operate' 7 | verbose_name = u"操作管理" 8 | -------------------------------------------------------------------------------- /operate/forms.py: -------------------------------------------------------------------------------- 1 | # -*- coding:utf-8 -*- 2 | __author__ = "cjluzzl" 3 | __date__ = "2017/3/28 17:37 " 4 | 5 | from django import forms 6 | from captcha.fields import CaptchaField 7 | 8 | 9 | class QuestionFormChoice(forms.Form): 10 | id = forms.IntegerField() 11 | course_id = forms.IntegerField() 12 | choice = forms.ChoiceField()#选项 13 | note = forms.Textarea()#备注 14 | 15 | 16 | class QuestionFormJudge(forms.Form): 17 | id = forms.IntegerField() 18 | course_id = forms.IntegerField() 19 | choice_bf = forms.BooleanField() 20 | note = forms.Textarea() 21 | 22 | 23 | class QuestionFormJD(forms.Form): 24 | id = forms.IntegerField() 25 | course_id = forms.IntegerField() 26 | note = forms.Textarea() -------------------------------------------------------------------------------- /operate/migrations/0002_auto_20170403_2323.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | # Generated by Django 1.9 on 2017-04-03 23:23 3 | from __future__ import unicode_literals 4 | 5 | from django.db import migrations, models 6 | import django.db.models.deletion 7 | 8 | 9 | class Migration(migrations.Migration): 10 | dependencies = [ 11 | ('operate', '0001_initial'), 12 | ] 13 | 14 | operations = [ 15 | migrations.AlterField( 16 | model_name='userscore', 17 | name='paper', 18 | field=models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='coures.PaperList', 19 | verbose_name='\u8bd5\u5377'), 20 | ), 21 | ] 22 | -------------------------------------------------------------------------------- /operate/migrations/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/operate/migrations/__init__.py -------------------------------------------------------------------------------- /operate/tests.py: -------------------------------------------------------------------------------- 1 | from django.test import TestCase 2 | 3 | # Create your tests here. 4 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | appdirs==1.4.3 2 | asn1crypto==0.22.0 3 | bcrypt==3.1.3 4 | cffi==1.10.0 5 | cryptography==2.0.3 6 | Django==1.9 7 | django-braces==1.11.0 8 | django-crispy-forms==1.6.1 9 | django-formtools==2.0 10 | django-highcharts==0.1.7 11 | django-pure-pagination==0.3.0 12 | django-reversion==2.0.8 13 | django-simple-captcha==0.4.6 14 | django-simple-serializer==2.0.7 15 | dwebsocket==0.4.2 16 | enum34==1.1.6 17 | future==0.16.0 18 | httplib2==0.9.2 19 | idna==2.6 20 | ipaddress==1.0.18 21 | MySQL-python==1.2.5 22 | olefile==0.44 23 | packaging==16.8 24 | paramiko==2.2.1 25 | Pillow==4.0.0 26 | pyasn1==0.3.4 27 | pycparser==2.18 28 | pycurl==7.43.0 29 | PyNaCl==1.1.2 30 | pyparsing==2.2.0 31 | pytz==2017.2 32 | six==1.10.0 33 | xlrd==1.0.0 34 | xlwt==1.2.0 35 | -------------------------------------------------------------------------------- /static/css/aui_iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/css/aui_iconfont.ttf -------------------------------------------------------------------------------- /static/css/muke/course/course-comment.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/css/muke/course/course-comment.css -------------------------------------------------------------------------------- /static/images/404.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/404.gif -------------------------------------------------------------------------------- /static/images/57a801860001c34b12000460.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/57a801860001c34b12000460.jpg -------------------------------------------------------------------------------- /static/images/57aa86a0000145c512000460.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/57aa86a0000145c512000460.jpg -------------------------------------------------------------------------------- /static/images/about_nav_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/about_nav_bg.jpg -------------------------------------------------------------------------------- /static/images/aobama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/aobama.png -------------------------------------------------------------------------------- /static/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/arrow.png -------------------------------------------------------------------------------- /static/images/arrow_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/arrow_g.png -------------------------------------------------------------------------------- /static/images/authentication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/authentication.png -------------------------------------------------------------------------------- /static/images/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/banner.jpg -------------------------------------------------------------------------------- /static/images/banner/2017/03/banner0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/banner/2017/03/banner0.jpg -------------------------------------------------------------------------------- /static/images/banner/2017/03/banner1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/banner/2017/03/banner1.jpg -------------------------------------------------------------------------------- /static/images/banner/2017/03/banner2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/banner/2017/03/banner2.jpg -------------------------------------------------------------------------------- /static/images/banner/2017/03/banner3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/banner/2017/03/banner3.jpg -------------------------------------------------------------------------------- /static/images/banner_icon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/banner_icon1.png -------------------------------------------------------------------------------- /static/images/banner_icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/banner_icon2.png -------------------------------------------------------------------------------- /static/images/banner_icon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/banner_icon3.png -------------------------------------------------------------------------------- /static/images/banner_icon4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/banner_icon4.png -------------------------------------------------------------------------------- /static/images/bgblack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/bgblack.png -------------------------------------------------------------------------------- /static/images/billbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/billbg.png -------------------------------------------------------------------------------- /static/images/billbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/billbox.png -------------------------------------------------------------------------------- /static/images/billboxactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/billboxactive.png -------------------------------------------------------------------------------- /static/images/billcheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/billcheck.png -------------------------------------------------------------------------------- /static/images/billcheckg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/billcheckg.png -------------------------------------------------------------------------------- /static/images/bjdx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/bjdx.jpg -------------------------------------------------------------------------------- /static/images/btn1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/btn1.png -------------------------------------------------------------------------------- /static/images/btn2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/btn2.png -------------------------------------------------------------------------------- /static/images/btn3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/btn3.png -------------------------------------------------------------------------------- /static/images/btn4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/btn4.png -------------------------------------------------------------------------------- /static/images/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/check.png -------------------------------------------------------------------------------- /static/images/check2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/check2.png -------------------------------------------------------------------------------- /static/images/check3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/check3.png -------------------------------------------------------------------------------- /static/images/check4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/check4.png -------------------------------------------------------------------------------- /static/images/check_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/check_alt.png -------------------------------------------------------------------------------- /static/images/checkbox.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/checkbox.jpg -------------------------------------------------------------------------------- /static/images/checked.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/checked.jpg -------------------------------------------------------------------------------- /static/images/code.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/code.jpg -------------------------------------------------------------------------------- /static/images/code1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/code1.jpg -------------------------------------------------------------------------------- /static/images/companydes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/companydes.jpg -------------------------------------------------------------------------------- /static/images/companylogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/companylogo.jpg -------------------------------------------------------------------------------- /static/images/companyrank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/companyrank.png -------------------------------------------------------------------------------- /static/images/compright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/compright.png -------------------------------------------------------------------------------- /static/images/contract.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/contract.jpg -------------------------------------------------------------------------------- /static/images/course.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/course.jpg -------------------------------------------------------------------------------- /static/images/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/delete.png -------------------------------------------------------------------------------- /static/images/diary-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/diary-edit.png -------------------------------------------------------------------------------- /static/images/dig_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/dig_close.png -------------------------------------------------------------------------------- /static/images/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/down.png -------------------------------------------------------------------------------- /static/images/drop_plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/drop_plus.png -------------------------------------------------------------------------------- /static/images/drop_plus_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/drop_plus_g.png -------------------------------------------------------------------------------- /static/images/error-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/error-img.png -------------------------------------------------------------------------------- /static/images/feature1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/feature1.png -------------------------------------------------------------------------------- /static/images/feature2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/feature2.png -------------------------------------------------------------------------------- /static/images/feature3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/feature3.png -------------------------------------------------------------------------------- /static/images/feature4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/feature4.png -------------------------------------------------------------------------------- /static/images/feature5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/feature5.png -------------------------------------------------------------------------------- /static/images/feature6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/feature6.png -------------------------------------------------------------------------------- /static/images/filebg/avi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/filebg/avi.png -------------------------------------------------------------------------------- /static/images/filebg/cdr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/filebg/cdr.png -------------------------------------------------------------------------------- /static/images/filebg/csv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/filebg/csv.png -------------------------------------------------------------------------------- /static/images/filebg/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/filebg/doc.png -------------------------------------------------------------------------------- /static/images/filebg/jpg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/filebg/jpg.png -------------------------------------------------------------------------------- /static/images/filebg/mp3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/filebg/mp3.png -------------------------------------------------------------------------------- /static/images/filebg/pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/filebg/pdf.png -------------------------------------------------------------------------------- /static/images/filebg/png.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/filebg/png.png -------------------------------------------------------------------------------- /static/images/filebg/ppt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/filebg/ppt.png -------------------------------------------------------------------------------- /static/images/filebg/rar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/filebg/rar.png -------------------------------------------------------------------------------- /static/images/filebg/txt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/filebg/txt.png -------------------------------------------------------------------------------- /static/images/filebg/xls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/filebg/xls.png -------------------------------------------------------------------------------- /static/images/filebg/zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/filebg/zip.png -------------------------------------------------------------------------------- /static/images/filebg/复件 txt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/filebg/复件 txt.png -------------------------------------------------------------------------------- /static/images/fold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/fold.png -------------------------------------------------------------------------------- /static/images/footlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/footlogo.png -------------------------------------------------------------------------------- /static/images/fqy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/fqy.png -------------------------------------------------------------------------------- /static/images/g_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/g_star.png -------------------------------------------------------------------------------- /static/images/gj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/gj.png -------------------------------------------------------------------------------- /static/images/goback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/goback.png -------------------------------------------------------------------------------- /static/images/gold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/gold.png -------------------------------------------------------------------------------- /static/images/group.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/group.jpg -------------------------------------------------------------------------------- /static/images/group_recommend.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/group_recommend.jpg -------------------------------------------------------------------------------- /static/images/gx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/gx.png -------------------------------------------------------------------------------- /static/images/h_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/h_star.png -------------------------------------------------------------------------------- /static/images/head/2017/03/20140601_174949.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/head/2017/03/20140601_174949.jpg -------------------------------------------------------------------------------- /static/images/head/2017/03/python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/head/2017/03/python.png -------------------------------------------------------------------------------- /static/images/head/2017/03/python_fkfrMJa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/head/2017/03/python_fkfrMJa.png -------------------------------------------------------------------------------- /static/images/header_middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/header_middle.png -------------------------------------------------------------------------------- /static/images/help_index_pic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/help_index_pic.gif -------------------------------------------------------------------------------- /static/images/homepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/homepage.png -------------------------------------------------------------------------------- /static/images/ht-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/ht-top.png -------------------------------------------------------------------------------- /static/images/icon-diary-jl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/icon-diary-jl.png -------------------------------------------------------------------------------- /static/images/icon-diary-my.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/icon-diary-my.png -------------------------------------------------------------------------------- /static/images/icon-diary-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/icon-diary-user.png -------------------------------------------------------------------------------- /static/images/icon-release-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/icon-release-active.png -------------------------------------------------------------------------------- /static/images/icon-release-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/icon-release-on.png -------------------------------------------------------------------------------- /static/images/icon-release-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/icon-release-over.png -------------------------------------------------------------------------------- /static/images/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/icon.ico -------------------------------------------------------------------------------- /static/images/laba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/laba.png -------------------------------------------------------------------------------- /static/images/list_time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/list_time.png -------------------------------------------------------------------------------- /static/images/login-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/login-bg.png -------------------------------------------------------------------------------- /static/images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/logo.jpg -------------------------------------------------------------------------------- /static/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/logo.png -------------------------------------------------------------------------------- /static/images/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/logo2.png -------------------------------------------------------------------------------- /static/images/lxy_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/lxy_logo.jpg -------------------------------------------------------------------------------- /static/images/mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/mask.png -------------------------------------------------------------------------------- /static/images/mayun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/mayun.png -------------------------------------------------------------------------------- /static/images/module1_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/module1_1.jpg -------------------------------------------------------------------------------- /static/images/module1_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/module1_2.jpg -------------------------------------------------------------------------------- /static/images/module3_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/module3_1.jpg -------------------------------------------------------------------------------- /static/images/module4_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/module4_1.jpg -------------------------------------------------------------------------------- /static/images/module4_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/module4_2.jpg -------------------------------------------------------------------------------- /static/images/module4_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/module4_3.jpg -------------------------------------------------------------------------------- /static/images/module4_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/module4_4.jpg -------------------------------------------------------------------------------- /static/images/module4_4_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/module4_4_1.jpg -------------------------------------------------------------------------------- /static/images/module4_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/module4_6.jpg -------------------------------------------------------------------------------- /static/images/module5_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/module5_1.jpg -------------------------------------------------------------------------------- /static/images/module5_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/module5_2.jpg -------------------------------------------------------------------------------- /static/images/module6_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/module6_1.jpg -------------------------------------------------------------------------------- /static/images/module6bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/module6bg.png -------------------------------------------------------------------------------- /static/images/my.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/my.jpg -------------------------------------------------------------------------------- /static/images/mysql.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/mysql.jpg -------------------------------------------------------------------------------- /static/images/nav_arrow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/nav_arrow.jpg -------------------------------------------------------------------------------- /static/images/nav_hot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/nav_hot.png -------------------------------------------------------------------------------- /static/images/njdx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/njdx.jpg -------------------------------------------------------------------------------- /static/images/oyf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/oyf.png -------------------------------------------------------------------------------- /static/images/path2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/path2.png -------------------------------------------------------------------------------- /static/images/path3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/path3.png -------------------------------------------------------------------------------- /static/images/path4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/path4.png -------------------------------------------------------------------------------- /static/images/path5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/path5.png -------------------------------------------------------------------------------- /static/images/path6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/path6.png -------------------------------------------------------------------------------- /static/images/pathbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pathbg.png -------------------------------------------------------------------------------- /static/images/pathbg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pathbg2.png -------------------------------------------------------------------------------- /static/images/pay1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pay1.jpg -------------------------------------------------------------------------------- /static/images/pay2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pay2.jpg -------------------------------------------------------------------------------- /static/images/pay3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pay3.jpg -------------------------------------------------------------------------------- /static/images/pay4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pay4.jpg -------------------------------------------------------------------------------- /static/images/paypic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/paypic1.png -------------------------------------------------------------------------------- /static/images/paypic2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/paypic2.png -------------------------------------------------------------------------------- /static/images/pen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pen.png -------------------------------------------------------------------------------- /static/images/pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pic1.png -------------------------------------------------------------------------------- /static/images/pic10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pic10.png -------------------------------------------------------------------------------- /static/images/pic11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pic11.png -------------------------------------------------------------------------------- /static/images/pic12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pic12.png -------------------------------------------------------------------------------- /static/images/pic13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pic13.png -------------------------------------------------------------------------------- /static/images/pic1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pic1_1.png -------------------------------------------------------------------------------- /static/images/pic2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pic2.png -------------------------------------------------------------------------------- /static/images/pic3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pic3.png -------------------------------------------------------------------------------- /static/images/pic4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pic4.png -------------------------------------------------------------------------------- /static/images/pic403.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pic403.png -------------------------------------------------------------------------------- /static/images/pic404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pic404.png -------------------------------------------------------------------------------- /static/images/pic5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pic5.png -------------------------------------------------------------------------------- /static/images/pic503.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pic503.png -------------------------------------------------------------------------------- /static/images/pic6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pic6.png -------------------------------------------------------------------------------- /static/images/pic7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pic7.png -------------------------------------------------------------------------------- /static/images/pic8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pic8.png -------------------------------------------------------------------------------- /static/images/pic9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pic9.png -------------------------------------------------------------------------------- /static/images/pixel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pixel.gif -------------------------------------------------------------------------------- /static/images/plus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/plus.jpg -------------------------------------------------------------------------------- /static/images/pop-tips-info-arr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/pop-tips-info-arr.gif -------------------------------------------------------------------------------- /static/images/python-zhengze.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/python-zhengze.jpg -------------------------------------------------------------------------------- /static/images/python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/python.png -------------------------------------------------------------------------------- /static/images/qhdx-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/qhdx-logo.png -------------------------------------------------------------------------------- /static/images/qhdx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/qhdx.jpg -------------------------------------------------------------------------------- /static/images/r_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/r_star.png -------------------------------------------------------------------------------- /static/images/rankgold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/rankgold.png -------------------------------------------------------------------------------- /static/images/rankgreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/rankgreen.png -------------------------------------------------------------------------------- /static/images/release1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/release1.png -------------------------------------------------------------------------------- /static/images/release2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/release2.png -------------------------------------------------------------------------------- /static/images/release3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/release3.png -------------------------------------------------------------------------------- /static/images/release4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/release4.png -------------------------------------------------------------------------------- /static/images/release5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/release5.png -------------------------------------------------------------------------------- /static/images/release6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/release6.png -------------------------------------------------------------------------------- /static/images/release7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/release7.png -------------------------------------------------------------------------------- /static/images/release8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/release8.png -------------------------------------------------------------------------------- /static/images/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/right.png -------------------------------------------------------------------------------- /static/images/rightform1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/rightform1.png -------------------------------------------------------------------------------- /static/images/rightform2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/rightform2.png -------------------------------------------------------------------------------- /static/images/rightform3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/rightform3.png -------------------------------------------------------------------------------- /static/images/rolling.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/rolling.gif -------------------------------------------------------------------------------- /static/images/sass.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/sass.jpg -------------------------------------------------------------------------------- /static/images/scores.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/scores.png -------------------------------------------------------------------------------- /static/images/search_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/search_btn.png -------------------------------------------------------------------------------- /static/images/select-arr-default.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/select-arr-default.gif -------------------------------------------------------------------------------- /static/images/select_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/select_arrow.png -------------------------------------------------------------------------------- /static/images/select_arrow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/select_arrow2.png -------------------------------------------------------------------------------- /static/images/send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/send.png -------------------------------------------------------------------------------- /static/images/share_c1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/share_c1.png -------------------------------------------------------------------------------- /static/images/share_c1_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/share_c1_g.png -------------------------------------------------------------------------------- /static/images/share_c2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/share_c2.png -------------------------------------------------------------------------------- /static/images/share_c3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/share_c3.png -------------------------------------------------------------------------------- /static/images/share_c4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/share_c4.png -------------------------------------------------------------------------------- /static/images/share_c5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/share_c5.png -------------------------------------------------------------------------------- /static/images/share_c6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/share_c6.png -------------------------------------------------------------------------------- /static/images/share_c7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/share_c7.png -------------------------------------------------------------------------------- /static/images/share_c8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/share_c8.png -------------------------------------------------------------------------------- /static/images/share_c9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/share_c9.png -------------------------------------------------------------------------------- /static/images/side1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/side1.png -------------------------------------------------------------------------------- /static/images/side1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/side1_1.png -------------------------------------------------------------------------------- /static/images/side2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/side2.png -------------------------------------------------------------------------------- /static/images/side2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/side2_1.png -------------------------------------------------------------------------------- /static/images/side3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/side3.png -------------------------------------------------------------------------------- /static/images/side3_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/side3_1.png -------------------------------------------------------------------------------- /static/images/side4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/side4.png -------------------------------------------------------------------------------- /static/images/side4_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/side4_1.png -------------------------------------------------------------------------------- /static/images/slide_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/slide_l.png -------------------------------------------------------------------------------- /static/images/slide_l_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/slide_l_1.png -------------------------------------------------------------------------------- /static/images/slide_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/slide_r.png -------------------------------------------------------------------------------- /static/images/slide_r_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/slide_r_1.png -------------------------------------------------------------------------------- /static/images/star-btn-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/star-btn-hover.png -------------------------------------------------------------------------------- /static/images/star-btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/star-btn.png -------------------------------------------------------------------------------- /static/images/star-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/star-hover.png -------------------------------------------------------------------------------- /static/images/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/star.png -------------------------------------------------------------------------------- /static/images/tab-jt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/tab-jt.png -------------------------------------------------------------------------------- /static/images/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/tab.png -------------------------------------------------------------------------------- /static/images/tel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/tel.png -------------------------------------------------------------------------------- /static/images/tell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/tell.png -------------------------------------------------------------------------------- /static/images/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/time.png -------------------------------------------------------------------------------- /static/images/top_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/top_down.png -------------------------------------------------------------------------------- /static/images/unfold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/unfold.png -------------------------------------------------------------------------------- /static/images/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/up.png -------------------------------------------------------------------------------- /static/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/upload.png -------------------------------------------------------------------------------- /static/images/user.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/user.jpg -------------------------------------------------------------------------------- /static/images/weixi_icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/weixi_icon2.png -------------------------------------------------------------------------------- /static/images/weixi_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/weixi_image.png -------------------------------------------------------------------------------- /static/images/weixi_sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/weixi_sm.png -------------------------------------------------------------------------------- /static/images/word403.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/word403.png -------------------------------------------------------------------------------- /static/images/word503.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/word503.png -------------------------------------------------------------------------------- /static/images/x_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/x_alt.png -------------------------------------------------------------------------------- /static/images/zwj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/images/zwj.png -------------------------------------------------------------------------------- /static/img/background.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/img/background.gif -------------------------------------------------------------------------------- /static/img/cancel-off-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/img/cancel-off-big.png -------------------------------------------------------------------------------- /static/img/cancel-on-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/img/cancel-on-big.png -------------------------------------------------------------------------------- /static/img/coffee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/img/coffee.png -------------------------------------------------------------------------------- /static/img/face-a-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/img/face-a-off.png -------------------------------------------------------------------------------- /static/img/face-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/img/face-a.png -------------------------------------------------------------------------------- /static/img/face-b-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/img/face-b-off.png -------------------------------------------------------------------------------- /static/img/face-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/img/face-b.png -------------------------------------------------------------------------------- /static/img/face-c-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/img/face-c-off.png -------------------------------------------------------------------------------- /static/img/face-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/img/face-c.png -------------------------------------------------------------------------------- /static/img/face-d-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/img/face-d-off.png -------------------------------------------------------------------------------- /static/img/face-d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/img/face-d.png -------------------------------------------------------------------------------- /static/img/face-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/img/face-off.png -------------------------------------------------------------------------------- /static/img/medal-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/img/medal-off.png -------------------------------------------------------------------------------- /static/img/medal-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/img/medal-on.png -------------------------------------------------------------------------------- /static/img/star-half-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/img/star-half-big.png -------------------------------------------------------------------------------- /static/img/star-off-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/img/star-off-big.png -------------------------------------------------------------------------------- /static/img/star-on-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/img/star-on-big.png -------------------------------------------------------------------------------- /static/js/autocomplete-init.js: -------------------------------------------------------------------------------- 1 | 2 | function makeAutocomplete(sel) { 3 | sel.autocomplete('/examples/autocomplete-products/', { 4 | delay: 200, 5 | formatItem: function(row) { 6 | return row[1]; 7 | } 8 | }); 9 | } 10 | 11 | $(function() { 12 | makeAutocomplete($('.autocomplete-me')); 13 | }) 14 | -------------------------------------------------------------------------------- /static/js/plugins/jquery.scrollLoading.js: -------------------------------------------------------------------------------- 1 | (function(a){a.fn.scrollLoading=function(b){var c={attr:"data-url",container:a(window),callback:a.noop};var d=a.extend({},c,b||{});d.cache=[];a(this).each(function(){var h=this.nodeName.toLowerCase(),g=a(this).attr(d.attr);var i={obj:a(this),tag:h,url:g};d.cache.push(i)});var f=function(g){if(a.isFunction(d.callback)){d.callback.call(g.get(0))}};var e=function(){var g=d.container.height();if(d.container.get(0)===window){contop=a(window).scrollTop()}else{contop=d.container.offset().top}a.each(d.cache,function(m,n){var p=n.obj,j=n.tag,k=n.url,l,h;if(p){l=p.offset().top-contop,h=l+p.height();if((l>=0&&l0&&h<=g)){if(k){if(j==="img"){f(p.attr("src",k))}else{p.load(k,{},function(){f(p)})}}else{f(p)}n.obj=null}}})};e();d.container.bind("scroll",e)}})(jQuery); -------------------------------------------------------------------------------- /static/js/plugins/laydate/skins/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/js/plugins/laydate/skins/default/icon.png -------------------------------------------------------------------------------- /static/js/plugins/layer/skin/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/js/plugins/layer/skin/default/icon-ext.png -------------------------------------------------------------------------------- /static/js/plugins/layer/skin/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/js/plugins/layer/skin/default/icon.png -------------------------------------------------------------------------------- /static/js/plugins/layer/skin/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/js/plugins/layer/skin/default/loading-0.gif -------------------------------------------------------------------------------- /static/js/plugins/layer/skin/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/js/plugins/layer/skin/default/loading-1.gif -------------------------------------------------------------------------------- /static/js/plugins/layer/skin/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/js/plugins/layer/skin/default/loading-2.gif -------------------------------------------------------------------------------- /static/js/plugins/queryCity/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/js/plugins/queryCity/images/Thumbs.db -------------------------------------------------------------------------------- /static/js/plugins/queryCity/images/bg_mc_0113_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/js/plugins/queryCity/images/bg_mc_0113_1.png -------------------------------------------------------------------------------- /static/js/plugins/queryCity/images/bg_mc_0113_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/js/plugins/queryCity/images/bg_mc_0113_2.png -------------------------------------------------------------------------------- /static/js/plugins/queryCity/images/bg_mc_0113_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/js/plugins/queryCity/images/bg_mc_0113_3.png -------------------------------------------------------------------------------- /static/js/plugins/queryCity/images/bg_mc_0113_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/js/plugins/queryCity/images/bg_mc_0113_4.png -------------------------------------------------------------------------------- /static/js/plugins/queryCity/images/bg_mc_0130_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/js/plugins/queryCity/images/bg_mc_0130_1.png -------------------------------------------------------------------------------- /static/js/plugins/queryCity/images/bg_mc_0130_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/js/plugins/queryCity/images/bg_mc_0130_2.png -------------------------------------------------------------------------------- /static/js/plugins/queryCity/images/ts-indexcity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/js/plugins/queryCity/images/ts-indexcity.png -------------------------------------------------------------------------------- /static/js/select.js: -------------------------------------------------------------------------------- 1 | (function($){ 2 | jQuery.fn.select = function(options){ 3 | return this.each(function(){ 4 | var $this = $(this); 5 | var $select_option = $this.find(".selectOption"); 6 | var $select_menu = $this.find(".selectMenu"); 7 | var $select_li = $this.find("ul > li"); 8 | $this.click(function(e){ 9 | $select_menu.toggleClass("dis"); 10 | e.stopPropagation(); 11 | }); 12 | $select_li.bind("click",function(){ 13 | var $this_ = $(this); 14 | $select_option.removeClass('op') 15 | $select_option.text($this_.text()); 16 | }); 17 | }); 18 | } 19 | })(jQuery); -------------------------------------------------------------------------------- /static/lxy_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/lxy_logo.jpg -------------------------------------------------------------------------------- /static/media/Entity/2016/11/default_middile_14_20161113173158_261.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/Entity/2016/11/default_middile_14_20161113173158_261.png -------------------------------------------------------------------------------- /static/media/Entity/2016/11/default_middile_1_20161113172604_856.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/Entity/2016/11/default_middile_1_20161113172604_856.png -------------------------------------------------------------------------------- /static/media/Entity/ueditor/default_middile_13_20161113185849_453.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/Entity/ueditor/default_middile_13_20161113185849_453.png -------------------------------------------------------------------------------- /static/media/banner/2016/11/57a801860001c34b12000460.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/banner/2016/11/57a801860001c34b12000460.jpg -------------------------------------------------------------------------------- /static/media/banner/2016/11/57a801860001c34b12000460_z4Vb8zl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/banner/2016/11/57a801860001c34b12000460_z4Vb8zl.jpg -------------------------------------------------------------------------------- /static/media/banner/2016/11/57aa86a0000145c512000460.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/banner/2016/11/57aa86a0000145c512000460.jpg -------------------------------------------------------------------------------- /static/media/banner/2016/11/57aa86a0000145c512000460_GXIBATC.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/banner/2016/11/57aa86a0000145c512000460_GXIBATC.jpg -------------------------------------------------------------------------------- /static/media/banner/2016/11/57aa86a0000145c512000460_nMwvoQD.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/banner/2016/11/57aa86a0000145c512000460_nMwvoQD.jpg -------------------------------------------------------------------------------- /static/media/course/resource/2016/11/curl_wget.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/course/resource/2016/11/curl_wget.rar -------------------------------------------------------------------------------- /static/media/course/resource/2016/11/media.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/course/resource/2016/11/media.zip -------------------------------------------------------------------------------- /static/media/courses/2016/11/540e57300001d6d906000338-240-135.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/courses/2016/11/540e57300001d6d906000338-240-135.jpg -------------------------------------------------------------------------------- /static/media/courses/2016/11/540e57300001d6d906000338-240-135_MSIqfvw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/courses/2016/11/540e57300001d6d906000338-240-135_MSIqfvw.jpg -------------------------------------------------------------------------------- /static/media/courses/2016/11/540e57300001d6d906000338-240-135_Z3HIQ2t.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/courses/2016/11/540e57300001d6d906000338-240-135_Z3HIQ2t.jpg -------------------------------------------------------------------------------- /static/media/courses/2016/11/540e57300001d6d906000338-240-135_mvvGYHL.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/courses/2016/11/540e57300001d6d906000338-240-135_mvvGYHL.jpg -------------------------------------------------------------------------------- /static/media/courses/2016/11/540e57300001d6d906000338-240-135_n0L8vbw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/courses/2016/11/540e57300001d6d906000338-240-135_n0L8vbw.jpg -------------------------------------------------------------------------------- /static/media/courses/2016/11/540e57300001d6d906000338-240-135_wH52IED.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/courses/2016/11/540e57300001d6d906000338-240-135_wH52IED.jpg -------------------------------------------------------------------------------- /static/media/courses/2016/11/57035ff200014b8a06000338-240-135.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/courses/2016/11/57035ff200014b8a06000338-240-135.jpg -------------------------------------------------------------------------------- /static/media/courses/2016/11/57035ff200014b8a06000338-240-135_0nFiBSI.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/courses/2016/11/57035ff200014b8a06000338-240-135_0nFiBSI.jpg -------------------------------------------------------------------------------- /static/media/courses/2016/11/57035ff200014b8a06000338-240-135_dHfj8Nq.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/courses/2016/11/57035ff200014b8a06000338-240-135_dHfj8Nq.jpg -------------------------------------------------------------------------------- /static/media/courses/2016/11/default_middile_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/courses/2016/11/default_middile_1.png -------------------------------------------------------------------------------- /static/media/courses/2016/11/mysql.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/courses/2016/11/mysql.jpg -------------------------------------------------------------------------------- /static/media/courses/2016/12/57035ff200014b8a06000338-240-135_dHfj8Nq.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/courses/2016/12/57035ff200014b8a06000338-240-135_dHfj8Nq.jpg -------------------------------------------------------------------------------- /static/media/courses/2016/12/mysql.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/courses/2016/12/mysql.jpg -------------------------------------------------------------------------------- /static/media/courses/2016/12/python文件处理.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/courses/2016/12/python文件处理.jpg -------------------------------------------------------------------------------- /static/media/courses/2016/12/python错误和异常.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/courses/2016/12/python错误和异常.jpg -------------------------------------------------------------------------------- /static/media/courses/2016/12/python面向对象.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/courses/2016/12/python面向对象.jpg -------------------------------------------------------------------------------- /static/media/courses/ueditor/57a801860001c34b12000460_z4Vb8zl_20161210233313_629.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/courses/ueditor/57a801860001c34b12000460_z4Vb8zl_20161210233313_629.jpg -------------------------------------------------------------------------------- /static/media/courses/ueditor/57aa86a0000145c512000460_20161210234050_865.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/courses/ueditor/57aa86a0000145c512000460_20161210234050_865.jpg -------------------------------------------------------------------------------- /static/media/courses/ueditor/aobama_20161113225004_372.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/courses/ueditor/aobama_20161113225004_372.png -------------------------------------------------------------------------------- /static/media/courses/ueditor/aobama_20161113225044_773.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/courses/ueditor/aobama_20161113225044_773.png -------------------------------------------------------------------------------- /static/media/image/2016/11/default_middile_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/image/2016/11/default_middile_18.png -------------------------------------------------------------------------------- /static/media/image/2016/11/default_middile_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/image/2016/11/default_middile_2.png -------------------------------------------------------------------------------- /static/media/image/2016/11/default_middile_2_WZ1559E.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/image/2016/11/default_middile_2_WZ1559E.png -------------------------------------------------------------------------------- /static/media/image/2016/11/default_middile_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/image/2016/11/default_middile_7.png -------------------------------------------------------------------------------- /static/media/image/2016/11/default_middile_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/image/2016/11/default_middile_8.png -------------------------------------------------------------------------------- /static/media/image/2016/12/default_big_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/image/2016/12/default_big_14.png -------------------------------------------------------------------------------- /static/media/org/2016/11/bjdx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/org/2016/11/bjdx.jpg -------------------------------------------------------------------------------- /static/media/org/2016/11/imooc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/org/2016/11/imooc.png -------------------------------------------------------------------------------- /static/media/org/2016/11/imooc_Gn1sRjp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/org/2016/11/imooc_Gn1sRjp.png -------------------------------------------------------------------------------- /static/media/org/2016/11/imooc_OO2ykYP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/org/2016/11/imooc_OO2ykYP.png -------------------------------------------------------------------------------- /static/media/org/2016/11/imooc_V0TJOyb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/org/2016/11/imooc_V0TJOyb.png -------------------------------------------------------------------------------- /static/media/org/2016/11/imooc_Y2Tonsq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/org/2016/11/imooc_Y2Tonsq.png -------------------------------------------------------------------------------- /static/media/org/2016/11/imooc_klgAUn5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/org/2016/11/imooc_klgAUn5.png -------------------------------------------------------------------------------- /static/media/org/2016/11/imooc_qEaMov1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/org/2016/11/imooc_qEaMov1.png -------------------------------------------------------------------------------- /static/media/org/2016/11/njdx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/org/2016/11/njdx.jpg -------------------------------------------------------------------------------- /static/media/org/2016/11/qhdx-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/org/2016/11/qhdx-logo.png -------------------------------------------------------------------------------- /static/media/org/2016/12/bjdx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/org/2016/12/bjdx.jpg -------------------------------------------------------------------------------- /static/media/org/2016/12/bjdx_bcd0m07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/org/2016/12/bjdx_bcd0m07.jpg -------------------------------------------------------------------------------- /static/media/org/2016/12/bjdx_cCpdUw8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/org/2016/12/bjdx_cCpdUw8.jpg -------------------------------------------------------------------------------- /static/media/org/2016/12/imooc_Gn1sRjp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/org/2016/12/imooc_Gn1sRjp.png -------------------------------------------------------------------------------- /static/media/org/2016/12/imooc_klgAUn5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/org/2016/12/imooc_klgAUn5.png -------------------------------------------------------------------------------- /static/media/teacher/2016/11/aobama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/teacher/2016/11/aobama.png -------------------------------------------------------------------------------- /static/media/teacher/2016/11/aobama_CXWwMef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/static/media/teacher/2016/11/aobama_CXWwMef.png -------------------------------------------------------------------------------- /templates/500.html: -------------------------------------------------------------------------------- 1 | 2 | {% load staticfiles %} 3 | 4 | 5 | 6 | 500 7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 |
15 |
16 |
17 |
18 | 19 |





20 |

服务器错误,请稍后重新刷新。

21 |
22 |
23 |
24 |
25 | 26 | -------------------------------------------------------------------------------- /templates/active_fail.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 验证失败 6 | 7 | 8 |

链接失效

9 | 10 | -------------------------------------------------------------------------------- /templates/active_succcess.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 注册成功 6 | 7 | 8 | 恭喜你成功注册了账号: {{ username }},请点击链接转到登陆页面:https://exam.cjluzzl.cn/login/ 9 | 10 | -------------------------------------------------------------------------------- /templates/modify_success.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | {{ msg }} 6 | 7 | 8 | 密码修改成功,请点击链接转到登陆页面:http://127.0.0.1/login/ 9 | 10 | -------------------------------------------------------------------------------- /templates/online_course_list.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 该功能正在研发中 6 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /templates/send_success.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | {{ title }} 6 | 7 | 8 |

邮件已发送到{{ email }},请查收

9 | 10 | -------------------------------------------------------------------------------- /templates/test_websocket.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | django-websocket 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 |

Received Messages

15 |
16 | 17 |
18 | 36 | 37 | -------------------------------------------------------------------------------- /users/__init__.py: -------------------------------------------------------------------------------- 1 | default_app_config = "users.apps.UsersConfig" 2 | -------------------------------------------------------------------------------- /users/admin.py: -------------------------------------------------------------------------------- 1 | from django.contrib import admin 2 | 3 | # Register your models here. 4 | -------------------------------------------------------------------------------- /users/apps.py: -------------------------------------------------------------------------------- 1 | # -*- coding:utf-8 -*- 2 | from django.apps import AppConfig 3 | 4 | 5 | class UsersConfig(AppConfig): 6 | name = 'users' 7 | verbose_name = u"用户管理" 8 | -------------------------------------------------------------------------------- /users/migrations/0002_alloweduser.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | # Generated by Django 1.9 on 2017-04-03 14:07 3 | from __future__ import unicode_literals 4 | 5 | from django.db import migrations, models 6 | 7 | 8 | class Migration(migrations.Migration): 9 | 10 | dependencies = [ 11 | ('users', '0001_initial'), 12 | ] 13 | 14 | operations = [ 15 | migrations.CreateModel( 16 | name='AllowedUser', 17 | fields=[ 18 | ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), 19 | ('username', models.CharField(max_length=10, verbose_name='\u5b66\u53f7')), 20 | ], 21 | options={ 22 | 'verbose_name': '\u5141\u8bb8\u5b66\u53f7', 23 | 'verbose_name_plural': '\u5141\u8bb8\u5b66\u53f7', 24 | }, 25 | ), 26 | ] 27 | -------------------------------------------------------------------------------- /users/migrations/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/users/migrations/__init__.py -------------------------------------------------------------------------------- /users/tests.py: -------------------------------------------------------------------------------- 1 | from django.test import TestCase 2 | 3 | # Create your tests here. 4 | -------------------------------------------------------------------------------- /utils/__init__.py: -------------------------------------------------------------------------------- 1 | # -*- coding:utf-8 -*- 2 | __author__ = "cjluzzl" 3 | __date__ = "2017/3/26 13:09 " -------------------------------------------------------------------------------- /xadmin/.tx/config: -------------------------------------------------------------------------------- 1 | [main] 2 | host = https://www.transifex.com 3 | 4 | [xadmin-core.django] 5 | file_filter = locale//LC_MESSAGES/django.po 6 | source_file = locale/en/LC_MESSAGES/django.po 7 | source_lang = en 8 | type = PO 9 | 10 | [xadmin-core.djangojs] 11 | file_filter = locale//LC_MESSAGES/djangojs.po 12 | source_file = locale/en/LC_MESSAGES/djangojs.po 13 | source_lang = en 14 | type = PO -------------------------------------------------------------------------------- /xadmin/adminx.py: -------------------------------------------------------------------------------- 1 | import xadmin 2 | from models import UserSettings, Log 3 | from xadmin.layout import * 4 | 5 | from django.utils.translation import ugettext_lazy as _, ugettext 6 | 7 | class UserSettingsAdmin(object): 8 | model_icon = 'fa fa-cog' 9 | hidden_menu = True 10 | 11 | xadmin.site.register(UserSettings, UserSettingsAdmin) 12 | 13 | class LogAdmin(object): 14 | 15 | def link(self, instance): 16 | if instance.content_type and instance.object_id and instance.action_flag != 'delete': 17 | admin_url = self.get_admin_url('%s_%s_change' % (instance.content_type.app_label, instance.content_type.model), 18 | instance.object_id) 19 | return "%s" % (admin_url, _('Admin Object')) 20 | else: 21 | return '' 22 | link.short_description = "" 23 | link.allow_tags = True 24 | link.is_column = False 25 | 26 | list_display = ('action_time', 'user', 'ip_addr', '__str__', 'link') 27 | list_filter = ['user', 'action_time'] 28 | search_fields = ['ip_addr', 'message'] 29 | model_icon = 'fa fa-cog' 30 | 31 | xadmin.site.register(Log, LogAdmin) 32 | -------------------------------------------------------------------------------- /xadmin/apps.py: -------------------------------------------------------------------------------- 1 | from django.apps import AppConfig 2 | from django.core import checks 3 | from django.utils.translation import ugettext_lazy as _ 4 | import xadmin 5 | 6 | 7 | class XAdminConfig(AppConfig): 8 | """Simple AppConfig which does not do automatic discovery.""" 9 | 10 | name = 'xadmin' 11 | verbose_name = _("Administration") 12 | 13 | def ready(self): 14 | self.module.autodiscover() 15 | setattr(xadmin,'site',xadmin.site) 16 | -------------------------------------------------------------------------------- /xadmin/locale/de_DE/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/de_DE/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /xadmin/locale/de_DE/LC_MESSAGES/djangojs.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/de_DE/LC_MESSAGES/djangojs.mo -------------------------------------------------------------------------------- /xadmin/locale/en/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/en/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /xadmin/locale/en/LC_MESSAGES/djangojs.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/en/LC_MESSAGES/djangojs.mo -------------------------------------------------------------------------------- /xadmin/locale/es_MX/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/es_MX/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /xadmin/locale/es_MX/LC_MESSAGES/djangojs.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/es_MX/LC_MESSAGES/djangojs.mo -------------------------------------------------------------------------------- /xadmin/locale/eu/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/eu/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /xadmin/locale/eu/LC_MESSAGES/djangojs.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/eu/LC_MESSAGES/djangojs.mo -------------------------------------------------------------------------------- /xadmin/locale/id_ID/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/id_ID/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /xadmin/locale/id_ID/LC_MESSAGES/djangojs.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/id_ID/LC_MESSAGES/djangojs.mo -------------------------------------------------------------------------------- /xadmin/locale/ja/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/ja/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /xadmin/locale/ja/LC_MESSAGES/djangojs.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/ja/LC_MESSAGES/djangojs.mo -------------------------------------------------------------------------------- /xadmin/locale/lt/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/lt/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /xadmin/locale/lt/LC_MESSAGES/djangojs.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/lt/LC_MESSAGES/djangojs.mo -------------------------------------------------------------------------------- /xadmin/locale/nl_NL/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/nl_NL/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /xadmin/locale/nl_NL/LC_MESSAGES/djangojs.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/nl_NL/LC_MESSAGES/djangojs.mo -------------------------------------------------------------------------------- /xadmin/locale/pl/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/pl/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /xadmin/locale/pl/LC_MESSAGES/djangojs.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/pl/LC_MESSAGES/djangojs.mo -------------------------------------------------------------------------------- /xadmin/locale/pt_BR/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/pt_BR/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /xadmin/locale/pt_BR/LC_MESSAGES/djangojs.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/pt_BR/LC_MESSAGES/djangojs.mo -------------------------------------------------------------------------------- /xadmin/locale/ru_RU/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/ru_RU/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /xadmin/locale/ru_RU/LC_MESSAGES/djangojs.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/ru_RU/LC_MESSAGES/djangojs.mo -------------------------------------------------------------------------------- /xadmin/locale/zh_Hans/LC_MESSAGES/django.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/zh_Hans/LC_MESSAGES/django.mo -------------------------------------------------------------------------------- /xadmin/locale/zh_Hans/LC_MESSAGES/djangojs.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/locale/zh_Hans/LC_MESSAGES/djangojs.mo -------------------------------------------------------------------------------- /xadmin/migrations/0003_auto_20160715_0100.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | # Generated by Django 1.9.7 on 2016-07-15 06:00 3 | from __future__ import unicode_literals 4 | 5 | from django.db import migrations, models 6 | 7 | 8 | class Migration(migrations.Migration): 9 | 10 | dependencies = [ 11 | ('xadmin', '0002_log'), 12 | ] 13 | 14 | operations = [ 15 | migrations.AlterField( 16 | model_name='log', 17 | name='action_flag', 18 | field=models.CharField(max_length=32, verbose_name='action flag'), 19 | ), 20 | ] 21 | -------------------------------------------------------------------------------- /xadmin/migrations/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/migrations/__init__.py -------------------------------------------------------------------------------- /xadmin/plugins/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | PLUGINS = ( 3 | 'actions', 4 | 'filters', 5 | 'bookmark', 6 | 'export', 7 | 'layout', 8 | 'refresh', 9 | 'details', 10 | 'editable', 11 | 'relate', 12 | 'chart', 13 | 'ajax', 14 | 'relfield', 15 | 'inline', 16 | 'topnav', 17 | 'portal', 18 | 'quickform', 19 | 'wizard', 20 | 'images', 21 | 'auth', 22 | 'multiselect', 23 | 'themes', 24 | 'aggregation', 25 | 'mobile', 26 | 'passwords', 27 | 'sitemenu', 28 | 'language', 29 | 'quickfilter', 30 | 'sortablelist' 31 | ) 32 | 33 | 34 | def register_builtin_plugins(site): 35 | from importlib import import_module 36 | from django.conf import settings 37 | 38 | exclude_plugins = getattr(settings, 'XADMIN_EXCLUDE_PLUGINS', []) 39 | 40 | [import_module('xadmin.plugins.%s' % plugin) for plugin in PLUGINS if plugin not in exclude_plugins] 41 | -------------------------------------------------------------------------------- /xadmin/plugins/language.py: -------------------------------------------------------------------------------- 1 | 2 | from django.conf import settings 3 | from django.template import loader 4 | from django.views.i18n import set_language 5 | from xadmin.plugins.utils import get_context_dict 6 | from xadmin.sites import site 7 | from xadmin.views import BaseAdminPlugin, CommAdminView, BaseAdminView 8 | 9 | 10 | class SetLangNavPlugin(BaseAdminPlugin): 11 | 12 | def block_top_navmenu(self, context, nodes): 13 | context = get_context_dict(context) 14 | context['redirect_to'] = self.request.get_full_path() 15 | nodes.append(loader.render_to_string('xadmin/blocks/comm.top.setlang.html', context=context)) 16 | 17 | class SetLangView(BaseAdminView): 18 | 19 | def post(self, request, *args, **kwargs): 20 | if 'nav_menu' in request.session: 21 | del request.session['nav_menu'] 22 | return set_language(request) 23 | 24 | if settings.LANGUAGES and 'django.middleware.locale.LocaleMiddleware' in settings.MIDDLEWARE_CLASSES: 25 | site.register_plugin(SetLangNavPlugin, CommAdminView) 26 | site.register_view(r'^i18n/setlang/$', SetLangView, 'set_language') 27 | -------------------------------------------------------------------------------- /xadmin/plugins/mobile.py: -------------------------------------------------------------------------------- 1 | #coding:utf-8 2 | from xadmin.sites import site 3 | from xadmin.views import BaseAdminPlugin, CommAdminView 4 | 5 | 6 | class MobilePlugin(BaseAdminPlugin): 7 | 8 | def _test_mobile(self): 9 | try: 10 | return self.request.META['HTTP_USER_AGENT'].find('Android') >= 0 or \ 11 | self.request.META['HTTP_USER_AGENT'].find('iPhone') >= 0 12 | except Exception: 13 | return False 14 | 15 | def init_request(self, *args, **kwargs): 16 | return self._test_mobile() 17 | 18 | def get_context(self, context): 19 | #context['base_template'] = 'xadmin/base_mobile.html' 20 | context['is_mob'] = True 21 | return context 22 | 23 | # Media 24 | # def get_media(self, media): 25 | # return media + self.vendor('xadmin.mobile.css', ) 26 | 27 | def block_extrahead(self, context, nodes): 28 | nodes.append('') 29 | 30 | site.register_plugin(MobilePlugin, CommAdminView) 31 | -------------------------------------------------------------------------------- /xadmin/plugins/sitemenu.py: -------------------------------------------------------------------------------- 1 | 2 | from xadmin.sites import site 3 | from xadmin.views import BaseAdminPlugin, CommAdminView 4 | 5 | BUILDIN_STYLES = { 6 | 'default': 'xadmin/includes/sitemenu_default.html', 7 | 'accordion': 'xadmin/includes/sitemenu_accordion.html', 8 | } 9 | 10 | 11 | class SiteMenuStylePlugin(BaseAdminPlugin): 12 | 13 | menu_style = None 14 | 15 | def init_request(self, *args, **kwargs): 16 | return bool(self.menu_style) and self.menu_style in BUILDIN_STYLES 17 | 18 | def get_context(self, context): 19 | context['menu_template'] = BUILDIN_STYLES[self.menu_style] 20 | return context 21 | 22 | site.register_plugin(SiteMenuStylePlugin, CommAdminView) 23 | -------------------------------------------------------------------------------- /xadmin/plugins/utils.py: -------------------------------------------------------------------------------- 1 | from django.template.context import RequestContext 2 | 3 | 4 | def get_context_dict(context): 5 | """ 6 | Contexts in django version 1.9+ must be dictionaries. As xadmin has a legacy with older versions of django, 7 | the function helps the transition by converting the [RequestContext] object to the dictionary when necessary. 8 | :param context: RequestContext 9 | :return: dict 10 | """ 11 | if isinstance(context, RequestContext): 12 | ctx = {} 13 | map(ctx.update, context.dicts) 14 | else: 15 | ctx = context 16 | return ctx 17 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/component.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "xadmin", 3 | "version": "0.1.0", 4 | "dependencies": { 5 | "jquery": ">=1.8.3", 6 | "jquery-ui": ">=1.10.0", 7 | "bootstrap": "http://twitter.github.io/bootstrap/assets/bootstrap.zip", 8 | "bootstrap-timepicker": ">=0.2.3", 9 | "bootstrap-datepicker": ">=1.0.0", 10 | "bootstrap-modal": ">=2.1", 11 | "flot": ">=0.8", 12 | "font-awesome": ">=3.0.2", 13 | "load-image": "blueimp/JavaScript-Load-Image", 14 | "bootstrap-image-gallery": "blueimp/Bootstrap-Image-Gallery", 15 | "select2": ">=3.3.2", 16 | "selectize": ">=0.8.4", 17 | "datejs": "datejs/Datejs", 18 | "bootstrap-multiselect": "davidstutz/bootstrap-multiselect" 19 | } 20 | } -------------------------------------------------------------------------------- /xadmin/static/xadmin/css/xadmin.page.dashboard.css: -------------------------------------------------------------------------------- 1 | 2 | .dashboard.container-fluid { 3 | padding-left: 0px; 4 | } 5 | .dashboard .column{ 6 | min-height: 60px; 7 | } 8 | 9 | .widget { 10 | } 11 | .widget_options { 12 | } 13 | 14 | /* Quick Buttons 15 | =================================================================== */ 16 | .qbutton .panel-body { 17 | padding-top: 5px; 18 | } 19 | .btn-quick { 20 | margin-top: 10px; 21 | padding: 20px 0px 0px 0px; 22 | font-size: 15px; 23 | display:block; 24 | text-align: center; 25 | cursor: pointer; 26 | position: relative; 27 | } 28 | .btn-quick i { 29 | font-size: 32px; 30 | } 31 | 32 | /* Quick Buttons Small 33 | =================================================================== */ 34 | 35 | .btn-quick-small { 36 | border-radius: 3px; 37 | padding: 15px 0px 0px 0px; 38 | font-size: 10px; 39 | display:block; 40 | text-align: center; 41 | cursor: pointer; 42 | position: relative; 43 | } 44 | 45 | .btn-quick-small i { 46 | font-size: 20px; 47 | } -------------------------------------------------------------------------------- /xadmin/static/xadmin/css/xadmin.plugin.aggregation.css: -------------------------------------------------------------------------------- 1 | td.aggregate { 2 | font-weight: bold; 3 | } 4 | td.aggregate span.aggregate_title { 5 | float: right; 6 | } -------------------------------------------------------------------------------- /xadmin/static/xadmin/css/xadmin.plugin.quickfilter.css: -------------------------------------------------------------------------------- 1 | .nav-quickfilter .filter-item { 2 | white-space: nowrap; 3 | overflow: hidden; 4 | padding: 5px; 5 | } 6 | 7 | .nav-quickfilter .filter-col-1 { 8 | margin: 3px 2px 0 -2px; 9 | float: left; 10 | } 11 | 12 | .nav-quickfilter .filter-col-2 { 13 | } 14 | 15 | .nav-quickfilter .nav-expand { 16 | z-index:100; 17 | } -------------------------------------------------------------------------------- /xadmin/static/xadmin/css/xadmin.plugins.css: -------------------------------------------------------------------------------- 1 | /** Action **/ 2 | .action-checkbox-column { 3 | width: 14px; 4 | } 5 | 6 | /** quick-form **/ 7 | .quick-form .modal-body { 8 | padding-bottom: 0px; 9 | } 10 | .quick-form .modal-footer { 11 | margin-top: 0px; 12 | } -------------------------------------------------------------------------------- /xadmin/static/xadmin/js/xadmin.page.list.js: -------------------------------------------------------------------------------- 1 | jQuery(function($){ 2 | //full screen btn 3 | $('.layout-btns .layout-full').click(function(e){ 4 | var icon = $(this).find('i') 5 | if($(this).hasClass('active')){ 6 | // reset 7 | $('#left-side, ul.breadcrumb').show('fast'); 8 | $('#content-block').removeClass('col-md-12 col-sm-12 full-content').addClass('col-sm-11 col-md-10'); 9 | icon.removeClass('fa-compress').addClass('fa-expand'); 10 | $(window).trigger('resize'); 11 | } else { 12 | // full screen 13 | $('#left-side, ul.breadcrumb').hide('fast', function(){ 14 | $('#content-block').removeClass('col-sm-11 col-md-10').addClass('col-md-12 col-sm-12 full-content'); 15 | icon.removeClass('fa-expand').addClass('fa-compress'); 16 | $(window).trigger('resize'); 17 | }); 18 | } 19 | }); 20 | 21 | $('.layout-btns .layout-normal').click(function(e){ 22 | $('.results table').removeClass('table-condensed'); 23 | }); 24 | 25 | $('.layout-btns .layout-condensed').click(function(e){ 26 | $('.results table').addClass('table-condensed'); 27 | }); 28 | 29 | }); -------------------------------------------------------------------------------- /xadmin/static/xadmin/js/xadmin.plugin.batch.js: -------------------------------------------------------------------------------- 1 | 2 | ;(function($){ 3 | 4 | $('.batch-field-checkbox').bind('click', function(event){ 5 | if (!event) { var event = window.event; } 6 | var target = event.target ? event.target : event.srcElement; 7 | 8 | var wrap = $(this).parent().parent().find('.control-wrap'); 9 | if(target.checked){ 10 | wrap.show('fast'); 11 | } else { 12 | wrap.hide('fast'); 13 | } 14 | }); 15 | 16 | })(jQuery) 17 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/js/xadmin.plugin.bookmark.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 3 | $(function(){ 4 | $('#bookmark_form').each(function(){ 5 | var f = $(this); 6 | f.submit(function(e){ 7 | f.find('button[type=submit]').button('loading'); 8 | $.post(f.attr('action'), f.serialize(), function(data){ 9 | $('#bookmark-menu .add-bookmark').remove(); 10 | $('#bookmark-menu').append('
  • '+ data.title +'
  • '); 11 | }, 'json'); 12 | return false; 13 | }); 14 | }); 15 | }); 16 | 17 | })(jQuery); -------------------------------------------------------------------------------- /xadmin/static/xadmin/js/xadmin.plugin.portal.js: -------------------------------------------------------------------------------- 1 | jQuery(function() { 2 | $( ".column" ).sortable({ 3 | connectWith: ".column", 4 | handle: '.panel-heading', 5 | forcePlaceholderSize: true, 6 | cursor: "move", 7 | cancel: ".unsort, .tab-content", 8 | stop: function( event, ui ) { 9 | var pos = []; 10 | $('.column').each(function(){ 11 | var col = []; 12 | $(this).find('.panel').each(function(){ 13 | col.push($(this).attr('id')); 14 | }); 15 | pos.push(col.join(',')); 16 | }); 17 | var pos_val = pos.join('|'); 18 | var key = $('#_portal_key').val(); 19 | $.save_user_settings(key, pos_val, function(){ 20 | //alert('success'); 21 | }); 22 | } 23 | }); 24 | 25 | $( ".panel-heading .icon.chevron" ).click(function() { 26 | $( this ).toggleClass( "fa fa-chevron-up" ).toggleClass( "fa fa-chevron-down" ); 27 | $( this ).parents( ".panel:first" ).find( ".panel-body" ).toggle('fast'); 28 | }); 29 | 30 | }); -------------------------------------------------------------------------------- /xadmin/static/xadmin/js/xadmin.plugin.refresh.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 3 | $.dofresh = function(){ 4 | var refresh_el = $('#refresh_time'); 5 | var time = parseInt(refresh_el.text()); 6 | if(time == 1){ 7 | refresh_el.text(0); 8 | window.location.reload(); 9 | } else { 10 | refresh_el.text(time-1); 11 | setTimeout("$.dofresh()",1000) 12 | } 13 | }; 14 | 15 | $(function(){ 16 | var refresh_el = $('#refresh_time'); 17 | if(refresh_el){ 18 | setTimeout("$.dofresh()",1000) 19 | } 20 | }); 21 | 22 | })(jQuery); -------------------------------------------------------------------------------- /xadmin/static/xadmin/js/xadmin.plugin.revision.js: -------------------------------------------------------------------------------- 1 | jQuery(function($){ 2 | $('.diff_field').each(function(){ 3 | var el = $(this); 4 | var textarea = el.find('textarea.org-data'); 5 | var title = el.data('org-data') || el.attr('title'); 6 | if(textarea.length){ 7 | title = textarea.val(); 8 | } 9 | el.find('.controls').tooltip({ 10 | title: title, 11 | html: true 12 | }) 13 | }); 14 | 15 | $('.formset-content .formset-row').each(function(){ 16 | var row = $(this); 17 | var del = row.find('input[id $= "-DELETE"]'); 18 | if(del.val() == 'on' || del.val() == 'True'){ 19 | row.addClass('row-deleted'); 20 | del.val('on'); 21 | } 22 | var idinput = row.find('input[id $= "-id"]'); 23 | if(idinput.val() == '' || idinput.val() == undefined){ 24 | row.addClass('row-added'); 25 | row.find('.formset-num').html(gettext('New Item')); 26 | } 27 | }); 28 | }); -------------------------------------------------------------------------------- /xadmin/static/xadmin/js/xadmin.widget.multiselect.js: -------------------------------------------------------------------------------- 1 | 2 | ;(function($){ 3 | 4 | $.fn.exform.renders.push(function(f){ 5 | if($.fn.multiselect){ 6 | f.find('.selectmultiple.selectdropdown').multiselect({ 7 | 8 | }); 9 | } 10 | }); 11 | 12 | })(jQuery) -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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)); -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | format: "dd.mm.yyyy" 15 | }; 16 | }(jQuery)); 17 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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)); -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | format: "dd/mm/yyyy" 15 | }; 16 | }(jQuery)); 17 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/js/locales/bootstrap-datepicker.hu.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Hungarian translation for bootstrap-datepicker 3 | * Sotus László 4 | */ 5 | ;(function($){ 6 | $.fn.datepicker.dates['hu'] = { 7 | days: ["Vasárnap", "Hétfő", "Kedd", "Szerda", "Csütörtök", "Péntek", "Szombat", "Vasárnap"], 8 | daysShort: ["Vas", "Hét", "Ked", "Sze", "Csü", "Pén", "Szo", "Vas"], 9 | daysMin: ["Va", "Hé", "Ke", "Sz", "Cs", "Pé", "Sz", "Va"], 10 | months: ["Január", "Február", "Március", "Április", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December"], 11 | monthsShort: ["Jan", "Feb", "Már", "Ápr", "Máj", "Jún", "Júl", "Aug", "Sze", "Okt", "Nov", "Dec"], 12 | today: "Ma", 13 | weekStart: 1, 14 | format: "yyyy.mm.dd" 15 | }; 16 | }(jQuery)); 17 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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", "Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "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 | weekStart: 1, 14 | format: "dd/mm/yyyy" 15 | }; 16 | }(jQuery)); 17 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | today: "今日", 13 | format: "yyyy/mm/dd" 14 | }; 15 | }(jQuery)); 16 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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)); -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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)); -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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)); -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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)); -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-datepicker/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 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-image-gallery/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/static/xadmin/vendor/bootstrap-image-gallery/img/loading.gif -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-modal/img/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/static/xadmin/vendor/bootstrap-modal/img/ajax-loader.gif -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap-multiselect/css/bootstrap-multiselect.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/static/xadmin/vendor/bootstrap-multiselect/css/bootstrap-multiselect.css -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/static/xadmin/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/static/xadmin/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/static/xadmin/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/static/xadmin/vendor/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/static/xadmin/vendor/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/static/xadmin/vendor/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/static/xadmin/vendor/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/select2/select2-spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/static/xadmin/vendor/select2/select2-spinner.gif -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/select2/select2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/static/xadmin/vendor/select2/select2.png -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/select2/select2_locale_de.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 German translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.select2.defaults, { 8 | formatNoMatches: function () { return "Keine Übereinstimmungen gefunden"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Bitte " + n + " Zeichen mehr eingeben"; }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Bitte " + n + " Zeichen weniger eingeben"; }, 11 | formatSelectionTooBig: function (limit) { return "Sie können nur " + limit + " Eintr" + (limit === 1 ? "ag" : "äge") + " auswählen"; }, 12 | formatLoadMore: function (pageNumber) { return "Lade mehr Ergebnisse..."; }, 13 | formatSearching: function () { return "Suche..."; } 14 | }); 15 | })(jQuery); -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/select2/select2_locale_en.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 English translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.select2.defaults, { 8 | formatNoMatches: function () { return "No matches found"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Please enter " + n + " more character" + (n == 1 ? "" : "s"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Please delete " + n + " character" + (n == 1 ? "" : "s"); }, 11 | formatSelectionTooBig: function (limit) { return "You can only select " + limit + " item" + (limit == 1 ? "" : "s"); }, 12 | formatLoadMore: function (pageNumber) { return "Loading more results..."; }, 13 | formatSearching: function () { return "Searching..."; } 14 | }); 15 | })(jQuery); -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/select2/select2_locale_es.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Spanish translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.select2.defaults, { 8 | formatNoMatches: function () { return "No se encontraron resultados"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Por favor adicione " + n + " caracter" + (n == 1? "" : "es"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Por favor elimine " + n + " caracter" + (n == 1? "" : "es"); }, 11 | formatSelectionTooBig: function (limit) { return "Solo puede seleccionar " + limit + " elemento" + (limit == 1 ? "" : "s"); }, 12 | formatLoadMore: function (pageNumber) { return "Cargando más resultados..."; }, 13 | formatSearching: function () { return "Buscando..."; } 14 | }); 15 | })(jQuery); -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/select2/select2_locale_fr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 French translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.select2.defaults, { 8 | formatNoMatches: function () { return "Aucun résultat trouvé"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Merci de saisir " + n + " caractère" + (n == 1? "" : "s") + " de plus"; }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Merci de saisir " + n + " caractère" + (n == 1? "" : "s") + " de moins"; }, 11 | formatSelectionTooBig: function (limit) { return "Vous pouvez seulement sélectionner " + limit + " élément" + (limit == 1 ? "" : "s"); }, 12 | formatLoadMore: function (pageNumber) { return "Chargement de résultats supplémentaires..."; }, 13 | formatSearching: function () { return "Recherche en cours..."; } 14 | }); 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/select2/select2_locale_hu.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Hungarian translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.select2.defaults, { 8 | formatNoMatches: function () { return "Nincs találat."; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Túl rövid. Még " + n + " karakter hiányzik."; }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Túl hosszú. " + n + " kerekterrel több mint kellene."; }, 11 | formatSelectionTooBig: function (limit) { return "Csak " + limit + " elemet lehet kiválasztani."; }, 12 | formatLoadMore: function (pageNumber) { return "Töltés..."; }, 13 | formatSearching: function () { return "Keresés..."; } 14 | }); 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/select2/select2_locale_it.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Italian translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.select2.defaults, { 8 | formatNoMatches: function () { return "Nessuna corrispondenza trovata"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Inserisci ancora " + n + " caratter" + (n == 1? "e" : "i"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Inserisci " + n + " caratter" + (n == 1? "e" : "i") + " in meno"; }, 11 | formatSelectionTooBig: function (limit) { return "Puoi selezionare solo " + limit + " element" + (limit == 1 ? "o" : "i"); }, 12 | formatLoadMore: function (pageNumber) { return "Caricamento in corso..."; }, 13 | formatSearching: function () { return "Ricerca..."; } 14 | }); 15 | })(jQuery); -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/select2/select2_locale_nl.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Dutch translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.select2.defaults, { 8 | formatNoMatches: function () { return "Geen resultaten gevonden"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Vul " + n + " karakter" + (n == 1? "" : "s") + " meer in"; }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Vul " + n + " karakter" + (n == 1? "" : "s") + " minder in"; }, 11 | formatSelectionTooBig: function (limit) { return "Maximaal " + limit + " item" + (limit == 1 ? "" : "s") + " toegestaan"; }, 12 | formatLoadMore: function (pageNumber) { return "Meer resultaten laden..."; }, 13 | formatSearching: function () { return "Zoeken..."; }, 14 | }); 15 | })(jQuery); -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/select2/select2_locale_pt-BR.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Brazilian Portuguese translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.select2.defaults, { 8 | formatNoMatches: function () { return "Nenhum resultado encontrado"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Informe " + n + " caracter" + (n == 1? "" : "es"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Apague " + n + " caracter" + (n == 1? "" : "es"); }, 11 | formatSelectionTooBig: function (limit) { return "Só é possível selecionar " + limit + " elemento" + (limit == 1 ? "" : "s"); }, 12 | formatLoadMore: function (pageNumber) { return "Carregando mais resultados..."; }, 13 | formatSearching: function () { return "Buscando..."; } 14 | }); 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/select2/select2_locale_pt-PT.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Portuguese (Portugal) translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.select2.defaults, { 8 | formatNoMatches: function () { return "Nenhum resultado encontrado"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Introduza " + n + " caracter" + (n == 1 ? "" : "es"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Apague " + n + " caracter" + (n == 1 ? "" : "es"); }, 11 | formatSelectionTooBig: function (limit) { return "Só é possível selecionar " + limit + " elemento" + (limit == 1 ? "" : "s"); }, 12 | formatLoadMore: function (pageNumber) { return "A carregar mais resultados..."; }, 13 | formatSearching: function () { return "A pesquisar..."; } 14 | }); 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/select2/select2_locale_ro.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Romanian translation. 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.select2.defaults, { 8 | formatNoMatches: function () { return "Nu a fost găsit nimic"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Vă rugăm să introduceți incă " + n + " caracter" + (n == 1 ? "" : "e"); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Vă rugăm să introduceți mai puțin de " + n + " caracter" + (n == 1? "" : "e"); }, 11 | formatSelectionTooBig: function (limit) { return "Aveți voie să selectați cel mult " + limit + " element" + (limit == 1 ? "" : "e"); }, 12 | formatLoadMore: function (pageNumber) { return "Se încarcă..."; }, 13 | formatSearching: function () { return "Căutare..."; } 14 | }); 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/select2/select2_locale_ru.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Russian translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | 7 | $.extend($.fn.select2.defaults, { 8 | formatNoMatches: function () { return "Совпадений не найдено"; }, 9 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Пожалуйста, введите еще " + n + " символ" + (n == 1 ? "" : ((n > 1)&&(n < 5) ? "а" : "ов")); }, 10 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Пожалуйста, введите на " + n + " символ" + (n == 1 ? "" : ((n > 1)&&(n < 5)? "а" : "ов")) + " меньше"; }, 11 | formatSelectionTooBig: function (limit) { return "Вы можете выбрать не более " + limit + " элемент" + (limit == 1 ? "" : ((limit > 1)&&(limit < 5)? "а" : "ов")); }, 12 | formatLoadMore: function (pageNumber) { return "Загрузка данных..."; }, 13 | formatSearching: function () { return "Поиск..."; } 14 | }); 15 | })(jQuery); 16 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/select2/select2_locale_sv.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Swedish translation. 3 | * 4 | * Author: Jens Rantil 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.select2.defaults, { 10 | formatNoMatches: function () { return "Inga träffar"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Var god skriv in " + n + (n>1 ? " till tecken" : " tecken till"); }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Var god sudda ut " + n + " tecken"; }, 13 | formatSelectionTooBig: function (limit) { return "Du kan max välja " + limit + " element"; }, 14 | formatLoadMore: function (pageNumber) { return "Laddar fler resultat..."; }, 15 | formatSearching: function () { return "Söker..."; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/select2/select2_locale_tr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Turkish translation. 3 | * 4 | * Author: Salim KAYABAŞI 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.select2.defaults, { 10 | formatNoMatches: function () { return "Sonuç bulunamadı"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "En az " + n + " karakter daha girmelisiniz"; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max; return n + " karakter azaltmalısınız"; }, 13 | formatSelectionTooBig: function (limit) { return "Sadece " + limit + " seçim yapabilirsiniz"; }, 14 | formatLoadMore: function (pageNumber) { return "Daha fazla ..."; }, 15 | formatSearching: function () { return "Aranıyor..."; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/select2/select2_locale_ua.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 translation. 3 | * 4 | * Author: bigmihail 5 | */ 6 | (function ($) { 7 | "use strict"; 8 | 9 | $.extend($.fn.select2.defaults, { 10 | formatNoMatches: function () { return "Нічого не знайдено"; }, 11 | formatInputTooShort: function (input, min) { var n = min - input.length, s = ["", "и", "ів"], p = [2,0,1,1,1,2]; return "Введіть буль ласка ще " + n + " символ" + s[ (n%100>4 && n%100<=20)? 2 : p[Math.min(n%10, 5)] ]; }, 12 | formatInputTooLong: function (input, max) { var n = input.length - max, s = ["", "и", "ів"], p = [2,0,1,1,1,2]; return "Введіть буль ласка на " + n + " символ" + s[ (n%100>4 && n%100<=20)? 2 : p[Math.min(n%10, 5)] ] + " менше"; }, 13 | formatSelectionTooBig: function (limit) {var s = ["", "и", "ів"], p = [2,0,1,1,1,2]; return "Ви можете вибрати лише " + limit + " елемент" + s[ (limit%100>4 && limit%100<=20)? 2 : p[Math.min(limit%10, 5)] ]; }, 14 | formatLoadMore: function (pageNumber) { return "Завантаження даних..."; }, 15 | formatSearching: function () { return "Пошук..."; } 16 | }); 17 | })(jQuery); 18 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/select2/select2_locale_zh-CN.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Chinese translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | $.extend($.fn.select2.defaults, { 7 | formatNoMatches: function () { return "没有找到匹配项"; }, 8 | formatInputTooShort: function (input, min) { var n = min - input.length; return "请再输入" + n + "个字符";}, 9 | formatInputTooLong: function (input, max) { var n = input.length - max; return "请删掉" + n + "个字符";}, 10 | formatSelectionTooBig: function (limit) { return "你只能选择最多" + limit + "项"; }, 11 | formatLoadMore: function (pageNumber) { return "加载结果中..."; }, 12 | formatSearching: function () { return "搜索中..."; } 13 | }); 14 | })(jQuery); 15 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/select2/select2_locale_zh-hans.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Select2 Chinese translation 3 | */ 4 | (function ($) { 5 | "use strict"; 6 | $.extend($.fn.select2.defaults, { 7 | formatNoMatches: function () { return "没有找到匹配项"; }, 8 | formatInputTooShort: function (input, min) { var n = min - input.length; return "请再输入" + n + "个字符";}, 9 | formatInputTooLong: function (input, max) { var n = input.length - max; return "请删掉" + n + "个字符";}, 10 | formatSelectionTooBig: function (limit) { return "你只能选择最多" + limit + "项"; }, 11 | formatLoadMore: function (pageNumber) { return "加载结果中..."; }, 12 | formatSearching: function () { return "搜索中..."; } 13 | }); 14 | })(jQuery); 15 | -------------------------------------------------------------------------------- /xadmin/static/xadmin/vendor/select2/select2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/static/xadmin/vendor/select2/select2x2.png -------------------------------------------------------------------------------- /xadmin/templates/xadmin/404.html: -------------------------------------------------------------------------------- 1 | {% extends base_template %} 2 | {% load i18n %} 3 | 4 | {% block title %}{% trans 'Page not found' %}{% endblock %} 5 | 6 | {% block content %} 7 | 8 |

    {% trans 'Page not found' %}

    9 | 10 |

    {% trans "We're sorry, but the requested page could not be found." %}

    11 | 12 | {% endblock %} 13 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/500.html: -------------------------------------------------------------------------------- 1 | {% extends base_template %} 2 | {% load i18n %} 3 | 4 | 5 | {% block breadcrumbs %} 6 | 10 | {% endblock %} 11 | 12 | {% block title %}{% trans 'Server error (500)' %}{% endblock %} 13 | 14 | {% block content %} 15 |

    {% trans 'Server Error (500)' %}

    16 |

    {% trans "There's been an error. It's been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience." %}

    17 | 18 | {% endblock %} 19 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/auth/password_reset/complete.html: -------------------------------------------------------------------------------- 1 | {% extends base_template %} 2 | {% load i18n xadmin_tags %} 3 | 4 | {% load crispy_forms_tags %} 5 | 6 | {% block body %} 7 |
    8 | 9 |
    10 |
    11 | 12 |
    13 |
    14 |

    {% trans "Your password has been set. You may go ahead and log in now." %}

    15 |

    {% trans 'Log in' %}

    16 |
    17 |
    18 | 19 |
    20 | {% endblock %} -------------------------------------------------------------------------------- /xadmin/templates/xadmin/auth/password_reset/done.html: -------------------------------------------------------------------------------- 1 | {% extends base_template %} 2 | {% load i18n xadmin_tags %} 3 | 4 | {% load crispy_forms_tags %} 5 | 6 | {% block body %} 7 |
    8 | 9 |
    10 |
    11 | 12 |
    13 |
    14 |

    {% trans "We've e-mailed you instructions for setting your password to the e-mail address you submitted. You should be receiving it shortly." %}

    15 |
    16 |
    17 | 18 |
    19 | {% endblock %} -------------------------------------------------------------------------------- /xadmin/templates/xadmin/auth/password_reset/email.html: -------------------------------------------------------------------------------- 1 | {% load i18n %}{% autoescape off %} 2 | {% blocktrans %}You're receiving this e-mail because you requested a password reset for your user account at {{ site_name }}.{% endblocktrans %} 3 | 4 | {% trans "Please go to the following page and choose a new password:" %} 5 | {% block reset_link %} 6 | {{ protocol }}://{{ domain }}{% url 'xadmin:xadmin_password_reset_confirm' uidb36=uid token=token %} 7 | {% endblock %} 8 | {% trans "Your username, in case you've forgotten:" %} {{ user.username }} 9 | 10 | {% trans "Thanks for using our site!" %} 11 | 12 | {% blocktrans %}The {{ site_name }} team{% endblocktrans %} 13 | 14 | {% endautoescape %} 15 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/auth/user/add_form.html: -------------------------------------------------------------------------------- 1 | {% extends "xadmin/views/model_form.html" %} 2 | {% load i18n %} 3 | 4 | {% block form_top %} 5 | {% if not is_popup %} 6 |

    {% trans "First, enter a username and password. Then, you'll be able to edit more user options." %}

    7 | {% else %} 8 |

    {% trans "Enter a username and password." %}

    9 | {% endif %} 10 | {% endblock %} 11 | 12 | {% block after_field_sets %} 13 | 14 | {% endblock %} 15 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/blocks/comm.top.theme.html: -------------------------------------------------------------------------------- 1 | {% load i18n xadmin_tags %} 2 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/blocks/modal_list.left_navbar.quickfilter.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/blocks/model_form.before_fieldsets.wizard.html: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | {{ wizard.management_form }} 3 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/blocks/model_list.nav_form.search_form.html: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | {% if cl.search_fields %} 3 | 13 | {% endif %} -------------------------------------------------------------------------------- /xadmin/templates/xadmin/blocks/model_list.nav_menu.filters.html: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/blocks/model_list.results_top.charts.html: -------------------------------------------------------------------------------- 1 | {% extends "xadmin/includes/box.html" %} 2 | {% load i18n xadmin_tags %} 3 | {% block box_title %} 4 | {% trans "Charts" %} 5 | {% endblock box_title %} 6 | 7 | {% block box_content_class %}nopadding{% endblock box_content_class %} 8 | {% block box_content %} 9 | 14 |
    15 | {% for c in charts %} 16 |
    18 | {% endfor %} 19 |
    20 | {% endblock box_content %} 21 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/blocks/model_list.results_top.date_hierarchy.html: -------------------------------------------------------------------------------- 1 | {% if show %} 2 |
    3 |
    9 |
    10 | {% endif %} 11 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/blocks/model_list.top_toolbar.layouts.html: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 |
    3 | 4 | {% trans "Layout" %} 5 | 6 | 12 |
    -------------------------------------------------------------------------------- /xadmin/templates/xadmin/blocks/model_list.top_toolbar.refresh.html: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 |
    3 | 4 | {% if has_refresh %} {{current_refresh}}{% endif %} 5 | 6 | 17 |
    -------------------------------------------------------------------------------- /xadmin/templates/xadmin/blocks/model_list.top_toolbar.saveorder.html: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | 7 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/edit_inline/blank.html: -------------------------------------------------------------------------------- 1 | {% extends "xadmin/edit_inline/base.html" %} 2 | {% load i18n xadmin_tags crispy_forms_tags %} 3 | 4 | {% block box_content_class %}formset-content{% endblock box_content_class %} 5 | {% block box_content %}

    {% trans "Null" %}

    {% endblock box_content %} -------------------------------------------------------------------------------- /xadmin/templates/xadmin/edit_inline/one.html: -------------------------------------------------------------------------------- 1 | {% extends "xadmin/edit_inline/base.html" %} 2 | {% load i18n xadmin_tags crispy_forms_tags %} 3 | 4 | {% block box_title %}{{ formset.opts.verbose_name_plural|title }}{% endblock box_title %} 5 | {% block box_content %} 6 | {{ formset.formset.management_form }} 7 | {{ formset.formset.non_form_errors }} 8 | {% crispy formset.formset.0 formset.formset.helper %} 9 | {% endblock box_content %} -------------------------------------------------------------------------------- /xadmin/templates/xadmin/filters/char.html: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/filters/checklist.html: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/filters/list.html: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/filters/quickfilter.html: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | 3 | {% for choice in choices %} 4 |
  • 5 | 6 | 7 | {{ choice.display }} 8 | 9 |
  • 10 | {% endfor %} 11 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/filters/rel.html: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/includes/box.html: -------------------------------------------------------------------------------- 1 |
    2 |

    {% block box_title %}{% endblock box_title %}

    3 |
    4 | {% block box_content %}{% endblock box_content %} 5 |
    6 | {% block box_extra %}{% endblock box_extra %} 7 |
    8 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/includes/pagination.html: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 |
  • {{ cl.result_count }} {% ifequal cl.result_count 1 %}{{ cl.opts.verbose_name }}{% else %}{{ cl.opts.verbose_name_plural }}{% endifequal %}
  • 3 | {% if pagination_required %} 4 | {% for num in page_range %} 5 |
  • {{ num }}
  • 6 | {% endfor %} 7 | {% endif %} 8 | {% if show_all_url %} 9 |
  • {% trans 'Show all' %}
  • 10 | {% endif %} 11 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/includes/toggle_back.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/includes/toggle_menu.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/layout/field_value.html: -------------------------------------------------------------------------------- 1 |
    2 |
    {{ result.label|safe }}
    3 |
    4 |

    {{ result.val }}

    5 |
    6 |
    7 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/layout/field_value_td.html: -------------------------------------------------------------------------------- 1 | 2 | {{ result.val }} 3 | 4 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/layout/fieldset.html: -------------------------------------------------------------------------------- 1 | {% extends "xadmin/includes/box.html" %} 2 | {% block box_class %}fieldset{% if fieldset.css_class %} {{ fieldset.css_class }}{% endif %}{% endblock box_class %} 3 | {% block box_attrs %}{% if fieldset.css_id %}id="{{ fieldset.css_id }}"{% endif %} {{ fieldset.flat_attrs|safe }}{% endblock box_attrs %} 4 | {% block box_title %}{{ legend|safe }}{% if fieldset.description %} {{fieldset.description}}{% endif %}{% endblock box_title %} 5 | {% block box_content %} 6 | {{ fields|safe }} 7 | {% endblock box_content %} 8 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/layout/td-field.html: -------------------------------------------------------------------------------- 1 | {% load crispy_forms_field %} 2 | 3 | {% if field.is_hidden %} 4 | {{ field }} 5 | {% else %} 6 | 7 | {% if field.is_readonly %} 8 |

    {{ field.contents }}

    9 | {% else %} 10 | {% crispy_field field %} 11 | {% if field.errors %} 12 | {% for error in field.errors %} 13 | {{ error }} 14 | {% endfor %} 15 | {% endif %} 16 | {% endif %} 17 | 18 | {% endif %} 19 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/views/app_index.html: -------------------------------------------------------------------------------- 1 | {% extends "xadmin/index.html" %} 2 | {% load i18n %} 3 | 4 | 5 | {% if not is_popup %} 6 | {% block breadcrumbs %} 7 | 17 | {% endblock %} 18 | {% endif %} 19 | 20 | {% block sidebar %}{% endblock %} 21 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/views/invalid_setup.html: -------------------------------------------------------------------------------- 1 | {% extends base_template %} 2 | {% load i18n %} 3 | 4 | 5 | {% block breadcrumbs %} 6 | 10 | {% endblock %} 11 | 12 | {% block content %} 13 |

    {% trans "Something's wrong with your database installation. Make sure the appropriate database tables have been created, and make sure the database is readable by the appropriate user." %}

    14 | {% endblock %} 15 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/views/logged_out.html: -------------------------------------------------------------------------------- 1 | {% extends base_template %} 2 | {% load i18n %} 3 | 4 | 5 | {% block extrastyle %}{{ block.super }} 6 | 9 | {% endblock %} 10 | 11 | {% block body %} 12 |
    13 | 14 |
    15 |
    16 |

    {% trans "Logout Success" %}

    17 |

    {% trans "Thanks for spending some quality time with the Web site today." %}

    18 |

    19 | {% trans 'Close Window' %} 20 | {% trans 'Log in again' %} 21 |

    22 |
    23 |
    24 | 25 |
    26 | 27 | {% endblock %} 28 | -------------------------------------------------------------------------------- /xadmin/templates/xadmin/views/model_dashboard.html: -------------------------------------------------------------------------------- 1 | {% extends 'xadmin/views/dashboard.html' %} 2 | {% load i18n xadmin_tags %} 3 | 4 | 5 | {% block breadcrumbs %} 6 | 15 | {% endblock %} 16 | 17 | {% block nav_toggles %} 18 | {% include "xadmin/includes/toggle_back.html" %} 19 | {% if has_change_permission %} 20 | 21 | {% endif %} 22 | {% endblock %} 23 | 24 | {% block nav_btns %} 25 | {% if has_change_permission %} 26 | {% trans "Edit" %} 27 | {% endif %} 28 | {% endblock %} -------------------------------------------------------------------------------- /xadmin/templates/xadmin/views/quick_detail.html: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | {% load xadmin_tags %} 3 | {% load crispy_forms_tags %} 4 | {% crispy form %} -------------------------------------------------------------------------------- /xadmin/templates/xadmin/views/quick_form.html: -------------------------------------------------------------------------------- 1 | {% load i18n %} 2 | {% load xadmin_tags %} 3 | {% load crispy_forms_tags %} 4 |
    {% csrf_token %} 5 | {% crispy form %} 6 |
    7 | {{ media.css }} 8 | {{ media.js }} -------------------------------------------------------------------------------- /xadmin/templates/xadmin/views/recover_form.html: -------------------------------------------------------------------------------- 1 | {% extends "xadmin/views/model_form.html" %} 2 | {% load i18n %} 3 | 4 | {% load xadmin_tags %} 5 | 6 | {% block breadcrumbs %} 7 | 17 | {% endblock %} 18 | 19 | {% block content %} 20 |
    {% blocktrans %}Press the recover button below to recover this version of the object.{% endblocktrans %}
    21 | {{block.super}} 22 | {% endblock %} 23 | 24 | {% block submit_buttons_bottom %} 25 |
    26 | 27 |
    28 | {% endblock %} -------------------------------------------------------------------------------- /xadmin/templates/xadmin/widgets/addform.html: -------------------------------------------------------------------------------- 1 | {% extends "xadmin/widgets/base.html" %} 2 | {% load i18n xadmin_tags %} 3 | {% load crispy_forms_tags %} 4 | 5 | {% block box_class %}{{block.super}} form-horizontal short_label fieldset{% endblock box_class %} 6 | 7 | {% block content %} 8 |
    {% csrf_token %} 9 | {% crispy addform addhelper %} 10 |
    11 |
    12 | 16 | 19 |
    20 |
    21 |
    22 | {% endblock content %} -------------------------------------------------------------------------------- /xadmin/templates/xadmin/widgets/chart.html: -------------------------------------------------------------------------------- 1 | {% extends "xadmin/widgets/base.html" %} 2 | {% load i18n xadmin_tags %} 3 | 4 | {% block content_css %}tabs{% endblock content_css %} 5 | {% block content %} 6 | {% if not widget.one_chart %} 7 | 12 | {% endif %} 13 |
    14 | {% for c in charts %} 15 |
    17 | {% endfor %} 18 |
    19 | {% endblock content %} -------------------------------------------------------------------------------- /xadmin/templates/xadmin/widgets/list.html: -------------------------------------------------------------------------------- 1 | {% extends "xadmin/widgets/base.html" %} 2 | {% load i18n xadmin_tags %} 3 | 4 | {% block title %} 5 | {{ result_count }} 6 | {{ block.super }} 7 | {% endblock title %} 8 | 9 | {% block box_content_class %}{% if results %}nopadding x-scroll{% endif %}{% endblock box_content_class %} 10 | 11 | {% block content %} 12 | {% if results %} 13 | 14 | 15 | 16 | {% for o in result_headers %} 17 | 18 | {% endfor %} 19 | 20 | 21 | 22 | {% for row in results %} 23 | {% for o in row %} 24 | 27 | {% endfor %} 28 | 29 | {% endfor %} 30 | 31 |
    {{ o.text }}
    25 | {{ o.label }} 26 |
    32 | {% else %} 33 | {% trans "Empty list" %} 34 | {% endif %} 35 | {% endblock content %} -------------------------------------------------------------------------------- /xadmin/templates/xadmin/widgets/qbutton.html: -------------------------------------------------------------------------------- 1 | {% extends "xadmin/widgets/base.html" %} 2 | {% load i18n xadmin_tags %} 3 | 4 | {% block content %} 5 |
    6 | {% for btn in btns %} 7 | 13 | {% endfor %} 14 |
    15 | {% endblock content %} 16 | -------------------------------------------------------------------------------- /xadmin/templatetags/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjluzzl/TestOnlinExam/3963879ed8d881eeccf85c2d242af3f94a8fc3e7/xadmin/templatetags/__init__.py --------------------------------------------------------------------------------