├── README.txt ├── emptydoc.txt ├── manager ├── templates │ └── default │ │ ├── empty.tpl │ │ ├── element │ │ ├── tv │ │ │ ├── renders │ │ │ │ ├── inputproperties │ │ │ │ │ ├── url.tpl │ │ │ │ │ └── default.tpl │ │ │ │ └── properties │ │ │ │ │ └── default.tpl │ │ │ ├── create.tpl │ │ │ └── update.tpl │ │ ├── propertyset │ │ │ └── index.tpl │ │ ├── chunk │ │ │ ├── create.tpl │ │ │ └── update.tpl │ │ ├── plugin │ │ │ ├── create.tpl │ │ │ └── update.tpl │ │ ├── snippet │ │ │ ├── create.tpl │ │ │ └── update.tpl │ │ └── template │ │ │ ├── create.tpl │ │ │ └── update.tpl │ │ ├── images │ │ ├── restyle │ │ │ ├── icons │ │ │ │ ├── text_letterspacing.png │ │ │ │ ├── tv.png │ │ │ │ ├── chunk.png │ │ │ │ ├── css.png │ │ │ │ ├── cup.png │ │ │ │ ├── date.png │ │ │ │ ├── disk.png │ │ │ │ ├── feed.png │ │ │ │ ├── film.png │ │ │ │ ├── group.png │ │ │ │ ├── link.png │ │ │ │ ├── lock.png │ │ │ │ ├── lorry.png │ │ │ │ ├── rbtn.gif │ │ │ │ ├── ruby.png │ │ │ │ ├── table.png │ │ │ │ ├── trash.png │ │ │ │ ├── unzip.gif │ │ │ │ ├── user.png │ │ │ │ ├── context.png │ │ │ │ ├── folder.png │ │ │ │ ├── lock_go.png │ │ │ │ ├── package.png │ │ │ │ ├── picture.png │ │ │ │ ├── plugin.png │ │ │ │ ├── plugin2.png │ │ │ │ ├── refresh.png │ │ │ │ ├── snippet.png │ │ │ │ ├── symlink.png │ │ │ │ ├── user_go.png │ │ │ │ ├── weblink.gif │ │ │ │ ├── weblink.png │ │ │ │ ├── arrow_down.png │ │ │ │ ├── arrow_up.png │ │ │ │ ├── calendar.png │ │ │ │ ├── category.png │ │ │ │ ├── compress.png │ │ │ │ ├── computer.png │ │ │ │ ├── database.png │ │ │ │ ├── elements.png │ │ │ │ ├── elements2.png │ │ │ │ ├── folder_add.png │ │ │ │ ├── group_add.png │ │ │ │ ├── group_edit.png │ │ │ │ ├── html_valid.png │ │ │ │ ├── javascript.png │ │ │ │ ├── layout_add.png │ │ │ │ ├── link_add.png │ │ │ │ ├── link_break.png │ │ │ │ ├── lock_add.png │ │ │ │ ├── lock_break.png │ │ │ │ ├── lock_edit.png │ │ │ │ ├── lock_open.png │ │ │ │ ├── lorry_add.png │ │ │ │ ├── lorry_go.png │ │ │ │ ├── page_white.png │ │ │ │ ├── resources.png │ │ │ │ ├── sb_clear.png │ │ │ │ ├── sb_close.png │ │ │ │ ├── sb_expand.png │ │ │ │ ├── template.png │ │ │ │ ├── text_bold.png │ │ │ │ ├── trash_full.png │ │ │ │ ├── user_add.png │ │ │ │ └── user_edit.png │ │ │ ├── headers.jpg │ │ │ ├── fileup │ │ │ │ ├── done.gif │ │ │ │ ├── check.gif │ │ │ │ ├── failed.gif │ │ │ │ ├── reset.gif │ │ │ │ ├── file-add.gif │ │ │ │ ├── loading.gif │ │ │ │ └── uncheck.gif │ │ │ ├── header_sub.jpg │ │ │ ├── header_sub.png │ │ │ ├── i │ │ │ │ ├── bg-drop.png │ │ │ │ ├── bg-tree.png │ │ │ │ ├── collapse.png │ │ │ │ ├── corner-tree.png │ │ │ │ ├── bg-drop-last.png │ │ │ │ ├── corner-tree-16.png │ │ │ │ └── corner-tree-20.png │ │ │ ├── nopreview.jpg │ │ │ ├── bookMarkBar_bg.jpg │ │ │ ├── bookMarkBar_bg.png │ │ │ ├── contentArea_bg.jpg │ │ │ ├── contentArea_bg.png │ │ │ ├── header-partner.jpeg │ │ │ ├── header-utility.jpeg │ │ │ ├── resoucePanel_bg.png │ │ │ └── resourcePanel_bg.jpg │ │ ├── blank.png │ │ ├── _session.gif │ │ ├── tree │ │ │ ├── page.gif │ │ │ ├── empty.gif │ │ │ ├── folder.gif │ │ │ ├── globe.gif │ │ │ ├── trash.gif │ │ │ ├── link_go.png │ │ │ ├── minusnode.gif │ │ │ ├── page-css.gif │ │ │ ├── page-html.gif │ │ │ ├── page-js.gif │ │ │ ├── page-pdf.gif │ │ │ ├── page-xml.gif │ │ │ ├── plusnode.gif │ │ │ ├── sitemap.png │ │ │ ├── deletedpage.gif │ │ │ ├── folderopen.gif │ │ │ ├── page-blank.gif │ │ │ ├── page-secure.gif │ │ │ ├── trash_full.gif │ │ │ ├── deletedfolder.gif │ │ │ ├── deletedweblink.gif │ │ │ ├── filetree │ │ │ │ ├── cross.png │ │ │ │ ├── html.png │ │ │ │ ├── image.png │ │ │ │ ├── info.png │ │ │ │ ├── pps.png │ │ │ │ ├── sound.png │ │ │ │ ├── txt.png │ │ │ │ ├── video.png │ │ │ │ ├── zip.png │ │ │ │ ├── cdimage.png │ │ │ │ ├── delete.png │ │ │ │ ├── message.png │ │ │ │ ├── pencil.png │ │ │ │ ├── source.png │ │ │ │ ├── arrow_down.png │ │ │ │ ├── arrow_left.png │ │ │ │ ├── arrow_up.png │ │ │ │ ├── exec_wine.png │ │ │ │ ├── folder_add.png │ │ │ │ ├── java_src.png │ │ │ │ ├── quicktime.png │ │ │ │ ├── source_c.png │ │ │ │ ├── source_j.png │ │ │ │ ├── source_php.png │ │ │ │ ├── source_s.png │ │ │ │ ├── vcalendar.png │ │ │ │ └── vectorgfx.png │ │ │ └── deletedfolderopen.gif │ │ ├── credits │ │ │ ├── php.gif │ │ │ ├── dtree.gif │ │ │ ├── mysql.gif │ │ │ ├── webfx.gif │ │ │ └── penguin.gif │ │ ├── style │ │ │ ├── close.png │ │ │ ├── home.png │ │ │ ├── info.png │ │ │ ├── wait.gif │ │ │ ├── accept.png │ │ │ ├── delete.png │ │ │ ├── download.png │ │ │ ├── go-next.png │ │ │ ├── loading.gif │ │ │ ├── menu_sep.png │ │ │ ├── search.png │ │ │ ├── vtabs-bg.png │ │ │ ├── crumbs-bg.png │ │ │ ├── sidebar-bg.png │ │ │ ├── modx-logo-color.png │ │ │ ├── sidebar-tabs-bg.png │ │ │ ├── modx-logo-header.png │ │ │ └── separator │ │ │ │ └── menu_sep.png │ │ ├── form │ │ │ └── checkbox.png │ │ └── modx-theme │ │ │ ├── box │ │ │ ├── l.gif │ │ │ ├── r.gif │ │ │ ├── tb.gif │ │ │ ├── l-gray.gif │ │ │ ├── r-gray.gif │ │ │ ├── corners.gif │ │ │ └── tb-gray.gif │ │ │ ├── qtip │ │ │ ├── bg.gif │ │ │ └── close.gif │ │ │ ├── shadow-c.png │ │ │ ├── shadow.png │ │ │ ├── button │ │ │ ├── btn.gif │ │ │ └── arrow.gif │ │ │ ├── dd │ │ │ ├── drop-no.gif │ │ │ ├── drop-add.gif │ │ │ └── drop-yes.gif │ │ │ ├── gray-grad.png │ │ │ ├── grid │ │ │ ├── dirty.gif │ │ │ ├── columns.gif │ │ │ ├── group-by.gif │ │ │ ├── hd-pop.gif │ │ │ ├── loading.gif │ │ │ ├── refresh.gif │ │ │ ├── refresh.png │ │ │ ├── row-over.gif │ │ │ ├── sort-hd.gif │ │ │ └── sort_asc.gif │ │ │ ├── menu │ │ │ ├── menu.gif │ │ │ └── checked.gif │ │ │ ├── shadow-lr.png │ │ │ ├── toolbar │ │ │ ├── bg.gif │ │ │ ├── bg.png │ │ │ └── more.gif │ │ │ ├── tree │ │ │ ├── elbow.gif │ │ │ ├── leaf.gif │ │ │ ├── arrows.gif │ │ │ ├── drop-add.gif │ │ │ ├── drop-no.gif │ │ │ ├── drop-yes.gif │ │ │ ├── folder.gif │ │ │ └── loading.gif │ │ │ ├── form │ │ │ ├── calendar.png │ │ │ ├── dropdown.png │ │ │ ├── text-bg.gif │ │ │ ├── trigger.gif │ │ │ └── trigger.png │ │ │ └── window │ │ │ └── border.png │ │ ├── context │ │ ├── list.tpl │ │ └── update.tpl │ │ ├── search │ │ └── search.tpl │ │ ├── source │ │ ├── index.tpl │ │ └── update.tpl │ │ ├── resource │ │ ├── data.tpl │ │ └── site_schedule.tpl │ │ ├── security │ │ ├── forms │ │ │ ├── set.tpl │ │ │ ├── index.tpl │ │ │ └── profile.tpl │ │ ├── user │ │ │ ├── list.tpl │ │ │ ├── create.tpl │ │ │ └── update.tpl │ │ ├── message │ │ │ └── list.tpl │ │ ├── profile │ │ │ └── index.tpl │ │ ├── usergroup │ │ │ ├── create.tpl │ │ │ └── update.tpl │ │ ├── access │ │ │ ├── policy.tpl │ │ │ └── policy │ │ │ │ ├── update.tpl │ │ │ │ └── template │ │ │ │ └── update.tpl │ │ ├── permissions │ │ │ └── index.tpl │ │ └── resourcegroup │ │ │ └── index.tpl │ │ ├── system │ │ ├── action │ │ │ └── index.tpl │ │ ├── event │ │ │ └── list.tpl │ │ ├── file │ │ │ ├── edit.tpl │ │ │ └── create.tpl │ │ ├── import │ │ │ ├── html.tpl │ │ │ └── index.tpl │ │ ├── info.tpl │ │ ├── logs │ │ │ └── index.tpl │ │ ├── contenttype │ │ │ └── index.tpl │ │ ├── dashboards │ │ │ ├── create.tpl │ │ │ ├── index.tpl │ │ │ ├── update.tpl │ │ │ └── widget │ │ │ │ ├── create.tpl │ │ │ │ └── update.tpl │ │ └── settings │ │ │ └── index.tpl │ │ ├── workspaces │ │ ├── index.tpl │ │ ├── lexicon │ │ │ └── index.tpl │ │ ├── package │ │ │ └── view.tpl │ │ └── namespace │ │ │ └── index.tpl │ │ ├── footer.tpl │ │ ├── dashboard │ │ └── recentlyeditedresources.tpl │ │ └── welcome.tpl ├── ht.access ├── .gitignore ├── min │ └── ht.access ├── assets │ ├── modext │ │ └── _clipboard.swf │ └── ext3 │ │ └── resources │ │ ├── charts.swf │ │ ├── expressinstall.swf │ │ └── images │ │ ├── default │ │ ├── s.gif │ │ ├── box │ │ │ ├── l.gif │ │ │ ├── r.gif │ │ │ ├── tb.gif │ │ │ ├── corners.gif │ │ │ ├── l-blue.gif │ │ │ ├── r-blue.gif │ │ │ └── tb-blue.gif │ │ ├── qtip │ │ │ ├── bg.gif │ │ │ └── close.gif │ │ ├── shadow.png │ │ ├── tree │ │ │ ├── s.gif │ │ │ ├── leaf.gif │ │ │ ├── arrows.gif │ │ │ ├── drop-no.gif │ │ │ ├── elbow.gif │ │ │ ├── folder.gif │ │ │ └── loading.gif │ │ ├── grid │ │ │ ├── done.gif │ │ │ ├── wait.gif │ │ │ ├── columns.gif │ │ │ ├── dirty.gif │ │ │ ├── drop-no.gif │ │ │ ├── hd-pop.gif │ │ │ ├── loading.gif │ │ │ ├── mso-hd.gif │ │ │ ├── nowait.gif │ │ │ ├── refresh.gif │ │ │ ├── row-sel.gif │ │ │ ├── sort-hd.gif │ │ │ ├── drop-yes.gif │ │ │ ├── footer-bg.gif │ │ │ ├── grid-hrow.gif │ │ │ ├── group-by.gif │ │ │ ├── hmenu-asc.gif │ │ │ ├── page-last.gif │ │ │ ├── page-next.gif │ │ │ ├── page-prev.gif │ │ │ ├── row-over.gif │ │ │ ├── sort_asc.gif │ │ │ └── sort_desc.gif │ │ ├── menu │ │ │ ├── menu.gif │ │ │ ├── checked.gif │ │ │ ├── item-over.gif │ │ │ └── unchecked.gif │ │ ├── shadow-c.png │ │ ├── shadow-lr.png │ │ ├── button │ │ │ ├── arrow.gif │ │ │ ├── btn.gif │ │ │ └── s-arrow.gif │ │ ├── dd │ │ │ ├── drop-add.gif │ │ │ ├── drop-no.gif │ │ │ └── drop-yes.gif │ │ ├── form │ │ │ ├── radio.gif │ │ │ ├── text-bg.gif │ │ │ ├── trigger.gif │ │ │ └── checkbox.gif │ │ ├── gradient-bg.gif │ │ ├── layout │ │ │ ├── stick.gif │ │ │ ├── stuck.gif │ │ │ └── expand.gif │ │ ├── sizer │ │ │ └── square.gif │ │ ├── toolbar │ │ │ ├── bg.gif │ │ │ └── more.gif │ │ └── panel │ │ │ └── light-hd.gif │ │ └── access │ │ ├── box │ │ ├── l.gif │ │ ├── r.gif │ │ ├── tb.gif │ │ ├── l-blue.gif │ │ ├── r-blue.gif │ │ ├── corners.gif │ │ └── tb-blue.gif │ │ ├── tree │ │ ├── s.gif │ │ ├── elbow.gif │ │ ├── leaf.gif │ │ ├── arrows.gif │ │ ├── drop-add.gif │ │ ├── drop-no.gif │ │ ├── drop-yes.gif │ │ ├── folder.gif │ │ ├── loading.gif │ │ ├── drop-over.gif │ │ ├── drop-under.gif │ │ ├── elbow-end.gif │ │ ├── elbow-line.gif │ │ └── elbow-plus.gif │ │ ├── button │ │ ├── btn.gif │ │ ├── arrow.gif │ │ ├── group-cs.gif │ │ ├── group-lr.gif │ │ ├── group-tb.gif │ │ └── s-arrow.gif │ │ ├── form │ │ ├── radio.gif │ │ ├── checkbox.gif │ │ ├── text-bg.gif │ │ └── trigger.gif │ │ ├── grid │ │ ├── dirty.gif │ │ ├── done.gif │ │ ├── wait.gif │ │ ├── columns.gif │ │ ├── drop-no.gif │ │ ├── drop-yes.gif │ │ ├── group-by.gif │ │ ├── hd-pop.gif │ │ ├── loading.gif │ │ ├── mso-hd.gif │ │ ├── nowait.gif │ │ ├── refresh.gif │ │ ├── row-over.gif │ │ ├── row-sel.gif │ │ ├── sort-hd.gif │ │ ├── sort_asc.gif │ │ ├── footer-bg.gif │ │ ├── grid-hrow.gif │ │ ├── grid-split.gif │ │ ├── grid3-hrow.gif │ │ ├── hmenu-asc.gif │ │ ├── hmenu-desc.gif │ │ ├── hmenu-lock.gif │ │ ├── hmenu-lock.png │ │ ├── page-first.gif │ │ ├── page-last.gif │ │ ├── page-next.gif │ │ ├── page-prev.gif │ │ └── sort_desc.gif │ │ ├── menu │ │ ├── menu.gif │ │ ├── checked.gif │ │ ├── item-over.gif │ │ └── unchecked.gif │ │ ├── qtip │ │ ├── close.gif │ │ └── tip-sprite.gif │ │ ├── toolbar │ │ ├── bg.gif │ │ ├── more.gif │ │ └── gray-bg.gif │ │ ├── sizer │ │ ├── square.gif │ │ ├── e-handle.gif │ │ ├── ne-handle.gif │ │ ├── nw-handle.gif │ │ ├── s-handle.gif │ │ ├── se-handle.gif │ │ └── sw-handle.gif │ │ ├── panel │ │ └── light-hd.gif │ │ ├── shared │ │ ├── glass-bg.gif │ │ └── left-btn.gif │ │ └── tabs │ │ └── tab-close.gif └── controllers │ ├── config.core │ └── default │ └── footer.php ├── core ├── .gitignore ├── model │ ├── phpthumb │ │ ├── index.php │ │ ├── phpthumb.filters.php │ │ └── phpthumb.unsharp.php │ ├── modx │ │ ├── registry │ │ │ └── db │ │ │ │ ├── metadata.mysql.php │ │ │ │ └── metadata.sqlsrv.php │ │ ├── transport │ │ │ ├── metadata.mysql.php │ │ │ └── metadata.sqlsrv.php │ │ ├── mail │ │ │ └── phpmailer │ │ │ │ └── README │ │ ├── processors │ │ │ └── system │ │ │ │ └── clearcache.class.php │ │ ├── modaccesstemplatevar.class.php │ │ └── modaccessiblesimpleobject.class.php │ └── aws │ │ └── lib │ │ └── cachecore │ │ ├── README │ │ └── _sql │ │ └── sqlite3.sql ├── xpdo │ └── .gitignore ├── cache │ └── .gitignore ├── config │ └── .gitignore ├── docs │ └── index.html ├── export │ └── .gitignore ├── import │ └── .gitignore ├── lexicon │ ├── index.html │ ├── nl │ │ ├── menu.inc.php │ │ ├── import.inc.php │ │ ├── messages.inc.php │ │ └── package_builder.inc.php │ ├── country │ │ ├── fr.inc.php │ │ └── it.inc.php │ └── it │ │ └── export.inc.php ├── packages │ ├── .gitignore │ ├── wayfinder-2.3.3-pl │ │ └── modSnippet │ │ │ └── f60ad37c018f54d4d06ac4c6b2d062db │ │ │ └── 0 │ │ │ └── wayfinder │ │ │ └── configs │ │ │ └── default.config.php │ ├── formit-2.0.3-pl │ │ └── modCategory │ │ │ └── bca035e8bdce436ead8d721781ea3cff │ │ │ └── 0 │ │ │ └── formit │ │ │ ├── elements │ │ │ └── chunks │ │ │ │ ├── email.chunk.tpl │ │ │ │ ├── option.chunk.tpl │ │ │ │ └── optgroup.chunk.tpl │ │ │ └── test │ │ │ ├── config.sample.inc.php │ │ │ └── hooks │ │ │ ├── pre │ │ │ └── prehooktest.setvalue.php │ │ │ └── post │ │ │ ├── posthooktest.fail.php │ │ │ └── posthooktest.redirecturl.php │ ├── core.transport.zip │ ├── tinymce-4.3.1-pl │ │ └── modPlugin │ │ │ └── 2e175a8893942319887eba8543e37325 │ │ │ ├── 0 │ │ │ └── tinymce │ │ │ │ ├── jscripts │ │ │ │ └── tiny_mce │ │ │ │ │ └── plugins │ │ │ │ │ ├── safari │ │ │ │ │ └── blank.htm │ │ │ │ │ └── wordc │ │ │ │ │ └── langs │ │ │ │ │ ├── en_dlg.js │ │ │ │ │ ├── fr_dlg.js │ │ │ │ │ ├── id_dlg.js │ │ │ │ │ ├── ru_dlg.js │ │ │ │ │ ├── uk_dlg.js │ │ │ │ │ ├── de_dlg.js │ │ │ │ │ ├── ja_dlg.js │ │ │ │ │ └── nl_dlg.js │ │ │ │ └── index.html │ │ │ └── 1 │ │ │ └── tinymce │ │ │ ├── docs │ │ │ └── readme.txt │ │ │ └── index.html │ ├── tinymce-4.3.2-pl │ │ └── modPlugin │ │ │ └── 5e360579b6b643450ca1fc1839622d56 │ │ │ ├── 0 │ │ │ └── tinymce │ │ │ │ ├── jscripts │ │ │ │ └── tiny_mce │ │ │ │ │ └── plugins │ │ │ │ │ ├── safari │ │ │ │ │ └── blank.htm │ │ │ │ │ └── wordc │ │ │ │ │ └── langs │ │ │ │ │ ├── en_dlg.js │ │ │ │ │ ├── fr_dlg.js │ │ │ │ │ ├── id_dlg.js │ │ │ │ │ ├── ru_dlg.js │ │ │ │ │ ├── uk_dlg.js │ │ │ │ │ ├── de_dlg.js │ │ │ │ │ ├── ja_dlg.js │ │ │ │ │ └── nl_dlg.js │ │ │ │ └── index.html │ │ │ └── 1 │ │ │ └── tinymce │ │ │ ├── docs │ │ │ └── readme.txt │ │ │ └── index.html │ ├── formit-2.0.3-pl.transport.zip │ ├── gmaps-1.0.3-pl.transport.zip │ ├── tinymce-4.3.1-pl.transport.zip │ ├── tinymce-4.3.2-pl.transport.zip │ └── wayfinder-2.3.3-pl.transport.zip └── ht.access ├── connectors ├── .gitignore ├── browser │ ├── index.php │ ├── file.php │ └── directory.php ├── context │ ├── index.php │ └── setting.php ├── element │ ├── index.php │ ├── tv.php │ ├── view.php │ ├── chunk.php │ ├── plugin.php │ ├── snippet.php │ ├── category.php │ ├── template.php │ ├── propertyset.php │ ├── tv │ │ ├── renders.php │ │ ├── widget.php │ │ ├── inputtype.php │ │ ├── template.php │ │ └── resourcegroup.php │ ├── plugin │ │ └── event.php │ └── template │ │ └── tv.php ├── source │ ├── index.php │ └── type.php ├── system │ ├── index.php │ ├── log.php │ ├── rte.php │ ├── event.php │ ├── menu.php │ ├── action.php │ ├── charset.php │ ├── classmap.php │ ├── country.php │ ├── errorlog.php │ ├── language.php │ ├── settings.php │ ├── dashboard.php │ ├── contenttype.php │ ├── derivatives.php │ ├── activeresource.php │ ├── databasetables.php │ ├── dashboard │ │ └── widget.php │ ├── remove_locks.php │ ├── import │ │ └── html.php │ └── registry │ │ └── register.php ├── resource │ ├── index.php │ ├── event.php │ ├── locks.php │ └── resourcegroup.php ├── security │ ├── group.php │ ├── role.php │ ├── user.php │ ├── message.php │ ├── profile.php │ ├── access │ │ ├── index.php │ │ └── policy.php │ ├── flush.php │ ├── forms │ │ ├── set.php │ │ ├── rule.php │ │ └── profile.php │ ├── logout.php │ ├── documentgroup.php │ ├── resourcegroup.php │ ├── user │ │ ├── group.php │ │ └── setting.php │ └── usergroup │ │ ├── index.php │ │ └── user.php ├── workspace │ ├── index.php │ ├── namespace.php │ ├── packages.php │ ├── providers.php │ ├── builder │ │ ├── index.php │ │ └── vehicle.php │ ├── lexicon │ │ ├── index.php │ │ └── topic.php │ ├── package │ │ ├── index.php │ │ └── version.php │ └── packages-rest.php └── layout │ └── tree │ ├── element.php │ ├── resource.php │ └── file.php ├── setup ├── provisioner │ └── bootstrap.php └── assets │ ├── modx_scripts.css │ ├── css │ ├── 12_col.gif │ └── 16_col.gif │ ├── images │ ├── headers.jpg │ ├── icon_ok.gif │ ├── icon_core.png │ ├── icon_rss.png │ ├── img_info.gif │ ├── meta_down.gif │ ├── modx-logo.png │ ├── bg-pattern.png │ ├── bullet_grey.gif │ ├── icon_server.png │ ├── icon_warning.png │ ├── im_new_inst.gif │ ├── im_resources.gif │ ├── link_button.jpg │ ├── modx_footer.jpg │ ├── quote_bubble.png │ ├── sidebox_top.gif │ ├── footer_textbox.jpg │ ├── icon_designer.png │ ├── icon_developer.png │ ├── meta_separator.gif │ ├── rssbox_bottom.gif │ ├── sidebox_bottom.gif │ ├── subnav_buttons.jpg │ ├── footer_fold_top.jpg │ ├── footer_separator.gif │ ├── header_background.png │ ├── icon_open_source.png │ ├── icon_screencasts.png │ ├── im_inst_upgrade.gif │ ├── mainnav_buttons.jpg │ ├── modx_logo_header.png │ ├── rssbox_separator.gif │ ├── search_background.jpg │ ├── search_go_hover.jpg │ ├── whatwhyhow_arrow.png │ ├── footer_fold_bottom.jpg │ ├── icon_features_list.png │ ├── link_button_footer.jpg │ ├── modx_mgr_screenshot.png │ ├── box_header_background.png │ ├── downloadbar_background.png │ ├── downloadbar_separator.png │ ├── icon_empty_screenshot.png │ ├── screencast_placeholder.png │ ├── whatwhyhow_background.jpg │ └── img_inquisitor │ │ ├── as_pointer.gif │ │ ├── hl_corner_bl.gif │ │ ├── hl_corner_br.gif │ │ ├── hl_corner_tl.gif │ │ ├── hl_corner_tr.gif │ │ ├── ul_corner_bl.gif │ │ ├── ul_corner_br.gif │ │ ├── ul_corner_tl.gif │ │ └── ul_corner_tr.gif │ └── js │ └── inc │ ├── blank.gif │ └── clear.gif ├── assets ├── components │ ├── tinymce │ │ ├── jscripts │ │ │ ├── tiny_mce │ │ │ │ └── plugins │ │ │ │ │ ├── safari │ │ │ │ │ └── blank.htm │ │ │ │ │ ├── wordc │ │ │ │ │ └── langs │ │ │ │ │ │ ├── en_dlg.js │ │ │ │ │ │ ├── fr_dlg.js │ │ │ │ │ │ ├── id_dlg.js │ │ │ │ │ │ ├── ru_dlg.js │ │ │ │ │ │ ├── uk_dlg.js │ │ │ │ │ │ ├── de_dlg.js │ │ │ │ │ │ ├── nl_dlg.js │ │ │ │ │ │ └── ja_dlg.js │ │ │ │ │ ├── modxlink │ │ │ │ │ └── langs │ │ │ │ │ │ ├── ar.js │ │ │ │ │ │ ├── az.js │ │ │ │ │ │ ├── be.js │ │ │ │ │ │ ├── bg.js │ │ │ │ │ │ ├── bn.js │ │ │ │ │ │ ├── br.js │ │ │ │ │ │ ├── bs.js │ │ │ │ │ │ ├── ca.js │ │ │ │ │ │ ├── ch.js │ │ │ │ │ │ ├── cs.js │ │ │ │ │ │ ├── cy.js │ │ │ │ │ │ ├── da.js │ │ │ │ │ │ ├── dv.js │ │ │ │ │ │ ├── el.js │ │ │ │ │ │ ├── en.js │ │ │ │ │ │ ├── es.js │ │ │ │ │ │ ├── et.js │ │ │ │ │ │ ├── eu.js │ │ │ │ │ │ ├── fa.js │ │ │ │ │ │ ├── fi.js │ │ │ │ │ │ ├── fr.js │ │ │ │ │ │ ├── gl.js │ │ │ │ │ │ ├── gu.js │ │ │ │ │ │ ├── he.js │ │ │ │ │ │ ├── hi.js │ │ │ │ │ │ ├── hr.js │ │ │ │ │ │ ├── hu.js │ │ │ │ │ │ ├── hy.js │ │ │ │ │ │ ├── ia.js │ │ │ │ │ │ ├── id.js │ │ │ │ │ │ ├── ii.js │ │ │ │ │ │ ├── is.js │ │ │ │ │ │ ├── it.js │ │ │ │ │ │ ├── ja.js │ │ │ │ │ │ ├── ka.js │ │ │ │ │ │ ├── kl.js │ │ │ │ │ │ ├── ko.js │ │ │ │ │ │ ├── lb.js │ │ │ │ │ │ ├── lt.js │ │ │ │ │ │ ├── lv.js │ │ │ │ │ │ ├── ly.js │ │ │ │ │ │ ├── mk.js │ │ │ │ │ │ ├── ml.js │ │ │ │ │ │ ├── mn.js │ │ │ │ │ │ ├── ms.js │ │ │ │ │ │ ├── nb.js │ │ │ │ │ │ ├── nl.js │ │ │ │ │ │ ├── nn.js │ │ │ │ │ │ ├── no.js │ │ │ │ │ │ ├── pl.js │ │ │ │ │ │ ├── ps.js │ │ │ │ │ │ ├── pt.js │ │ │ │ │ │ ├── ro.js │ │ │ │ │ │ ├── ru.js │ │ │ │ │ │ ├── sc.js │ │ │ │ │ │ ├── se.js │ │ │ │ │ │ ├── si.js │ │ │ │ │ │ ├── sk.js │ │ │ │ │ │ ├── sl.js │ │ │ │ │ │ ├── sq.js │ │ │ │ │ │ ├── sr.js │ │ │ │ │ │ ├── sv.js │ │ │ │ │ │ ├── ta.js │ │ │ │ │ │ ├── te.js │ │ │ │ │ │ ├── th.js │ │ │ │ │ │ ├── tr.js │ │ │ │ │ │ ├── tt.js │ │ │ │ │ │ ├── tw.js │ │ │ │ │ │ ├── uk.js │ │ │ │ │ │ ├── ur.js │ │ │ │ │ │ ├── vi.js │ │ │ │ │ │ ├── zh.js │ │ │ │ │ │ ├── zu.js │ │ │ │ │ │ └── de.js │ │ │ │ │ ├── advhr │ │ │ │ │ └── langs │ │ │ │ │ │ ├── de_dlg.js │ │ │ │ │ │ ├── fr_dlg.js │ │ │ │ │ │ ├── id_dlg.js │ │ │ │ │ │ ├── nl_dlg.js │ │ │ │ │ │ ├── ja_dlg.js │ │ │ │ │ │ └── en_dlg.js │ │ │ │ │ ├── example │ │ │ │ │ └── langs │ │ │ │ │ │ ├── en.js │ │ │ │ │ │ └── en_dlg.js │ │ │ │ │ └── spellchecker │ │ │ │ │ └── css │ │ │ │ │ └── content.css │ │ │ └── autocomplete │ │ │ │ └── indicator.gif │ │ └── index.html │ └── gmaps │ │ └── beachflag │ │ ├── beachflag.png │ │ └── beachflag_shadow.png ├── Images │ ├── 4ILY.jpg │ └── Thumbs.db └── templates │ └── Resolved │ └── images │ ├── img01.gif │ └── img02.gif └── .gitmodules /README.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /emptydoc.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /manager/templates/default/empty.tpl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /manager/ht.access: -------------------------------------------------------------------------------- 1 | RewriteEngine Off 2 | -------------------------------------------------------------------------------- /core/.gitignore: -------------------------------------------------------------------------------- 1 | .htaccess 2 | /components/ 3 | -------------------------------------------------------------------------------- /manager/.gitignore: -------------------------------------------------------------------------------- 1 | .htaccess 2 | config.core.php 3 | -------------------------------------------------------------------------------- /connectors/.gitignore: -------------------------------------------------------------------------------- 1 | config.core.php 2 | # /components/ 3 | -------------------------------------------------------------------------------- /manager/templates/default/element/tv/renders/inputproperties/url.tpl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /core/model/phpthumb/index.php: -------------------------------------------------------------------------------- 1 | Not yet implemented'); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/safari/blank.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /manager/templates/default/context/list.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/context/update.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/search/search.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/source/index.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/source/update.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/resource/data.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/security/forms/set.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/security/user/list.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/system/action/index.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/system/event/list.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/system/file/edit.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/system/import/html.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/system/info.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/workspaces/index.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /core/cache/.gitignore: -------------------------------------------------------------------------------- 1 | # ignore everything 2 | * 3 | # except .gitignore 4 | !.gitignore 5 | -------------------------------------------------------------------------------- /core/config/.gitignore: -------------------------------------------------------------------------------- 1 | # ignore everything 2 | * 3 | # except .gitignore 4 | !.gitignore 5 | -------------------------------------------------------------------------------- /core/docs/index.html: -------------------------------------------------------------------------------- 1 |

Unauthorized access

2 | You're not allowed to access file folder -------------------------------------------------------------------------------- /core/model/modx/registry/db/metadata.mysql.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /manager/templates/default/security/message/list.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/security/profile/index.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/system/file/create.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/system/import/index.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/system/logs/index.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/workspaces/lexicon/index.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/workspaces/package/view.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /core/export/.gitignore: -------------------------------------------------------------------------------- 1 | # ignore everything 2 | # * 3 | # except .gitignore 4 | !.gitignore 5 | -------------------------------------------------------------------------------- /core/import/.gitignore: -------------------------------------------------------------------------------- 1 | # ignore everything 2 | # * 3 | # except .gitignore 4 | !.gitignore 5 | -------------------------------------------------------------------------------- /core/lexicon/index.html: -------------------------------------------------------------------------------- 1 |

Unauthorized access

2 | You're not allowed to access file folder -------------------------------------------------------------------------------- /core/packages/.gitignore: -------------------------------------------------------------------------------- 1 | # ignore everything 2 | # * 3 | # except .gitignore 4 | # !.gitignore 5 | -------------------------------------------------------------------------------- /manager/templates/default/security/forms/profile.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/security/usergroup/create.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/security/usergroup/update.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/system/contenttype/index.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/system/dashboards/create.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/system/dashboards/index.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/system/dashboards/update.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/system/settings/index.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/workspaces/namespace/index.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/element/propertyset/index.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/resource/site_schedule.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/security/access/policy.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/security/permissions/index.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/element/tv/create.tpl: -------------------------------------------------------------------------------- 1 |
2 | {$onTVFormPrerender} -------------------------------------------------------------------------------- /manager/templates/default/element/tv/update.tpl: -------------------------------------------------------------------------------- 1 |
2 | {$onTVFormPrerender} -------------------------------------------------------------------------------- /manager/templates/default/footer.tpl: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /manager/templates/default/security/access/policy/update.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/security/resourcegroup/index.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /assets/components/tinymce/index.html: -------------------------------------------------------------------------------- 1 |

Unauthorized access

2 | You're not allowed to access file folder -------------------------------------------------------------------------------- /core/ht.access: -------------------------------------------------------------------------------- 1 | IndexIgnore */* 2 | 3 | Order Deny,Allow 4 | Deny from all 5 | 6 | -------------------------------------------------------------------------------- /manager/templates/default/security/user/create.tpl: -------------------------------------------------------------------------------- 1 | {$OnUserFormPrerender} 2 |
-------------------------------------------------------------------------------- /manager/templates/default/security/user/update.tpl: -------------------------------------------------------------------------------- 1 | {$OnUserFormPrerender} 2 |
-------------------------------------------------------------------------------- /manager/templates/default/system/dashboards/widget/create.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /manager/templates/default/system/dashboards/widget/update.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /setup/assets/modx_scripts.css: -------------------------------------------------------------------------------- 1 | #whatwhyhow-answers h2, #whatwhyhow-questions a { 2 | visibility: hidden; 3 | } -------------------------------------------------------------------------------- /assets/Images/4ILY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/assets/Images/4ILY.jpg -------------------------------------------------------------------------------- /assets/Images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/assets/Images/Thumbs.db -------------------------------------------------------------------------------- /manager/templates/default/element/chunk/create.tpl: -------------------------------------------------------------------------------- 1 |
2 | {$onChunkFormPrerender} -------------------------------------------------------------------------------- /manager/templates/default/element/chunk/update.tpl: -------------------------------------------------------------------------------- 1 |
2 | {$onChunkFormPrerender} -------------------------------------------------------------------------------- /manager/templates/default/element/plugin/create.tpl: -------------------------------------------------------------------------------- 1 |
2 | {$onPluginFormPrerender} -------------------------------------------------------------------------------- /manager/templates/default/element/plugin/update.tpl: -------------------------------------------------------------------------------- 1 |
2 | {$onPluginFormPrerender} -------------------------------------------------------------------------------- /manager/templates/default/element/snippet/create.tpl: -------------------------------------------------------------------------------- 1 |
2 | {$onSnipFormPrerender} -------------------------------------------------------------------------------- /manager/templates/default/element/snippet/update.tpl: -------------------------------------------------------------------------------- 1 |
2 | {$onSnipFormPrerender} -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/wordc/langs/en_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('en.wordcount',{words:"Words: "}); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/wordc/langs/fr_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('fr.wordcount',{words:"Mots:"}); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/wordc/langs/id_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('id.wordcount',{words:"Words: "}); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/wordc/langs/ru_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ru.wordcount',{words:"Words: "}); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/wordc/langs/uk_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('uk.wordcount',{words:"Words: "}); -------------------------------------------------------------------------------- /manager/templates/default/element/template/create.tpl: -------------------------------------------------------------------------------- 1 |
2 | {$onTempFormPrerender} -------------------------------------------------------------------------------- /manager/templates/default/element/template/update.tpl: -------------------------------------------------------------------------------- 1 |
2 | {$onTempFormPrerender} -------------------------------------------------------------------------------- /manager/templates/default/security/access/policy/template/update.tpl: -------------------------------------------------------------------------------- 1 |
-------------------------------------------------------------------------------- /core/lexicon/nl/menu.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/core/lexicon/nl/menu.inc.php -------------------------------------------------------------------------------- /core/packages/wayfinder-2.3.3-pl/modSnippet/f60ad37c018f54d4d06ac4c6b2d062db/0/wayfinder/configs/default.config.php: -------------------------------------------------------------------------------- 1 | [[+fields]]

-------------------------------------------------------------------------------- /manager/min/ht.access: -------------------------------------------------------------------------------- 1 | 2 | RewriteEngine on 3 | RewriteRule ^([a-z]=.*) index.php?$1 [L,NE] 4 | -------------------------------------------------------------------------------- /setup/assets/images/headers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/headers.jpg -------------------------------------------------------------------------------- /setup/assets/images/icon_ok.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/icon_ok.gif -------------------------------------------------------------------------------- /setup/assets/js/inc/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/js/inc/blank.gif -------------------------------------------------------------------------------- /setup/assets/js/inc/clear.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/js/inc/clear.gif -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/wordc/langs/ja_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ja.wordcount',{words:"\u5358\u8a9e\u6570"}); -------------------------------------------------------------------------------- /core/lexicon/nl/messages.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/core/lexicon/nl/messages.inc.php -------------------------------------------------------------------------------- /core/model/aws/lib/cachecore/README: -------------------------------------------------------------------------------- 1 | A simple caching system for PHP5 that provides a single interface for a variety of storage types. 2 | -------------------------------------------------------------------------------- /core/packages/core.transport.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/core/packages/core.transport.zip -------------------------------------------------------------------------------- /setup/assets/images/icon_core.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/icon_core.png -------------------------------------------------------------------------------- /setup/assets/images/icon_rss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/icon_rss.png -------------------------------------------------------------------------------- /setup/assets/images/img_info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/img_info.gif -------------------------------------------------------------------------------- /setup/assets/images/meta_down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/meta_down.gif -------------------------------------------------------------------------------- /setup/assets/images/modx-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/modx-logo.png -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.1-pl/modPlugin/2e175a8893942319887eba8543e37325/0/tinymce/jscripts/tiny_mce/plugins/safari/blank.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.2-pl/modPlugin/5e360579b6b643450ca1fc1839622d56/0/tinymce/jscripts/tiny_mce/plugins/safari/blank.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /manager/assets/modext/_clipboard.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/modext/_clipboard.swf -------------------------------------------------------------------------------- /manager/controllers/config.core: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /setup/assets/images/bg-pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/bg-pattern.png -------------------------------------------------------------------------------- /setup/assets/images/bullet_grey.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/bullet_grey.gif -------------------------------------------------------------------------------- /setup/assets/images/icon_server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/icon_server.png -------------------------------------------------------------------------------- /setup/assets/images/icon_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/icon_warning.png -------------------------------------------------------------------------------- /setup/assets/images/im_new_inst.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/im_new_inst.gif -------------------------------------------------------------------------------- /setup/assets/images/im_resources.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/im_resources.gif -------------------------------------------------------------------------------- /setup/assets/images/link_button.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/link_button.jpg -------------------------------------------------------------------------------- /setup/assets/images/modx_footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/modx_footer.jpg -------------------------------------------------------------------------------- /setup/assets/images/quote_bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/quote_bubble.png -------------------------------------------------------------------------------- /setup/assets/images/sidebox_top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/sidebox_top.gif -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/ar.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ar.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/az.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('az.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/be.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('be.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/bg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('bg.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/bn.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('bn.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/br.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('br.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/bs.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('bs.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/ca.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ca.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/ch.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ch.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/cs.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('cs.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/cy.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('cy.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/da.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('da.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/dv.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('dv.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/el.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('el.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/en.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('en.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/es.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('es.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/et.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('et.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/eu.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('eu.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/fa.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('fa.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/fi.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('fi.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/fr.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('fr.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/gl.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('gl.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/gu.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('gu.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/he.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('he.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/hi.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('hi.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/hr.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('hr.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/hu.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('hu.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/hy.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('hy.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/ia.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ia.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/id.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('id.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/ii.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ii.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/is.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('is.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/it.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('it.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/ja.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ja.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/ka.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ka.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/kl.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('kl.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/ko.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ko.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/lb.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('lb.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/lt.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('lt.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/lv.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('lv.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/ly.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ly.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/mk.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('mk.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/ml.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ml.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/mn.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('mn.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/ms.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ms.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/nb.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('nb.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/nl.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('nl.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/nn.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('nn.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/no.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('no.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/pl.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('pl.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/ps.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ps.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/pt.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('pt.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/ro.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ro.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/ru.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ru.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/sc.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('sc.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/se.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('se.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/si.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('si.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/sk.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('sk.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/sl.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('sl.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/sq.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('sq.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/sr.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('sr.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/sv.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('sv.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/ta.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ta.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/te.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('te.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/th.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('th.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/tr.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('tr.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/tt.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('tt.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/tw.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('tw.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/uk.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('uk.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/ur.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ur.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/vi.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('vi.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/zh.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('zh.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/zu.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('zu.modxlink',{ 2 | link_desc:"Insert/edit link" 3 | }); -------------------------------------------------------------------------------- /core/model/aws/lib/cachecore/_sql/sqlite3.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE cache (id TEXT, expires NUMERIC, data BLOB); 2 | CREATE UNIQUE INDEX idx ON cache(id ASC); -------------------------------------------------------------------------------- /core/model/modx/mail/phpmailer/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/core/model/modx/mail/phpmailer/README -------------------------------------------------------------------------------- /setup/assets/images/footer_textbox.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/footer_textbox.jpg -------------------------------------------------------------------------------- /setup/assets/images/icon_designer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/icon_designer.png -------------------------------------------------------------------------------- /setup/assets/images/icon_developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/icon_developer.png -------------------------------------------------------------------------------- /setup/assets/images/meta_separator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/meta_separator.gif -------------------------------------------------------------------------------- /setup/assets/images/rssbox_bottom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/rssbox_bottom.gif -------------------------------------------------------------------------------- /setup/assets/images/sidebox_bottom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/sidebox_bottom.gif -------------------------------------------------------------------------------- /setup/assets/images/subnav_buttons.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/subnav_buttons.jpg -------------------------------------------------------------------------------- /core/lexicon/nl/package_builder.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/core/lexicon/nl/package_builder.inc.php -------------------------------------------------------------------------------- /core/model/phpthumb/phpthumb.filters.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/core/model/phpthumb/phpthumb.filters.php -------------------------------------------------------------------------------- /core/model/phpthumb/phpthumb.unsharp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/core/model/phpthumb/phpthumb.unsharp.php -------------------------------------------------------------------------------- /manager/assets/ext3/resources/charts.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/charts.swf -------------------------------------------------------------------------------- /manager/controllers/default/footer.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'browser')); -------------------------------------------------------------------------------- /connectors/context/index.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'context')); -------------------------------------------------------------------------------- /connectors/element/index.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'element')); -------------------------------------------------------------------------------- /connectors/element/tv.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'element/tv')); -------------------------------------------------------------------------------- /connectors/element/view.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'element')); -------------------------------------------------------------------------------- /connectors/source/index.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'source')); -------------------------------------------------------------------------------- /connectors/system/index.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system')); -------------------------------------------------------------------------------- /connectors/system/log.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system/log')); -------------------------------------------------------------------------------- /connectors/system/rte.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system/rte')); -------------------------------------------------------------------------------- /core/packages/formit-2.0.3-pl.transport.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/core/packages/formit-2.0.3-pl.transport.zip -------------------------------------------------------------------------------- /core/packages/gmaps-1.0.3-pl.transport.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/core/packages/gmaps-1.0.3-pl.transport.zip -------------------------------------------------------------------------------- /manager/templates/default/dashboard/recentlyeditedresources.tpl: -------------------------------------------------------------------------------- 1 |

[[%activity_message]]

2 |
3 |
-------------------------------------------------------------------------------- /manager/templates/default/images/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/blank.png -------------------------------------------------------------------------------- /manager/templates/default/welcome.tpl: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | {$dashboard} 5 |
-------------------------------------------------------------------------------- /setup/assets/images/footer_fold_bottom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/footer_fold_bottom.jpg -------------------------------------------------------------------------------- /setup/assets/images/icon_features_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/icon_features_list.png -------------------------------------------------------------------------------- /setup/assets/images/link_button_footer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/link_button_footer.jpg -------------------------------------------------------------------------------- /setup/assets/images/modx_mgr_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/modx_mgr_screenshot.png -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/advhr/langs/de_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('de.advhr_dlg',{size:"H\u00f6he",noshade:"Kein Schatten",width:"Breite"}); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fr_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('fr.advhr_dlg',{size:"Hauteur",noshade:"Pas d\'ombre",width:"Largeur"}); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/advhr/langs/id_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('id.advhr_dlg',{size:"Tinggi",noshade:"Tanpa bayangan",width:"Lebar"}); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/advhr/langs/nl_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('nl.advhr_dlg',{size:"Hoogte",noshade:"Geen schaduw",width:"Breedte"}); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/example/langs/en.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('en.example',{ 2 | desc : 'This is just a template button' 3 | }); 4 | -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/modxlink/langs/de.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('de.modxlink',{ 2 | link_desc:"Link einf\u00FCgen/bearbeiten" 3 | }); -------------------------------------------------------------------------------- /connectors/browser/file.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'browser/file')); -------------------------------------------------------------------------------- /connectors/resource/index.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'resource')); -------------------------------------------------------------------------------- /connectors/source/type.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'source/type')); -------------------------------------------------------------------------------- /connectors/system/event.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system/event')); -------------------------------------------------------------------------------- /connectors/system/menu.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system/menu')); -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.1-pl.transport.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/core/packages/tinymce-4.3.1-pl.transport.zip -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.1-pl/modPlugin/2e175a8893942319887eba8543e37325/1/tinymce/docs/readme.txt: -------------------------------------------------------------------------------- 1 | Please consult the HTML documentation for details. 2 | 3 | -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.2-pl.transport.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/core/packages/tinymce-4.3.2-pl.transport.zip -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.2-pl/modPlugin/5e360579b6b643450ca1fc1839622d56/1/tinymce/docs/readme.txt: -------------------------------------------------------------------------------- 1 | Please consult the HTML documentation for details. 2 | 3 | -------------------------------------------------------------------------------- /core/packages/wayfinder-2.3.3-pl.transport.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/core/packages/wayfinder-2.3.3-pl.transport.zip -------------------------------------------------------------------------------- /manager/templates/default/images/_session.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/_session.gif -------------------------------------------------------------------------------- /manager/templates/default/images/tree/page.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/page.gif -------------------------------------------------------------------------------- /setup/assets/images/box_header_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/box_header_background.png -------------------------------------------------------------------------------- /setup/assets/images/downloadbar_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/downloadbar_background.png -------------------------------------------------------------------------------- /setup/assets/images/downloadbar_separator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/downloadbar_separator.png -------------------------------------------------------------------------------- /setup/assets/images/icon_empty_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/icon_empty_screenshot.png -------------------------------------------------------------------------------- /setup/assets/images/screencast_placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/screencast_placeholder.png -------------------------------------------------------------------------------- /setup/assets/images/whatwhyhow_background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/setup/assets/images/whatwhyhow_background.jpg -------------------------------------------------------------------------------- /assets/components/gmaps/beachflag/beachflag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/assets/components/gmaps/beachflag/beachflag.png -------------------------------------------------------------------------------- /connectors/context/setting.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'context/setting')); -------------------------------------------------------------------------------- /connectors/element/chunk.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'element/chunk')); -------------------------------------------------------------------------------- /connectors/element/plugin.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'element/plugin')); -------------------------------------------------------------------------------- /connectors/element/snippet.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'element/snippet')); -------------------------------------------------------------------------------- /connectors/resource/event.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'resource/event')); -------------------------------------------------------------------------------- /connectors/resource/locks.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'resource/locks')); -------------------------------------------------------------------------------- /connectors/security/group.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'security/group')); -------------------------------------------------------------------------------- /connectors/security/role.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'security/role')); -------------------------------------------------------------------------------- /connectors/security/user.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'security/user')); -------------------------------------------------------------------------------- /connectors/system/action.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system/action')); -------------------------------------------------------------------------------- /connectors/system/charset.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system/charset')); -------------------------------------------------------------------------------- /connectors/system/classmap.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system/classmap')); -------------------------------------------------------------------------------- /connectors/system/country.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system/country')); -------------------------------------------------------------------------------- /connectors/system/errorlog.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system/errorlog')); -------------------------------------------------------------------------------- /connectors/system/language.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system/language')); -------------------------------------------------------------------------------- /connectors/system/settings.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system/settings')); -------------------------------------------------------------------------------- /connectors/workspace/index.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'workspace')); 4 | -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.1-pl/modPlugin/2e175a8893942319887eba8543e37325/0/tinymce/index.html: -------------------------------------------------------------------------------- 1 |

Unauthorized access

2 | You're not allowed to access file folder -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.1-pl/modPlugin/2e175a8893942319887eba8543e37325/1/tinymce/index.html: -------------------------------------------------------------------------------- 1 |

Unauthorized access

2 | You're not allowed to access file folder -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.2-pl/modPlugin/5e360579b6b643450ca1fc1839622d56/0/tinymce/index.html: -------------------------------------------------------------------------------- 1 |

Unauthorized access

2 | You're not allowed to access file folder -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.2-pl/modPlugin/5e360579b6b643450ca1fc1839622d56/1/tinymce/index.html: -------------------------------------------------------------------------------- 1 |

Unauthorized access

2 | You're not allowed to access file folder -------------------------------------------------------------------------------- /manager/assets/ext3/resources/expressinstall.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/expressinstall.swf -------------------------------------------------------------------------------- /manager/templates/default/images/credits/php.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/credits/php.gif -------------------------------------------------------------------------------- /manager/templates/default/images/style/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/style/close.png -------------------------------------------------------------------------------- /manager/templates/default/images/style/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/style/home.png -------------------------------------------------------------------------------- /manager/templates/default/images/style/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/style/info.png -------------------------------------------------------------------------------- /manager/templates/default/images/style/wait.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/style/wait.gif -------------------------------------------------------------------------------- /manager/templates/default/images/tree/empty.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/empty.gif -------------------------------------------------------------------------------- /manager/templates/default/images/tree/folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/folder.gif -------------------------------------------------------------------------------- /manager/templates/default/images/tree/globe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/globe.gif -------------------------------------------------------------------------------- /manager/templates/default/images/tree/trash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/trash.gif -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ja_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ja.advhr_dlg',{size:"\u9ad8\u3055",noshade:"\u5f71\u306a\u3057",width:"\u5e45"}); -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('en.example_dlg',{ 2 | title : 'This is just a example title' 3 | }); 4 | -------------------------------------------------------------------------------- /connectors/browser/directory.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'browser/directory')); -------------------------------------------------------------------------------- /connectors/element/category.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'element/category')); -------------------------------------------------------------------------------- /connectors/element/template.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'element/template')); -------------------------------------------------------------------------------- /connectors/security/message.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'security/message')); -------------------------------------------------------------------------------- /connectors/security/profile.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'security/profile')); -------------------------------------------------------------------------------- /connectors/system/dashboard.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system/dashboard')); -------------------------------------------------------------------------------- /core/packages/formit-2.0.3-pl/modCategory/bca035e8bdce436ead8d721781ea3cff/0/formit/test/config.sample.inc.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'element/propertyset')); -------------------------------------------------------------------------------- /connectors/system/contenttype.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system/contenttype')); -------------------------------------------------------------------------------- /connectors/system/derivatives.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system/derivatives')); -------------------------------------------------------------------------------- /connectors/workspace/namespace.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'workspace/namespace')); -------------------------------------------------------------------------------- /connectors/workspace/packages.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'workspace/packages')); -------------------------------------------------------------------------------- /connectors/workspace/providers.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'workspace/providers')); -------------------------------------------------------------------------------- /core/packages/formit-2.0.3-pl/modCategory/bca035e8bdce436ead8d721781ea3cff/0/formit/elements/chunks/option.chunk.tpl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/box/l.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/box/l.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/box/r.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/box/r.gif -------------------------------------------------------------------------------- /manager/templates/default/images/credits/penguin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/credits/penguin.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/box/l.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/box/l.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/box/r.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/box/r.gif -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/headers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/headers.jpg -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/tv.png -------------------------------------------------------------------------------- /manager/templates/default/images/style/crumbs-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/style/crumbs-bg.png -------------------------------------------------------------------------------- /manager/templates/default/images/style/sidebar-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/style/sidebar-bg.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/deletedpage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/deletedpage.gif -------------------------------------------------------------------------------- /manager/templates/default/images/tree/folderopen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/folderopen.gif -------------------------------------------------------------------------------- /manager/templates/default/images/tree/page-blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/page-blank.gif -------------------------------------------------------------------------------- /manager/templates/default/images/tree/page-secure.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/page-secure.gif -------------------------------------------------------------------------------- /manager/templates/default/images/tree/trash_full.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/trash_full.gif -------------------------------------------------------------------------------- /assets/components/gmaps/beachflag/beachflag_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/assets/components/gmaps/beachflag/beachflag_shadow.png -------------------------------------------------------------------------------- /assets/components/tinymce/jscripts/tiny_mce/plugins/spellchecker/css/content.css: -------------------------------------------------------------------------------- 1 | .mceItemHiddenSpellWord {background:url(../img/wline.gif) repeat-x bottom left; cursor:default;} 2 | -------------------------------------------------------------------------------- /connectors/element/tv/renders.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'element/tv/renders')); -------------------------------------------------------------------------------- /connectors/element/tv/widget.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'element/tv/widget')); -------------------------------------------------------------------------------- /connectors/resource/resourcegroup.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'resource/resourcegroup')); -------------------------------------------------------------------------------- /connectors/security/access/index.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'security/access')); -------------------------------------------------------------------------------- /connectors/security/flush.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'security','action' => 'flush')); -------------------------------------------------------------------------------- /connectors/security/forms/set.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'security/forms/set')); -------------------------------------------------------------------------------- /connectors/security/logout.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'security','action' => 'logout')); -------------------------------------------------------------------------------- /connectors/system/activeresource.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system/activeresource')); -------------------------------------------------------------------------------- /connectors/system/databasetables.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system/databasetable')); -------------------------------------------------------------------------------- /core/model/modx/processors/system/clearcache.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/core/model/modx/processors/system/clearcache.class.php -------------------------------------------------------------------------------- /core/packages/formit-2.0.3-pl/modCategory/bca035e8bdce436ead8d721781ea3cff/0/formit/elements/chunks/optgroup.chunk.tpl: -------------------------------------------------------------------------------- 1 | 2 | [[+options]] 3 | -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.1-pl/modPlugin/2e175a8893942319887eba8543e37325/0/tinymce/jscripts/tiny_mce/plugins/wordc/langs/en_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('en.wordcount',{words:"Words: "}); -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.1-pl/modPlugin/2e175a8893942319887eba8543e37325/0/tinymce/jscripts/tiny_mce/plugins/wordc/langs/fr_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('fr.wordcount',{words:"Mots:"}); -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.1-pl/modPlugin/2e175a8893942319887eba8543e37325/0/tinymce/jscripts/tiny_mce/plugins/wordc/langs/id_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('id.wordcount',{words:"Words: "}); -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.1-pl/modPlugin/2e175a8893942319887eba8543e37325/0/tinymce/jscripts/tiny_mce/plugins/wordc/langs/ru_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ru.wordcount',{words:"Words: "}); -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.1-pl/modPlugin/2e175a8893942319887eba8543e37325/0/tinymce/jscripts/tiny_mce/plugins/wordc/langs/uk_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('uk.wordcount',{words:"Words: "}); -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.2-pl/modPlugin/5e360579b6b643450ca1fc1839622d56/0/tinymce/jscripts/tiny_mce/plugins/wordc/langs/en_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('en.wordcount',{words:"Words: "}); -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.2-pl/modPlugin/5e360579b6b643450ca1fc1839622d56/0/tinymce/jscripts/tiny_mce/plugins/wordc/langs/fr_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('fr.wordcount',{words:"Mots:"}); -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.2-pl/modPlugin/5e360579b6b643450ca1fc1839622d56/0/tinymce/jscripts/tiny_mce/plugins/wordc/langs/id_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('id.wordcount',{words:"Words: "}); -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.2-pl/modPlugin/5e360579b6b643450ca1fc1839622d56/0/tinymce/jscripts/tiny_mce/plugins/wordc/langs/ru_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ru.wordcount',{words:"Words: "}); -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.2-pl/modPlugin/5e360579b6b643450ca1fc1839622d56/0/tinymce/jscripts/tiny_mce/plugins/wordc/langs/uk_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('uk.wordcount',{words:"Words: "}); -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/box/tb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/box/tb.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/tree/s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/tree/s.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/box/l.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/box/l.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/box/r.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/box/r.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/box/tb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/box/tb.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/qtip/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/qtip/bg.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/shadow.png -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/tree/s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/tree/s.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/box/tb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/box/tb.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/qtip/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/qtip/bg.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/shadow-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/shadow-c.png -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/shadow.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/fileup/done.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/fileup/done.gif -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/header_sub.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/header_sub.jpg -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/header_sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/header_sub.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/i/bg-drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/i/bg-drop.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/i/bg-tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/i/bg-tree.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/i/collapse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/i/collapse.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/chunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/chunk.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/css.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/cup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/cup.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/date.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/disk.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/feed.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/film.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/film.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/group.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/link.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/lock.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/lorry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/lorry.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/rbtn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/rbtn.gif -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/ruby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/ruby.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/table.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/trash.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/unzip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/unzip.gif -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/user.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/nopreview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/nopreview.jpg -------------------------------------------------------------------------------- /manager/templates/default/images/tree/deletedfolder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/deletedfolder.gif -------------------------------------------------------------------------------- /manager/templates/default/images/tree/deletedweblink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/deletedweblink.gif -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/cross.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/html.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/image.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/info.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/pps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/pps.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/sound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/sound.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/txt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/txt.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/video.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/zip.png -------------------------------------------------------------------------------- /connectors/element/plugin/event.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'element/plugin/event')); -------------------------------------------------------------------------------- /connectors/element/template/tv.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'element/template/tv')); -------------------------------------------------------------------------------- /connectors/element/tv/inputtype.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'element/tv/inputtype')); -------------------------------------------------------------------------------- /connectors/element/tv/template.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'element/tv/template')); -------------------------------------------------------------------------------- /connectors/layout/tree/element.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'layout/tree/element')); -------------------------------------------------------------------------------- /connectors/layout/tree/resource.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'layout/tree/resource')); -------------------------------------------------------------------------------- /connectors/security/documentgroup.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'security/documentgroup')); 4 | -------------------------------------------------------------------------------- /connectors/security/forms/rule.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'security/forms/rule')); -------------------------------------------------------------------------------- /connectors/security/resourcegroup.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'security/resourcegroup')); 4 | -------------------------------------------------------------------------------- /connectors/security/user/group.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'security/user/group')); -------------------------------------------------------------------------------- /connectors/security/usergroup/index.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'security/group')); -------------------------------------------------------------------------------- /connectors/workspace/builder/index.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'workspace/builder')); -------------------------------------------------------------------------------- /connectors/workspace/lexicon/index.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'workspace/lexicon')); -------------------------------------------------------------------------------- /connectors/workspace/package/index.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'workspace/packages')); -------------------------------------------------------------------------------- /connectors/workspace/packages-rest.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'workspace/packages/rest')); -------------------------------------------------------------------------------- /core/model/modx/modaccesstemplatevar.class.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'security/access/policy')); -------------------------------------------------------------------------------- /connectors/security/forms/profile.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'security/forms/profile')); -------------------------------------------------------------------------------- /connectors/security/user/setting.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'security/user/setting')); -------------------------------------------------------------------------------- /connectors/security/usergroup/user.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'security/group/user')); -------------------------------------------------------------------------------- /connectors/system/dashboard/widget.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system/dashboard/widget')); -------------------------------------------------------------------------------- /connectors/system/remove_locks.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system','action' => 'remove_locks')); -------------------------------------------------------------------------------- /connectors/workspace/lexicon/topic.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'workspace/lexicon/topic')); -------------------------------------------------------------------------------- /core/packages/formit-2.0.3-pl/modCategory/bca035e8bdce436ead8d721781ea3cff/0/formit/test/hooks/pre/prehooktest.setvalue.php: -------------------------------------------------------------------------------- 1 | setValue('name','TestPreValue'); 3 | return true; -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.1-pl/modPlugin/2e175a8893942319887eba8543e37325/0/tinymce/jscripts/tiny_mce/plugins/wordc/langs/ja_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ja.wordcount',{words:"\u5358\u8a9e\u6570"}); -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.1-pl/modPlugin/2e175a8893942319887eba8543e37325/0/tinymce/jscripts/tiny_mce/plugins/wordc/langs/nl_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('nl.wordcount',{words:"Aantal woorden:"}); -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.2-pl/modPlugin/5e360579b6b643450ca1fc1839622d56/0/tinymce/jscripts/tiny_mce/plugins/wordc/langs/ja_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('ja.wordcount',{words:"\u5358\u8a9e\u6570"}); -------------------------------------------------------------------------------- /core/packages/tinymce-4.3.2-pl/modPlugin/5e360579b6b643450ca1fc1839622d56/0/tinymce/jscripts/tiny_mce/plugins/wordc/langs/nl_dlg.js: -------------------------------------------------------------------------------- 1 | tinyMCE.addI18n('nl.wordcount',{words:"Aantal woorden:"}); -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/box/corners.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/box/corners.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/box/tb-blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/box/tb-blue.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/button/arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/button/arrow.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/form/checkbox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/form/checkbox.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/form/text-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/form/text-bg.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/form/trigger.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/form/trigger.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/columns.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/columns.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/drop-no.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/drop-no.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/drop-yes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/drop-yes.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/group-by.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/group-by.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/hd-pop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/hd-pop.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/loading.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/mso-hd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/mso-hd.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/nowait.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/nowait.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/refresh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/refresh.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/row-over.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/row-over.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/row-sel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/row-sel.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/sort-hd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/sort-hd.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/sort_asc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/sort_asc.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/menu/checked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/menu/checked.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/sizer/square.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/sizer/square.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/toolbar/more.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/toolbar/more.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/tree/arrows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/tree/arrows.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/tree/drop-add.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/tree/drop-add.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/tree/drop-no.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/tree/drop-no.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/tree/drop-yes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/tree/drop-yes.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/tree/folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/tree/folder.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/tree/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/tree/loading.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/box/corners.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/box/corners.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/box/l-blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/box/l-blue.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/box/r-blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/box/r-blue.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/box/tb-blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/box/tb-blue.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/button/arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/button/arrow.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/button/btn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/button/btn.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/dd/drop-add.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/dd/drop-add.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/dd/drop-no.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/dd/drop-no.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/dd/drop-yes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/dd/drop-yes.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/form/radio.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/form/radio.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/form/text-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/form/text-bg.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/form/trigger.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/form/trigger.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/gradient-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/gradient-bg.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/columns.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/columns.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/dirty.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/dirty.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/drop-no.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/drop-no.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/hd-pop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/hd-pop.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/loading.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/mso-hd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/mso-hd.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/nowait.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/nowait.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/refresh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/refresh.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/row-sel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/row-sel.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/sort-hd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/sort-hd.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/layout/stick.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/layout/stick.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/layout/stuck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/layout/stuck.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/menu/checked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/menu/checked.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/qtip/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/qtip/close.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/sizer/square.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/sizer/square.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/toolbar/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/toolbar/bg.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/toolbar/more.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/toolbar/more.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/tree/arrows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/tree/arrows.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/tree/drop-no.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/tree/drop-no.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/tree/elbow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/tree/elbow.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/tree/folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/tree/folder.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/tree/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/tree/loading.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/box/corners.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/box/corners.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/box/tb-gray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/box/tb-gray.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/button/arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/button/arrow.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/dd/drop-add.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/dd/drop-add.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/dd/drop-yes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/dd/drop-yes.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/form/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/form/calendar.png -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/form/dropdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/form/dropdown.png -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/form/text-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/form/text-bg.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/form/trigger.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/form/trigger.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/form/trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/form/trigger.png -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/grid/columns.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/grid/columns.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/grid/group-by.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/grid/group-by.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/grid/hd-pop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/grid/hd-pop.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/grid/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/grid/loading.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/grid/refresh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/grid/refresh.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/grid/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/grid/refresh.png -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/grid/row-over.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/grid/row-over.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/grid/sort-hd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/grid/sort-hd.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/grid/sort_asc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/grid/sort_asc.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/menu/checked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/menu/checked.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/toolbar/more.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/toolbar/more.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/tree/arrows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/tree/arrows.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/tree/drop-add.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/tree/drop-add.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/tree/drop-no.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/tree/drop-no.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/tree/drop-yes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/tree/drop-yes.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/tree/folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/tree/folder.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/tree/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/tree/loading.gif -------------------------------------------------------------------------------- /manager/templates/default/images/modx-theme/window/border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/modx-theme/window/border.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/bookMarkBar_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/bookMarkBar_bg.jpg -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/bookMarkBar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/bookMarkBar_bg.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/contentArea_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/contentArea_bg.jpg -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/contentArea_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/contentArea_bg.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/fileup/file-add.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/fileup/file-add.gif -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/fileup/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/fileup/loading.gif -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/fileup/uncheck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/fileup/uncheck.gif -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/header-partner.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/header-partner.jpeg -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/header-utility.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/header-utility.jpeg -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/i/bg-drop-last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/i/bg-drop-last.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/i/corner-tree-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/i/corner-tree-16.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/i/corner-tree-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/i/corner-tree-20.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/arrow_down.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/arrow_up.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/calendar.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/category.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/category.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/compress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/compress.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/computer.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/database.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/elements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/elements.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/elements2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/elements2.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/folder_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/folder_add.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/group_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/group_add.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/group_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/group_edit.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/html_valid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/html_valid.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/javascript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/javascript.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/layout_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/layout_add.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/link_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/link_add.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/link_break.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/link_break.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/lock_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/lock_add.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/lock_break.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/lock_break.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/lock_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/lock_edit.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/lock_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/lock_open.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/lorry_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/lorry_add.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/lorry_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/lorry_go.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/page_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/page_white.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/resources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/resources.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/sb_clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/sb_clear.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/sb_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/sb_close.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/sb_expand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/sb_expand.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/template.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/text_bold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/text_bold.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/trash_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/trash_full.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/user_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/user_add.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/icons/user_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/icons/user_edit.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/resoucePanel_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/resoucePanel_bg.png -------------------------------------------------------------------------------- /manager/templates/default/images/restyle/resourcePanel_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/restyle/resourcePanel_bg.jpg -------------------------------------------------------------------------------- /manager/templates/default/images/style/modx-logo-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/style/modx-logo-header.png -------------------------------------------------------------------------------- /manager/templates/default/images/style/separator/menu_sep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/style/separator/menu_sep.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/deletedfolderopen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/deletedfolderopen.gif -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/arrow_down.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/arrow_left.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/arrow_up.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/exec_wine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/exec_wine.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/folder_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/folder_add.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/java_src.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/java_src.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/quicktime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/quicktime.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/source_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/source_c.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/source_j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/source_j.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/source_php.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/source_php.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/source_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/source_s.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/vcalendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/vcalendar.png -------------------------------------------------------------------------------- /manager/templates/default/images/tree/filetree/vectorgfx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/templates/default/images/tree/filetree/vectorgfx.png -------------------------------------------------------------------------------- /connectors/element/tv/resourcegroup.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'element/tv/resourcegroup')); -------------------------------------------------------------------------------- /connectors/layout/tree/file.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'layout/tree/file','action' => 'tree')); -------------------------------------------------------------------------------- /connectors/system/import/html.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system/import','action' => 'html')); -------------------------------------------------------------------------------- /connectors/system/registry/register.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'system/registry/register')); -------------------------------------------------------------------------------- /connectors/workspace/builder/vehicle.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'workspace/builder/vehicle')); -------------------------------------------------------------------------------- /connectors/workspace/package/version.php: -------------------------------------------------------------------------------- 1 | request->handleRequest(array('location' => 'workspace/packages/version')); -------------------------------------------------------------------------------- /core/model/modx/modaccessiblesimpleobject.class.php: -------------------------------------------------------------------------------- 1 | addError('name','This is a failed hook.'); 3 | return false; -------------------------------------------------------------------------------- /core/packages/formit-2.0.3-pl/modCategory/bca035e8bdce436ead8d721781ea3cff/0/formit/test/hooks/post/posthooktest.redirecturl.php: -------------------------------------------------------------------------------- 1 | setRedirectUrl('http://modx.com/'); 3 | return true; -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/button/group-cs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/button/group-cs.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/button/group-lr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/button/group-lr.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/button/group-tb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/button/group-tb.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/button/s-arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/button/s-arrow.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/footer-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/footer-bg.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/grid-hrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/grid-hrow.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/grid-split.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/grid-split.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/grid3-hrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/grid3-hrow.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/hmenu-asc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/hmenu-asc.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/hmenu-desc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/hmenu-desc.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/hmenu-lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/hmenu-lock.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/hmenu-lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/hmenu-lock.png -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/page-first.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/page-first.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/page-last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/page-last.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/page-next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/page-next.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/page-prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/page-prev.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/grid/sort_desc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/grid/sort_desc.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/menu/item-over.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/menu/item-over.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/menu/unchecked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/menu/unchecked.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/panel/light-hd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/panel/light-hd.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/qtip/tip-sprite.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/qtip/tip-sprite.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/shared/glass-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/shared/glass-bg.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/shared/left-btn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/shared/left-btn.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/sizer/e-handle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/sizer/e-handle.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/sizer/ne-handle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/sizer/ne-handle.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/sizer/nw-handle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/sizer/nw-handle.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/sizer/s-handle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/sizer/s-handle.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/sizer/se-handle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/sizer/se-handle.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/sizer/sw-handle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/sizer/sw-handle.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/tabs/tab-close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/tabs/tab-close.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/toolbar/gray-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/toolbar/gray-bg.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/tree/drop-over.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/tree/drop-over.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/tree/drop-under.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/tree/drop-under.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/tree/elbow-end.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/tree/elbow-end.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/tree/elbow-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/tree/elbow-line.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/access/tree/elbow-plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/access/tree/elbow-plus.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/button/s-arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/button/s-arrow.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/form/checkbox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/form/checkbox.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/drop-yes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/drop-yes.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/footer-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/footer-bg.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/grid-hrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/grid-hrow.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/group-by.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/group-by.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/hmenu-asc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/hmenu-asc.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/page-last.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/page-last.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/page-next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/page-next.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/page-prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/page-prev.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/row-over.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/row-over.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/sort_asc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/sort_asc.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/grid/sort_desc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/grid/sort_desc.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/layout/expand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/layout/expand.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/menu/item-over.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/menu/item-over.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/menu/unchecked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/menu/unchecked.gif -------------------------------------------------------------------------------- /manager/assets/ext3/resources/images/default/panel/light-hd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/titaniumbones/Oral-History-Museum/master/manager/assets/ext3/resources/images/default/panel/light-hd.gif --------------------------------------------------------------------------------