├── src ├── inc │ ├── css │ │ ├── event │ │ │ └── .tmp │ │ ├── jquery-ui │ │ │ ├── images │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_228ef1_256x240.png │ │ │ │ ├── ui-icons_ff9900_256x240.png │ │ │ │ ├── ui-icons_ffd27a_256x240.png │ │ │ │ ├── ui-bg_flat_0_ffffff_40x100.png │ │ │ │ ├── ui-bg_flat_100_ffffff_40x100.png │ │ │ │ ├── ui-bg_flat_10_000000_40x100.png │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ ├── ui-bg_glass_75_ffffff_1x400.png │ │ │ │ ├── ui-bg_inset-soft_0_f0f4f8_1x100.png │ │ │ │ ├── ui-bg_diagonals-thick_10_000000_40x40.png │ │ │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png │ │ │ │ └── ui-bg_highlight-soft_75_f0f4f8_1x100.png │ │ │ ├── theme │ │ │ │ ├── images │ │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ │ ├── ui-icons_228ef1_256x240.png │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ │ ├── ui-icons_ff9900_256x240.png │ │ │ │ │ ├── ui-icons_ffd27a_256x240.png │ │ │ │ │ ├── ui-icons_ffffff_256x240.png │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ │ ├── ui-bg_flat_0_ffffff_40x100.png │ │ │ │ │ ├── ui-bg_flat_10_000000_40x100.png │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ │ ├── ui-bg_glass_0_f0f4f8_1x400.png │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_ffffff_1x400.png │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ │ ├── ui-bg_flat_100_ffffff_40x100.png │ │ │ │ │ ├── ui-bg_diagonals-thick_10_000000_40x40.png │ │ │ │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ │ └── ui-bg_highlight-soft_75_f0f4f8_1x100.png │ │ │ │ ├── ui.progressbar.css │ │ │ │ ├── ui.base.css │ │ │ │ ├── ui.tabs.css │ │ │ │ ├── ui.accordion.css │ │ │ │ ├── ui.slider.css │ │ │ │ ├── ui.resizable.css │ │ │ │ └── ui.dialog.css │ │ │ └── ui_demos.js │ │ └── event_detail.css │ ├── img │ │ ├── .gitignore │ │ ├── bg.gif │ │ ├── bg-hd.gif │ │ ├── logo.png │ │ ├── _event1.gif │ │ ├── _event2.gif │ │ ├── _event3.gif │ │ ├── _event4.gif │ │ ├── _rating.gif │ │ ├── bg-box.gif │ │ ├── bg-btn.png │ │ ├── bg-ftr.gif │ │ ├── iphone.jpg │ │ ├── loading.gif │ │ ├── rating.gif │ │ ├── splash.jpg │ │ ├── usr-lft.gif │ │ ├── usr-rgt.gif │ │ ├── datepicker.gif │ │ ├── docs │ │ │ ├── csv1.png │ │ │ ├── csv2.png │ │ │ ├── csv3.png │ │ │ └── screenshot1.png │ │ ├── flags │ │ │ ├── ad.gif │ │ │ ├── ae.gif │ │ │ ├── af.gif │ │ │ ├── ag.gif │ │ │ ├── ai.gif │ │ │ ├── al.gif │ │ │ ├── am.gif │ │ │ ├── an.gif │ │ │ ├── ao.gif │ │ │ ├── ar.gif │ │ │ ├── as.gif │ │ │ ├── at.gif │ │ │ ├── au.gif │ │ │ ├── aw.gif │ │ │ ├── ax.gif │ │ │ ├── az.gif │ │ │ ├── ba.gif │ │ │ ├── bb.gif │ │ │ ├── bd.gif │ │ │ ├── be.gif │ │ │ ├── bf.gif │ │ │ ├── bg.gif │ │ │ ├── bh.gif │ │ │ ├── bi.gif │ │ │ ├── bj.gif │ │ │ ├── bm.gif │ │ │ ├── bn.gif │ │ │ ├── bo.gif │ │ │ ├── br.gif │ │ │ ├── bs.gif │ │ │ ├── bt.gif │ │ │ ├── bv.gif │ │ │ ├── bw.gif │ │ │ ├── by.gif │ │ │ ├── bz.gif │ │ │ ├── ca.gif │ │ │ ├── cc.gif │ │ │ ├── cd.gif │ │ │ ├── cf.gif │ │ │ ├── cg.gif │ │ │ ├── ch.gif │ │ │ ├── ci.gif │ │ │ ├── ck.gif │ │ │ ├── cl.gif │ │ │ ├── cm.gif │ │ │ ├── cn.gif │ │ │ ├── co.gif │ │ │ ├── cr.gif │ │ │ ├── cs.gif │ │ │ ├── cu.gif │ │ │ ├── cv.gif │ │ │ ├── cx.gif │ │ │ ├── cy.gif │ │ │ ├── cz.gif │ │ │ ├── de.gif │ │ │ ├── dj.gif │ │ │ ├── dk.gif │ │ │ ├── dm.gif │ │ │ ├── do.gif │ │ │ ├── dz.gif │ │ │ ├── ec.gif │ │ │ ├── ee.gif │ │ │ ├── eg.gif │ │ │ ├── eh.gif │ │ │ ├── er.gif │ │ │ ├── es.gif │ │ │ ├── et.gif │ │ │ ├── fam.gif │ │ │ ├── fi.gif │ │ │ ├── fj.gif │ │ │ ├── fk.gif │ │ │ ├── fm.gif │ │ │ ├── fo.gif │ │ │ ├── fr.gif │ │ │ ├── ga.gif │ │ │ ├── gb.gif │ │ │ ├── gd.gif │ │ │ ├── ge.gif │ │ │ ├── gf.gif │ │ │ ├── gh.gif │ │ │ ├── gi.gif │ │ │ ├── gl.gif │ │ │ ├── gm.gif │ │ │ ├── gn.gif │ │ │ ├── gp.gif │ │ │ ├── gq.gif │ │ │ ├── gr.gif │ │ │ ├── gs.gif │ │ │ ├── gt.gif │ │ │ ├── gu.gif │ │ │ ├── gw.gif │ │ │ ├── gy.gif │ │ │ ├── hk.gif │ │ │ ├── hm.gif │ │ │ ├── hn.gif │ │ │ ├── hr.gif │ │ │ ├── ht.gif │ │ │ ├── hu.gif │ │ │ ├── id.gif │ │ │ ├── ie.gif │ │ │ ├── il.gif │ │ │ ├── in.gif │ │ │ ├── io.gif │ │ │ ├── iq.gif │ │ │ ├── ir.gif │ │ │ ├── is.gif │ │ │ ├── it.gif │ │ │ ├── jm.gif │ │ │ ├── jo.gif │ │ │ ├── jp.gif │ │ │ ├── ke.gif │ │ │ ├── kg.gif │ │ │ ├── kh.gif │ │ │ ├── ki.gif │ │ │ ├── km.gif │ │ │ ├── kn.gif │ │ │ ├── kp.gif │ │ │ ├── kr.gif │ │ │ ├── kw.gif │ │ │ ├── ky.gif │ │ │ ├── kz.gif │ │ │ ├── la.gif │ │ │ ├── lb.gif │ │ │ ├── lc.gif │ │ │ ├── li.gif │ │ │ ├── lk.gif │ │ │ ├── lr.gif │ │ │ ├── ls.gif │ │ │ ├── lt.gif │ │ │ ├── lu.gif │ │ │ ├── lv.gif │ │ │ ├── ly.gif │ │ │ ├── ma.gif │ │ │ ├── mc.gif │ │ │ ├── md.gif │ │ │ ├── me.gif │ │ │ ├── mg.gif │ │ │ ├── mh.gif │ │ │ ├── mk.gif │ │ │ ├── ml.gif │ │ │ ├── mm.gif │ │ │ ├── mn.gif │ │ │ ├── mo.gif │ │ │ ├── mp.gif │ │ │ ├── mq.gif │ │ │ ├── mr.gif │ │ │ ├── ms.gif │ │ │ ├── mt.gif │ │ │ ├── mu.gif │ │ │ ├── mv.gif │ │ │ ├── mw.gif │ │ │ ├── mx.gif │ │ │ ├── my.gif │ │ │ ├── mz.gif │ │ │ ├── na.gif │ │ │ ├── nc.gif │ │ │ ├── ne.gif │ │ │ ├── nf.gif │ │ │ ├── ng.gif │ │ │ ├── ni.gif │ │ │ ├── nl.gif │ │ │ ├── no.gif │ │ │ ├── np.gif │ │ │ ├── nr.gif │ │ │ ├── nu.gif │ │ │ ├── nz.gif │ │ │ ├── om.gif │ │ │ ├── pa.gif │ │ │ ├── pe.gif │ │ │ ├── pf.gif │ │ │ ├── pg.gif │ │ │ ├── ph.gif │ │ │ ├── pk.gif │ │ │ ├── pl.gif │ │ │ ├── pm.gif │ │ │ ├── pn.gif │ │ │ ├── pr.gif │ │ │ ├── ps.gif │ │ │ ├── pt.gif │ │ │ ├── pw.gif │ │ │ ├── py.gif │ │ │ ├── qa.gif │ │ │ ├── re.gif │ │ │ ├── ro.gif │ │ │ ├── rs.gif │ │ │ ├── ru.gif │ │ │ ├── rw.gif │ │ │ ├── sa.gif │ │ │ ├── sb.gif │ │ │ ├── sc.gif │ │ │ ├── sd.gif │ │ │ ├── se.gif │ │ │ ├── sg.gif │ │ │ ├── sh.gif │ │ │ ├── si.gif │ │ │ ├── sj.gif │ │ │ ├── sk.gif │ │ │ ├── sl.gif │ │ │ ├── sm.gif │ │ │ ├── sn.gif │ │ │ ├── so.gif │ │ │ ├── sr.gif │ │ │ ├── st.gif │ │ │ ├── sv.gif │ │ │ ├── sy.gif │ │ │ ├── sz.gif │ │ │ ├── tc.gif │ │ │ ├── td.gif │ │ │ ├── tf.gif │ │ │ ├── tg.gif │ │ │ ├── th.gif │ │ │ ├── tj.gif │ │ │ ├── tk.gif │ │ │ ├── tl.gif │ │ │ ├── tm.gif │ │ │ ├── tn.gif │ │ │ ├── to.gif │ │ │ ├── tr.gif │ │ │ ├── tt.gif │ │ │ ├── tv.gif │ │ │ ├── tw.gif │ │ │ ├── tz.gif │ │ │ ├── ua.gif │ │ │ ├── ug.gif │ │ │ ├── um.gif │ │ │ ├── us.gif │ │ │ ├── uy.gif │ │ │ ├── uz.gif │ │ │ ├── va.gif │ │ │ ├── vc.gif │ │ │ ├── ve.gif │ │ │ ├── vg.gif │ │ │ ├── vi.gif │ │ │ ├── vn.gif │ │ │ ├── vu.gif │ │ │ ├── wf.gif │ │ │ ├── ws.gif │ │ │ ├── ye.gif │ │ │ ├── yt.gif │ │ │ ├── za.gif │ │ │ ├── zm.gif │ │ │ ├── zw.gif │ │ │ ├── wales.gif │ │ │ ├── catalonia.gif │ │ │ ├── england.gif │ │ │ ├── scotland.gif │ │ │ └── europeanunion.gif │ │ ├── icon-about.gif │ │ ├── icon-blog.gif │ │ ├── icon-event.gif │ │ ├── icon-ical.gif │ │ ├── icon-talk.gif │ │ ├── rating-0.gif │ │ ├── rating-1.gif │ │ ├── rating-2.gif │ │ ├── rating-3.gif │ │ ├── rating-4.gif │ │ ├── rating-5.gif │ │ ├── rating-off.jpg │ │ ├── rating-on.jpg │ │ ├── LOGO-COMBELL.png │ │ ├── bg-menu-lft.png │ │ ├── bg-menu-rgt.png │ │ ├── icon-comment.gif │ │ ├── icon-search.gif │ │ ├── icon-slides.gif │ │ ├── bg-btn-disabled.gif │ │ ├── bg-btn-success.gif │ │ ├── rating-delete.gif │ │ ├── signin_facebook.png │ │ ├── signin_twitter.png │ │ ├── event_icons │ │ │ ├── dpc09.gif │ │ │ ├── itmc.gif │ │ │ ├── none.gif │ │ │ ├── none1.gif │ │ │ ├── phptek09.gif │ │ │ ├── pycon09.gif │ │ │ ├── testfest.jpg │ │ │ ├── oscon2009.gif │ │ │ ├── phpconit09.gif │ │ │ ├── phpgg2009.gif │ │ │ ├── phpgg20091.gif │ │ │ ├── phpnw2008.gif │ │ │ ├── phptek091.gif │ │ │ ├── phpuk2009.gif │ │ │ ├── phpuk20091.gif │ │ │ ├── PHPConfBR200.jpg │ │ │ ├── bigdesign09.gif │ │ │ ├── codeworks09.gif │ │ │ ├── forumphhp2008.gif │ │ │ ├── froscon2009.gif │ │ │ ├── ipcspring2009.jpg │ │ │ ├── linuxcon2009.gif │ │ │ ├── php09_90x90.jpg │ │ │ ├── phpappalachia.gif │ │ │ ├── phpday09italy.jpg │ │ │ ├── phpquebec09.gif │ │ │ ├── phpworks2008.gif │ │ │ ├── tek09-uncon.jpg │ │ │ ├── transcamp09.gif │ │ │ ├── apacheconus2008.gif │ │ │ ├── drupalpcon2009.gif │ │ │ ├── ipcspring20091.jpg │ │ │ ├── ipcspring20092.jpg │ │ │ ├── ipcspring20093.jpg │ │ │ ├── ipcspring20094.jpg │ │ │ ├── oracleopenworld.gif │ │ │ ├── phpappalachia1.gif │ │ │ ├── zendconexpo2008.gif │ │ │ ├── capitalareanetsig.gif │ │ │ ├── opensourcebridge.gif │ │ │ ├── phpunconference09.jpg │ │ │ ├── phpunconference091.jpg │ │ │ └── barcamplima-90x90-llama.png │ │ ├── top-search-submit.png │ │ ├── LOGO-COMBELL_small.gif │ │ ├── category_icons │ │ │ ├── talk.gif │ │ │ ├── keynote.gif │ │ │ ├── workshop.gif │ │ │ └── social-event.gif │ │ ├── twitter_share_icon.gif │ │ └── btn-submit-your-event.gif │ ├── files │ │ ├── User_Guide.odt │ │ └── User_Guide.pdf │ ├── leaflet │ │ ├── images │ │ │ ├── layers.png │ │ │ ├── marker.png │ │ │ ├── zoom-in.png │ │ │ ├── zoom-out.png │ │ │ ├── marker-icon.png │ │ │ ├── popup-close.png │ │ │ └── marker-shadow.png │ │ └── leaflet.ie.css │ └── js │ │ ├── i18n │ │ ├── ui.datepicker-ca.js │ │ ├── ui.datepicker-es.js │ │ ├── ui.datepicker-fi.js │ │ ├── ui.datepicker-zh-CN.js │ │ ├── ui.datepicker-zh-TW.js │ │ ├── ui.datepicker-he.js │ │ ├── ui.datepicker-ko.js │ │ ├── ui.datepicker-sk.js │ │ ├── ui.datepicker-ru.js │ │ ├── ui.datepicker-th.js │ │ ├── ui.datepicker-it.js │ │ ├── ui.datepicker-uk.js │ │ ├── ui.datepicker-hy.js │ │ ├── ui.datepicker-sv.js │ │ ├── ui.datepicker-lv.js │ │ ├── ui.datepicker-no.js │ │ ├── ui.datepicker-hu.js │ │ ├── ui.datepicker-pt-BR.js │ │ ├── ui.datepicker-lt.js │ │ └── ui.datepicker-tr.js │ │ ├── blog.js │ │ ├── tinynav.min.js │ │ └── jquery.pause.js ├── system │ ├── .gitignore │ ├── cache │ │ └── .placeholder │ ├── application │ │ ├── views │ │ │ ├── api │ │ │ │ ├── in.php │ │ │ │ ├── out_msg.php │ │ │ │ ├── out.php │ │ │ │ ├── out_json.php │ │ │ │ ├── doc.php │ │ │ │ └── out_xml.php │ │ │ ├── widget │ │ │ │ ├── talk.php │ │ │ │ └── event.php │ │ │ ├── template.php │ │ │ ├── event │ │ │ │ ├── modules │ │ │ │ │ ├── _event_tab_talk_comments.php │ │ │ │ │ ├── _event_buttons.php │ │ │ │ │ ├── _event-paginate.php │ │ │ │ │ ├── _event_tab_tracks.php │ │ │ │ │ ├── _event_tab_slides.php │ │ │ │ │ ├── _event_tab_admin.php │ │ │ │ │ └── _event_tab_evtrelated.php │ │ │ │ ├── request.php │ │ │ │ ├── callforpapers.php │ │ │ │ ├── pending.php │ │ │ │ ├── tag.php │ │ │ │ ├── _event_contact.php │ │ │ │ ├── _event_attend_gravatar.php │ │ │ │ ├── _event-cfp-sidebar.php │ │ │ │ ├── _event-icon.php │ │ │ │ ├── private.php │ │ │ │ ├── attendees.php │ │ │ │ ├── _event_prompt_comment_sidebar.php │ │ │ │ ├── delete.php │ │ │ │ ├── _event_prompt_comment.php │ │ │ │ ├── calendar.php │ │ │ │ ├── contact.php │ │ │ │ └── _submit-sidebar.php │ │ │ ├── index.html │ │ │ ├── main │ │ │ │ ├── _sidebar-block.php │ │ │ │ └── index.php │ │ │ ├── msg_error.php │ │ │ ├── msg_info.php │ │ │ ├── talk │ │ │ │ ├── _also_given.php │ │ │ │ ├── _popular-speaker.php │ │ │ │ ├── delete.php │ │ │ │ ├── unlink.php │ │ │ │ └── main.php │ │ │ ├── blog │ │ │ │ ├── _other-posts.php │ │ │ │ ├── delete.php │ │ │ │ └── view.php │ │ │ ├── user │ │ │ │ ├── _user-row.php │ │ │ │ ├── _nav_sidebar.php │ │ │ │ └── _other-speakers.php │ │ │ ├── about │ │ │ │ ├── _facebook-sidebar.php │ │ │ │ └── services.php │ │ │ ├── error │ │ │ │ └── 404.php │ │ │ ├── feed │ │ │ │ ├── feed.php │ │ │ │ └── user.php │ │ │ ├── custom_templates │ │ │ │ └── brand1 │ │ │ │ │ └── event │ │ │ │ │ └── detail.php │ │ │ └── help │ │ │ │ └── user_help.php │ │ ├── config │ │ │ ├── .gitignore │ │ │ └── index.html │ │ ├── index.html │ │ ├── errors │ │ │ ├── index.html │ │ │ ├── error_php.php │ │ │ ├── error_general.php │ │ │ └── error_404.php │ │ ├── helpers │ │ │ └── index.html │ │ ├── hooks │ │ │ └── index.html │ │ ├── libraries │ │ │ └── index.html │ │ ├── models │ │ │ ├── index.html │ │ │ ├── blog_cats_model.php │ │ │ ├── countries_model.php │ │ │ └── blog_comments_model.php │ │ ├── controllers │ │ │ └── index.html │ │ └── language │ │ │ └── english │ │ │ └── index.html │ ├── fonts │ │ ├── texb.ttf │ │ └── index.html │ ├── scaffolding │ │ ├── images │ │ │ ├── logo.jpg │ │ │ ├── background.jpg │ │ │ └── index.html │ │ ├── index.html │ │ └── views │ │ │ ├── index.html │ │ │ ├── footer.php │ │ │ ├── no_data.php │ │ │ ├── delete.php │ │ │ ├── view.php │ │ │ ├── header.php │ │ │ ├── add.php │ │ │ └── edit.php │ ├── logs │ │ └── index.html │ ├── codeigniter │ │ └── index.html │ ├── database │ │ ├── index.html │ │ └── drivers │ │ │ ├── index.html │ │ │ ├── oci8 │ │ │ └── index.html │ │ │ ├── odbc │ │ │ └── index.html │ │ │ ├── mssql │ │ │ └── index.html │ │ │ ├── mysql │ │ │ └── index.html │ │ │ ├── mysqli │ │ │ └── index.html │ │ │ ├── postgre │ │ │ └── index.html │ │ │ └── sqlite │ │ │ └── index.html │ ├── drivers │ │ ├── index.html │ │ ├── mssql │ │ │ └── index.html │ │ ├── mysql │ │ │ └── index.html │ │ ├── mysqli │ │ │ └── index.html │ │ ├── oci8 │ │ │ └── index.html │ │ ├── odbc │ │ │ └── index.html │ │ ├── postgre │ │ │ └── index.html │ │ └── sqlite │ │ │ └── index.html │ ├── english │ │ ├── index.html │ │ ├── number_lang.php │ │ ├── scaffolding_lang.php │ │ ├── profiler_lang.php │ │ ├── unit_test_lang.php │ │ └── ftp_lang.php │ ├── helpers │ │ └── index.html │ ├── language │ │ ├── index.html │ │ └── english │ │ │ ├── index.html │ │ │ ├── number_lang.php │ │ │ ├── scaffolding_lang.php │ │ │ ├── profiler_lang.php │ │ │ ├── unit_test_lang.php │ │ │ └── ftp_lang.php │ ├── libraries │ │ └── index.html │ └── plugins │ │ └── index.html ├── favicon.ico ├── scripts │ ├── upcoming.php │ ├── latest_blog.php │ ├── sniff.sh │ ├── twitter-feedback.php │ └── pending_events.php ├── widget │ └── widget.css └── tests │ ├── api │ └── TalkGetDetailTest.php │ ├── application │ ├── libraries │ │ └── CacheTest.php │ ├── helpers │ │ ├── EventHelperTest.php │ │ └── UserHelperTest.php │ └── models │ │ └── TalksModelTest.php │ └── phpunit.xml ├── .gitignore └── doc ├── apiv1_tester └── README ├── codesniffer ├── README └── JoindIn │ └── ruleset.xml └── WIDGET-HOWTO /src/inc/css/event/.tmp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/system/.gitignore: -------------------------------------------------------------------------------- 1 | cache/* 2 | -------------------------------------------------------------------------------- /src/system/cache/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/inc/img/.gitignore: -------------------------------------------------------------------------------- 1 | user_gravatar 2 | -------------------------------------------------------------------------------- /src/system/application/views/api/in.php: -------------------------------------------------------------------------------- 1 | ERROR 2 | -------------------------------------------------------------------------------- /src/inc/img/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/bg.gif -------------------------------------------------------------------------------- /src/inc/img/bg-hd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/bg-hd.gif -------------------------------------------------------------------------------- /src/inc/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/logo.png -------------------------------------------------------------------------------- /src/inc/img/_event1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/_event1.gif -------------------------------------------------------------------------------- /src/inc/img/_event2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/_event2.gif -------------------------------------------------------------------------------- /src/inc/img/_event3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/_event3.gif -------------------------------------------------------------------------------- /src/inc/img/_event4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/_event4.gif -------------------------------------------------------------------------------- /src/inc/img/_rating.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/_rating.gif -------------------------------------------------------------------------------- /src/inc/img/bg-box.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/bg-box.gif -------------------------------------------------------------------------------- /src/inc/img/bg-btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/bg-btn.png -------------------------------------------------------------------------------- /src/inc/img/bg-ftr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/bg-ftr.gif -------------------------------------------------------------------------------- /src/inc/img/iphone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/iphone.jpg -------------------------------------------------------------------------------- /src/inc/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/loading.gif -------------------------------------------------------------------------------- /src/inc/img/rating.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/rating.gif -------------------------------------------------------------------------------- /src/inc/img/splash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/splash.jpg -------------------------------------------------------------------------------- /src/inc/img/usr-lft.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/usr-lft.gif -------------------------------------------------------------------------------- /src/inc/img/usr-rgt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/usr-rgt.gif -------------------------------------------------------------------------------- /src/inc/img/datepicker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/datepicker.gif -------------------------------------------------------------------------------- /src/inc/img/docs/csv1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/docs/csv1.png -------------------------------------------------------------------------------- /src/inc/img/docs/csv2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/docs/csv2.png -------------------------------------------------------------------------------- /src/inc/img/docs/csv3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/docs/csv3.png -------------------------------------------------------------------------------- /src/inc/img/flags/ad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ad.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ae.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ae.gif -------------------------------------------------------------------------------- /src/inc/img/flags/af.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/af.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ag.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ai.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ai.gif -------------------------------------------------------------------------------- /src/inc/img/flags/al.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/al.gif -------------------------------------------------------------------------------- /src/inc/img/flags/am.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/am.gif -------------------------------------------------------------------------------- /src/inc/img/flags/an.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/an.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ao.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ao.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ar.gif -------------------------------------------------------------------------------- /src/inc/img/flags/as.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/as.gif -------------------------------------------------------------------------------- /src/inc/img/flags/at.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/at.gif -------------------------------------------------------------------------------- /src/inc/img/flags/au.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/au.gif -------------------------------------------------------------------------------- /src/inc/img/flags/aw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/aw.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ax.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ax.gif -------------------------------------------------------------------------------- /src/inc/img/flags/az.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/az.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ba.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ba.gif -------------------------------------------------------------------------------- /src/inc/img/flags/bb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/bb.gif -------------------------------------------------------------------------------- /src/inc/img/flags/bd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/bd.gif -------------------------------------------------------------------------------- /src/inc/img/flags/be.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/be.gif -------------------------------------------------------------------------------- /src/inc/img/flags/bf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/bf.gif -------------------------------------------------------------------------------- /src/inc/img/flags/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/bg.gif -------------------------------------------------------------------------------- /src/inc/img/flags/bh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/bh.gif -------------------------------------------------------------------------------- /src/inc/img/flags/bi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/bi.gif -------------------------------------------------------------------------------- /src/inc/img/flags/bj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/bj.gif -------------------------------------------------------------------------------- /src/inc/img/flags/bm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/bm.gif -------------------------------------------------------------------------------- /src/inc/img/flags/bn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/bn.gif -------------------------------------------------------------------------------- /src/inc/img/flags/bo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/bo.gif -------------------------------------------------------------------------------- /src/inc/img/flags/br.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/br.gif -------------------------------------------------------------------------------- /src/inc/img/flags/bs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/bs.gif -------------------------------------------------------------------------------- /src/inc/img/flags/bt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/bt.gif -------------------------------------------------------------------------------- /src/inc/img/flags/bv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/bv.gif -------------------------------------------------------------------------------- /src/inc/img/flags/bw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/bw.gif -------------------------------------------------------------------------------- /src/inc/img/flags/by.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/by.gif -------------------------------------------------------------------------------- /src/inc/img/flags/bz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/bz.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ca.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ca.gif -------------------------------------------------------------------------------- /src/inc/img/flags/cc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/cc.gif -------------------------------------------------------------------------------- /src/inc/img/flags/cd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/cd.gif -------------------------------------------------------------------------------- /src/inc/img/flags/cf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/cf.gif -------------------------------------------------------------------------------- /src/inc/img/flags/cg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/cg.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ch.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ci.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ci.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ck.gif -------------------------------------------------------------------------------- /src/inc/img/flags/cl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/cl.gif -------------------------------------------------------------------------------- /src/inc/img/flags/cm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/cm.gif -------------------------------------------------------------------------------- /src/inc/img/flags/cn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/cn.gif -------------------------------------------------------------------------------- /src/inc/img/flags/co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/co.gif -------------------------------------------------------------------------------- /src/inc/img/flags/cr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/cr.gif -------------------------------------------------------------------------------- /src/inc/img/flags/cs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/cs.gif -------------------------------------------------------------------------------- /src/inc/img/flags/cu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/cu.gif -------------------------------------------------------------------------------- /src/inc/img/flags/cv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/cv.gif -------------------------------------------------------------------------------- /src/inc/img/flags/cx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/cx.gif -------------------------------------------------------------------------------- /src/inc/img/flags/cy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/cy.gif -------------------------------------------------------------------------------- /src/inc/img/flags/cz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/cz.gif -------------------------------------------------------------------------------- /src/inc/img/flags/de.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/de.gif -------------------------------------------------------------------------------- /src/inc/img/flags/dj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/dj.gif -------------------------------------------------------------------------------- /src/inc/img/flags/dk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/dk.gif -------------------------------------------------------------------------------- /src/inc/img/flags/dm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/dm.gif -------------------------------------------------------------------------------- /src/inc/img/flags/do.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/do.gif -------------------------------------------------------------------------------- /src/inc/img/flags/dz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/dz.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ec.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ec.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ee.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ee.gif -------------------------------------------------------------------------------- /src/inc/img/flags/eg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/eg.gif -------------------------------------------------------------------------------- /src/inc/img/flags/eh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/eh.gif -------------------------------------------------------------------------------- /src/inc/img/flags/er.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/er.gif -------------------------------------------------------------------------------- /src/inc/img/flags/es.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/es.gif -------------------------------------------------------------------------------- /src/inc/img/flags/et.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/et.gif -------------------------------------------------------------------------------- /src/inc/img/flags/fam.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/fam.gif -------------------------------------------------------------------------------- /src/inc/img/flags/fi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/fi.gif -------------------------------------------------------------------------------- /src/inc/img/flags/fj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/fj.gif -------------------------------------------------------------------------------- /src/inc/img/flags/fk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/fk.gif -------------------------------------------------------------------------------- /src/inc/img/flags/fm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/fm.gif -------------------------------------------------------------------------------- /src/inc/img/flags/fo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/fo.gif -------------------------------------------------------------------------------- /src/inc/img/flags/fr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/fr.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ga.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ga.gif -------------------------------------------------------------------------------- /src/inc/img/flags/gb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/gb.gif -------------------------------------------------------------------------------- /src/inc/img/flags/gd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/gd.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ge.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ge.gif -------------------------------------------------------------------------------- /src/inc/img/flags/gf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/gf.gif -------------------------------------------------------------------------------- /src/inc/img/flags/gh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/gh.gif -------------------------------------------------------------------------------- /src/inc/img/flags/gi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/gi.gif -------------------------------------------------------------------------------- /src/inc/img/flags/gl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/gl.gif -------------------------------------------------------------------------------- /src/inc/img/flags/gm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/gm.gif -------------------------------------------------------------------------------- /src/inc/img/flags/gn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/gn.gif -------------------------------------------------------------------------------- /src/inc/img/flags/gp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/gp.gif -------------------------------------------------------------------------------- /src/inc/img/flags/gq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/gq.gif -------------------------------------------------------------------------------- /src/inc/img/flags/gr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/gr.gif -------------------------------------------------------------------------------- /src/inc/img/flags/gs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/gs.gif -------------------------------------------------------------------------------- /src/inc/img/flags/gt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/gt.gif -------------------------------------------------------------------------------- /src/inc/img/flags/gu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/gu.gif -------------------------------------------------------------------------------- /src/inc/img/flags/gw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/gw.gif -------------------------------------------------------------------------------- /src/inc/img/flags/gy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/gy.gif -------------------------------------------------------------------------------- /src/inc/img/flags/hk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/hk.gif -------------------------------------------------------------------------------- /src/inc/img/flags/hm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/hm.gif -------------------------------------------------------------------------------- /src/inc/img/flags/hn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/hn.gif -------------------------------------------------------------------------------- /src/inc/img/flags/hr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/hr.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ht.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ht.gif -------------------------------------------------------------------------------- /src/inc/img/flags/hu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/hu.gif -------------------------------------------------------------------------------- /src/inc/img/flags/id.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/id.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ie.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ie.gif -------------------------------------------------------------------------------- /src/inc/img/flags/il.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/il.gif -------------------------------------------------------------------------------- /src/inc/img/flags/in.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/in.gif -------------------------------------------------------------------------------- /src/inc/img/flags/io.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/io.gif -------------------------------------------------------------------------------- /src/inc/img/flags/iq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/iq.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ir.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ir.gif -------------------------------------------------------------------------------- /src/inc/img/flags/is.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/is.gif -------------------------------------------------------------------------------- /src/inc/img/flags/it.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/it.gif -------------------------------------------------------------------------------- /src/inc/img/flags/jm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/jm.gif -------------------------------------------------------------------------------- /src/inc/img/flags/jo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/jo.gif -------------------------------------------------------------------------------- /src/inc/img/flags/jp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/jp.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ke.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ke.gif -------------------------------------------------------------------------------- /src/inc/img/flags/kg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/kg.gif -------------------------------------------------------------------------------- /src/inc/img/flags/kh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/kh.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ki.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ki.gif -------------------------------------------------------------------------------- /src/inc/img/flags/km.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/km.gif -------------------------------------------------------------------------------- /src/inc/img/flags/kn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/kn.gif -------------------------------------------------------------------------------- /src/inc/img/flags/kp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/kp.gif -------------------------------------------------------------------------------- /src/inc/img/flags/kr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/kr.gif -------------------------------------------------------------------------------- /src/inc/img/flags/kw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/kw.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ky.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ky.gif -------------------------------------------------------------------------------- /src/inc/img/flags/kz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/kz.gif -------------------------------------------------------------------------------- /src/inc/img/flags/la.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/la.gif -------------------------------------------------------------------------------- /src/inc/img/flags/lb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/lb.gif -------------------------------------------------------------------------------- /src/inc/img/flags/lc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/lc.gif -------------------------------------------------------------------------------- /src/inc/img/flags/li.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/li.gif -------------------------------------------------------------------------------- /src/inc/img/flags/lk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/lk.gif -------------------------------------------------------------------------------- /src/inc/img/flags/lr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/lr.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ls.gif -------------------------------------------------------------------------------- /src/inc/img/flags/lt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/lt.gif -------------------------------------------------------------------------------- /src/inc/img/flags/lu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/lu.gif -------------------------------------------------------------------------------- /src/inc/img/flags/lv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/lv.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ly.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ly.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ma.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ma.gif -------------------------------------------------------------------------------- /src/inc/img/flags/mc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/mc.gif -------------------------------------------------------------------------------- /src/inc/img/flags/md.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/md.gif -------------------------------------------------------------------------------- /src/inc/img/flags/me.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/me.gif -------------------------------------------------------------------------------- /src/inc/img/flags/mg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/mg.gif -------------------------------------------------------------------------------- /src/inc/img/flags/mh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/mh.gif -------------------------------------------------------------------------------- /src/inc/img/flags/mk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/mk.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ml.gif -------------------------------------------------------------------------------- /src/inc/img/flags/mm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/mm.gif -------------------------------------------------------------------------------- /src/inc/img/flags/mn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/mn.gif -------------------------------------------------------------------------------- /src/inc/img/flags/mo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/mo.gif -------------------------------------------------------------------------------- /src/inc/img/flags/mp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/mp.gif -------------------------------------------------------------------------------- /src/inc/img/flags/mq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/mq.gif -------------------------------------------------------------------------------- /src/inc/img/flags/mr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/mr.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ms.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ms.gif -------------------------------------------------------------------------------- /src/inc/img/flags/mt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/mt.gif -------------------------------------------------------------------------------- /src/inc/img/flags/mu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/mu.gif -------------------------------------------------------------------------------- /src/inc/img/flags/mv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/mv.gif -------------------------------------------------------------------------------- /src/inc/img/flags/mw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/mw.gif -------------------------------------------------------------------------------- /src/inc/img/flags/mx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/mx.gif -------------------------------------------------------------------------------- /src/inc/img/flags/my.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/my.gif -------------------------------------------------------------------------------- /src/inc/img/flags/mz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/mz.gif -------------------------------------------------------------------------------- /src/inc/img/flags/na.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/na.gif -------------------------------------------------------------------------------- /src/inc/img/flags/nc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/nc.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ne.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ne.gif -------------------------------------------------------------------------------- /src/inc/img/flags/nf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/nf.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ng.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ng.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ni.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ni.gif -------------------------------------------------------------------------------- /src/inc/img/flags/nl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/nl.gif -------------------------------------------------------------------------------- /src/inc/img/flags/no.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/no.gif -------------------------------------------------------------------------------- /src/inc/img/flags/np.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/np.gif -------------------------------------------------------------------------------- /src/inc/img/flags/nr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/nr.gif -------------------------------------------------------------------------------- /src/inc/img/flags/nu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/nu.gif -------------------------------------------------------------------------------- /src/inc/img/flags/nz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/nz.gif -------------------------------------------------------------------------------- /src/inc/img/flags/om.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/om.gif -------------------------------------------------------------------------------- /src/inc/img/flags/pa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/pa.gif -------------------------------------------------------------------------------- /src/inc/img/flags/pe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/pe.gif -------------------------------------------------------------------------------- /src/inc/img/flags/pf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/pf.gif -------------------------------------------------------------------------------- /src/inc/img/flags/pg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/pg.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ph.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ph.gif -------------------------------------------------------------------------------- /src/inc/img/flags/pk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/pk.gif -------------------------------------------------------------------------------- /src/inc/img/flags/pl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/pl.gif -------------------------------------------------------------------------------- /src/inc/img/flags/pm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/pm.gif -------------------------------------------------------------------------------- /src/inc/img/flags/pn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/pn.gif -------------------------------------------------------------------------------- /src/inc/img/flags/pr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/pr.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ps.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ps.gif -------------------------------------------------------------------------------- /src/inc/img/flags/pt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/pt.gif -------------------------------------------------------------------------------- /src/inc/img/flags/pw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/pw.gif -------------------------------------------------------------------------------- /src/inc/img/flags/py.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/py.gif -------------------------------------------------------------------------------- /src/inc/img/flags/qa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/qa.gif -------------------------------------------------------------------------------- /src/inc/img/flags/re.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/re.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ro.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ro.gif -------------------------------------------------------------------------------- /src/inc/img/flags/rs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/rs.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ru.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ru.gif -------------------------------------------------------------------------------- /src/inc/img/flags/rw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/rw.gif -------------------------------------------------------------------------------- /src/inc/img/flags/sa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/sa.gif -------------------------------------------------------------------------------- /src/inc/img/flags/sb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/sb.gif -------------------------------------------------------------------------------- /src/inc/img/flags/sc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/sc.gif -------------------------------------------------------------------------------- /src/inc/img/flags/sd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/sd.gif -------------------------------------------------------------------------------- /src/inc/img/flags/se.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/se.gif -------------------------------------------------------------------------------- /src/inc/img/flags/sg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/sg.gif -------------------------------------------------------------------------------- /src/inc/img/flags/sh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/sh.gif -------------------------------------------------------------------------------- /src/inc/img/flags/si.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/si.gif -------------------------------------------------------------------------------- /src/inc/img/flags/sj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/sj.gif -------------------------------------------------------------------------------- /src/inc/img/flags/sk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/sk.gif -------------------------------------------------------------------------------- /src/inc/img/flags/sl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/sl.gif -------------------------------------------------------------------------------- /src/inc/img/flags/sm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/sm.gif -------------------------------------------------------------------------------- /src/inc/img/flags/sn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/sn.gif -------------------------------------------------------------------------------- /src/inc/img/flags/so.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/so.gif -------------------------------------------------------------------------------- /src/inc/img/flags/sr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/sr.gif -------------------------------------------------------------------------------- /src/inc/img/flags/st.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/st.gif -------------------------------------------------------------------------------- /src/inc/img/flags/sv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/sv.gif -------------------------------------------------------------------------------- /src/inc/img/flags/sy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/sy.gif -------------------------------------------------------------------------------- /src/inc/img/flags/sz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/sz.gif -------------------------------------------------------------------------------- /src/inc/img/flags/tc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/tc.gif -------------------------------------------------------------------------------- /src/inc/img/flags/td.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/td.gif -------------------------------------------------------------------------------- /src/inc/img/flags/tf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/tf.gif -------------------------------------------------------------------------------- /src/inc/img/flags/tg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/tg.gif -------------------------------------------------------------------------------- /src/inc/img/flags/th.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/th.gif -------------------------------------------------------------------------------- /src/inc/img/flags/tj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/tj.gif -------------------------------------------------------------------------------- /src/inc/img/flags/tk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/tk.gif -------------------------------------------------------------------------------- /src/inc/img/flags/tl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/tl.gif -------------------------------------------------------------------------------- /src/inc/img/flags/tm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/tm.gif -------------------------------------------------------------------------------- /src/inc/img/flags/tn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/tn.gif -------------------------------------------------------------------------------- /src/inc/img/flags/to.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/to.gif -------------------------------------------------------------------------------- /src/inc/img/flags/tr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/tr.gif -------------------------------------------------------------------------------- /src/inc/img/flags/tt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/tt.gif -------------------------------------------------------------------------------- /src/inc/img/flags/tv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/tv.gif -------------------------------------------------------------------------------- /src/inc/img/flags/tw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/tw.gif -------------------------------------------------------------------------------- /src/inc/img/flags/tz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/tz.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ua.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ua.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ug.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ug.gif -------------------------------------------------------------------------------- /src/inc/img/flags/um.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/um.gif -------------------------------------------------------------------------------- /src/inc/img/flags/us.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/us.gif -------------------------------------------------------------------------------- /src/inc/img/flags/uy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/uy.gif -------------------------------------------------------------------------------- /src/inc/img/flags/uz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/uz.gif -------------------------------------------------------------------------------- /src/inc/img/flags/va.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/va.gif -------------------------------------------------------------------------------- /src/inc/img/flags/vc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/vc.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ve.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ve.gif -------------------------------------------------------------------------------- /src/inc/img/flags/vg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/vg.gif -------------------------------------------------------------------------------- /src/inc/img/flags/vi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/vi.gif -------------------------------------------------------------------------------- /src/inc/img/flags/vn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/vn.gif -------------------------------------------------------------------------------- /src/inc/img/flags/vu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/vu.gif -------------------------------------------------------------------------------- /src/inc/img/flags/wf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/wf.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ws.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ws.gif -------------------------------------------------------------------------------- /src/inc/img/flags/ye.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/ye.gif -------------------------------------------------------------------------------- /src/inc/img/flags/yt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/yt.gif -------------------------------------------------------------------------------- /src/inc/img/flags/za.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/za.gif -------------------------------------------------------------------------------- /src/inc/img/flags/zm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/zm.gif -------------------------------------------------------------------------------- /src/inc/img/flags/zw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/zw.gif -------------------------------------------------------------------------------- /src/inc/img/icon-about.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/icon-about.gif -------------------------------------------------------------------------------- /src/inc/img/icon-blog.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/icon-blog.gif -------------------------------------------------------------------------------- /src/inc/img/icon-event.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/icon-event.gif -------------------------------------------------------------------------------- /src/inc/img/icon-ical.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/icon-ical.gif -------------------------------------------------------------------------------- /src/inc/img/icon-talk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/icon-talk.gif -------------------------------------------------------------------------------- /src/inc/img/rating-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/rating-0.gif -------------------------------------------------------------------------------- /src/inc/img/rating-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/rating-1.gif -------------------------------------------------------------------------------- /src/inc/img/rating-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/rating-2.gif -------------------------------------------------------------------------------- /src/inc/img/rating-3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/rating-3.gif -------------------------------------------------------------------------------- /src/inc/img/rating-4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/rating-4.gif -------------------------------------------------------------------------------- /src/inc/img/rating-5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/rating-5.gif -------------------------------------------------------------------------------- /src/inc/img/rating-off.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/rating-off.jpg -------------------------------------------------------------------------------- /src/inc/img/rating-on.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/rating-on.jpg -------------------------------------------------------------------------------- /src/system/fonts/texb.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/system/fonts/texb.ttf -------------------------------------------------------------------------------- /src/inc/files/User_Guide.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/files/User_Guide.odt -------------------------------------------------------------------------------- /src/inc/files/User_Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/files/User_Guide.pdf -------------------------------------------------------------------------------- /src/inc/img/LOGO-COMBELL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/LOGO-COMBELL.png -------------------------------------------------------------------------------- /src/inc/img/bg-menu-lft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/bg-menu-lft.png -------------------------------------------------------------------------------- /src/inc/img/bg-menu-rgt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/bg-menu-rgt.png -------------------------------------------------------------------------------- /src/inc/img/flags/wales.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/wales.gif -------------------------------------------------------------------------------- /src/inc/img/icon-comment.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/icon-comment.gif -------------------------------------------------------------------------------- /src/inc/img/icon-search.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/icon-search.gif -------------------------------------------------------------------------------- /src/inc/img/icon-slides.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/icon-slides.gif -------------------------------------------------------------------------------- /src/inc/img/bg-btn-disabled.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/bg-btn-disabled.gif -------------------------------------------------------------------------------- /src/inc/img/bg-btn-success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/bg-btn-success.gif -------------------------------------------------------------------------------- /src/inc/img/flags/catalonia.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/catalonia.gif -------------------------------------------------------------------------------- /src/inc/img/flags/england.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/england.gif -------------------------------------------------------------------------------- /src/inc/img/flags/scotland.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/scotland.gif -------------------------------------------------------------------------------- /src/inc/img/rating-delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/rating-delete.gif -------------------------------------------------------------------------------- /src/inc/img/signin_facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/signin_facebook.png -------------------------------------------------------------------------------- /src/inc/img/signin_twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/signin_twitter.png -------------------------------------------------------------------------------- /src/inc/img/docs/screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/docs/screenshot1.png -------------------------------------------------------------------------------- /src/inc/img/event_icons/dpc09.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/dpc09.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/itmc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/itmc.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/none.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/none.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/none1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/none1.gif -------------------------------------------------------------------------------- /src/inc/img/top-search-submit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/top-search-submit.png -------------------------------------------------------------------------------- /src/inc/leaflet/images/layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/leaflet/images/layers.png -------------------------------------------------------------------------------- /src/inc/leaflet/images/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/leaflet/images/marker.png -------------------------------------------------------------------------------- /src/inc/img/LOGO-COMBELL_small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/LOGO-COMBELL_small.gif -------------------------------------------------------------------------------- /src/inc/img/category_icons/talk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/category_icons/talk.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/phptek09.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/phptek09.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/pycon09.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/pycon09.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/testfest.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/testfest.jpg -------------------------------------------------------------------------------- /src/inc/img/flags/europeanunion.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/flags/europeanunion.gif -------------------------------------------------------------------------------- /src/inc/img/twitter_share_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/twitter_share_icon.gif -------------------------------------------------------------------------------- /src/inc/js/i18n/ui.datepicker-ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/js/i18n/ui.datepicker-ca.js -------------------------------------------------------------------------------- /src/inc/js/i18n/ui.datepicker-es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/js/i18n/ui.datepicker-es.js -------------------------------------------------------------------------------- /src/inc/js/i18n/ui.datepicker-fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/js/i18n/ui.datepicker-fi.js -------------------------------------------------------------------------------- /src/inc/leaflet/images/zoom-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/leaflet/images/zoom-in.png -------------------------------------------------------------------------------- /src/inc/leaflet/images/zoom-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/leaflet/images/zoom-out.png -------------------------------------------------------------------------------- /src/inc/img/btn-submit-your-event.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/btn-submit-your-event.gif -------------------------------------------------------------------------------- /src/inc/img/category_icons/keynote.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/category_icons/keynote.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/oscon2009.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/oscon2009.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/phpconit09.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/phpconit09.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/phpgg2009.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/phpgg2009.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/phpgg20091.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/phpgg20091.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/phpnw2008.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/phpnw2008.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/phptek091.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/phptek091.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/phpuk2009.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/phpuk2009.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/phpuk20091.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/phpuk20091.gif -------------------------------------------------------------------------------- /src/inc/leaflet/images/marker-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/leaflet/images/marker-icon.png -------------------------------------------------------------------------------- /src/inc/leaflet/images/popup-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/leaflet/images/popup-close.png -------------------------------------------------------------------------------- /src/system/scaffolding/images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/system/scaffolding/images/logo.jpg -------------------------------------------------------------------------------- /src/inc/img/category_icons/workshop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/category_icons/workshop.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/PHPConfBR200.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/PHPConfBR200.jpg -------------------------------------------------------------------------------- /src/inc/img/event_icons/bigdesign09.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/bigdesign09.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/codeworks09.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/codeworks09.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/forumphhp2008.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/forumphhp2008.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/froscon2009.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/froscon2009.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/ipcspring2009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/ipcspring2009.jpg -------------------------------------------------------------------------------- /src/inc/img/event_icons/linuxcon2009.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/linuxcon2009.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/php09_90x90.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/php09_90x90.jpg -------------------------------------------------------------------------------- /src/inc/img/event_icons/phpappalachia.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/phpappalachia.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/phpday09italy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/phpday09italy.jpg -------------------------------------------------------------------------------- /src/inc/img/event_icons/phpquebec09.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/phpquebec09.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/phpworks2008.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/phpworks2008.gif -------------------------------------------------------------------------------- /src/inc/img/event_icons/tek09-uncon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/tek09-uncon.jpg -------------------------------------------------------------------------------- /src/inc/img/event_icons/transcamp09.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/img/event_icons/transcamp09.gif -------------------------------------------------------------------------------- /src/inc/leaflet/images/marker-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/leaflet/images/marker-shadow.png -------------------------------------------------------------------------------- /src/system/application/views/api/out_json.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /src/scripts/latest_blog.php: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/images/ui-icons_228ef1_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/images/ui-icons_228ef1_256x240.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/images/ui-icons_ff9900_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/images/ui-icons_ff9900_256x240.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/images/ui-icons_ffd27a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/images/ui-icons_ffd27a_256x240.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/images/ui-bg_flat_0_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/images/ui-bg_flat_0_ffffff_40x100.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/images/ui-bg_flat_100_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/images/ui-bg_flat_100_ffffff_40x100.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/images/ui-bg_flat_10_000000_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/images/ui-bg_flat_10_000000_40x100.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/images/ui-bg_glass_75_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/images/ui-bg_glass_75_ffffff_1x400.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .buildpath 2 | .cache 3 | .project 4 | .settings 5 | build/ 6 | nbproject/ 7 | *.kpf 8 | .idea 9 | src/inc/img/event_icons/ 10 | .DS_Store 11 | .vagrant 12 | -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-icons_228ef1_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-icons_228ef1_256x240.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-icons_ff9900_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-icons_ff9900_256x240.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-icons_ffd27a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-icons_ffd27a_256x240.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /src/system/application/views/event/modules/_event_tab_talk_comments.php: -------------------------------------------------------------------------------- 1 |
2 |

Recent Feedback

3 |
4 |
5 | -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/images/ui-bg_inset-soft_0_f0f4f8_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/images/ui-bg_inset-soft_0_f0f4f8_1x100.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-bg_flat_0_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-bg_flat_0_ffffff_40x100.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-bg_flat_10_000000_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-bg_flat_10_000000_40x100.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-bg_glass_0_f0f4f8_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-bg_glass_0_f0f4f8_1x400.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-bg_glass_75_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-bg_glass_75_ffffff_1x400.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /src/scripts/sniff.sh: -------------------------------------------------------------------------------- 1 | phpcs --standard=PEAR . ../system/application/controllers ../system/application/models ../system/application/libraries ../system/application/helpers ../tests 2 | -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-bg_flat_100_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-bg_flat_100_ffffff_40x100.png -------------------------------------------------------------------------------- /src/system/fonts/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/logs/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/images/ui-bg_diagonals-thick_10_000000_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/images/ui-bg_diagonals-thick_10_000000_40x40.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/images/ui-bg_highlight-soft_75_f0f4f8_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/images/ui-bg_highlight-soft_75_f0f4f8_1x100.png -------------------------------------------------------------------------------- /src/system/application/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/codeigniter/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/database/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/drivers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/english/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/helpers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/language/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/libraries/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/plugins/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/scaffolding/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/database/drivers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/drivers/mssql/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/drivers/mysql/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/drivers/mysqli/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/drivers/oci8/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/drivers/odbc/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/drivers/postgre/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/drivers/sqlite/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/language/english/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-bg_diagonals-thick_10_000000_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-bg_diagonals-thick_10_000000_40x40.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-bg_diagonals-thick_18_b81900_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-bg_diagonals-thick_18_b81900_40x40.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/images/ui-bg_highlight-soft_75_f0f4f8_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mgdm/joind.in/master/src/inc/css/jquery-ui/theme/images/ui-bg_highlight-soft_75_f0f4f8_1x100.png -------------------------------------------------------------------------------- /src/system/application/config/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/application/errors/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/application/helpers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/application/hooks/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/application/libraries/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/application/models/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/application/views/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/application/views/main/_sidebar-block.php: -------------------------------------------------------------------------------- 1 |
2 |

3 |
4 | 5 |
6 |
7 | -------------------------------------------------------------------------------- /src/system/database/drivers/oci8/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/database/drivers/odbc/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/scaffolding/images/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/scaffolding/views/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/application/controllers/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/database/drivers/mssql/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/database/drivers/mysql/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/database/drivers/mysqli/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/database/drivers/postgre/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/database/drivers/sqlite/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/application/language/english/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 403 Forbidden 4 | 5 | 6 | 7 |

Directory access is forbidden.

8 | 9 | 10 | -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/ui.progressbar.css: -------------------------------------------------------------------------------- 1 | /* Progressbar 2 | ----------------------------------*/ 3 | .ui-progressbar { height:2em; text-align: left; } 4 | .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } -------------------------------------------------------------------------------- /src/scripts/twitter-feedback.php: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /src/system/application/views/event/request.php: -------------------------------------------------------------------------------- 1 | 4 |

Request for Invitation

5 |

6 | Your request for invitation has been send to the event organizers! 7 |

8 | -------------------------------------------------------------------------------- /src/scripts/pending_events.php: -------------------------------------------------------------------------------- 1 | 9 | -------------------------------------------------------------------------------- /src/system/scaffolding/views/footer.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/system/application/views/event/callforpapers.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |

Open Call For Papers

4 | 5 | is_cfp = true; 8 | $this->load->view('event/_event-row', array('event'=>$eventData)); 9 | } 10 | -------------------------------------------------------------------------------- /src/system/english/number_lang.php: -------------------------------------------------------------------------------- 1 | 2 |
3 |   4 |
5 | 6 |
7 |
8 |
9 | 10 | -------------------------------------------------------------------------------- /src/system/scaffolding/views/no_data.php: -------------------------------------------------------------------------------- 1 | load->view('header'); ?> 2 | 3 |

4 |

5 | 6 | load->view('footer'); 7 | /* End of file no_data.php */ 8 | /* Location: ./system/scaffolding/views/no_data.php */ -------------------------------------------------------------------------------- /src/system/application/views/msg_info.php: -------------------------------------------------------------------------------- 1 |
2 |
3 |   4 |
5 | 6 |
7 |
8 |
9 |
10 | -------------------------------------------------------------------------------- /src/system/scaffolding/views/delete.php: -------------------------------------------------------------------------------- 1 | load->view('header'); ?> 2 | 3 |

4 | 5 |

  |   6 | 7 | load->view('footer'); 8 | /* End of file delete.php */ 9 | /* Location: ./system/scaffolding/views/delete.php */ 10 | -------------------------------------------------------------------------------- /src/system/application/views/event/modules/_event_buttons.php: -------------------------------------------------------------------------------- 1 |

2 | 3 | pending) && $event_detail->pending==1) : ?> 4 | Approve Event 5 | 6 | 7 |

8 | -------------------------------------------------------------------------------- /src/system/application/views/event/modules/_event-paginate.php: -------------------------------------------------------------------------------- 1 | uri->segment_array(); 3 | ?> 4 | Page: 5 | 8 | href="///"> 9 | 4 |

This event is pending approval

5 |

6 | The event "event_name; ?>" is pending approval by the config->item('site_name'); ?> admins. If 7 | you are the organizer of the event and have questions about its approval, please 8 | let us know. 9 |

10 | -------------------------------------------------------------------------------- /src/inc/css/event_detail.css: -------------------------------------------------------------------------------- 1 | #map { 2 | height: 200px; 3 | width: 350px; 4 | } 5 | 6 | .desc-normal { 7 | float: left; 8 | width: 235px; 9 | padding: 0; 10 | overflow-x: hidden; 11 | margin: 0; 12 | } 13 | 14 | #desc-map { 15 | float: right; 16 | } 17 | 18 | /* Mobile */ 19 | @media screen and (max-width: 600px) { 20 | #map {width: auto;} 21 | .desc-normal {float: none; width: auto;} 22 | #desc-map {float: none;} 23 | } -------------------------------------------------------------------------------- /src/system/application/views/event/tag.php: -------------------------------------------------------------------------------- 1 |

Tagged with ""

2 | load->view('event/_event-row', array('event'=>$event)); 6 | } 7 | ?> 8 | 9 | No events were found with this tag!
10 |
11 | Didn't find what you were looking for? Try our full events list! 12 | 2 |

Contact

3 |
4 |

5 | Want to get in contact with the organizers for this event? Click below and you can send them a message 6 | directly! 7 |

8 |

9 | Contact Event Admins 10 |

11 |
12 | 13 | 14 | -------------------------------------------------------------------------------- /src/widget/widget.css: -------------------------------------------------------------------------------- 1 | 2 | div.joindin-content-insert { 3 | background: #F0F4F8; 4 | padding: 0.5em; 5 | margin: 0.2em; 6 | float: left; 7 | border-radius: 0.8em; 8 | border: 2px solid #333; 9 | color: #333; 10 | } 11 | 12 | div.joindin-content-insert a { 13 | color: #333; 14 | } 15 | 16 | div.joindin-content-insert div { 17 | font-size: 75%; 18 | text-align: center; 19 | } 20 | 21 | div.joindin-content-insert div p { 22 | margin: 0; 23 | padding: 0; 24 | vertical-align: top; 25 | } 26 | 27 | -------------------------------------------------------------------------------- /src/system/application/views/talk/_also_given.php: -------------------------------------------------------------------------------- 1 |
2 |

3 |
4 | 5 | 6 | 7 | 10 | 11 | 14 | 15 | 16 |
12 | event_name; ?>
13 |
17 |
18 |
19 | -------------------------------------------------------------------------------- /src/system/application/views/widget/event.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 17 | 18 | 19 | event_name; ?> 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /src/system/application/views/event/_event_attend_gravatar.php: -------------------------------------------------------------------------------- 1 | 0) { 2 | ?> 3 |
4 |

Check out who's attending!

5 |
6 | ID.'">'.$attendee->full_name.''; 10 | } 11 | ?> 12 |
13 | 14 |
15 | 6 |
7 |

8 |
9 |

10 | Here's a few of the other popular posts to our blog: 11 |

12 | 20 |
21 |
22 | -------------------------------------------------------------------------------- /src/system/application/views/event/_event-cfp-sidebar.php: -------------------------------------------------------------------------------- 1 | '; 4 | foreach ($events as $event) { 5 | $cfp_data.='
  • '.$event->event_name.''; 6 | } 7 | $cfp_data .= ''; 8 | $cfp_data .= '
    more...
    '; 9 | 10 | $this->template->write_view('sidebar2', 'main/_sidebar-block', array( 11 | 'title' => 'Currently Open Call for Papers', 12 | 'content' => $cfp_data 13 | )); 14 | } 15 | -------------------------------------------------------------------------------- /src/system/application/views/user/_user-row.php: -------------------------------------------------------------------------------- 1 | '; print_r($user); echo ''; 3 | 4 | $uname=(!empty($user->full_name)) ? $user->full_name : $user->username; 5 | ?> 6 |
    7 |
    8 |

    9 |

    10 | talk_count); ?> talks | talk_count+$user->event_count); ?> events 11 |

    12 |
    13 |
    14 |
    15 | -------------------------------------------------------------------------------- /src/inc/js/blog.js: -------------------------------------------------------------------------------- 1 | 2 | if(!blog){ var blog = {} } 3 | 4 | blog = function (){ 5 | 6 | var _removePostComment = function(){ 7 | $('.delete-comment-btn').click(function(){ 8 | var cid = this.id; 9 | var obj = { "cid": cid, "bid": 0 }; 10 | apiRequest('blog','deletecomment',obj, function(obj) { 11 | $('#comment-'+cid).remove(); 12 | notifications.alert('Comment removed!'); return false; 13 | }); 14 | return false; 15 | }); 16 | } 17 | 18 | return { 19 | init: function(){ 20 | $(document).ready(function(){ 21 | _removePostComment(); 22 | }); 23 | } 24 | } 25 | 26 | }(); -------------------------------------------------------------------------------- /src/system/application/views/about/_facebook-sidebar.php: -------------------------------------------------------------------------------- 1 |
    2 |

    Join us on Facebook!

    3 |
    4 |
    Joind.in on Facebook
    5 |
    6 |
    7 |
    8 | -------------------------------------------------------------------------------- /src/system/application/views/event/modules/_event_tab_tracks.php: -------------------------------------------------------------------------------- 1 |
    2 | $tr) { 4 | echo '
    '; 5 | if ($tr->used>0) { 6 | echo ''.$tr->track_name.'
    '; 7 | } else { echo ''.$tr->track_name.'
    '; } 8 | echo $tr->track_desc.'
    '; 9 | echo $tr->used.' sessions'; 10 | echo '
    '; 11 | } 12 | ?> 13 |
    14 | -------------------------------------------------------------------------------- /src/system/application/views/event/_event-icon.php: -------------------------------------------------------------------------------- 1 |
    2 |
    3 | event_icon) && is_file($path.$event->event_icon)) ? escape($event->event_icon) : 'none.gif'; 6 | ?> 7 | <?php echo escape($event->event_name); ?> 8 |
    9 |
    10 | -------------------------------------------------------------------------------- /doc/codesniffer/README: -------------------------------------------------------------------------------- 1 | PHP CodeSniffer standard for joind.in 2 | 3 | This is an override of the PEAR code sniffer standard to change some minor docblock requirements 4 | that aren't required for joind.in's codebase: 5 | 6 | 1. No need to specify PHP version 4 or 5 in the file level doc block. 7 | 2. No need to specify a @link, @copyright or @author in file or class level doc blocks. 8 | 9 | 10 | Usage: 11 | From the src/ directory, run: 12 | phpcs --standard=../doc/codesniffer/JoindIn path/to/file/or/directory 13 | 14 | e.g. to check the api-v2/views directory: 15 | phpcs --standard=../doc/codesniffer/JoindIn api-v2/views 16 | -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/ui.tabs.css: -------------------------------------------------------------------------------- 1 | /* Tabs 2 | ----------------------------------*/ 3 | .ui-tabs {padding: .2em;} 4 | .ui-tabs .ui-tabs-nav { padding: .2em .2em 0 .2em; position: relative; } 5 | .ui-tabs .ui-tabs-nav li { float: left; border-bottom: 0 !important; margin: 0 .2em -1px 0; padding: 0; list-style: none; } 6 | .ui-tabs .ui-tabs-nav li a { display:block; text-decoration: none; padding: .5em 1em; } 7 | .ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: .1em; border-bottom: 0; } 8 | .ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border: 0; background: none; } 9 | .ui-tabs .ui-tabs-hide { display: none !important; } -------------------------------------------------------------------------------- /src/system/application/views/event/private.php: -------------------------------------------------------------------------------- 1 | 4 |

    Private Event: event_name; ?>

    5 |

    6 | This event has been marked as private and is only available 7 | to those invited. If you would like more information on this event, 8 | please contact us. 9 |

    10 | 0): ?> 13 |

    14 | Please click here to request an invite to this event. 15 |

    16 | 2 | 3 | $sv): ?> 4 | 5 | 9 | 13 | 14 | 15 |
    6 | 8 | 10 | 11 | Slides 12 |
    16 | 17 | -------------------------------------------------------------------------------- /src/system/application/views/event/attendees.php: -------------------------------------------------------------------------------- 1 | 2 | load->view('msg_info', array('msg' => 'No attendees so far.')); ?> 3 | 4 | 12 | '; print_r($users); echo ''; 14 | -------------------------------------------------------------------------------- /src/system/application/views/blog/delete.php: -------------------------------------------------------------------------------- 1 | 5 | 6 | 7 | 8 | 13 | 14 |
    9 | Are you sure you wish to delete this blog post?
    10 | 11 | 12 |
    15 | 16 | Blog Post Removed!'; 21 | echo 'Return to blog post listing'; 22 | } 23 | -------------------------------------------------------------------------------- /src/system/application/views/event/_event_prompt_comment_sidebar.php: -------------------------------------------------------------------------------- 1 | 4 |
    5 |

    Leave Event Comment

    6 |
    7 |

    What did you like about this event, and what do you 8 | think could be better for the next time? Leave your feedback 9 | to help the organizers know what you liked, and what could be 10 | improved on.

    11 |

    12 | Leave Event Feedback 13 |

    14 |
    15 |
    16 | -------------------------------------------------------------------------------- /src/system/english/scaffolding_lang.php: -------------------------------------------------------------------------------- 1 | 12 |
    13 | 14 |

    A PHP Error was encountered

    15 | 16 |

    Severity:

    17 |

    Message:

    18 |

    Filename:

    19 |

    Line Number:

    20 | 21 |
    22 | -------------------------------------------------------------------------------- /src/system/application/views/talk/_popular-speaker.php: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | '; } 9 | ?> 10 | 19 | 20 |
    11 |
    12 |
    13 |

    talk_title); ?>

    14 | speaker; ?> 15 |
    rating); ?>
    16 |
    17 |
    18 |
    21 | -------------------------------------------------------------------------------- /src/tests/api/TalkGetDetailTest.php: -------------------------------------------------------------------------------- 1 | 2337), 'json'); 9 | $talks = $this->decode_response($talks_response, 'json'); 10 | 11 | $this->assertExpectedTalkFields($talks); 12 | } 13 | 14 | public function testGetDetailXML() { 15 | $talks_response = self::makeApiRequest('talk', 'getdetail', array('talk_id'=>2337), 'xml'); 16 | $talks = $this->decode_response($talks_response, 'xml'); 17 | 18 | $this->assertExpectedTalkFields($talks); 19 | } 20 | 21 | } 22 | -------------------------------------------------------------------------------- /src/system/application/views/event/modules/_event_tab_admin.php: -------------------------------------------------------------------------------- 1 |
    2 |

    Event Statistics

    3 | 4 | 5 | 6 | 10 | 13 |
    Number of Sessions:
    Total # of Comments
    Average Session Rating
    14 |
    15 | -------------------------------------------------------------------------------- /src/system/language/english/scaffolding_lang.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 |

    config->item('site_name'); ?> API

    9 | 10 |
    11 | 12 |

    Joind.in's API can be found at http://api.joind.in and its documentation is here: http://joindin.github.io/joindin-api. You can find the code on github https://github.com/joindin/joindin-api

    13 | 14 | 15 |

    The legacy v1 API is no longer supported.

    16 | -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/ui.accordion.css: -------------------------------------------------------------------------------- 1 | /* Accordion 2 | ----------------------------------*/ 3 | .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } 4 | .ui-accordion li {display: inline;} 5 | .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } 6 | .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; } 7 | .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } 8 | .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; } 9 | .ui-accordion .ui-accordion-content-active { display: block; } -------------------------------------------------------------------------------- /src/system/application/views/event/delete.php: -------------------------------------------------------------------------------- 1 | Delete event '.escape($details[0]->event_name).' ?'; 4 | 5 | echo form_open('event/delete/'.$eid); 6 | ?> 7 | 8 | 9 | 10 | 15 | 16 |
    11 | Are you sure you wish to delete this event?
    12 | 13 | 14 |
    17 | 18 | Event Removed!'; 23 | echo 'Return to pending event list'; 24 | } 25 | -------------------------------------------------------------------------------- /src/system/application/views/event/_event_prompt_comment.php: -------------------------------------------------------------------------------- 1 | 4 |
    5 |
    6 |

    Write a Comment for the Event

    7 |
    8 |

    What did you like about this event, and what do you 9 | think could be better for the next time? Leave your feedback 10 | to help the organizers know what you liked, and what could be 11 | improved on.

    12 |

    13 | Give Event Feedback 14 |

    15 |
    16 |
    17 |
    18 | -------------------------------------------------------------------------------- /src/system/application/views/event/calendar.php: -------------------------------------------------------------------------------- 1 | 2 |

    Events Calendar

    3 | 4 | 8 | 9 | 10 |
    11 | ID.'">'.$event->event_name.'
    '; 14 | echo date('d.M.Y', $event->event_start); 15 | if ($event->event_start+86399 != $event->event_end) { 16 | echo ' - '.date('d.M.Y', $event->event_end); 17 | } 18 | echo '
    '; 19 | $split_by_space=explode(' ', $event->event_desc); 20 | echo implode(" ", array_slice($split_by_space,0,80)).'...'; 21 | echo '

    '; 22 | } 23 | -------------------------------------------------------------------------------- /src/system/application/views/talk/delete.php: -------------------------------------------------------------------------------- 1 | 4 | 8 | 9 | 10 | 11 | 16 | 17 |
    12 | Are you sure you wish to delete this talk?
    13 | 14 | 15 |
    18 | 19 | 4 | 5 |

    Error!

    6 | 7 |

    8 | The page you were looking for wasn't found! Here's a few others that 9 | might be what you're looking for - give them a try! 10 |

    11 |

    12 | Main Events List
    13 | Check out past, recent and upcoming events from our list. 14 |

    15 |

    16 | Main Talks List
    17 | Every event has their talks but you can get a quick summary here of talks across all events 18 |

    19 |

    20 | About config->item('site_name'); ?>
    21 | Learn all about config->item('site_name'); ?> and what it has to offer you as both a user and conference planner 22 |

    23 | -------------------------------------------------------------------------------- /src/tests/application/libraries/CacheTest.php: -------------------------------------------------------------------------------- 1 | ci = &get_instance(); 13 | $this->ci->load->library('cache'); 14 | } 15 | protected function tearDown() 16 | { 17 | 18 | } 19 | 20 | //-------------------- 21 | 22 | /** 23 | * Test a sample caching of data 24 | * 25 | */ 26 | public function testSetCacheData() 27 | { 28 | $data = array('foo'=>'bar'); 29 | $cacheName = 'test-cache'; 30 | 31 | $this->ci->cache->cacheData($cacheName,$data); 32 | $cacheData = $this->ci->cache->getData($cacheName); 33 | $this->assertEquals($cacheData,$data); 34 | } 35 | 36 | } -------------------------------------------------------------------------------- /src/inc/js/tinynav.min.js: -------------------------------------------------------------------------------- 1 | /*! http://tinynav.viljamis.com v1.1 by @viljamis */ 2 | (function(a,i,g){a.fn.tinyNav=function(j){var b=a.extend({active:"selected",header:"",label:""},j);return this.each(function(){g++;var h=a(this),d="tinynav"+g,f=".l_"+d,e=a(" 14 | 15 | 16 | 17 | 18 | 19 | 4 | '; print_r($talks['recent']); echo ''; 6 | ?> 7 |

    Talks

    8 | 9 |

    10 | Recently Popular | 11 | Most Popular (All Time) 12 |

    13 | 14 |

    Recent Popular Talks

    15 | 16 | load->view('talk/_talk-row', array('talk'=>$v)); } 19 | ?> 20 |

    21 | 22 |

    Popular Talks (All Time)

    23 | 24 | load->view('talk/_talk-row', array('talk'=>$v)); } 27 | //$this->load->view('talk/_popular-speaker', array('talks'=>$talks['popular'])); 28 | -------------------------------------------------------------------------------- /src/system/application/views/user/_nav_sidebar.php: -------------------------------------------------------------------------------- 1 | Admin Links 9 | 14 | ', count($pending_events) 15 | ); 16 | } 17 | $nav=sprintf(' 18 | ', $admin_nav_lnks); 28 | 29 | menu_sidebar('Navigation', $nav); 30 | -------------------------------------------------------------------------------- /src/system/application/views/api/out_xml.php: -------------------------------------------------------------------------------- 1 | $item) { 4 | if (is_numeric($key)) { 5 | $key = "item"; 6 | } 7 | if (is_string($item) || empty($item) || is_bool($item)) { 8 | // we might have an empty array, this is expected 9 | if (is_array($item) AND count($item) == 0) { 10 | $item = ''; 11 | } 12 | $xml->addChild($key, htmlspecialchars($item, ENT_NOQUOTES)); 13 | } else { 14 | $child = $xml->addChild($key); 15 | addArrayToXML($child, $item); 16 | } 17 | } 18 | } 19 | 20 | header('Content-Type: text/xml'); 21 | 22 | $xml = simplexml_load_string(''); 23 | addArrayToXML($xml, $items); 24 | 25 | echo $xml->asXML(); 26 | 27 | -------------------------------------------------------------------------------- /src/system/english/profiler_lang.php: -------------------------------------------------------------------------------- 1 | db->get('blog_cats'); 33 | 34 | return $q->result(); 35 | } 36 | } 37 | 38 | -------------------------------------------------------------------------------- /src/system/language/english/unit_test_lang.php: -------------------------------------------------------------------------------- 1 | load->view('header'); ?> 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | result() as $row): ?> 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 |
    EditDelete
     $primary), $scaff_edit); ?> $primary), $scaff_delete); ?>$field);?>
    22 | 23 | 24 | 25 | load->view('footer'); 26 | /* End of file view.php */ 27 | /* Location: ./system/scaffolding/views/view.php */ -------------------------------------------------------------------------------- /doc/WIDGET-HOWTO: -------------------------------------------------------------------------------- 1 | 2 | Using the widgets: 3 | ---------------------------- 4 | 5 | The Joind.in widgets are all javascript based and can be called by including the main 6 | javascript widget file - widget.js - and calling various functions. Below you'll find 7 | an example of an HTML page that uses a widget: 8 | 9 | 10 | 11 | Widget Test Page 12 | 13 | 14 | 15 | 18 | 19 | 20 | 21 | This example loads one of the feedback widgets for the talk #175. When the page loads, 22 | you'll see a "vote" button that, when clicked, will expand out into the full voting widget. 23 | 24 | As an optional argument to all of the widget functions, you can also provide the ID of 25 | an element you want to inject the widget into. 26 | -------------------------------------------------------------------------------- /src/system/scaffolding/views/header.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | <?php echo $title; ?> 6 | 7 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 27 | 28 |
    29 |
    -------------------------------------------------------------------------------- /src/system/application/views/event/contact.php: -------------------------------------------------------------------------------- 1 | 4 |

    Contact Event Admins

    5 | 6 |

    Event: event_name; ?>
    7 | 8 | load->view('msg_info', array('msg' => $msg)); ?> 9 | 10 | 11 | ID); ?> 12 |

    13 |
    14 | 15 | 16 |
    17 |
    18 |
    19 | 20 | 21 |
    22 |
    23 |
    24 | 25 |
    26 |
    27 | 28 | db->from('countries'); 34 | $this->db->order_by('name', 'asc'); 35 | $q = $this->db->get(); 36 | 37 | return $q->result(); 38 | } 39 | 40 | } 41 | -------------------------------------------------------------------------------- /src/tests/application/helpers/EventHelperTest.php: -------------------------------------------------------------------------------- 1 | ci = &get_instance(); 13 | $this->ci->load->helper('events_helper'); 14 | } 15 | protected function tearDown() 16 | { 17 | 18 | } 19 | 20 | //-------------------- 21 | 22 | /** 23 | * Given an event with slides, test generation of 24 | * the correct format for $slides_list 25 | * 26 | */ 27 | public function testValidSlidesList() 28 | { 29 | // find an event with slides 30 | $query = $this->ci->db->get_where('talks',array('slides_link !='=>''),1); 31 | $result = $query->result(); 32 | 33 | $this->ci->load->model('event_model'); 34 | $detail = $this->ci->event_model->getEventTalks($result[0]->event_id); 35 | 36 | $this->assertGreaterThan(0,buildSlidesList($detail)); 37 | } 38 | 39 | } -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/ui.slider.css: -------------------------------------------------------------------------------- 1 | /* Slider 2 | ----------------------------------*/ 3 | .ui-slider { position: relative; text-align: left; } 4 | .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } 5 | .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: 1%; display: block; border: 0; } 6 | 7 | .ui-slider-horizontal { height: .8em; } 8 | .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } 9 | .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } 10 | .ui-slider-horizontal .ui-slider-range-min { left: 0; } 11 | .ui-slider-horizontal .ui-slider-range-max { right: 0; } 12 | 13 | .ui-slider-vertical { width: .8em; height: 100px; } 14 | .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } 15 | .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } 16 | .ui-slider-vertical .ui-slider-range-min { bottom: 0; } 17 | .ui-slider-vertical .ui-slider-range-max { top: 0; } -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/ui_demos.js: -------------------------------------------------------------------------------- 1 | $(function(){ 2 | // Accordion 3 | $("#accordion").accordion({ header: "h3" }); 4 | // Tabs 5 | $('#tabs').tabs(); 6 | // Dialog 7 | $('#dialog').dialog({ 8 | autoOpen: false, 9 | width: 600, 10 | buttons: { 11 | "Ok": function() { 12 | $(this).dialog("close"); 13 | }, 14 | "Cancel": function() { 15 | $(this).dialog("close"); 16 | } 17 | } 18 | }); 19 | // Dialog Link 20 | $('#dialog_link').click(function(){ 21 | $('#dialog').dialog('open'); 22 | return false; 23 | }); 24 | // Datepicker 25 | $('#datepicker').datepicker({ 26 | inline: true 27 | }); 28 | // Slider 29 | $('#slider').slider({ 30 | range: true, 31 | values: [17, 67] 32 | }); 33 | // Progressbar 34 | $("#progressbar").progressbar({ 35 | value: 20 36 | }); 37 | //hover states on the static widgets 38 | $('#dialog_link, ul#icons li').hover( 39 | function() { $(this).addClass('ui-state-hover'); }, 40 | function() { $(this).removeClass('ui-state-hover'); } 41 | ); 42 | }); -------------------------------------------------------------------------------- /src/system/application/views/about/services.php: -------------------------------------------------------------------------------- 1 |

    Services

    2 | 3 |

    4 | We offer services for you, the event organizer, to help make your Joind.in experience better. Below you'll 5 | find more details about what we can do to help. Please contact services@joind.in 6 | for more information on pricing. 7 |

    8 |
    9 |

    Session Setup

    10 |

    11 | So you've set up your event and it's been approved - what's next? Well, we have self-service methods you can 12 | use to load in the sessions for your event - an event import and adding them through the interface - but sometimes 13 | there's just not time for that. Whether it's a last minute event addition or there aren't quite enough hands to go around, 14 | we can help. 15 |

    16 |

    17 | You provide us with the session information and we'll be sure it gets into your event. A well-structured 18 | document is appreciated but not required. Contact us at services@joind.in to get started. 19 |

    20 | -------------------------------------------------------------------------------- /src/inc/js/jquery.pause.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Jonathan Howard 3 | * 4 | * jQuery Pause 5 | * version 0.2 6 | * 7 | * Requires: jQuery 1.0 (tested with svn as of 7/20/2006) 8 | * 9 | * Feel free to do whatever you'd like with this, just please give credit where 10 | * credit is do. 11 | * 12 | * 13 | * 14 | * pause() will hold everything in the queue for a given number of milliseconds, 15 | * or 1000 milliseconds if none is given. 16 | * 17 | * 18 | * 19 | * unpause() will clear the queue of everything of a given type, or 'fx' if no 20 | * type is given. 21 | */ 22 | 23 | $.fn.pause = function(milli,type) { 24 | milli = milli || 1000; 25 | type = type || "fx"; 26 | return this.queue(type,function(){ 27 | var self = this; 28 | setTimeout(function(){ 29 | $(self).dequeue(); 30 | },milli); 31 | }); 32 | }; 33 | 34 | $.fn.clearQueue = $.fn.unpause = function(type) { 35 | return this.each(function(){ 36 | type = type || "fx"; 37 | if(this.queue && this.queue[type]) { 38 | this.queue[type].length = 0; 39 | } 40 | }); 41 | }; -------------------------------------------------------------------------------- /src/system/application/views/feed/feed.php: -------------------------------------------------------------------------------- 1 | config->item('site_name') . ((!empty($title)) ? ': '.$title : ''); 4 | ?> 5 | "; ?> 6 | 7 | 8 | <?php echo $title; ?> 9 | config->site_url(); ?> 10 | config->item('site_name'); ?> 11 | en-us 12 | 13 | 14 | $v) { 16 | echo sprintf(' 17 | 18 | %s 19 | %s 20 | %s 21 | %s 22 | %s 23 | 24 | ', escape($v['title']), $v['guid'], $v['link'], escape($v['description']), $v['pubDate']); 25 | } 26 | ?> 27 | 28 | -------------------------------------------------------------------------------- /src/system/application/errors/error_general.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | Error 15 | 38 | 39 | 40 |
    41 |

    42 | 43 |
    44 | 45 | 46 | -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/ui.resizable.css: -------------------------------------------------------------------------------- 1 | /* Resizable 2 | ----------------------------------*/ 3 | .ui-resizable { position: relative;} 4 | .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;} 5 | .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } 6 | .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; } 7 | .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; } 8 | .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; } 9 | .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; } 10 | .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } 11 | .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } 12 | .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } 13 | .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;} -------------------------------------------------------------------------------- /src/system/application/views/event/modules/_event_tab_evtrelated.php: -------------------------------------------------------------------------------- 1 | 22 | -------------------------------------------------------------------------------- /src/system/application/errors/error_404.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 404 Page Not Found 15 | 38 | 39 | 40 |
    41 |

    42 | 43 |
    44 | 45 | 46 | -------------------------------------------------------------------------------- /src/system/application/models/blog_comments_model.php: -------------------------------------------------------------------------------- 1 | db->get_where( 36 | 'blog_comments', 37 | array('blog_post_id' => $postId) 38 | ); 39 | 40 | return $query->result(); 41 | } 42 | } 43 | 44 | -------------------------------------------------------------------------------- /src/inc/js/i18n/ui.datepicker-zh-CN.js: -------------------------------------------------------------------------------- 1 | /* Chinese initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Cloudream (cloudream@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['zh-CN'] = {clearText: '清除', clearStatus: '清除已选日期', 5 | closeText: '关闭', closeStatus: '不改变当前选择', 6 | prevText: '<上月', prevStatus: '显示上月', 7 | nextText: '下月>', nextStatus: '显示下月', 8 | currentText: '今天', currentStatus: '显示本月', 9 | monthNames: ['一月','二月','三月','四月','五月','六月', 10 | '七月','八月','九月','十月','十一月','十二月'], 11 | monthNamesShort: ['一','二','三','四','五','六', 12 | '七','八','九','十','十一','十二'], 13 | monthStatus: '选择月份', yearStatus: '选择年份', 14 | weekHeader: '周', weekStatus: '年内周次', 15 | dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'], 16 | dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'], 17 | dayNamesMin: ['日','一','二','三','四','五','六'], 18 | dayStatus: '设置 DD 为一周起始', dateStatus: '选择 m月 d日, DD', 19 | dateFormat: 'yy-mm-dd', firstDay: 1, 20 | initStatus: '请选择日期', isRTL: false}; 21 | $.datepicker.setDefaults($.datepicker.regional['zh-CN']); 22 | }); 23 | -------------------------------------------------------------------------------- /src/system/application/views/event/_submit-sidebar.php: -------------------------------------------------------------------------------- 1 |
    2 |

    Submission Tips & Terms

    3 |
    4 |

    Here's a few useful definitions when submitting events:

    5 |
      6 |
    • Stub: The stub is the shortcut in the URL to access 7 | your event. For example, in config->site_url(); ?>event/test123 the 8 | "test123" part is the stub. 9 |
    • Event Admin: If you're an organizer of an event or 10 | want to be listed as an administrator, check the "I'm an event 11 | admin!" checkbox. 12 |
    • Private Events: A private event is invite-only. Event 13 | admins for private events can either send out or approve requests 14 | for invites. 15 |
    • Call for Papers: If your event is going to have a time for 16 | session submissions, check the box and specify the range. This will 17 | show in the event detail page. 18 |
    19 |
    20 |
    21 | -------------------------------------------------------------------------------- /src/inc/js/i18n/ui.datepicker-zh-TW.js: -------------------------------------------------------------------------------- 1 | /* Chinese initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Ressol (ressol@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['zh-TW'] = { 5 | clearText: '清除', clearStatus: '清除已選日期', 6 | closeText: '關閉', closeStatus: '不改變目前的選擇', 7 | prevText: '<上月', prevStatus: '顯示上月', 8 | nextText: '下月>', nextStatus: '顯示下月', 9 | currentText: '今天', currentStatus: '顯示本月', 10 | monthNames: ['一月','二月','三月','四月','五月','六月', 11 | '七月','八月','九月','十月','十一月','十二月'], 12 | monthNamesShort: ['一','二','三','四','五','六', 13 | '七','八','九','十','十一','十二'], 14 | monthStatus: '選擇月份', yearStatus: '選擇年份', 15 | weekHeader: '周', weekStatus: '年內周次', 16 | dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'], 17 | dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'], 18 | dayNamesMin: ['日','一','二','三','四','五','六'], 19 | dayStatus: '設定 DD 為一周起始', dateStatus: '選擇 m月 d日, DD', 20 | dateFormat: 'yy/mm/dd', firstDay: 1, 21 | initStatus: '請選擇日期', isRTL: false}; 22 | $.datepicker.setDefaults($.datepicker.regional['zh-TW']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/system/scaffolding/views/add.php: -------------------------------------------------------------------------------- 1 | load->view('header'); ?> 2 | 3 |

    4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | primary_key == 1) continue; ?> 12 | 13 | 14 | 15 | 16 | type == 'blob'): ?> 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 |
    name; echo ' '.$field->default; ?>
    25 | 26 | 27 | 28 | 29 | 30 | load->view('footer'); 31 | /* End of file add.php */ 32 | /* Location: ./system/scaffolding/views/add.php */ 33 | -------------------------------------------------------------------------------- /src/system/scaffolding/views/edit.php: -------------------------------------------------------------------------------- 1 | load->view('header'); ?> 2 | 3 | 4 |

    5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | primary_key == 1) continue; ?> 13 | 14 | 15 | 16 | 17 | type == 'blob'): ?> 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 |
    name; ?>
    26 | 27 | 28 | 29 | 30 | 31 | load->view('footer'); 32 | /* End of file edit.php */ 33 | /* Location: ./system/scaffolding/views/edit.php */ -------------------------------------------------------------------------------- /src/system/application/views/feed/user.php: -------------------------------------------------------------------------------- 1 | 2 | "; ?> 3 | 4 | 5 | 6 | 7 | 8 | $v) { 10 | echo sprintf(' 11 | 12 | %s 13 | %s 14 | %s 15 | %s 16 | %s 17 | 18 | ', $v['title'], $v['desc'], $v['speaker'], $v['date'], $v['tid']); 19 | } 20 | ?> 21 | 22 | 23 | $v) { 25 | //talk/event 26 | echo sprintf(' 27 | %s 28 | %s 29 | %s 30 | %s 31 | ', $v['content'], $v['date'], $v['type'], $v['event_id']); 32 | } 33 | ?> 34 | 35 | 36 | -------------------------------------------------------------------------------- /src/tests/application/helpers/UserHelperTest.php: -------------------------------------------------------------------------------- 1 | ci = &get_instance(); 12 | $this->ci->load->helper('user_helper'); 13 | $this->ci->load->library('session'); 14 | } 15 | 16 | /** 17 | * Check to ensure user logged in check works 18 | */ 19 | public function testIsUserLoggedIn() 20 | { 21 | $this->ci->load->model('user_model'); 22 | 23 | $userDetail = $this->ci->user_model->getUserByID(1); 24 | $this->ci->session->set_userdata((array)$userDetail[0]); 25 | 26 | $this->assertTrue(user_is_auth()); 27 | } 28 | 29 | 30 | /** 31 | * Check the return of user_is_admin for a valid admin user 32 | */ 33 | public function testCheckUserIsAdmin() 34 | { 35 | $result = $this->ci->db->get_where('user',array('admin'=>1),1)->result(); 36 | $this->ci->session->set_userdata((array)$result[0]); 37 | 38 | $this->assertTrue(user_is_admin()); 39 | 40 | } 41 | } 42 | -------------------------------------------------------------------------------- /src/system/application/views/custom_templates/brand1/event/detail.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | event_name)); 5 | 6 | // Load up our detail view 7 | $data=array( 8 | 'event_detail' => $event_detail, 9 | 'attend' => $attend 10 | ); 11 | $this->load->view('event/modules/_event_detail', $data); 12 | 13 | $data=array( 14 | 'talks' => $talks, 15 | 'comments' => $comments, 16 | 'slides_list' => $slides_list, 17 | 'admin' => $admin, 18 | 'tracks' => $tracks 19 | ); 20 | $this->load->view('event/modules/_event_tabs', $data); 21 | ?> 22 | 23 | 38 | -------------------------------------------------------------------------------- /src/inc/js/i18n/ui.datepicker-he.js: -------------------------------------------------------------------------------- 1 | /* Hebrew initialisation for the UI Datepicker extension. */ 2 | /* Written by Amir Hardon (ahardon at gmail dot com). */ 3 | jQuery(document).ready(function(){ 4 | jQuery.datepicker.regional['he'] = {clearText: 'נקה', clearStatus: '', 5 | closeText: 'סגור', closeStatus: '', 6 | prevText: '<הקודם', prevStatus: '', 7 | nextText: 'הבא>', nextStatus: '', 8 | currentText: 'היום', currentStatus: '', 9 | monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני', 10 | 'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'], 11 | monthNamesShort: ['1','2','3','4','5','6', 12 | '7','8','9','10','11','12'], 13 | monthStatus: '', yearStatus: '', 14 | weekHeader: 'Sm', weekStatus: '', 15 | dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'], 16 | dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], 17 | dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], 18 | dayStatus: 'DD', dateStatus: 'DD, M d', 19 | dateFormat: 'dd/mm/yy', firstDay: 0, 20 | initStatus: '', isRTL: true}; 21 | jQuery.datepicker.setDefaults($.datepicker.regional['he']); 22 | }); 23 | -------------------------------------------------------------------------------- /src/inc/js/i18n/ui.datepicker-ko.js: -------------------------------------------------------------------------------- 1 | /* Korean initialisation for the jQuery calendar extension. */ 2 | /* Written by DaeKwon Kang (ncrash.dk@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['ko'] = {clearText: '지우기', clearStatus: '', 5 | closeText: '닫기', closeStatus: '', 6 | prevText: '이전달', prevStatus: '', 7 | nextText: '다음달', nextStatus: '', 8 | currentText: '오늘', currentStatus: '', 9 | monthNames: ['1월(JAN)','2월(FEB)','3월(MAR)','4월(APR)','5월(MAY)','6월(JUN)', 10 | '7월(JUL)','8월(AUG)','9월(SEP)','10월(OCT)','11월(NOV)','12월(DEC)'], 11 | monthNamesShort: ['1월(JAN)','2월(FEB)','3월(MAR)','4월(APR)','5월(MAY)','6월(JUN)', 12 | '7월(JUL)','8월(AUG)','9월(SEP)','10월(OCT)','11월(NOV)','12월(DEC)'], 13 | monthStatus: '', yearStatus: '', 14 | weekHeader: 'Wk', weekStatus: '', 15 | dayNames: ['일','월','화','수','목','금','토'], 16 | dayNamesShort: ['일','월','화','수','목','금','토'], 17 | dayNamesMin: ['일','월','화','수','목','금','토'], 18 | dayStatus: 'DD', dateStatus: 'D, M d', 19 | dateFormat: 'yy-mm-dd', firstDay: 0, 20 | initStatus: '', isRTL: false}; 21 | $.datepicker.setDefaults($.datepicker.regional['ko']); 22 | }); -------------------------------------------------------------------------------- /src/tests/phpunit.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | 10 | ./ 11 | 12 | 13 | ./../../src/api-v2/tests 14 | 15 | 16 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | src/system/application/ 26 | src/api-v2 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /src/inc/js/i18n/ui.datepicker-sk.js: -------------------------------------------------------------------------------- 1 | /* Slovak initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Vojtech Rinik (vojto@hmm.sk). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['sk'] = {clearText: 'Zmazať', clearStatus: '', 5 | closeText: 'Zavrieť', closeStatus: '', 6 | prevText: '<Predchádzajúci', prevStatus: '', 7 | nextText: 'Nasledujúci>', nextStatus: '', 8 | currentText: 'Dnes', currentStatus: '', 9 | monthNames: ['Január','Február','Marec','Apríl','Máj','Jún', 10 | 'Júl','August','September','Október','November','December'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Máj','Jún', 12 | 'Júl','Aug','Sep','Okt','Nov','Dec'], 13 | monthStatus: '', yearStatus: '', 14 | weekHeader: 'Ty', weekStatus: '', 15 | dayNames: ['Nedel\'a','Pondelok','Utorok','Streda','Štvrtok','Piatok','Sobota'], 16 | dayNamesShort: ['Ned','Pon','Uto','Str','Štv','Pia','Sob'], 17 | dayNamesMin: ['Ne','Po','Ut','St','Št','Pia','So'], 18 | dayStatus: 'DD', dateStatus: 'D, M d', 19 | dateFormat: 'dd.mm.yy', firstDay: 0, 20 | initStatus: '', isRTL: false}; 21 | $.datepicker.setDefaults($.datepicker.regional['sk']); 22 | }); 23 | -------------------------------------------------------------------------------- /src/inc/js/i18n/ui.datepicker-ru.js: -------------------------------------------------------------------------------- 1 | /* Russian (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Andrew Stromnov (stromnov@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['ru'] = {clearText: 'Очистить', clearStatus: '', 5 | closeText: 'Закрыть', closeStatus: '', 6 | prevText: '<Пред', prevStatus: '', 7 | nextText: 'След>', nextStatus: '', 8 | currentText: 'Сегодня', currentStatus: '', 9 | monthNames: ['Январь','Февраль','Март','Апрель','Май','Июнь', 10 | 'Июль','Август','Сентябрь','Октябрь','Ноябрь','Декабрь'], 11 | monthNamesShort: ['Янв','Фев','Мар','Апр','Май','Июн', 12 | 'Июл','Авг','Сен','Окт','Ноя','Дек'], 13 | monthStatus: '', yearStatus: '', 14 | weekHeader: 'Не', weekStatus: '', 15 | dayNames: ['воскресенье','понедельник','вторник','среда','четверг','пятница','суббота'], 16 | dayNamesShort: ['вск','пнд','втр','срд','чтв','птн','сбт'], 17 | dayNamesMin: ['Вс','Пн','Вт','Ср','Чт','Пт','Сб'], 18 | dayStatus: 'DD', dateStatus: 'D, M d', 19 | dateFormat: 'dd.mm.yy', firstDay: 1, 20 | initStatus: '', isRTL: false}; 21 | $.datepicker.setDefaults($.datepicker.regional['ru']); 22 | }); -------------------------------------------------------------------------------- /src/inc/js/i18n/ui.datepicker-th.js: -------------------------------------------------------------------------------- 1 | /* Thai initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by pipo (pipo@sixhead.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['th'] = {clearText: 'ลบ', clearStatus: '', 5 | closeText: 'ปิด', closeStatus: '', 6 | prevText: '« ย้อน', prevStatus: '', 7 | nextText: 'ถัดไป »', nextStatus: '', 8 | currentText: 'วันนี้', currentStatus: '', 9 | monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน', 10 | 'กรกฏาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'], 11 | monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.', 12 | 'ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.'], 13 | monthStatus: '', yearStatus: '', 14 | weekHeader: 'Sm', weekStatus: '', 15 | dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'], 16 | dayNamesShort: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'], 17 | dayNamesMin: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'], 18 | dayStatus: 'DD', dateStatus: 'D, M d', 19 | dateFormat: 'dd/mm/yy', firstDay: 0, 20 | initStatus: '', isRTL: false}; 21 | $.datepicker.setDefaults($.datepicker.regional['th']); 22 | }); -------------------------------------------------------------------------------- /src/inc/js/i18n/ui.datepicker-it.js: -------------------------------------------------------------------------------- 1 | /* Italian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Apaella (apaella@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['it'] = {clearText: 'Svuota', clearStatus: '', 5 | closeText: 'Chiudi', closeStatus: '', 6 | prevText: '<Prec', prevStatus: '', 7 | nextText: 'Succ>', nextStatus: '', 8 | currentText: 'Oggi', currentStatus: '', 9 | monthNames: ['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno', 10 | 'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'], 11 | monthNamesShort: ['Gen','Feb','Mar','Apr','Mag','Giu', 12 | 'Lug','Ago','Set','Ott','Nov','Dic'], 13 | monthStatus: '', yearStatus: '', 14 | weekHeader: 'Sm', weekStatus: '', 15 | dayNames: ['Domenica','Lunedì','Martedì','Mercoledì','Giovedì','Venerdì','Sabato'], 16 | dayNamesShort: ['Dom','Lun','Mar','Mer','Gio','Ven','Sab'], 17 | dayNamesMin: ['Do','Lu','Ma','Me','Gio','Ve','Sa'], 18 | dayStatus: 'DD', dateStatus: 'D, M d', 19 | dateFormat: 'dd/mm/yy', firstDay: 1, 20 | initStatus: '', isRTL: false}; 21 | $.datepicker.setDefaults($.datepicker.regional['it']); 22 | }); 23 | -------------------------------------------------------------------------------- /src/inc/js/i18n/ui.datepicker-uk.js: -------------------------------------------------------------------------------- 1 | /* Ukrainian (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Maxim Drogobitskiy (maxdao@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['uk'] = {clearText: 'Очистити', clearStatus: '', 5 | closeText: 'Закрити', closeStatus: '', 6 | prevText: '<<', prevStatus: '', 7 | nextText: '>>', nextStatus: '', 8 | currentText: 'Сьогодні', currentStatus: '', 9 | monthNames: ['Січень','Лютий','Березень','Квітень','Травень','Червень', 10 | 'Липень','Серпень','Вересень','Жовтень','Листопад','Грудень'], 11 | monthNamesShort: ['Січ','Лют','Бер','Кві','Тра','Чер', 12 | 'Лип','Сер','Вер','Жов','Лис','Гру'], 13 | monthStatus: '', yearStatus: '', 14 | weekHeader: 'Не', weekStatus: '', 15 | dayNames: ['неділя','понеділок','вівторок','середа','четвер','пятниця','суббота'], 16 | dayNamesShort: ['нед','пнд','вів','срд','чтв','птн','сбт'], 17 | dayNamesMin: ['Нд','Пн','Вт','Ср','Чт','Пт','Сб'], 18 | dayStatus: 'DD', dateStatus: 'D, M d', 19 | dateFormat: 'dd.mm.yy', firstDay: 1, 20 | initStatus: '', isRTL: false}; 21 | $.datepicker.setDefaults($.datepicker.regional['uk']); 22 | }); -------------------------------------------------------------------------------- /src/inc/js/i18n/ui.datepicker-hy.js: -------------------------------------------------------------------------------- 1 | /* Armenian(UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Levon Zakaryan (levon.zakaryan@gmail.com)*/ 3 | jQuery(function($){ 4 | $.datepicker.regional['hy'] = {clearText: 'Մաքրել', clearStatus: '', 5 | closeText: 'Փակել', closeStatus: '', 6 | prevText: '<Նախ.', prevStatus: '', 7 | nextText: 'Հաջ.>', nextStatus: '', 8 | currentText: 'Այսօր', currentStatus: '', 9 | monthNames: ['Հունվար','Փետրվար','Մարտ','Ապրիլ','Մայիս','Հունիս', 10 | 'Հուլիս','Օգոստոս','Սեպտեմբեր','Հոկտեմբեր','Նոյեմբեր','Դեկտեմբեր'], 11 | monthNamesShort: ['Հունվ','Փետր','Մարտ','Ապր','Մայիս','Հունիս', 12 | 'Հուլ','Օգս','Սեպ','Հոկ','Նոյ','Դեկ'], 13 | monthStatus: '', yearStatus: '', 14 | weekHeader: 'ՇԲՏ', weekStatus: '', 15 | dayNames: ['կիրակի','եկուշաբթի','երեքշաբթի','չորեքշաբթի','հինգշաբթի','ուրբաթ','շաբաթ'], 16 | dayNamesShort: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'], 17 | dayNamesMin: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'], 18 | dayStatus: 'DD', dateStatus: 'D, M d', 19 | dateFormat: 'dd.mm.yy', firstDay: 1, 20 | initStatus: '', isRTL: false}; 21 | $.datepicker.setDefaults($.datepicker.regional['hy']); 22 | }); -------------------------------------------------------------------------------- /src/inc/js/i18n/ui.datepicker-sv.js: -------------------------------------------------------------------------------- 1 | /* Swedish initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Anders Ekdahl ( anders@nomadiz.se). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['sv'] = {clearText: 'Rensa', clearStatus: '', 5 | closeText: 'Stäng', closeStatus: '', 6 | prevText: '«Förra', prevStatus: '', 7 | nextText: 'Nästa»', nextStatus: '', 8 | currentText: 'Idag', currentStatus: '', 9 | monthNames: ['Januari','Februari','Mars','April','Maj','Juni', 10 | 'Juli','Augusti','September','Oktober','November','December'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Dec'], 13 | monthStatus: '', yearStatus: '', 14 | weekHeader: 'Ve', weekStatus: '', 15 | dayNamesShort: ['Sön','Mån','Tis','Ons','Tor','Fre','Lör'], 16 | dayNames: ['Söndag','Måndag','Tisdag','Onsdag','Torsdag','Fredag','Lördag'], 17 | dayNamesMin: ['Sö','Må','Ti','On','To','Fr','Lö'], 18 | dayStatus: 'DD', dateStatus: 'D, M d', 19 | dateFormat: 'yy-mm-dd', firstDay: 1, 20 | initStatus: '', isRTL: false}; 21 | $.datepicker.setDefaults($.datepicker.regional['sv']); 22 | }); 23 | -------------------------------------------------------------------------------- /src/system/application/views/user/_other-speakers.php: -------------------------------------------------------------------------------- 1 | full_name)) ? $udata[0]->full_name : $udata[0]->username; 6 | ?> 7 |
    8 |

    9 |
    10 |

    11 | Here's just a few of the other great presenters that spoke alongside 12 | at other conferences. 13 |

    14 |
      15 | 0) { 22 | foreach ($content as $k=>$v) { 23 | if ($ct>$limit) { break; } 24 | $name=(!empty($v->full_name)) ? $v->full_name : $v->username; 25 | echo '
    • '.$name.''; 26 | $ct++; 27 | } 28 | } else { echo 'No related speakers or sessions!'; } 29 | ?> 30 |
    31 |
    32 |
    33 | -------------------------------------------------------------------------------- /src/inc/css/jquery-ui/theme/ui.dialog.css: -------------------------------------------------------------------------------- 1 | /* Dialog 2 | ----------------------------------*/ 3 | .ui-dialog { position: relative; padding: .2em; width: 300px; } 4 | .ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative; } 5 | .ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 6 | .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } 7 | .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } 8 | .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } 9 | .ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; } 10 | .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } 11 | .ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; } 12 | .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } 13 | .ui-draggable .ui-dialog-titlebar { cursor: move; } -------------------------------------------------------------------------------- /src/inc/js/i18n/ui.datepicker-lv.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Latvian (UTF-8) initialisation for the jQuery UI date picker plugin. 3 | * @author Arturas Paleicikas 4 | */ 5 | jQuery(function($){ 6 | $.datepicker.regional['lv'] = { 7 | clearText: 'Notīrīt', clearStatus: '', 8 | closeText: 'Aizvērt', closeStatus: '', 9 | prevText: 'Iepr', prevStatus: '', 10 | nextText: 'Nāka', nextStatus: '', 11 | currentText: 'Šodien', currentStatus: '', 12 | monthNames: ['Janvāris','Februāris','Marts','Aprīlis','Maijs','Jūnijs', 13 | 'Jūlijs','Augusts','Septembris','Oktobris','Novembris','Decembris'], 14 | monthNamesShort: ['Jan','Feb','Mar','Apr','Mai','Jūn', 15 | 'Jūl','Aug','Sep','Okt','Nov','Dec'], 16 | monthStatus: '', yearStatus: '', 17 | weekHeader: 'Nav', weekStatus: '', 18 | dayNames: ['svētdiena','pirmdiena','otrdiena','trešdiena','ceturtdiena','piektdiena','sestdiena'], 19 | dayNamesShort: ['svt','prm','otr','tre','ctr','pkt','sst'], 20 | dayNamesMin: ['Sv','Pr','Ot','Tr','Ct','Pk','Ss'], 21 | dayStatus: 'DD', dateStatus: 'D, M d', 22 | dateFormat: 'dd-mm-yy', firstDay: 1, 23 | initStatus: '', isRTL: false}; 24 | $.datepicker.setDefaults($.datepicker.regional['lv']); 25 | }); -------------------------------------------------------------------------------- /src/inc/js/i18n/ui.datepicker-no.js: -------------------------------------------------------------------------------- 1 | /* Norwegian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Naimdjon Takhirov (naimdjon@gmail.com). */ 3 | 4 | $(document).ready(function(){ 5 | $.datepicker.regional['no'] = {clearText: 'Tøm', clearStatus: '', 6 | closeText: 'Lukk', closeStatus: '', 7 | prevText: '«Forrige', prevStatus: '', 8 | nextText: 'Neste»', nextStatus: '', 9 | currentText: 'I dag', currentStatus: '', 10 | monthNames: ['Januar','Februar','Mars','April','Mai','Juni', 11 | 'Juli','August','September','Oktober','November','Desember'], 12 | monthNamesShort: ['Jan','Feb','Mar','Apr','Mai','Jun', 13 | 'Jul','Aug','Sep','Okt','Nov','Des'], 14 | monthStatus: '', yearStatus: '', 15 | weekHeader: 'Uke', weekStatus: '', 16 | dayNamesShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'], 17 | dayNames: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'], 18 | dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'], 19 | dayStatus: 'DD', dateStatus: 'D, M d', 20 | dateFormat: 'yy-mm-dd', firstDay: 0, 21 | initStatus: '', isRTL: false}; 22 | $.datepicker.setDefaults($.datepicker.regional['no']); 23 | }); 24 | -------------------------------------------------------------------------------- /src/inc/leaflet/leaflet.ie.css: -------------------------------------------------------------------------------- 1 | .leaflet-vml-shape { 2 | width: 1px; 3 | height: 1px; 4 | } 5 | .lvml { 6 | behavior: url(#default#VML); 7 | display: inline-block; 8 | position: absolute; 9 | } 10 | 11 | .leaflet-control { 12 | display: inline; 13 | } 14 | 15 | .leaflet-popup-tip { 16 | width: 21px; 17 | _width: 27px; 18 | margin: 0 auto; 19 | _margin-top: -3px; 20 | 21 | filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); 22 | -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"; 23 | } 24 | .leaflet-popup-tip-container { 25 | margin-top: -1px; 26 | } 27 | .leaflet-popup-content-wrapper, .leaflet-popup-tip { 28 | border: 1px solid #bbb; 29 | } 30 | 31 | .leaflet-control-zoom { 32 | filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3F000000',EndColorStr='#3F000000'); 33 | } 34 | .leaflet-control-zoom a { 35 | background-color: #eee; 36 | } 37 | .leaflet-control-zoom a:hover { 38 | background-color: #fff; 39 | } 40 | .leaflet-control-layers-toggle { 41 | } 42 | .leaflet-control-attribution, .leaflet-control-layers { 43 | background: white; 44 | } 45 | -------------------------------------------------------------------------------- /src/system/application/views/blog/view.php: -------------------------------------------------------------------------------- 1 | ID; 4 | if (isset($full_name)) { $this->validation->name=escape($full_name); } 5 | 6 | menu_pagetitle('Blog: ' . escape($v->title)); 7 | ?> 8 | 9 |
    10 | 11 |

    title?>

    12 | 13 |

    14 | Written date_posted); ?> at date_posted); ?> (author_id; ?>) 15 |

    16 | 17 |
    18 | content)); ?> 19 |
    20 |
    21 | 22 | 23 |

    24 | Edit post 25 | Delete post 26 |

    27 | 28 | 29 | session->flashdata('msg'); 32 | } 33 | if (!empty($msg)): 34 | ?> 35 | load->view('msg_info', array('msg' => $msg)); ?> 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /doc/codesniffer/JoindIn/ruleset.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | The Joind.in coding standard (similar to PEAR). 4 | 5 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /src/inc/js/i18n/ui.datepicker-hu.js: -------------------------------------------------------------------------------- 1 | /* Hungarian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Istvan Karaszi (jquerycalendar@spam.raszi.hu). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['hu'] = {clearText: 'törlés', clearStatus: '', 5 | closeText: 'bezárás', closeStatus: '', 6 | prevText: '« vissza', prevStatus: '', 7 | nextText: 'előre »', nextStatus: '', 8 | currentText: 'ma', currentStatus: '', 9 | monthNames: ['Január', 'Február', 'Március', 'Április', 'Május', 'Június', 10 | 'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December'], 11 | monthNamesShort: ['Jan', 'Feb', 'Már', 'Ápr', 'Máj', 'Jún', 12 | 'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec'], 13 | monthStatus: '', yearStatus: '', 14 | weekHeader: 'Hé', weekStatus: '', 15 | dayNames: ['Vasámap', 'Hétfö', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'], 16 | dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'], 17 | dayNamesMin: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'], 18 | dayStatus: 'DD', dateStatus: 'D, M d', 19 | dateFormat: 'yy-mm-dd', firstDay: 1, 20 | initStatus: '', isRTL: false}; 21 | $.datepicker.setDefaults($.datepicker.regional['hu']); 22 | }); 23 | -------------------------------------------------------------------------------- /src/inc/js/i18n/ui.datepicker-pt-BR.js: -------------------------------------------------------------------------------- 1 | /* Brazilian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Leonildo Costa Silva (leocsilva@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['pt-BR'] = {clearText: 'Limpar', clearStatus: '', 5 | closeText: 'Fechar', closeStatus: '', 6 | prevText: '<Anterior', prevStatus: '', 7 | nextText: 'Próximo>', nextStatus: '', 8 | currentText: 'Hoje', currentStatus: '', 9 | monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho', 10 | 'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'], 11 | monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun', 12 | 'Jul','Ago','Set','Out','Nov','Dez'], 13 | monthStatus: '', yearStatus: '', 14 | weekHeader: 'Sm', weekStatus: '', 15 | dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sabado'], 16 | dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sab'], 17 | dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sab'], 18 | dayStatus: 'DD', dateStatus: 'D, M d', 19 | dateFormat: 'dd/mm/yy', firstDay: 0, 20 | initStatus: '', isRTL: false}; 21 | $.datepicker.setDefaults($.datepicker.regional['pt-BR']); 22 | }); -------------------------------------------------------------------------------- /src/inc/js/i18n/ui.datepicker-lt.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Lithuanian (UTF-8) initialisation for the jQuery UI date picker plugin. 3 | * 4 | * @author Arturas Paleicikas 5 | */ 6 | jQuery(function($){ 7 | $.datepicker.regional['lt'] = {clearText: 'Išvalyti', clearStatus: '', 8 | closeText: 'Uždaryti', closeStatus: '', 9 | prevText: '<Atgal', prevStatus: '', 10 | nextText: 'Pirmyn>', nextStatus: '', 11 | currentText: 'Šiandien', currentStatus: '', 12 | monthNames: ['Sausis','Vasaris','Kovas','Balandis','Gegužė','Birželis', 13 | 'Liepa','Rugpjūtis','Rugsėjis','Spalis','Lapkritis','Gruodis'], 14 | monthNamesShort: ['Sau','Vas','Kov','Bal','Geg','Bir', 15 | 'Lie','Rugp','Rugs','Spa','Lap','Gru'], 16 | monthStatus: '', yearStatus: '', 17 | weekHeader: '', weekStatus: '', 18 | dayNames: ['sekmadienis','pirmadienis','antradienis','trečiadienis','ketvirtadienis','penktadienis','šeštadienis'], 19 | dayNamesShort: ['sek','pir','ant','tre','ket','pen','šeš'], 20 | dayNamesMin: ['Se','Pr','An','Tr','Ke','Pe','Še'], 21 | dayStatus: 'DD', dateStatus: 'D, M d', 22 | dateFormat: 'yy-mm-dd', firstDay: 1, 23 | initStatus: '', isRTL: false}; 24 | $.datepicker.setDefaults($.datepicker.regional['lt']); 25 | }); -------------------------------------------------------------------------------- /src/system/english/ftp_lang.php: -------------------------------------------------------------------------------- 1 | ci = &get_instance(); 13 | $this->ci->load->model('talks_model'); 14 | 15 | } 16 | protected function tearDown() 17 | { 18 | 19 | } 20 | 21 | //------------------ 22 | 23 | /** 24 | * Be sure that our claim information is returning the right speaker 25 | */ 26 | public function testHasValidTalkClaimDetail() 27 | { 28 | // Find a talk with at least one claim 29 | $result = $this->ci->db->get_where('talk_speaker',array( 30 | 'speaker_id >='=>'1' 31 | ))->result(); 32 | if (!is_array($result) || count($result) == 0) { 33 | $this->markTestSkipped("No talk with a claim in the DB"); 34 | } 35 | $talkId = $result[0]->talk_id; // first talk 36 | $claims = $this->ci->talks_model->talkClaimDetail($talkId); 37 | 38 | if (!is_array($claims) || count($claims) == 0) { 39 | $this->markTestSkipped("No suitable claim in the DB"); 40 | } 41 | $this->assertContains($result[0]->speaker_name,$claims[0]->speakers); 42 | } 43 | 44 | } 45 | 46 | ?> 47 | -------------------------------------------------------------------------------- /src/system/application/views/main/index.php: -------------------------------------------------------------------------------- 1 | 4 | 5 | 9 |
    10 |

    Welcome to joind.in! This is the site where event attendees can leave feedback on an event and its sessions. Do you have an opinion? Then register an account and share it!

    11 |
    12 | '

    ' 19 | ); 20 | $this->template->write_view('info_block', 'msg_info', $info, true); 21 | */ 22 | 23 | ?> 24 | 25 | 0): ?> 26 |
    27 |

    Hot Events More »

    28 | $v) { 30 | $this->load->view('event/_event-row', array('event'=>$v)); 31 | } 32 | ?> 33 |
    34 | 35 | 36 | 0): ?> 37 |
    38 |

    Popular Talks

    39 | $v) { 41 | $this->load->view('talk/_talk-row', array('talk'=>$v)); 42 | } 43 | ?> 44 |
    45 | User's Guide to Joind.in 2 | 3 |

    Registering an Account

    4 | 5 |

    It is free to register on joind.in, simply click on the "Register" button in the top right, and add your details.

    6 | 7 |

    Linking to Twitter

    8 | 9 |

    You can add your twitter account in your user profile, simply click on "Account" at the top right, then use the "Manage account" tab. Enter your twitter name and save the record. Sharing your twitter nick is a great way to find people on twitter at the same event as you

    10 | 11 |

    Adding an Avatar

    12 | 13 |

    All the avatar images on Joind.in are from Gravatar - simply register an avatar there (with the same email address you use for joind.in) and your avatar will appear on your account page and with all your comments on joind.in

    14 | 15 |

    I Forgot My Password/Username/Email Address

    16 | 17 |

    Don't panic! You can request a new password from any of the login forms, and you need to supply either your email or username to do this (if you're not certain of one, simply supply the other). If you get stuck or you've changed your email address or something, then let us know and we'll make sure you can get access to your account

    18 | -------------------------------------------------------------------------------- /src/inc/js/i18n/ui.datepicker-tr.js: -------------------------------------------------------------------------------- 1 | /* Turkish initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Izzet Emre Erkan (kara@karalamalar.net). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['tr'] = {clearText: 'temizle', clearStatus: 'geçerli tarihi temizler', 5 | closeText: 'kapat', closeStatus: 'sadece göstergeyi kapat', 6 | prevText: '<geri', prevStatus: 'önceki ayı göster', 7 | nextText: 'ileri>', nextStatus: 'sonraki ayı göster', 8 | currentText: 'bugün', currentStatus: '', 9 | monthNames: ['Ocak','Şubat','Mart','Nisan','Mayıs','Haziran', 10 | 'Temmuz','Ağustos','Eylül','Ekim','Kasım','Aralık'], 11 | monthNamesShort: ['Oca','Şub','Mar','Nis','May','Haz', 12 | 'Tem','Ağu','Eyl','Eki','Kas','Ara'], 13 | monthStatus: 'başka ay', yearStatus: 'başka yıl', 14 | weekHeader: 'Hf', weekStatus: 'Ayın haftaları', 15 | dayNames: ['Pazar','Pazartesi','Salı','Çarşamba','Perşembe','Cuma','Cumartesi'], 16 | dayNamesShort: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'], 17 | dayNamesMin: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'], 18 | dayStatus: 'Haftanın ilk gününü belirleyin', dateStatus: 'D, M d seçiniz', 19 | dateFormat: 'dd.mm.yy', firstDay: 1, 20 | initStatus: 'Bir tarih seçiniz', isRTL: false}; 21 | $.datepicker.setDefaults($.datepicker.regional['tr']); 22 | }); --------------------------------------------------------------------------------