Page Builder and BUG fixes (bootstrap)
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I332f8f2ea0c317b5171fe9163912c760f6bc2c77
Showing
with
14549 additions
and
15703 deletions
+14549
-15703
- htdocs/account/activity/index.php htdocs/account/activity/index.php +0 -2
- htdocs/account/institutions.php htdocs/account/institutions.php +2 -1
- htdocs/admin/extensions/iframesites.php htdocs/admin/extensions/iframesites.php +3 -4
- htdocs/admin/users/search.php htdocs/admin/users/search.php +2 -2
- htdocs/artefact/annotation/lib.php htdocs/artefact/annotation/lib.php +3 -1
- htdocs/artefact/artefact.php htdocs/artefact/artefact.php +0 -2
- htdocs/artefact/blog/blocktype/blog/lib.php htdocs/artefact/blog/blocktype/blog/lib.php +10 -22
- htdocs/artefact/blog/lib.php htdocs/artefact/blog/lib.php +17 -13
- htdocs/artefact/blog/post.php htdocs/artefact/blog/post.php +0 -1
- htdocs/artefact/blog/view/index.php htdocs/artefact/blog/view/index.php +5 -3
- htdocs/artefact/comment/blocktype/comment/lang/en.utf8/blocktype.comment.php ...ment/blocktype/comment/lang/en.utf8/blocktype.comment.php +3 -3
- htdocs/artefact/comment/blocktype/comment/lib.php htdocs/artefact/comment/blocktype/comment/lib.php +9 -3
- htdocs/artefact/comment/edit.php htdocs/artefact/comment/edit.php +2 -2
- htdocs/artefact/comment/lib.php htdocs/artefact/comment/lib.php +16 -13
- htdocs/artefact/file/blocktype/filedownload/lib.php htdocs/artefact/file/blocktype/filedownload/lib.php +13 -1
- htdocs/artefact/file/blocktype/folder/lib.php htdocs/artefact/file/blocktype/folder/lib.php +10 -1
- htdocs/artefact/file/blocktype/gallery/lib.php htdocs/artefact/file/blocktype/gallery/lib.php +1 -1
- htdocs/artefact/file/blocktype/html/lib.php htdocs/artefact/file/blocktype/html/lib.php +10 -1
- htdocs/artefact/file/blocktype/image/lib.php htdocs/artefact/file/blocktype/image/lib.php +14 -2
- htdocs/artefact/file/blocktype/internalmedia/lib.php htdocs/artefact/file/blocktype/internalmedia/lib.php +22 -10
- htdocs/artefact/file/blocktype/internalmedia/mahara-flashplayer/mahara-flashplayer.js ...pe/internalmedia/mahara-flashplayer/mahara-flashplayer.js +8 -6
- htdocs/artefact/file/blocktype/pdf/lib.php htdocs/artefact/file/blocktype/pdf/lib.php +11 -1
- htdocs/artefact/file/groupfiles.php htdocs/artefact/file/groupfiles.php +1 -0
- htdocs/artefact/file/js/filebrowser.js htdocs/artefact/file/js/filebrowser.js +78 -31
- htdocs/artefact/file/lib.php htdocs/artefact/file/lib.php +21 -9
- htdocs/artefact/internal/blocktype/socialprofile/lib.php htdocs/artefact/internal/blocktype/socialprofile/lib.php +3 -3
- htdocs/artefact/internal/blocktype/textbox/lib.php htdocs/artefact/internal/blocktype/textbox/lib.php +15 -4
- htdocs/artefact/internal/editnote.php htdocs/artefact/internal/editnote.php +1 -0
- htdocs/artefact/internal/index.php htdocs/artefact/internal/index.php +1 -2
- htdocs/artefact/internal/notes.php htdocs/artefact/internal/notes.php +5 -5
- htdocs/artefact/internal/socialprofile.php htdocs/artefact/internal/socialprofile.php +1 -0
- htdocs/artefact/multirecipientnotification/indexin.json.php htdocs/artefact/multirecipientnotification/indexin.json.php +2 -1
- htdocs/artefact/multirecipientnotification/outbox.php htdocs/artefact/multirecipientnotification/outbox.php +0 -2
- htdocs/artefact/plans/lib.php htdocs/artefact/plans/lib.php +3 -1
- htdocs/artefact/resume/blocktype/resumefield/lib.php htdocs/artefact/resume/blocktype/resumefield/lib.php +3 -2
- htdocs/artefact/resume/editgoalsandskills.php htdocs/artefact/resume/editgoalsandskills.php +1 -0
- htdocs/artefact/resume/lib.php htdocs/artefact/resume/lib.php +6 -4
- htdocs/auth/lib.php htdocs/auth/lib.php +2 -1
- htdocs/blocktype/externalfeed/lib.php htdocs/blocktype/externalfeed/lib.php +16 -1
- htdocs/blocktype/inbox/lib.php htdocs/blocktype/inbox/lib.php +5 -1
- htdocs/blocktype/lib.php htdocs/blocktype/lib.php +11 -5
- htdocs/blocktype/mygroups/lib.php htdocs/blocktype/mygroups/lib.php +1 -0
- htdocs/blocktype/wall/lib.php htdocs/blocktype/wall/lib.php +7 -2
- htdocs/collection/edit.php htdocs/collection/edit.php +3 -1
- htdocs/collection/index.php htdocs/collection/index.php +3 -1
- htdocs/export/html/lib.php htdocs/export/html/lib.php +2 -2
- htdocs/export/index.php htdocs/export/index.php +1 -0
- htdocs/group/changerole.php htdocs/group/changerole.php +2 -1
- htdocs/group/edit.php htdocs/group/edit.php +3 -1
- htdocs/group/find.php htdocs/group/find.php +8 -7
- htdocs/group/leave.php htdocs/group/leave.php +2 -0
- htdocs/group/members.php htdocs/group/members.php +5 -2
- htdocs/group/mygroups.php htdocs/group/mygroups.php +22 -11
- htdocs/group/shareviews.php htdocs/group/shareviews.php +1 -0
- htdocs/group/view.php htdocs/group/view.php +1 -0
- htdocs/import/index.php htdocs/import/index.php +2 -0
- htdocs/interaction/edit.php htdocs/interaction/edit.php +1 -0
- htdocs/interaction/forum/editpost.php htdocs/interaction/forum/editpost.php +1 -0
- htdocs/interaction/forum/edittopic.php htdocs/interaction/forum/edittopic.php +1 -0
- htdocs/interaction/forum/index.php htdocs/interaction/forum/index.php +5 -3
- htdocs/interaction/forum/reportpost.php htdocs/interaction/forum/reportpost.php +1 -0
- htdocs/interaction/forum/topic.php htdocs/interaction/forum/topic.php +6 -5
- htdocs/interaction/forum/view.php htdocs/interaction/forum/view.php +7 -4
- htdocs/js/customlayout.js htdocs/js/customlayout.js +13 -6
- htdocs/js/expandable.js htdocs/js/expandable.js +1 -2
- htdocs/js/tablerenderer.js htdocs/js/tablerenderer.js +10 -3
- htdocs/js/tinymce/plugins/imagebrowser/plugin.js htdocs/js/tinymce/plugins/imagebrowser/plugin.js +22 -136
- htdocs/js/tinymce/skins/light/content.inline.min.css htdocs/js/tinymce/skins/light/content.inline.min.css +1 -0
- htdocs/js/tinymce/skins/light/content.min.css htdocs/js/tinymce/skins/light/content.min.css +1 -0
- htdocs/js/tinymce/skins/light/fonts/tinymce-small.eot htdocs/js/tinymce/skins/light/fonts/tinymce-small.eot +0 -0
- htdocs/js/tinymce/skins/light/fonts/tinymce-small.json htdocs/js/tinymce/skins/light/fonts/tinymce-small.json +1043 -0
- htdocs/js/tinymce/skins/light/fonts/tinymce-small.svg htdocs/js/tinymce/skins/light/fonts/tinymce-small.svg +62 -0
- htdocs/js/tinymce/skins/light/fonts/tinymce-small.ttf htdocs/js/tinymce/skins/light/fonts/tinymce-small.ttf +0 -0
- htdocs/js/tinymce/skins/light/fonts/tinymce-small.woff htdocs/js/tinymce/skins/light/fonts/tinymce-small.woff +0 -0
- htdocs/js/tinymce/skins/light/fonts/tinymce.eot htdocs/js/tinymce/skins/light/fonts/tinymce.eot +0 -0
- htdocs/js/tinymce/skins/light/fonts/tinymce.json htdocs/js/tinymce/skins/light/fonts/tinymce.json +1191 -0
- htdocs/js/tinymce/skins/light/fonts/tinymce.svg htdocs/js/tinymce/skins/light/fonts/tinymce.svg +63 -0
- htdocs/js/tinymce/skins/light/fonts/tinymce.ttf htdocs/js/tinymce/skins/light/fonts/tinymce.ttf +0 -0
- htdocs/js/tinymce/skins/light/fonts/tinymce.woff htdocs/js/tinymce/skins/light/fonts/tinymce.woff +0 -0
- htdocs/js/tinymce/skins/light/img/anchor.gif htdocs/js/tinymce/skins/light/img/anchor.gif +0 -0
- htdocs/js/tinymce/skins/light/img/loader.gif htdocs/js/tinymce/skins/light/img/loader.gif +0 -0
- htdocs/js/tinymce/skins/light/img/object.gif htdocs/js/tinymce/skins/light/img/object.gif +0 -0
- htdocs/js/tinymce/skins/light/img/trans.gif htdocs/js/tinymce/skins/light/img/trans.gif +0 -0
- htdocs/js/tinymce/skins/light/skin.ie7.min.css htdocs/js/tinymce/skins/light/skin.ie7.min.css +1 -0
- htdocs/js/tinymce/skins/light/skin.min.css htdocs/js/tinymce/skins/light/skin.min.css +28 -0
- htdocs/js/viewmenu.js htdocs/js/viewmenu.js +5 -61
- htdocs/js/views.js htdocs/js/views.js +674 -720
- htdocs/lang/en.utf8/view.php htdocs/lang/en.utf8/view.php +3 -2
- htdocs/lib/activity.php htdocs/lib/activity.php +2 -2
- htdocs/lib/dwoo/mahara/plugins/function.list_tags.php htdocs/lib/dwoo/mahara/plugins/function.list_tags.php +1 -0
- htdocs/lib/form/elements/checkboxes.php htdocs/lib/form/elements/checkboxes.php +3 -5
- htdocs/lib/form/elements/filebrowser.php htdocs/lib/form/elements/filebrowser.php +8 -0
- htdocs/lib/form/elements/switchbox.php htdocs/lib/form/elements/switchbox.php +32 -51
- htdocs/lib/group.php htdocs/lib/group.php +52 -22
- htdocs/lib/imagebrowser.php htdocs/lib/imagebrowser.php +12 -2
- htdocs/lib/layoutpreviewimage.php htdocs/lib/layoutpreviewimage.php +4 -4
- htdocs/lib/license.php htdocs/lib/license.php +1 -0
- htdocs/lib/mahara.php htdocs/lib/mahara.php +2 -1
- htdocs/lib/objectionable.php htdocs/lib/objectionable.php +0 -1
- htdocs/lib/pieforms/pieform.php htdocs/lib/pieforms/pieform.php +8 -5
- htdocs/lib/pieforms/pieform/elements/button.php htdocs/lib/pieforms/pieform/elements/button.php +19 -1
- htdocs/lib/pieforms/pieform/elements/fieldset.php htdocs/lib/pieforms/pieform/elements/fieldset.php +9 -9
- htdocs/lib/pieforms/pieform/elements/radio.php htdocs/lib/pieforms/pieform/elements/radio.php +1 -1
- htdocs/lib/pieforms/pieform/elements/text.php htdocs/lib/pieforms/pieform/elements/text.php +1 -1
- htdocs/lib/pieforms/pieform/renderers/div.php htdocs/lib/pieforms/pieform/renderers/div.php +4 -2
- htdocs/lib/pieforms/pieform/renderers/oneline.php htdocs/lib/pieforms/pieform/renderers/oneline.php +2 -1
- htdocs/lib/skin.php htdocs/lib/skin.php +7 -2
- htdocs/lib/user.php htdocs/lib/user.php +5 -4
- htdocs/lib/view.php htdocs/lib/view.php +17 -9
- htdocs/lib/web.php htdocs/lib/web.php +30 -38
- htdocs/skin/delete.php htdocs/skin/delete.php +1 -0
- htdocs/skin/design.php htdocs/skin/design.php +4 -6
- htdocs/skin/import.php htdocs/skin/import.php +1 -0
- htdocs/skin/index.php htdocs/skin/index.php +23 -60
- htdocs/theme/aqua/static/images/bg-container.jpg htdocs/theme/aqua/static/images/bg-container.jpg +0 -0
- htdocs/theme/aqua/static/images/bg.jpg htdocs/theme/aqua/static/images/bg.jpg +0 -0
- htdocs/theme/aqua/static/images/btn-search.png htdocs/theme/aqua/static/images/btn-search.png +0 -0
- htdocs/theme/aqua/static/images/btn_bkgd.png htdocs/theme/aqua/static/images/btn_bkgd.png +0 -0
- htdocs/theme/aqua/static/images/btn_bkgd_focus.png htdocs/theme/aqua/static/images/btn_bkgd_focus.png +0 -0
- htdocs/theme/aqua/static/images/btn_bkgd_grey.png htdocs/theme/aqua/static/images/btn_bkgd_grey.png +0 -0
- htdocs/theme/aqua/static/images/btn_bkgd_grey_focus.png htdocs/theme/aqua/static/images/btn_bkgd_grey_focus.png +0 -0
- htdocs/theme/aqua/static/images/btn_bkgd_grey_hover.png htdocs/theme/aqua/static/images/btn_bkgd_grey_hover.png +0 -0
- htdocs/theme/aqua/static/images/btn_bkgd_hover.png htdocs/theme/aqua/static/images/btn_bkgd_hover.png +0 -0
- htdocs/theme/aqua/static/images/btn_bkgd_red.png htdocs/theme/aqua/static/images/btn_bkgd_red.png +0 -0
- htdocs/theme/aqua/static/images/btn_bkgd_red_focus.png htdocs/theme/aqua/static/images/btn_bkgd_red_focus.png +0 -0
- htdocs/theme/aqua/static/images/btn_bkgd_red_hover.png htdocs/theme/aqua/static/images/btn_bkgd_red_hover.png +0 -0
- htdocs/theme/aqua/static/images/pixel_grey.gif htdocs/theme/aqua/static/images/pixel_grey.gif +0 -0
- htdocs/theme/aqua/static/images/site-logo-small.png htdocs/theme/aqua/static/images/site-logo-small.png +0 -0
- htdocs/theme/aqua/static/images/site-logo.png htdocs/theme/aqua/static/images/site-logo.png +0 -0
- htdocs/theme/aqua/static/style/style.css htdocs/theme/aqua/static/style/style.css +0 -604
- htdocs/theme/aqua/static/style/views.css htdocs/theme/aqua/static/style/views.css +0 -38
- htdocs/theme/aqua/themeconfig.php htdocs/theme/aqua/themeconfig.php +0 -19
- htdocs/theme/bootstrap/artefact/annotation/blocktype/annotation/static/images/thumb.png ...t/annotation/blocktype/annotation/static/images/thumb.png +0 -0
- htdocs/theme/bootstrap/artefact/annotation/blocktype/annotation/templates/annotation.tpl .../annotation/blocktype/annotation/templates/annotation.tpl +16 -0
- htdocs/theme/bootstrap/artefact/annotation/templates/annotationfeedbackview.tpl .../artefact/annotation/templates/annotationfeedbackview.tpl +52 -0
- htdocs/theme/bootstrap/artefact/annotation/templates/annotationlist.tpl ...ootstrap/artefact/annotation/templates/annotationlist.tpl +69 -0
- htdocs/theme/bootstrap/artefact/annotation/templates/edit.tpl ...cs/theme/bootstrap/artefact/annotation/templates/edit.tpl +4 -0
- htdocs/theme/bootstrap/artefact/annotation/templates/import/annotations.tpl ...trap/artefact/annotation/templates/import/annotations.tpl +138 -0
- htdocs/theme/bootstrap/artefact/blog/blocktype/blogpost/templates/blogpost.tpl ...p/artefact/blog/blocktype/blogpost/templates/blogpost.tpl +4 -0
- htdocs/theme/bootstrap/artefact/blog/blocktype/recentposts/templates/recentposts.tpl ...fact/blog/blocktype/recentposts/templates/recentposts.tpl +35 -17
- htdocs/theme/bootstrap/artefact/blog/templates/artefactchooser-element.tpl ...strap/artefact/blog/templates/artefactchooser-element.tpl +9 -9
- htdocs/theme/bootstrap/artefact/blog/templates/blog.tpl htdocs/theme/bootstrap/artefact/blog/templates/blog.tpl +40 -29
- htdocs/theme/bootstrap/artefact/blog/templates/bloglist.tpl htdocs/theme/bootstrap/artefact/blog/templates/bloglist.tpl +8 -10
- htdocs/theme/bootstrap/artefact/blog/templates/editpost.tpl htdocs/theme/bootstrap/artefact/blog/templates/editpost.tpl +1 -1
- htdocs/theme/bootstrap/artefact/blog/templates/index.tpl htdocs/theme/bootstrap/artefact/blog/templates/index.tpl +6 -3
- htdocs/theme/bootstrap/artefact/blog/templates/posts.tpl htdocs/theme/bootstrap/artefact/blog/templates/posts.tpl +74 -61
- htdocs/theme/bootstrap/artefact/blog/templates/render/blogpost_renderfull.tpl ...ap/artefact/blog/templates/render/blogpost_renderfull.tpl +42 -31
- htdocs/theme/bootstrap/artefact/blog/templates/settings.tpl htdocs/theme/bootstrap/artefact/blog/templates/settings.tpl +6 -2
- htdocs/theme/bootstrap/artefact/blog/templates/view.tpl htdocs/theme/bootstrap/artefact/blog/templates/view.tpl +17 -8
- htdocs/theme/bootstrap/artefact/blog/templates/viewposts.tpl htdocs/theme/bootstrap/artefact/blog/templates/viewposts.tpl +60 -54
- htdocs/theme/bootstrap/artefact/comment/blocktype/comment/templates/comment.tpl .../artefact/comment/blocktype/comment/templates/comment.tpl +5 -1
- htdocs/theme/bootstrap/artefact/comment/templates/commentlist.tpl ...heme/bootstrap/artefact/comment/templates/commentlist.tpl +99 -64
- htdocs/theme/bootstrap/artefact/file/blocktype/filedownload/templates/filedownload.tpl ...ct/file/blocktype/filedownload/templates/filedownload.tpl +37 -10
- htdocs/theme/bootstrap/artefact/file/blocktype/folder/templates/folder.tpl ...strap/artefact/file/blocktype/folder/templates/folder.tpl +5 -0
- htdocs/theme/bootstrap/artefact/file/blocktype/gallery/templates/slideshow.tpl ...p/artefact/file/blocktype/gallery/templates/slideshow.tpl +30 -34
- htdocs/theme/bootstrap/artefact/file/blocktype/gallery/templates/squarethumbs.tpl ...rtefact/file/blocktype/gallery/templates/squarethumbs.tpl +16 -25
- htdocs/theme/bootstrap/artefact/file/blocktype/gallery/templates/thumbnails.tpl .../artefact/file/blocktype/gallery/templates/thumbnails.tpl +15 -23
- htdocs/theme/bootstrap/artefact/file/blocktype/html/templates/html.tpl ...bootstrap/artefact/file/blocktype/html/templates/html.tpl +7 -0
- htdocs/theme/bootstrap/artefact/file/blocktype/image/templates/image.tpl ...otstrap/artefact/file/blocktype/image/templates/image.tpl +16 -6
- htdocs/theme/bootstrap/artefact/file/blocktype/internalmedia/templates/internalmedia.tpl .../file/blocktype/internalmedia/templates/internalmedia.tpl +4 -0
- htdocs/theme/bootstrap/artefact/file/blocktype/pdf/templates/pdf.tpl ...e/bootstrap/artefact/file/blocktype/pdf/templates/pdf.tpl +136 -60
- htdocs/theme/bootstrap/artefact/file/blocktype/pdf/templates/pdfrender.tpl ...strap/artefact/file/blocktype/pdf/templates/pdfrender.tpl +6 -0
- htdocs/theme/bootstrap/artefact/file/templates/files.tpl htdocs/theme/bootstrap/artefact/file/templates/files.tpl +14 -2
- htdocs/theme/bootstrap/artefact/file/templates/folder_render_self.tpl .../bootstrap/artefact/file/templates/folder_render_self.tpl +65 -35
- htdocs/theme/bootstrap/artefact/file/templates/form/editfile.tpl ...theme/bootstrap/artefact/file/templates/form/editfile.tpl +77 -68
- htdocs/theme/bootstrap/artefact/file/templates/form/filebrowser.tpl ...me/bootstrap/artefact/file/templates/form/filebrowser.tpl +150 -121
- htdocs/theme/bootstrap/artefact/file/templates/form/filelist.tpl ...theme/bootstrap/artefact/file/templates/form/filelist.tpl +180 -120
- htdocs/theme/bootstrap/artefact/file/templates/form/folderpath.tpl ...eme/bootstrap/artefact/file/templates/form/folderpath.tpl +11 -6
- htdocs/theme/bootstrap/artefact/file/templates/form/ownersubtabs.tpl ...e/bootstrap/artefact/file/templates/form/ownersubtabs.tpl +16 -6
- htdocs/theme/bootstrap/artefact/file/templates/form/ownertabs.tpl ...heme/bootstrap/artefact/file/templates/form/ownertabs.tpl +13 -4
- htdocs/theme/bootstrap/artefact/file/templates/form/selectedlist.tpl ...e/bootstrap/artefact/file/templates/form/selectedlist.tpl +30 -26
- htdocs/theme/bootstrap/artefact/file/templates/profileicons.tpl .../theme/bootstrap/artefact/file/templates/profileicons.tpl +8 -6
- htdocs/theme/bootstrap/artefact/internal/blocktype/profileinfo/templates/content.tpl ...fact/internal/blocktype/profileinfo/templates/content.tpl +13 -6
- htdocs/theme/bootstrap/artefact/internal/blocktype/socialprofile/templates/content.tpl ...ct/internal/blocktype/socialprofile/templates/content.tpl +4 -4
- htdocs/theme/bootstrap/artefact/internal/blocktype/textbox/templates/content.tpl ...artefact/internal/blocktype/textbox/templates/content.tpl +46 -26
- htdocs/theme/bootstrap/artefact/internal/templates/artefactchooser-element.tpl ...p/artefact/internal/templates/artefactchooser-element.tpl +11 -9
- htdocs/theme/bootstrap/artefact/internal/templates/html-artefactchooser-element.tpl ...efact/internal/templates/html-artefactchooser-element.tpl +12 -10
- htdocs/theme/bootstrap/artefact/internal/templates/notes.tpl htdocs/theme/bootstrap/artefact/internal/templates/notes.tpl +122 -92
- htdocs/theme/bootstrap/artefact/internal/templates/socialprofile.tpl ...e/bootstrap/artefact/internal/templates/socialprofile.tpl +6 -6
- htdocs/theme/bootstrap/artefact/internal/templates/socialprofiles.tpl .../bootstrap/artefact/internal/templates/socialprofiles.tpl +35 -18
- htdocs/theme/bootstrap/artefact/multirecipientnotification/templates/activitylistin.tpl ...t/multirecipientnotification/templates/activitylistin.tpl +53 -45
- htdocs/theme/bootstrap/artefact/multirecipientnotification/templates/activitylistout.tpl .../multirecipientnotification/templates/activitylistout.tpl +46 -37
- htdocs/theme/bootstrap/artefact/multirecipientnotification/templates/indexin.tpl ...artefact/multirecipientnotification/templates/indexin.tpl +1 -1
- htdocs/theme/bootstrap/artefact/multirecipientnotification/templates/sendmessage.tpl ...fact/multirecipientnotification/templates/sendmessage.tpl +13 -10
- htdocs/theme/bootstrap/artefact/plans/blocktype/plans/templates/content.tpl ...trap/artefact/plans/blocktype/plans/templates/content.tpl +19 -20
- htdocs/theme/bootstrap/artefact/plans/templates/artefactchooser-element.tpl ...trap/artefact/plans/templates/artefactchooser-element.tpl +5 -9
- htdocs/theme/bootstrap/artefact/plans/templates/delete.tpl htdocs/theme/bootstrap/artefact/plans/templates/delete.tpl +3 -5
- htdocs/theme/bootstrap/artefact/plans/templates/edit.tpl htdocs/theme/bootstrap/artefact/plans/templates/edit.tpl +1 -1
- htdocs/theme/bootstrap/artefact/plans/templates/index.tpl htdocs/theme/bootstrap/artefact/plans/templates/index.tpl +10 -8
- htdocs/theme/bootstrap/artefact/plans/templates/plan.tpl htdocs/theme/bootstrap/artefact/plans/templates/plan.tpl +9 -6
- htdocs/theme/bootstrap/artefact/plans/templates/planslist.tpl ...cs/theme/bootstrap/artefact/plans/templates/planslist.tpl +24 -17
- htdocs/theme/bootstrap/artefact/plans/templates/taskrows.tpl htdocs/theme/bootstrap/artefact/plans/templates/taskrows.tpl +78 -28
- htdocs/theme/bootstrap/artefact/plans/templates/taskslist.tpl ...cs/theme/bootstrap/artefact/plans/templates/taskslist.tpl +36 -22
- htdocs/theme/bootstrap/artefact/plans/templates/viewplan.tpl htdocs/theme/bootstrap/artefact/plans/templates/viewplan.tpl +11 -43
- htdocs/theme/bootstrap/artefact/resume/blocktype/entireresume/templates/content.tpl ...efact/resume/blocktype/entireresume/templates/content.tpl +126 -50
- htdocs/theme/bootstrap/artefact/resume/blocktype/resumefield/templates/content.tpl ...tefact/resume/blocktype/resumefield/templates/content.tpl +3 -0
- htdocs/theme/bootstrap/artefact/resume/templates/artefactchooser-element.tpl ...rap/artefact/resume/templates/artefactchooser-element.tpl +5 -9
- htdocs/theme/bootstrap/artefact/resume/templates/fragments/book.tpl ...me/bootstrap/artefact/resume/templates/fragments/book.tpl +36 -16
- htdocs/theme/bootstrap/artefact/resume/templates/fragments/certification.tpl ...rap/artefact/resume/templates/fragments/certification.tpl +26 -15
- htdocs/theme/bootstrap/artefact/resume/templates/fragments/educationhistory.tpl .../artefact/resume/templates/fragments/educationhistory.tpl +28 -14
- htdocs/theme/bootstrap/artefact/resume/templates/fragments/employmenthistory.tpl ...artefact/resume/templates/fragments/employmenthistory.tpl +32 -15
- htdocs/theme/bootstrap/artefact/resume/templates/fragments/goals.tpl ...e/bootstrap/artefact/resume/templates/fragments/goals.tpl +27 -19
- htdocs/theme/bootstrap/artefact/resume/templates/fragments/goalsandskills.tpl ...ap/artefact/resume/templates/fragments/goalsandskills.tpl +30 -22
- htdocs/theme/bootstrap/artefact/resume/templates/fragments/membership.tpl ...tstrap/artefact/resume/templates/fragments/membership.tpl +33 -16
- htdocs/theme/bootstrap/artefact/resume/templates/fragments/skills.tpl .../bootstrap/artefact/resume/templates/fragments/skills.tpl +19 -12
- htdocs/theme/bootstrap/auth/webservice/templates/testclient.tpl .../theme/bootstrap/auth/webservice/templates/testclient.tpl +2 -0
- htdocs/theme/bootstrap/auth/webservice/templates/webservicelogs.tpl ...me/bootstrap/auth/webservice/templates/webservicelogs.tpl +7 -49
- htdocs/theme/bootstrap/blocktype/creativecommons/templates/statement.tpl ...otstrap/blocktype/creativecommons/templates/statement.tpl +6 -5
- htdocs/theme/bootstrap/blocktype/externalfeed/templates/feed.tpl ...theme/bootstrap/blocktype/externalfeed/templates/feed.tpl +36 -25
- htdocs/theme/bootstrap/blocktype/externalvideo/templates/content.tpl ...e/bootstrap/blocktype/externalvideo/templates/content.tpl +1 -1
- htdocs/theme/bootstrap/blocktype/groupinfo/templates/groupinfo.tpl ...eme/bootstrap/blocktype/groupinfo/templates/groupinfo.tpl +2 -3
- htdocs/theme/bootstrap/blocktype/groupmembers/templates/groupmembers.tpl ...otstrap/blocktype/groupmembers/templates/groupmembers.tpl +11 -7
- htdocs/theme/bootstrap/blocktype/groupmembers/templates/row.tpl .../theme/bootstrap/blocktype/groupmembers/templates/row.tpl +9 -9
- htdocs/theme/bootstrap/blocktype/groupviews/templates/allsubmissions.tpl ...otstrap/blocktype/groupviews/templates/allsubmissions.tpl +24 -5
- htdocs/theme/bootstrap/blocktype/groupviews/templates/groupviews.tpl ...e/bootstrap/blocktype/groupviews/templates/groupviews.tpl +84 -63
- htdocs/theme/bootstrap/blocktype/groupviews/templates/groupviewssection.tpl ...trap/blocktype/groupviews/templates/groupviewssection.tpl +21 -14
- htdocs/theme/bootstrap/blocktype/groupviews/templates/sharedcollections.tpl ...trap/blocktype/groupviews/templates/sharedcollections.tpl +32 -17
- htdocs/theme/bootstrap/blocktype/groupviews/templates/sharedviews.tpl .../bootstrap/blocktype/groupviews/templates/sharedviews.tpl +57 -31
- htdocs/theme/bootstrap/blocktype/inbox/templates/inboxmr.tpl htdocs/theme/bootstrap/blocktype/inbox/templates/inboxmr.tpl +53 -43
- htdocs/theme/bootstrap/blocktype/myfriends/templates/myfriendrows.tpl .../bootstrap/blocktype/myfriends/templates/myfriendrows.tpl +10 -10
- htdocs/theme/bootstrap/blocktype/myfriends/templates/myfriends.tpl ...eme/bootstrap/blocktype/myfriends/templates/myfriends.tpl +14 -13
- htdocs/theme/bootstrap/blocktype/mygroups/templates/mygroups.tpl ...theme/bootstrap/blocktype/mygroups/templates/mygroups.tpl +7 -5
- htdocs/theme/bootstrap/blocktype/mygroups/templates/mygroupslist.tpl ...e/bootstrap/blocktype/mygroups/templates/mygroupslist.tpl +8 -5
- htdocs/theme/bootstrap/blocktype/navigation/templates/navigation.tpl ...e/bootstrap/blocktype/navigation/templates/navigation.tpl +8 -8
- htdocs/theme/bootstrap/blocktype/newviews/templates/newviews.tpl ...theme/bootstrap/blocktype/newviews/templates/newviews.tpl +3 -1
- htdocs/theme/bootstrap/blocktype/recentforumposts/templates/latestforumposts.tpl ...blocktype/recentforumposts/templates/latestforumposts.tpl +33 -18
- htdocs/theme/bootstrap/blocktype/recentforumposts/templates/recentforumposts.tpl ...blocktype/recentforumposts/templates/recentforumposts.tpl +38 -19
- htdocs/theme/bootstrap/blocktype/wall/pieforms/wallpost.php htdocs/theme/bootstrap/blocktype/wall/pieforms/wallpost.php +14 -8
- htdocs/theme/bootstrap/blocktype/wall/templates/inlineposts.tpl .../theme/bootstrap/blocktype/wall/templates/inlineposts.tpl +30 -14
- htdocs/theme/bootstrap/blocktype/wall/templates/wallposts.tpl ...cs/theme/bootstrap/blocktype/wall/templates/wallposts.tpl +10 -2
- htdocs/theme/bootstrap/blocktype/watchlist/templates/watchlist.tpl ...eme/bootstrap/blocktype/watchlist/templates/watchlist.tpl +10 -9
- htdocs/theme/bootstrap/export/html/templates/header.tpl htdocs/theme/bootstrap/export/html/templates/header.tpl +0 -1
- htdocs/theme/bootstrap/file/blocktype/filedownload/static/images/thumb.png ...strap/file/blocktype/filedownload/static/images/thumb.png +0 -0
- htdocs/theme/bootstrap/file/blocktype/filedownload/templates/filedownload.tpl ...ap/file/blocktype/filedownload/templates/filedownload.tpl +11 -0
- htdocs/theme/bootstrap/file/blocktype/folder/static/images/thumb.png ...e/bootstrap/file/blocktype/folder/static/images/thumb.png +0 -0
- htdocs/theme/bootstrap/file/blocktype/folder/templates/folder.tpl ...heme/bootstrap/file/blocktype/folder/templates/folder.tpl +5 -0
- htdocs/theme/bootstrap/file/blocktype/gallery/static/images/thumb.png .../bootstrap/file/blocktype/gallery/static/images/thumb.png +0 -0
- htdocs/theme/bootstrap/file/blocktype/gallery/templates/flickrshow.tpl ...bootstrap/file/blocktype/gallery/templates/flickrshow.tpl +10 -0
- htdocs/theme/bootstrap/file/blocktype/gallery/templates/imagecloud.tpl ...bootstrap/file/blocktype/gallery/templates/imagecloud.tpl +15 -0
- htdocs/theme/bootstrap/file/blocktype/gallery/templates/panoramioshow.tpl ...tstrap/file/blocktype/gallery/templates/panoramioshow.tpl +5 -0
- htdocs/theme/bootstrap/file/blocktype/gallery/templates/photobucketshow.tpl ...trap/file/blocktype/gallery/templates/photobucketshow.tpl +5 -0
- htdocs/theme/bootstrap/file/blocktype/gallery/templates/picasashow.tpl ...bootstrap/file/blocktype/gallery/templates/picasashow.tpl +10 -0
- htdocs/theme/bootstrap/file/blocktype/gallery/templates/slideshow.tpl .../bootstrap/file/blocktype/gallery/templates/slideshow.tpl +38 -0
- htdocs/theme/bootstrap/file/blocktype/gallery/templates/squarethumbs.tpl ...otstrap/file/blocktype/gallery/templates/squarethumbs.tpl +34 -0
- htdocs/theme/bootstrap/file/blocktype/gallery/templates/supported.tpl .../bootstrap/file/blocktype/gallery/templates/supported.tpl +15 -0
- htdocs/theme/bootstrap/file/blocktype/gallery/templates/thumbnails.tpl ...bootstrap/file/blocktype/gallery/templates/thumbnails.tpl +32 -0
- htdocs/theme/bootstrap/file/blocktype/gallery/templates/windowsliveshow.tpl ...trap/file/blocktype/gallery/templates/windowsliveshow.tpl +5 -0
- htdocs/theme/bootstrap/file/blocktype/html/static/images/thumb.png ...eme/bootstrap/file/blocktype/html/static/images/thumb.png +0 -0
- htdocs/theme/bootstrap/file/blocktype/html/templates/html.tpl ...cs/theme/bootstrap/file/blocktype/html/templates/html.tpl +5 -0
- htdocs/theme/bootstrap/file/blocktype/image/static/images/thumb.png ...me/bootstrap/file/blocktype/image/static/images/thumb.png +0 -0
- htdocs/theme/bootstrap/file/blocktype/image/templates/image.tpl .../theme/bootstrap/file/blocktype/image/templates/image.tpl +7 -0
- htdocs/theme/bootstrap/file/blocktype/internalmedia/static/images/thumb.png ...trap/file/blocktype/internalmedia/static/images/thumb.png +0 -0
- htdocs/theme/bootstrap/file/blocktype/internalmedia/templates/internalmedia.tpl .../file/blocktype/internalmedia/templates/internalmedia.tpl +4 -0
- htdocs/theme/bootstrap/file/blocktype/pdf/static/images/thumb.png ...heme/bootstrap/file/blocktype/pdf/static/images/thumb.png +0 -0
- htdocs/theme/bootstrap/file/blocktype/pdf/templates/pdf.tpl htdocs/theme/bootstrap/file/blocktype/pdf/templates/pdf.tpl +396 -0
- htdocs/theme/bootstrap/file/blocktype/pdf/templates/pdfrender.tpl ...heme/bootstrap/file/blocktype/pdf/templates/pdfrender.tpl +4 -0
- htdocs/theme/bootstrap/file/export/html/static/images/file.png ...s/theme/bootstrap/file/export/html/static/images/file.png +0 -0
- htdocs/theme/bootstrap/file/export/html/static/images/folder.png ...theme/bootstrap/file/export/html/static/images/folder.png +0 -0
- htdocs/theme/bootstrap/file/export/html/static/style/style.css ...s/theme/bootstrap/file/export/html/static/style/style.css +21 -0
- htdocs/theme/bootstrap/file/export/html/templates/index.tpl htdocs/theme/bootstrap/file/export/html/templates/index.tpl +51 -0
- htdocs/theme/bootstrap/file/export/html/templates/summary.tpl ...cs/theme/bootstrap/file/export/html/templates/summary.tpl +6 -0
- htdocs/theme/bootstrap/file/static/style/style.css htdocs/theme/bootstrap/file/static/style/style.css +158 -0
- htdocs/theme/bootstrap/file/templates/extract-progress.tpl htdocs/theme/bootstrap/file/templates/extract-progress.tpl +6 -0
- htdocs/theme/bootstrap/file/templates/extract.tpl htdocs/theme/bootstrap/file/templates/extract.tpl +24 -0
- htdocs/theme/bootstrap/file/templates/file_render_self.tpl htdocs/theme/bootstrap/file/templates/file_render_self.tpl +17 -0
- htdocs/theme/bootstrap/file/templates/files.tpl htdocs/theme/bootstrap/file/templates/files.tpl +20 -0
- htdocs/theme/bootstrap/file/templates/folder_render_self.tpl htdocs/theme/bootstrap/file/templates/folder_render_self.tpl +39 -0
- htdocs/theme/bootstrap/file/templates/form/editfile.tpl htdocs/theme/bootstrap/file/templates/form/editfile.tpl +86 -0
- htdocs/theme/bootstrap/file/templates/form/filebrowser.tpl htdocs/theme/bootstrap/file/templates/form/filebrowser.tpl +123 -0
- htdocs/theme/bootstrap/file/templates/form/filelist.tpl htdocs/theme/bootstrap/file/templates/form/filelist.tpl +106 -0
- htdocs/theme/bootstrap/file/templates/form/folderpath.tpl htdocs/theme/bootstrap/file/templates/form/folderpath.tpl +9 -0
- htdocs/theme/bootstrap/file/templates/form/ownersubtabs.tpl htdocs/theme/bootstrap/file/templates/form/ownersubtabs.tpl +7 -0
- htdocs/theme/bootstrap/file/templates/form/ownertabs.tpl htdocs/theme/bootstrap/file/templates/form/ownertabs.tpl +5 -0
- htdocs/theme/bootstrap/file/templates/form/selectedlist.tpl htdocs/theme/bootstrap/file/templates/form/selectedlist.tpl +29 -0
- htdocs/theme/bootstrap/file/templates/image_render_self.tpl htdocs/theme/bootstrap/file/templates/image_render_self.tpl +6 -0
- htdocs/theme/bootstrap/file/templates/import/files.tpl htdocs/theme/bootstrap/file/templates/import/files.tpl +48 -0
- htdocs/theme/bootstrap/file/templates/profileicons.tpl htdocs/theme/bootstrap/file/templates/profileicons.tpl +28 -0
- htdocs/theme/bootstrap/interaction/forum/static/style/style.css .../theme/bootstrap/interaction/forum/static/style/style.css +0 -183
- htdocs/theme/bootstrap/interaction/forum/templates/index.tpl htdocs/theme/bootstrap/interaction/forum/templates/index.tpl +101 -39
- htdocs/theme/bootstrap/interaction/forum/templates/post.tpl htdocs/theme/bootstrap/interaction/forum/templates/post.tpl +66 -24
- htdocs/theme/bootstrap/interaction/forum/templates/simplepost.tpl ...heme/bootstrap/interaction/forum/templates/simplepost.tpl +65 -36
- htdocs/theme/bootstrap/interaction/forum/templates/topic.tpl htdocs/theme/bootstrap/interaction/forum/templates/topic.tpl +48 -17
- htdocs/theme/bootstrap/interaction/forum/templates/topics.tpl ...cs/theme/bootstrap/interaction/forum/templates/topics.tpl +52 -20
- htdocs/theme/bootstrap/interaction/forum/templates/view.tpl htdocs/theme/bootstrap/interaction/forum/templates/view.tpl +163 -88
- htdocs/theme/bootstrap/pieforms/export.php htdocs/theme/bootstrap/pieforms/export.php +7 -6
- htdocs/theme/bootstrap/pieforms/viewlayout.php htdocs/theme/bootstrap/pieforms/viewlayout.php +84 -80
- htdocs/theme/bootstrap/static/bootstrap/assets/stylesheets/bootstrap/_buttons.scss ...atic/bootstrap/assets/stylesheets/bootstrap/_buttons.scss +1 -1
- htdocs/theme/bootstrap/static/bootstrap/assets/stylesheets/bootstrap/_variables.scss ...ic/bootstrap/assets/stylesheets/bootstrap/_variables.scss +2 -2
- htdocs/theme/bootstrap/static/images/add_small.png htdocs/theme/bootstrap/static/images/add_small.png +0 -0
- htdocs/theme/bootstrap/static/images/approve_small.png htdocs/theme/bootstrap/static/images/approve_small.png +0 -0
- htdocs/theme/bootstrap/static/images/archive.png htdocs/theme/bootstrap/static/images/archive.png +0 -0
- htdocs/theme/bootstrap/static/images/attachment.png htdocs/theme/bootstrap/static/images/attachment.png +0 -0
- htdocs/theme/bootstrap/static/images/audio.png htdocs/theme/bootstrap/static/images/audio.png +0 -0
- htdocs/theme/bootstrap/static/images/bg-container.jpg htdocs/theme/bootstrap/static/images/bg-container.jpg +0 -0
- htdocs/theme/bootstrap/static/images/bg.jpg htdocs/theme/bootstrap/static/images/bg.jpg +0 -0
- htdocs/theme/bootstrap/static/images/btn-search.gif htdocs/theme/bootstrap/static/images/btn-search.gif +0 -0
- htdocs/theme/bootstrap/static/images/btn_access.png htdocs/theme/bootstrap/static/images/btn_access.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_addcolumnleft.png htdocs/theme/bootstrap/static/images/btn_addcolumnleft.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_addcolumnright.png htdocs/theme/bootstrap/static/images/btn_addcolumnright.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_bkgd.png htdocs/theme/bootstrap/static/images/btn_bkgd.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_bkgd_focus.png htdocs/theme/bootstrap/static/images/btn_bkgd_focus.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_bkgd_grey.png htdocs/theme/bootstrap/static/images/btn_bkgd_grey.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_bkgd_grey_focus.png htdocs/theme/bootstrap/static/images/btn_bkgd_grey_focus.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_bkgd_grey_hover.png htdocs/theme/bootstrap/static/images/btn_bkgd_grey_hover.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_bkgd_hover.png htdocs/theme/bootstrap/static/images/btn_bkgd_hover.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_bkgd_red.png htdocs/theme/bootstrap/static/images/btn_bkgd_red.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_bkgd_red_focus.png htdocs/theme/bootstrap/static/images/btn_bkgd_red_focus.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_bkgd_red_hover.png htdocs/theme/bootstrap/static/images/btn_bkgd_red_hover.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_calendar.png htdocs/theme/bootstrap/static/images/btn_calendar.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_close.png htdocs/theme/bootstrap/static/images/btn_close.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_close_focus.png htdocs/theme/bootstrap/static/images/btn_close_focus.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_configure.png htdocs/theme/bootstrap/static/images/btn_configure.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_deleteremove_focus.png .../theme/bootstrap/static/images/btn_deleteremove_focus.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_edit.png htdocs/theme/bootstrap/static/images/btn_edit.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_edit_focus.png htdocs/theme/bootstrap/static/images/btn_edit_focus.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_export.png htdocs/theme/bootstrap/static/images/btn_export.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_extract.png htdocs/theme/bootstrap/static/images/btn_extract.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_info.png htdocs/theme/bootstrap/static/images/btn_info.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_move.png htdocs/theme/bootstrap/static/images/btn_move.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_movedown.png htdocs/theme/bootstrap/static/images/btn_movedown.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_moveleft.png htdocs/theme/bootstrap/static/images/btn_moveleft.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_moveright.png htdocs/theme/bootstrap/static/images/btn_moveright.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_moveup.png htdocs/theme/bootstrap/static/images/btn_moveup.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_removecolumn.png htdocs/theme/bootstrap/static/images/btn_removecolumn.png +0 -0
- htdocs/theme/bootstrap/static/images/btn_secreturl.png htdocs/theme/bootstrap/static/images/btn_secreturl.png +0 -0
- htdocs/theme/bootstrap/static/images/bullet.png htdocs/theme/bootstrap/static/images/bullet.png +0 -0
- htdocs/theme/bootstrap/static/images/calendar.png htdocs/theme/bootstrap/static/images/calendar.png +0 -0
- htdocs/theme/bootstrap/static/images/collection.png htdocs/theme/bootstrap/static/images/collection.png +0 -0
- htdocs/theme/bootstrap/static/images/colnav_bkgd.png htdocs/theme/bootstrap/static/images/colnav_bkgd.png +0 -0
- htdocs/theme/bootstrap/static/images/comment.png htdocs/theme/bootstrap/static/images/comment.png +0 -0
- htdocs/theme/bootstrap/static/images/config_small.png htdocs/theme/bootstrap/static/images/config_small.png +0 -0
- htdocs/theme/bootstrap/static/images/contactus.png htdocs/theme/bootstrap/static/images/contactus.png +0 -0
- htdocs/theme/bootstrap/static/images/contenteditor/arrow.png htdocs/theme/bootstrap/static/images/contenteditor/arrow.png +0 -0
- htdocs/theme/bootstrap/static/images/contenteditor/collapse.png .../theme/bootstrap/static/images/contenteditor/collapse.png +0 -0
- htdocs/theme/bootstrap/static/images/contenteditor/expand.png ...cs/theme/bootstrap/static/images/contenteditor/expand.png +0 -0
- htdocs/theme/bootstrap/static/images/contenteditor/journal.png ...s/theme/bootstrap/static/images/contenteditor/journal.png +0 -0
- htdocs/theme/bootstrap/static/images/contenteditor/media.png htdocs/theme/bootstrap/static/images/contenteditor/media.png +0 -0
- htdocs/theme/bootstrap/static/images/contenteditor/personalinfo.png ...me/bootstrap/static/images/contenteditor/personalinfo.png +0 -0
- htdocs/theme/bootstrap/static/images/dashboard_files.png htdocs/theme/bootstrap/static/images/dashboard_files.png +0 -0
- htdocs/theme/bootstrap/static/images/dashboard_friends.png htdocs/theme/bootstrap/static/images/dashboard_friends.png +0 -0
- htdocs/theme/bootstrap/static/images/dashboard_groups.png htdocs/theme/bootstrap/static/images/dashboard_groups.png +0 -0
- htdocs/theme/bootstrap/static/images/dashboard_journal.png htdocs/theme/bootstrap/static/images/dashboard_journal.png +0 -0
- htdocs/theme/bootstrap/static/images/dashboard_organise.png htdocs/theme/bootstrap/static/images/dashboard_organise.png +0 -0
- htdocs/theme/bootstrap/static/images/dashboard_profile.png htdocs/theme/bootstrap/static/images/dashboard_profile.png +0 -0
- htdocs/theme/bootstrap/static/images/dashboard_resume.png htdocs/theme/bootstrap/static/images/dashboard_resume.png +0 -0
- htdocs/theme/bootstrap/static/images/dashboard_share.png htdocs/theme/bootstrap/static/images/dashboard_share.png +0 -0
- htdocs/theme/bootstrap/static/images/dashboard_topics.png htdocs/theme/bootstrap/static/images/dashboard_topics.png +0 -0
- htdocs/theme/bootstrap/static/images/delete_small.png htdocs/theme/bootstrap/static/images/delete_small.png +0 -0
- htdocs/theme/bootstrap/static/images/deny_small.png htdocs/theme/bootstrap/static/images/deny_small.png +0 -0
- htdocs/theme/bootstrap/static/images/detail_small.png htdocs/theme/bootstrap/static/images/detail_small.png +0 -0
- htdocs/theme/bootstrap/static/images/display_small.png htdocs/theme/bootstrap/static/images/display_small.png +0 -0
- htdocs/theme/bootstrap/static/images/dividerdot.png htdocs/theme/bootstrap/static/images/dividerdot.png +0 -0
- htdocs/theme/bootstrap/static/images/download_small.png htdocs/theme/bootstrap/static/images/download_small.png +0 -0
- htdocs/theme/bootstrap/static/images/edit_small.png htdocs/theme/bootstrap/static/images/edit_small.png +0 -0
- htdocs/theme/bootstrap/static/images/expand.png htdocs/theme/bootstrap/static/images/expand.png +0 -0
- htdocs/theme/bootstrap/static/images/expanded.png htdocs/theme/bootstrap/static/images/expanded.png +0 -0
- htdocs/theme/bootstrap/static/images/externallink_small.png htdocs/theme/bootstrap/static/images/externallink_small.png +0 -0
- htdocs/theme/bootstrap/static/images/fail.png htdocs/theme/bootstrap/static/images/fail.png +0 -0
- htdocs/theme/bootstrap/static/images/failure.png htdocs/theme/bootstrap/static/images/failure.png +0 -0
- htdocs/theme/bootstrap/static/images/failure_small.png htdocs/theme/bootstrap/static/images/failure_small.png +0 -0
- htdocs/theme/bootstrap/static/images/feed.png htdocs/theme/bootstrap/static/images/feed.png +0 -0
- htdocs/theme/bootstrap/static/images/feedback-shad.png htdocs/theme/bootstrap/static/images/feedback-shad.png +0 -0
- htdocs/theme/bootstrap/static/images/feedback.png htdocs/theme/bootstrap/static/images/feedback.png +0 -0
- htdocs/theme/bootstrap/static/images/first.png htdocs/theme/bootstrap/static/images/first.png +0 -0
- htdocs/theme/bootstrap/static/images/foldernav.png htdocs/theme/bootstrap/static/images/foldernav.png +0 -0
- htdocs/theme/bootstrap/static/images/folderrow.png htdocs/theme/bootstrap/static/images/folderrow.png +0 -0
- htdocs/theme/bootstrap/static/images/friend_small.png htdocs/theme/bootstrap/static/images/friend_small.png +0 -0
- htdocs/theme/bootstrap/static/images/grippie.png htdocs/theme/bootstrap/static/images/grippie.png +0 -0
- htdocs/theme/bootstrap/static/images/group_small.png htdocs/theme/bootstrap/static/images/group_small.png +0 -0
- htdocs/theme/bootstrap/static/images/groupmessage.png htdocs/theme/bootstrap/static/images/groupmessage.png +0 -0
- htdocs/theme/bootstrap/static/images/header-bkgd-small.png htdocs/theme/bootstrap/static/images/header-bkgd-small.png +0 -0
- htdocs/theme/bootstrap/static/images/header-bkgd.png htdocs/theme/bootstrap/static/images/header-bkgd.png +0 -0
- htdocs/theme/bootstrap/static/images/header-search-input.png htdocs/theme/bootstrap/static/images/header-search-input.png +0 -0
- htdocs/theme/bootstrap/static/images/header-swirl.png htdocs/theme/bootstrap/static/images/header-swirl.png +0 -0
- htdocs/theme/bootstrap/static/images/help.png htdocs/theme/bootstrap/static/images/help.png +0 -0
- htdocs/theme/bootstrap/static/images/home-createpages.png htdocs/theme/bootstrap/static/images/home-createpages.png +0 -0
- htdocs/theme/bootstrap/static/images/home-discuss.png htdocs/theme/bootstrap/static/images/home-discuss.png +0 -0
- htdocs/theme/bootstrap/static/images/home-findfriends.png htdocs/theme/bootstrap/static/images/home-findfriends.png +0 -0
- htdocs/theme/bootstrap/static/images/home-info-bkgd.png htdocs/theme/bootstrap/static/images/home-info-bkgd.png +0 -0
- htdocs/theme/bootstrap/static/images/home-info-create.png htdocs/theme/bootstrap/static/images/home-info-create.png +0 -0
- htdocs/theme/bootstrap/static/images/home-info-engage.png htdocs/theme/bootstrap/static/images/home-info-engage.png +0 -0
- htdocs/theme/bootstrap/static/images/home-info-share.png htdocs/theme/bootstrap/static/images/home-info-share.png +0 -0
- htdocs/theme/bootstrap/static/images/home-logintoexplore.png htdocs/theme/bootstrap/static/images/home-logintoexplore.png +0 -0
- htdocs/theme/bootstrap/static/images/home-mygroups.png htdocs/theme/bootstrap/static/images/home-mygroups.png +0 -0
- htdocs/theme/bootstrap/static/images/home-sharepages.png htdocs/theme/bootstrap/static/images/home-sharepages.png +0 -0
- htdocs/theme/bootstrap/static/images/home-updateprofile.png htdocs/theme/bootstrap/static/images/home-updateprofile.png +0 -0
- htdocs/theme/bootstrap/static/images/home-uploadfiles.png htdocs/theme/bootstrap/static/images/home-uploadfiles.png +0 -0
- htdocs/theme/bootstrap/static/images/home-writejournal.png htdocs/theme/bootstrap/static/images/home-writejournal.png +0 -0
- htdocs/theme/bootstrap/static/images/info.png htdocs/theme/bootstrap/static/images/info.png +0 -0
- htdocs/theme/bootstrap/static/images/inpage-active-left.png htdocs/theme/bootstrap/static/images/inpage-active-left.png +0 -0
- htdocs/theme/bootstrap/static/images/inpage-active-right.png htdocs/theme/bootstrap/static/images/inpage-active-right.png +0 -0
- htdocs/theme/bootstrap/static/images/inpage-bkgd.png htdocs/theme/bootstrap/static/images/inpage-bkgd.png +0 -0
- htdocs/theme/bootstrap/static/images/inpage-left.png htdocs/theme/bootstrap/static/images/inpage-left.png +0 -0
- htdocs/theme/bootstrap/static/images/inpage-right.png htdocs/theme/bootstrap/static/images/inpage-right.png +0 -0
- htdocs/theme/bootstrap/static/images/institutionmessage.png htdocs/theme/bootstrap/static/images/institutionmessage.png +0 -0
- htdocs/theme/bootstrap/static/images/join_small.png htdocs/theme/bootstrap/static/images/join_small.png +0 -0
- htdocs/theme/bootstrap/static/images/journal.png htdocs/theme/bootstrap/static/images/journal.png +0 -0
- htdocs/theme/bootstrap/static/images/journal_entry.png htdocs/theme/bootstrap/static/images/journal_entry.png +0 -0
- htdocs/theme/bootstrap/static/images/last.png htdocs/theme/bootstrap/static/images/last.png +0 -0
- htdocs/theme/bootstrap/static/images/leave_small.png htdocs/theme/bootstrap/static/images/leave_small.png +0 -0
- htdocs/theme/bootstrap/static/images/license/by-nc-nd.png htdocs/theme/bootstrap/static/images/license/by-nc-nd.png +0 -0
- htdocs/theme/bootstrap/static/images/license/by-nc-sa.png htdocs/theme/bootstrap/static/images/license/by-nc-sa.png +0 -0
- htdocs/theme/bootstrap/static/images/license/by-nc.png htdocs/theme/bootstrap/static/images/license/by-nc.png +0 -0
- htdocs/theme/bootstrap/static/images/license/by-nd.png htdocs/theme/bootstrap/static/images/license/by-nd.png +0 -0
- htdocs/theme/bootstrap/static/images/license/by-sa.png htdocs/theme/bootstrap/static/images/license/by-sa.png +0 -0
- htdocs/theme/bootstrap/static/images/license/by.png htdocs/theme/bootstrap/static/images/license/by.png +0 -0
- htdocs/theme/bootstrap/static/images/license/gfdl.png htdocs/theme/bootstrap/static/images/license/gfdl.png +0 -0
- htdocs/theme/bootstrap/static/images/loading.gif htdocs/theme/bootstrap/static/images/loading.gif +0 -0
- htdocs/theme/bootstrap/static/images/locked.png htdocs/theme/bootstrap/static/images/locked.png +0 -0
- htdocs/theme/bootstrap/static/images/maharamessage.png htdocs/theme/bootstrap/static/images/maharamessage.png +0 -0
- htdocs/theme/bootstrap/static/images/mainnav-left.png htdocs/theme/bootstrap/static/images/mainnav-left.png +0 -0
- htdocs/theme/bootstrap/static/images/mainnav-right.png htdocs/theme/bootstrap/static/images/mainnav-right.png +0 -0
- htdocs/theme/bootstrap/static/images/menuarrow.png htdocs/theme/bootstrap/static/images/menuarrow.png +0 -0
- htdocs/theme/bootstrap/static/images/message.png htdocs/theme/bootstrap/static/images/message.png +0 -0
- htdocs/theme/bootstrap/static/images/message_small.png htdocs/theme/bootstrap/static/images/message_small.png +0 -0
- htdocs/theme/bootstrap/static/images/nav-admin-user.png htdocs/theme/bootstrap/static/images/nav-admin-user.png +0 -0
- htdocs/theme/bootstrap/static/images/nav-adminhome.png htdocs/theme/bootstrap/static/images/nav-adminhome.png +0 -0
- htdocs/theme/bootstrap/static/images/nav-configuresite.png htdocs/theme/bootstrap/static/images/nav-configuresite.png +0 -0
- htdocs/theme/bootstrap/static/images/nav-content.png htdocs/theme/bootstrap/static/images/nav-content.png +0 -0
- htdocs/theme/bootstrap/static/images/nav-dashboard.png htdocs/theme/bootstrap/static/images/nav-dashboard.png +0 -0
- htdocs/theme/bootstrap/static/images/nav-divider.png htdocs/theme/bootstrap/static/images/nav-divider.png +0 -0
- htdocs/theme/bootstrap/static/images/nav-extensions.png htdocs/theme/bootstrap/static/images/nav-extensions.png +0 -0
- htdocs/theme/bootstrap/static/images/nav-groups.png htdocs/theme/bootstrap/static/images/nav-groups.png +0 -0
- htdocs/theme/bootstrap/static/images/nav-institutions.png htdocs/theme/bootstrap/static/images/nav-institutions.png +0 -0
- htdocs/theme/bootstrap/static/images/nav-managegroups.png htdocs/theme/bootstrap/static/images/nav-managegroups.png +0 -0
- htdocs/theme/bootstrap/static/images/nav-manageinstitutions.png .../theme/bootstrap/static/images/nav-manageinstitutions.png +0 -0
- htdocs/theme/bootstrap/static/images/nav-manageusers.png htdocs/theme/bootstrap/static/images/nav-manageusers.png +0 -0
- htdocs/theme/bootstrap/static/images/nav-portfolio.png htdocs/theme/bootstrap/static/images/nav-portfolio.png +0 -0
- htdocs/theme/bootstrap/static/images/nav-return-site.png htdocs/theme/bootstrap/static/images/nav-return-site.png +0 -0
- htdocs/theme/bootstrap/static/images/nav-siteadmin.png htdocs/theme/bootstrap/static/images/nav-siteadmin.png +0 -0
- htdocs/theme/bootstrap/static/images/nav-users.png htdocs/theme/bootstrap/static/images/nav-users.png +0 -0
- htdocs/theme/bootstrap/static/images/newmail.png htdocs/theme/bootstrap/static/images/newmail.png +0 -0
- htdocs/theme/bootstrap/static/images/newpost.png htdocs/theme/bootstrap/static/images/newpost.png +0 -0
- htdocs/theme/bootstrap/static/images/next.png htdocs/theme/bootstrap/static/images/next.png +0 -0
- htdocs/theme/bootstrap/static/images/no-userphoto.png htdocs/theme/bootstrap/static/images/no-userphoto.png +0 -0
- htdocs/theme/bootstrap/static/images/no-userphoto20.png htdocs/theme/bootstrap/static/images/no-userphoto20.png +0 -0
- htdocs/theme/bootstrap/static/images/no-userphoto40.png htdocs/theme/bootstrap/static/images/no-userphoto40.png +0 -0
- htdocs/theme/bootstrap/static/images/no-userphoto60.png htdocs/theme/bootstrap/static/images/no-userphoto60.png +0 -0
- htdocs/theme/bootstrap/static/images/objectionable.png htdocs/theme/bootstrap/static/images/objectionable.png +0 -0
- htdocs/theme/bootstrap/static/images/overlay_nojs.png htdocs/theme/bootstrap/static/images/overlay_nojs.png +0 -0
- htdocs/theme/bootstrap/static/images/page.png htdocs/theme/bootstrap/static/images/page.png +0 -0
- htdocs/theme/bootstrap/static/images/parentfolder.png htdocs/theme/bootstrap/static/images/parentfolder.png +0 -0
- htdocs/theme/bootstrap/static/images/pending_small.png htdocs/theme/bootstrap/static/images/pending_small.png +0 -0
- htdocs/theme/bootstrap/static/images/persona_logo.png htdocs/theme/bootstrap/static/images/persona_logo.png +0 -0
- htdocs/theme/bootstrap/static/images/position.png htdocs/theme/bootstrap/static/images/position.png +0 -0
- htdocs/theme/bootstrap/static/images/previous.png htdocs/theme/bootstrap/static/images/previous.png +0 -0
- htdocs/theme/bootstrap/static/images/print.png htdocs/theme/bootstrap/static/images/print.png +0 -0
- htdocs/theme/bootstrap/static/images/private_bkgd.png htdocs/theme/bootstrap/static/images/private_bkgd.png +0 -0
- htdocs/theme/bootstrap/static/images/progress_bar_bg.png htdocs/theme/bootstrap/static/images/progress_bar_bg.png +0 -0
- htdocs/theme/bootstrap/static/images/progress_bar_full.png htdocs/theme/bootstrap/static/images/progress_bar_full.png +0 -0
- htdocs/theme/bootstrap/static/images/progress_bar_highlight.png .../theme/bootstrap/static/images/progress_bar_highlight.png +0 -0
- htdocs/theme/bootstrap/static/images/progressbar_bkgd.png htdocs/theme/bootstrap/static/images/progressbar_bkgd.png +0 -0
- htdocs/theme/bootstrap/static/images/quota_bar_bg.gif htdocs/theme/bootstrap/static/images/quota_bar_bg.gif +0 -0
- htdocs/theme/bootstrap/static/images/quota_bar_bg.png htdocs/theme/bootstrap/static/images/quota_bar_bg.png +0 -0
- htdocs/theme/bootstrap/static/images/quota_bar_full.gif htdocs/theme/bootstrap/static/images/quota_bar_full.gif +0 -0
- htdocs/theme/bootstrap/static/images/quota_bar_full.png htdocs/theme/bootstrap/static/images/quota_bar_full.png +0 -0
- htdocs/theme/bootstrap/static/images/quota_bar_highlight.gif htdocs/theme/bootstrap/static/images/quota_bar_highlight.gif +0 -0
- htdocs/theme/bootstrap/static/images/quota_bar_highlight.png htdocs/theme/bootstrap/static/images/quota_bar_highlight.png +0 -0
- htdocs/theme/bootstrap/static/images/rating_delete.png htdocs/theme/bootstrap/static/images/rating_delete.png +0 -0
- htdocs/theme/bootstrap/static/images/rating_star.png htdocs/theme/bootstrap/static/images/rating_star.png +0 -0
- htdocs/theme/bootstrap/static/images/readusermessage.png htdocs/theme/bootstrap/static/images/readusermessage.png +0 -0
- htdocs/theme/bootstrap/static/images/reply_small.png htdocs/theme/bootstrap/static/images/reply_small.png +0 -0
- htdocs/theme/bootstrap/static/images/reportpost.png htdocs/theme/bootstrap/static/images/reportpost.png +0 -0
- htdocs/theme/bootstrap/static/images/request_small.png htdocs/theme/bootstrap/static/images/request_small.png +0 -0
- htdocs/theme/bootstrap/static/images/retracted.png htdocs/theme/bootstrap/static/images/retracted.png +0 -0
- htdocs/theme/bootstrap/static/images/settings.png htdocs/theme/bootstrap/static/images/settings.png +0 -0
- htdocs/theme/bootstrap/static/images/sidebar-blue-bottom.png htdocs/theme/bootstrap/static/images/sidebar-blue-bottom.png +0 -0
- htdocs/theme/bootstrap/static/images/sidebar-blue-top.png htdocs/theme/bootstrap/static/images/sidebar-blue-top.png +0 -0
- htdocs/theme/bootstrap/static/images/sidebar-yellow-bottom.png ...s/theme/bootstrap/static/images/sidebar-yellow-bottom.png +0 -0
- htdocs/theme/bootstrap/static/images/sidebar-yellow-top.png htdocs/theme/bootstrap/static/images/sidebar-yellow-top.png +0 -0
- htdocs/theme/bootstrap/static/images/sort_ascend.png htdocs/theme/bootstrap/static/images/sort_ascend.png +0 -0
- htdocs/theme/bootstrap/static/images/sort_descend.png htdocs/theme/bootstrap/static/images/sort_descend.png +0 -0
- htdocs/theme/bootstrap/static/images/star.png htdocs/theme/bootstrap/static/images/star.png +0 -0
- htdocs/theme/bootstrap/static/images/subscribed.png htdocs/theme/bootstrap/static/images/subscribed.png +0 -0
- htdocs/theme/bootstrap/static/images/success.png htdocs/theme/bootstrap/static/images/success.png +0 -0
- htdocs/theme/bootstrap/static/images/success_small.png htdocs/theme/bootstrap/static/images/success_small.png +0 -0
- htdocs/theme/bootstrap/static/images/usermessage.png htdocs/theme/bootstrap/static/images/usermessage.png +0 -0
- htdocs/theme/bootstrap/static/images/video.png htdocs/theme/bootstrap/static/images/video.png +0 -0
- htdocs/theme/bootstrap/static/images/viewaccess.png htdocs/theme/bootstrap/static/images/viewaccess.png +0 -0
- htdocs/theme/bootstrap/static/images/virusrelease.png htdocs/theme/bootstrap/static/images/virusrelease.png +0 -0
- htdocs/theme/bootstrap/static/images/virusrepeat.png htdocs/theme/bootstrap/static/images/virusrepeat.png +0 -0
- htdocs/theme/bootstrap/static/images/warning.png htdocs/theme/bootstrap/static/images/warning.png +0 -0
- htdocs/theme/bootstrap/static/images/watchlist.png htdocs/theme/bootstrap/static/images/watchlist.png +0 -0
- htdocs/theme/bootstrap/static/js/block.js htdocs/theme/bootstrap/static/js/block.js +41 -0
- htdocs/theme/bootstrap/static/js/bootstrap-accessibility.min.js .../theme/bootstrap/static/js/bootstrap-accessibility.min.js +1 -1
- htdocs/theme/bootstrap/static/js/filebrowser.js htdocs/theme/bootstrap/static/js/filebrowser.js +39 -0
- htdocs/theme/bootstrap/static/js/formtabs.js htdocs/theme/bootstrap/static/js/formtabs.js +93 -0
- htdocs/theme/bootstrap/static/js/notification.js htdocs/theme/bootstrap/static/js/notification.js +14 -12
- htdocs/theme/bootstrap/static/js/pieform.js htdocs/theme/bootstrap/static/js/pieform.js +14 -0
- htdocs/theme/bootstrap/static/js/theme.js htdocs/theme/bootstrap/static/js/theme.js +97 -50
- htdocs/theme/bootstrap/static/sass/_custom.scss htdocs/theme/bootstrap/static/sass/_custom.scss +24 -0
- htdocs/theme/bootstrap/static/sass/_shame.scss htdocs/theme/bootstrap/static/sass/_shame.scss +1 -1
- htdocs/theme/bootstrap/static/sass/components/_attachments.scss .../theme/bootstrap/static/sass/components/_attachments.scss +0 -26
- htdocs/theme/bootstrap/static/sass/components/_blockinstances.scss ...eme/bootstrap/static/sass/components/_blockinstances.scss +0 -0
- htdocs/theme/bootstrap/static/sass/components/_btn-group.scss ...cs/theme/bootstrap/static/sass/components/_btn-group.scss +183 -0
- htdocs/theme/bootstrap/static/sass/components/_btn.scss htdocs/theme/bootstrap/static/sass/components/_btn.scss +299 -0
- htdocs/theme/bootstrap/static/sass/components/_carousel.scss htdocs/theme/bootstrap/static/sass/components/_carousel.scss +31 -0
- htdocs/theme/bootstrap/static/sass/components/_cells.scss htdocs/theme/bootstrap/static/sass/components/_cells.scss +33 -0
- htdocs/theme/bootstrap/static/sass/components/_contextual-help.scss ...me/bootstrap/static/sass/components/_contextual-help.scss +6 -0
- htdocs/theme/bootstrap/static/sass/components/_custom.scss htdocs/theme/bootstrap/static/sass/components/_custom.scss +0 -30
- htdocs/theme/bootstrap/static/sass/components/_dropzone-previews.scss .../bootstrap/static/sass/components/_dropzone-previews.scss +17 -0
- htdocs/theme/bootstrap/static/sass/components/_indicator.scss ...cs/theme/bootstrap/static/sass/components/_indicator.scss +62 -0
- htdocs/theme/bootstrap/static/sass/components/_input-as-icon.scss ...heme/bootstrap/static/sass/components/_input-as-icon.scss +3 -3
- htdocs/theme/bootstrap/static/sass/components/_js.scss htdocs/theme/bootstrap/static/sass/components/_js.scss +0 -45
- htdocs/theme/bootstrap/static/sass/components/_label.scss htdocs/theme/bootstrap/static/sass/components/_label.scss +9 -4
- htdocs/theme/bootstrap/static/sass/components/_list-group.scss ...s/theme/bootstrap/static/sass/components/_list-group.scss +141 -0
- htdocs/theme/bootstrap/static/sass/components/_loading-box.scss .../theme/bootstrap/static/sass/components/_loading-box.scss +0 -9
- htdocs/theme/bootstrap/static/sass/components/_loading-inner.scss ...heme/bootstrap/static/sass/components/_loading-inner.scss +9 -0
- htdocs/theme/bootstrap/static/sass/components/_message-thread.scss ...eme/bootstrap/static/sass/components/_message-thread.scss +0 -45
- htdocs/theme/bootstrap/static/sass/components/_modal.scss htdocs/theme/bootstrap/static/sass/components/_modal.scss +142 -0
- htdocs/theme/bootstrap/static/sass/components/_pagination.scss ...s/theme/bootstrap/static/sass/components/_pagination.scss +7 -1
- htdocs/theme/bootstrap/static/sass/components/_panel.scss htdocs/theme/bootstrap/static/sass/components/_panel.scss +0 -286
- htdocs/theme/bootstrap/static/sass/components/_post.scss htdocs/theme/bootstrap/static/sass/components/_post.scss +0 -93
- htdocs/theme/bootstrap/static/sass/components/_profile-block.scss ...heme/bootstrap/static/sass/components/_profile-block.scss +0 -65
- htdocs/theme/bootstrap/static/sass/components/_switch.scss htdocs/theme/bootstrap/static/sass/components/_switch.scss +142 -0
- htdocs/theme/bootstrap/static/sass/components/_switches.scss htdocs/theme/bootstrap/static/sass/components/_switches.scss +0 -79
- htdocs/theme/bootstrap/static/sass/components/_user-icon.scss ...cs/theme/bootstrap/static/sass/components/_user-icon.scss +88 -0
- htdocs/theme/bootstrap/static/sass/features/_dashboard-widget.scss ...eme/bootstrap/static/sass/features/_dashboard-widget.scss +4 -5
- htdocs/theme/bootstrap/static/sass/features/_filebrowser.scss ...cs/theme/bootstrap/static/sass/features/_filebrowser.scss +0 -14
- htdocs/theme/bootstrap/static/sass/features/_forum-post.scss htdocs/theme/bootstrap/static/sass/features/_forum-post.scss +15 -0
- htdocs/theme/bootstrap/static/sass/features/_message-thread.scss ...theme/bootstrap/static/sass/features/_message-thread.scss +59 -0
- htdocs/theme/bootstrap/static/sass/features/_notification.scss ...s/theme/bootstrap/static/sass/features/_notification.scss +14 -12
- htdocs/theme/bootstrap/static/sass/form/_alert.scss htdocs/theme/bootstrap/static/sass/form/_alert.scss +43 -0
- htdocs/theme/bootstrap/static/sass/form/_form-group.scss htdocs/theme/bootstrap/static/sass/form/_form-group.scss +121 -9
- htdocs/theme/bootstrap/static/sass/form/_form.scss htdocs/theme/bootstrap/static/sass/form/_form.scss +35 -7
- htdocs/theme/bootstrap/static/sass/form/_input-group.scss htdocs/theme/bootstrap/static/sass/form/_input-group.scss +30 -0
- htdocs/theme/bootstrap/static/sass/form/_site-messages.scss htdocs/theme/bootstrap/static/sass/form/_site-messages.scss +38 -0
- htdocs/theme/bootstrap/static/sass/jquery.rating.scss htdocs/theme/bootstrap/static/sass/jquery.rating.scss +0 -46
- htdocs/theme/bootstrap/static/sass/layout/_col-collapse.scss htdocs/theme/bootstrap/static/sass/layout/_col-collapse.scss +61 -0
- htdocs/theme/bootstrap/static/sass/layout/_columns.scss htdocs/theme/bootstrap/static/sass/layout/_columns.scss +63 -0
- htdocs/theme/bootstrap/static/sass/layout/_footer.scss htdocs/theme/bootstrap/static/sass/layout/_footer.scss +2 -1
- htdocs/theme/bootstrap/static/sass/layout/_header.scss htdocs/theme/bootstrap/static/sass/layout/_header.scss +0 -0
- htdocs/theme/bootstrap/static/sass/layout/_layout.scss htdocs/theme/bootstrap/static/sass/layout/_layout.scss +41 -4
- htdocs/theme/bootstrap/static/sass/layout/_profile-block.scss ...cs/theme/bootstrap/static/sass/layout/_profile-block.scss +40 -0
- htdocs/theme/bootstrap/static/sass/layout/nav/_main-nav.scss htdocs/theme/bootstrap/static/sass/layout/nav/_main-nav.scss +7 -5
- htdocs/theme/bootstrap/static/sass/layout/nav/_minor-nav.scss ...cs/theme/bootstrap/static/sass/layout/nav/_minor-nav.scss +0 -0
- htdocs/theme/bootstrap/static/sass/layout/nav/_nav-tabs.scss htdocs/theme/bootstrap/static/sass/layout/nav/_nav-tabs.scss +8 -0
- htdocs/theme/bootstrap/static/sass/layout/nav/_navbar.scss htdocs/theme/bootstrap/static/sass/layout/nav/_navbar.scss +19 -0
- htdocs/theme/bootstrap/static/sass/layout/nav/_tabs.scss htdocs/theme/bootstrap/static/sass/layout/nav/_tabs.scss +0 -0
- htdocs/theme/bootstrap/static/sass/layout/nav/_top-nav.scss htdocs/theme/bootstrap/static/sass/layout/nav/_top-nav.scss +0 -0
- htdocs/theme/bootstrap/static/sass/layout/panel/_panel-body.scss ...theme/bootstrap/static/sass/layout/panel/_panel-body.scss +24 -0
- htdocs/theme/bootstrap/static/sass/layout/panel/_panel-collapse.scss ...e/bootstrap/static/sass/layout/panel/_panel-collapse.scss +174 -0
- htdocs/theme/bootstrap/static/sass/layout/panel/_panel-control.scss ...me/bootstrap/static/sass/layout/panel/_panel-control.scss +47 -0
- htdocs/theme/bootstrap/static/sass/layout/panel/_panel-footer.scss ...eme/bootstrap/static/sass/layout/panel/_panel-footer.scss +66 -0
- htdocs/theme/bootstrap/static/sass/layout/panel/_panel-form.scss ...theme/bootstrap/static/sass/layout/panel/_panel-form.scss +6 -0
- htdocs/theme/bootstrap/static/sass/layout/panel/_panel-half.scss ...theme/bootstrap/static/sass/layout/panel/_panel-half.scss +12 -0
- htdocs/theme/bootstrap/static/sass/layout/panel/_panel-heading.scss ...me/bootstrap/static/sass/layout/panel/_panel-heading.scss +69 -0
- htdocs/theme/bootstrap/static/sass/layout/panel/_panel-items.scss ...heme/bootstrap/static/sass/layout/panel/_panel-items.scss +26 -0
- htdocs/theme/bootstrap/static/sass/layout/panel/_panel-secondary.scss .../bootstrap/static/sass/layout/panel/_panel-secondary.scss +55 -0
- htdocs/theme/bootstrap/static/sass/layout/panel/_panel.scss htdocs/theme/bootstrap/static/sass/layout/panel/_panel.scss +37 -0
- htdocs/theme/bootstrap/static/sass/lib/_meter.scss htdocs/theme/bootstrap/static/sass/lib/_meter.scss +53 -0
- htdocs/theme/bootstrap/static/sass/lib/_select2.scss htdocs/theme/bootstrap/static/sass/lib/_select2.scss +0 -0
- htdocs/theme/bootstrap/static/sass/lib/_star.scss htdocs/theme/bootstrap/static/sass/lib/_star.scss +76 -0
- htdocs/theme/bootstrap/static/sass/lib/_tinymce.scss htdocs/theme/bootstrap/static/sass/lib/_tinymce.scss +24 -0
- htdocs/theme/bootstrap/static/sass/lib/_ui-draggable.scss htdocs/theme/bootstrap/static/sass/lib/_ui-draggable.scss +38 -8
- htdocs/theme/bootstrap/static/sass/lib/font-awesome/_animated.scss ...eme/bootstrap/static/sass/lib/font-awesome/_animated.scss +0 -0
- htdocs/theme/bootstrap/static/sass/lib/font-awesome/_bordered-pulled.scss ...tstrap/static/sass/lib/font-awesome/_bordered-pulled.scss +0 -0
- htdocs/theme/bootstrap/static/sass/lib/font-awesome/_core.scss ...s/theme/bootstrap/static/sass/lib/font-awesome/_core.scss +0 -0
- htdocs/theme/bootstrap/static/sass/lib/font-awesome/_fixed-width.scss .../bootstrap/static/sass/lib/font-awesome/_fixed-width.scss +0 -0
- htdocs/theme/bootstrap/static/sass/lib/font-awesome/_font-awesome.scss ...bootstrap/static/sass/lib/font-awesome/_font-awesome.scss +0 -0
- htdocs/theme/bootstrap/static/sass/lib/font-awesome/_icons.scss .../theme/bootstrap/static/sass/lib/font-awesome/_icons.scss +0 -0
- htdocs/theme/bootstrap/static/sass/lib/font-awesome/_larger.scss ...theme/bootstrap/static/sass/lib/font-awesome/_larger.scss +6 -0
- htdocs/theme/bootstrap/static/sass/lib/font-awesome/_list.scss ...s/theme/bootstrap/static/sass/lib/font-awesome/_list.scss +0 -0
- htdocs/theme/bootstrap/static/sass/lib/font-awesome/_mixins.scss ...theme/bootstrap/static/sass/lib/font-awesome/_mixins.scss +0 -0
- htdocs/theme/bootstrap/static/sass/lib/font-awesome/_path.scss ...s/theme/bootstrap/static/sass/lib/font-awesome/_path.scss +0 -0
- htdocs/theme/bootstrap/static/sass/lib/font-awesome/_rotated-flipped.scss ...tstrap/static/sass/lib/font-awesome/_rotated-flipped.scss +2 -0
- htdocs/theme/bootstrap/static/sass/lib/font-awesome/_stacked.scss ...heme/bootstrap/static/sass/lib/font-awesome/_stacked.scss +0 -0
- htdocs/theme/bootstrap/static/sass/lib/font-awesome/_variables.scss ...me/bootstrap/static/sass/lib/font-awesome/_variables.scss +1 -2
- htdocs/theme/bootstrap/static/sass/select2.scss htdocs/theme/bootstrap/static/sass/select2.scss +1 -1
- htdocs/theme/bootstrap/static/sass/style.scss htdocs/theme/bootstrap/static/sass/style.scss +82 -101
- htdocs/theme/bootstrap/static/sass/tinymce.scss htdocs/theme/bootstrap/static/sass/tinymce.scss +17 -85
- htdocs/theme/bootstrap/static/sass/tinymceskin.scss htdocs/theme/bootstrap/static/sass/tinymceskin.scss +0 -91
- htdocs/theme/bootstrap/static/sass/typography/_fonts.scss htdocs/theme/bootstrap/static/sass/typography/_fonts.scss +0 -0
- htdocs/theme/bootstrap/static/sass/typography/_icons.scss htdocs/theme/bootstrap/static/sass/typography/_icons.scss +155 -0
- htdocs/theme/bootstrap/static/sass/typography/_tables.scss htdocs/theme/bootstrap/static/sass/typography/_tables.scss +101 -0
- htdocs/theme/bootstrap/static/sass/typography/_text.scss htdocs/theme/bootstrap/static/sass/typography/_text.scss +29 -0
- htdocs/theme/bootstrap/static/sass/typography/_typography.scss ...s/theme/bootstrap/static/sass/typography/_typography.scss +126 -0
- htdocs/theme/bootstrap/static/sass/utilities/_bootstrap-index.scss ...eme/bootstrap/static/sass/utilities/_bootstrap-index.scss +55 -0
- htdocs/theme/bootstrap/static/sass/utilities/_bootstrap-variables.scss ...bootstrap/static/sass/utilities/_bootstrap-variables.scss +21 -17
- htdocs/theme/bootstrap/static/sass/utilities/_brand-variables.scss ...eme/bootstrap/static/sass/utilities/_brand-variables.scss +0 -0
- htdocs/theme/bootstrap/static/sass/utilities/_classes.scss htdocs/theme/bootstrap/static/sass/utilities/_classes.scss +32 -16
- htdocs/theme/bootstrap/static/sass/utilities/_mixins.scss htdocs/theme/bootstrap/static/sass/utilities/_mixins.scss +12 -0
- htdocs/theme/bootstrap/static/sass/utilities/_whitespace.scss ...cs/theme/bootstrap/static/sass/utilities/_whitespace.scss +176 -151
- htdocs/theme/bootstrap/static/sass/views.scss htdocs/theme/bootstrap/static/sass/views.scss +3 -0
- htdocs/theme/bootstrap/static/style/jquery.rating.css htdocs/theme/bootstrap/static/style/jquery.rating.css +0 -1
- htdocs/theme/bootstrap/static/style/style.css htdocs/theme/bootstrap/static/style/style.css +2 -10
- htdocs/theme/bootstrap/static/style/tinymce.css htdocs/theme/bootstrap/static/style/tinymce.css +1 -1
- htdocs/theme/bootstrap/static/style/tinymceskin.css htdocs/theme/bootstrap/static/style/tinymceskin.css +0 -1
- htdocs/theme/bootstrap/templates/account/activity/activitylist.tpl ...eme/bootstrap/templates/account/activity/activitylist.tpl +1 -1
- htdocs/theme/bootstrap/templates/account/index.tpl htdocs/theme/bootstrap/templates/account/index.tpl +8 -8
- htdocs/theme/bootstrap/templates/account/institutions.tpl htdocs/theme/bootstrap/templates/account/institutions.tpl +8 -4
- htdocs/theme/bootstrap/templates/admin/extensions/cleanurls.tpl .../theme/bootstrap/templates/admin/extensions/cleanurls.tpl +22 -12
- htdocs/theme/bootstrap/templates/admin/groups/uploadcsv.tpl htdocs/theme/bootstrap/templates/admin/groups/uploadcsv.tpl +3 -2
- htdocs/theme/bootstrap/templates/admin/users/bulkexport.tpl htdocs/theme/bootstrap/templates/admin/users/bulkexport.tpl +3 -2
- htdocs/theme/bootstrap/templates/admin/users/bulkimport.tpl htdocs/theme/bootstrap/templates/admin/users/bulkimport.tpl +3 -2
- htdocs/theme/bootstrap/templates/admin/users/progressbar.tpl htdocs/theme/bootstrap/templates/admin/users/progressbar.tpl +1 -1
- htdocs/theme/bootstrap/templates/admin/users/uploadcsv.tpl htdocs/theme/bootstrap/templates/admin/users/uploadcsv.tpl +3 -2
- htdocs/theme/bootstrap/templates/artefact/artefact.tpl htdocs/theme/bootstrap/templates/artefact/artefact.tpl +57 -34
- htdocs/theme/bootstrap/templates/artefact/artefactcommentsview.tpl ...eme/bootstrap/templates/artefact/artefactcommentsview.tpl +6 -3
- htdocs/theme/bootstrap/templates/collection/actions.tpl htdocs/theme/bootstrap/templates/collection/actions.tpl +11 -0
- htdocs/theme/bootstrap/templates/collection/index.tpl htdocs/theme/bootstrap/templates/collection/index.tpl +50 -44
- htdocs/theme/bootstrap/templates/error.tpl htdocs/theme/bootstrap/templates/error.tpl +1 -1
- htdocs/theme/bootstrap/templates/footer.tpl htdocs/theme/bootstrap/templates/footer.tpl +16 -2
- htdocs/theme/bootstrap/templates/form/artefactchooser-element.tpl ...heme/bootstrap/templates/form/artefactchooser-element.tpl +6 -6
- htdocs/theme/bootstrap/templates/form/artefactchooser.tpl htdocs/theme/bootstrap/templates/form/artefactchooser.tpl +4 -6
- htdocs/theme/bootstrap/templates/form/emaillist.tpl htdocs/theme/bootstrap/templates/form/emaillist.tpl +15 -14
- htdocs/theme/bootstrap/templates/form/tags.tpl htdocs/theme/bootstrap/templates/form/tags.tpl +4 -2
- htdocs/theme/bootstrap/templates/form/userlist.tpl htdocs/theme/bootstrap/templates/form/userlist.tpl +2 -2
- htdocs/theme/bootstrap/templates/form/viewacl.tpl htdocs/theme/bootstrap/templates/form/viewacl.tpl +101 -101
- htdocs/theme/bootstrap/templates/group/editgroupmembership.tpl ...s/theme/bootstrap/templates/group/editgroupmembership.tpl +38 -27
- htdocs/theme/bootstrap/templates/group/find.tpl htdocs/theme/bootstrap/templates/group/find.tpl +4 -6
- htdocs/theme/bootstrap/templates/group/group.tpl htdocs/theme/bootstrap/templates/group/group.tpl +46 -34
- htdocs/theme/bootstrap/templates/group/groupuserstatus.tpl htdocs/theme/bootstrap/templates/group/groupuserstatus.tpl +92 -57
- htdocs/theme/bootstrap/templates/group/info.tpl htdocs/theme/bootstrap/templates/group/info.tpl +66 -61
- htdocs/theme/bootstrap/templates/group/interactions.tpl htdocs/theme/bootstrap/templates/group/interactions.tpl +33 -18
- htdocs/theme/bootstrap/templates/group/leave.tpl htdocs/theme/bootstrap/templates/group/leave.tpl +3 -3
- htdocs/theme/bootstrap/templates/group/members.tpl htdocs/theme/bootstrap/templates/group/members.tpl +35 -20
- htdocs/theme/bootstrap/templates/group/membersearchresults.tpl ...s/theme/bootstrap/templates/group/membersearchresults.tpl +77 -20
- htdocs/theme/bootstrap/templates/group/mygroups.tpl htdocs/theme/bootstrap/templates/group/mygroups.tpl +9 -6
- htdocs/theme/bootstrap/templates/group/report.tpl htdocs/theme/bootstrap/templates/group/report.tpl +5 -1
- htdocs/theme/bootstrap/templates/group/topicrows.tpl htdocs/theme/bootstrap/templates/group/topicrows.tpl +21 -14
- htdocs/theme/bootstrap/templates/group/topics.tpl htdocs/theme/bootstrap/templates/group/topics.tpl +17 -13
- htdocs/theme/bootstrap/templates/group/view.tpl htdocs/theme/bootstrap/templates/group/view.tpl +1 -1
- htdocs/theme/bootstrap/templates/header.tpl htdocs/theme/bootstrap/templates/header.tpl +22 -20
- htdocs/theme/bootstrap/templates/header/head.tpl htdocs/theme/bootstrap/templates/header/head.tpl +7 -2
- htdocs/theme/bootstrap/templates/header/topright.tpl htdocs/theme/bootstrap/templates/header/topright.tpl +1 -1
- htdocs/theme/bootstrap/templates/inpagenav.tpl htdocs/theme/bootstrap/templates/inpagenav.tpl +13 -0
- htdocs/theme/bootstrap/templates/institution/staffadmin.tpl htdocs/theme/bootstrap/templates/institution/staffadmin.tpl +17 -6
- htdocs/theme/bootstrap/templates/institution/stafflist.tpl htdocs/theme/bootstrap/templates/institution/stafflist.tpl +1 -1
- htdocs/theme/bootstrap/templates/interaction/delete.tpl htdocs/theme/bootstrap/templates/interaction/delete.tpl +5 -5
- htdocs/theme/bootstrap/templates/interaction/edit.tpl htdocs/theme/bootstrap/templates/interaction/edit.tpl +2 -2
- htdocs/theme/bootstrap/templates/progress_meter.tpl htdocs/theme/bootstrap/templates/progress_meter.tpl +9 -0
- htdocs/theme/bootstrap/templates/requiredfields.tpl htdocs/theme/bootstrap/templates/requiredfields.tpl +20 -10
- htdocs/theme/bootstrap/templates/sideblocks/groupquota.tpl htdocs/theme/bootstrap/templates/sideblocks/groupquota.tpl +9 -10
- htdocs/theme/bootstrap/templates/sideblocks/onlineusers.tpl htdocs/theme/bootstrap/templates/sideblocks/onlineusers.tpl +6 -3
- htdocs/theme/bootstrap/templates/sideblocks/profile.tpl htdocs/theme/bootstrap/templates/sideblocks/profile.tpl +13 -13
- htdocs/theme/bootstrap/templates/sideblocks/progressbar.tpl htdocs/theme/bootstrap/templates/sideblocks/progressbar.tpl +0 -8
- htdocs/theme/bootstrap/templates/sideblocks/quota.tpl htdocs/theme/bootstrap/templates/sideblocks/quota.tpl +3 -3
- htdocs/theme/bootstrap/templates/skin/delete.tpl htdocs/theme/bootstrap/templates/skin/delete.tpl +5 -5
- htdocs/theme/bootstrap/templates/skin/index.tpl htdocs/theme/bootstrap/templates/skin/index.tpl +146 -76
- htdocs/theme/bootstrap/templates/user/find.tpl htdocs/theme/bootstrap/templates/user/find.tpl +1 -1
- htdocs/theme/bootstrap/templates/user/myfriends.tpl htdocs/theme/bootstrap/templates/user/myfriends.tpl +5 -5
- htdocs/theme/bootstrap/templates/user/simpleuser.tpl htdocs/theme/bootstrap/templates/user/simpleuser.tpl +8 -6
- htdocs/theme/bootstrap/templates/user/user.tpl htdocs/theme/bootstrap/templates/user/user.tpl +53 -82
- htdocs/theme/bootstrap/templates/user/userfind.tpl htdocs/theme/bootstrap/templates/user/userfind.tpl +88 -74
- htdocs/theme/bootstrap/templates/user/userresults.tpl htdocs/theme/bootstrap/templates/user/userresults.tpl +1 -1
- htdocs/theme/bootstrap/templates/user/view.tpl htdocs/theme/bootstrap/templates/user/view.tpl +131 -48
- htdocs/theme/bootstrap/templates/view/accesslistrow.tpl htdocs/theme/bootstrap/templates/view/accesslistrow.tpl +3 -3
- htdocs/theme/bootstrap/templates/view/blocks.tpl htdocs/theme/bootstrap/templates/view/blocks.tpl +124 -89
- htdocs/theme/bootstrap/templates/view/blocktypecategorylist.tpl .../theme/bootstrap/templates/view/blocktypecategorylist.tpl +17 -5
- htdocs/theme/bootstrap/templates/view/blocktypecontainerediting.tpl ...me/bootstrap/templates/view/blocktypecontainerediting.tpl +51 -24
- htdocs/theme/bootstrap/templates/view/blocktypecontainerviewing.tpl ...me/bootstrap/templates/view/blocktypecontainerviewing.tpl +47 -28
- htdocs/theme/bootstrap/templates/view/blocktypelist.tpl htdocs/theme/bootstrap/templates/view/blocktypelist.tpl +15 -13
- htdocs/theme/bootstrap/templates/view/choosetemplate.tpl htdocs/theme/bootstrap/templates/view/choosetemplate.tpl +15 -8
- htdocs/theme/bootstrap/templates/view/columnediting.tpl htdocs/theme/bootstrap/templates/view/columnediting.tpl +22 -24
- htdocs/theme/bootstrap/templates/view/columnviewing.tpl htdocs/theme/bootstrap/templates/view/columnviewing.tpl +1 -4
- htdocs/theme/bootstrap/templates/view/contenteditor.tpl htdocs/theme/bootstrap/templates/view/contenteditor.tpl +10 -8
- htdocs/theme/bootstrap/templates/view/delete.tpl htdocs/theme/bootstrap/templates/view/delete.tpl +17 -8
- htdocs/theme/bootstrap/templates/view/edit.tpl htdocs/theme/bootstrap/templates/view/edit.tpl +4 -10
- htdocs/theme/bootstrap/templates/view/editviewtabs.tpl htdocs/theme/bootstrap/templates/view/editviewtabs.tpl +46 -10
- htdocs/theme/bootstrap/templates/view/imagebrowser.tpl htdocs/theme/bootstrap/templates/view/imagebrowser.tpl +18 -9
- htdocs/theme/bootstrap/templates/view/index.tpl htdocs/theme/bootstrap/templates/view/index.tpl +58 -46
- htdocs/theme/bootstrap/templates/view/layout.tpl htdocs/theme/bootstrap/templates/view/layout.tpl +4 -9
- htdocs/theme/bootstrap/templates/view/rowediting.tpl htdocs/theme/bootstrap/templates/view/rowediting.tpl +1 -2
- htdocs/theme/bootstrap/templates/view/rowviewing.tpl htdocs/theme/bootstrap/templates/view/rowviewing.tpl +1 -1
- htdocs/theme/bootstrap/templates/view/share.tpl htdocs/theme/bootstrap/templates/view/share.tpl +11 -7
- htdocs/theme/bootstrap/templates/view/sharedviews.tpl htdocs/theme/bootstrap/templates/view/sharedviews.tpl +1 -1
- htdocs/theme/bootstrap/templates/view/skin.tpl htdocs/theme/bootstrap/templates/view/skin.tpl +134 -48
- htdocs/theme/bootstrap/templates/view/templatesearchresults.tpl .../theme/bootstrap/templates/view/templatesearchresults.tpl +31 -31
- htdocs/theme/bootstrap/templates/view/urls.tpl htdocs/theme/bootstrap/templates/view/urls.tpl +32 -22
- htdocs/theme/bootstrap/templates/view/view.tpl htdocs/theme/bootstrap/templates/view/view.tpl +26 -8
- htdocs/theme/bootstrap/templates/view/viewmenuartefact.tpl htdocs/theme/bootstrap/templates/view/viewmenuartefact.tpl +56 -17
- htdocs/theme/custom/static/images/btn-search.png htdocs/theme/custom/static/images/btn-search.png +0 -0
- htdocs/theme/custom/static/images/corner.png htdocs/theme/custom/static/images/corner.png +0 -0
- htdocs/theme/custom/static/images/sidebar-bottom.png htdocs/theme/custom/static/images/sidebar-bottom.png +0 -0
- htdocs/theme/custom/static/images/sidebar-top.png htdocs/theme/custom/static/images/sidebar-top.png +0 -0
- htdocs/theme/custom/static/images/site-logo-small.png htdocs/theme/custom/static/images/site-logo-small.png +0 -0
- htdocs/theme/custom/static/images/site-logo.png htdocs/theme/custom/static/images/site-logo.png +0 -0
- htdocs/theme/custom/static/images/subnav-bkgd.png htdocs/theme/custom/static/images/subnav-bkgd.png +0 -0
- htdocs/theme/custom/static/style/style.css htdocs/theme/custom/static/style/style.css +0 -296
- htdocs/theme/custom/static/style/views.css htdocs/theme/custom/static/style/views.css +0 -17
- htdocs/theme/custom/themeconfig.php htdocs/theme/custom/themeconfig.php +0 -19
- htdocs/theme/default/static/images/arrow-collapsed.png htdocs/theme/default/static/images/arrow-collapsed.png +0 -0
- htdocs/theme/default/static/images/arrow-collapsible.png htdocs/theme/default/static/images/arrow-collapsible.png +0 -0
- htdocs/theme/default/static/images/background.gif htdocs/theme/default/static/images/background.gif +0 -0
- htdocs/theme/default/static/images/btn_bkgd.png htdocs/theme/default/static/images/btn_bkgd.png +0 -0
- htdocs/theme/default/static/images/btn_bkgd_focus.png htdocs/theme/default/static/images/btn_bkgd_focus.png +0 -0
- htdocs/theme/default/static/images/btn_bkgd_grey.png htdocs/theme/default/static/images/btn_bkgd_grey.png +0 -0
- htdocs/theme/default/static/images/btn_bkgd_grey_focus.png htdocs/theme/default/static/images/btn_bkgd_grey_focus.png +0 -0
- htdocs/theme/default/static/images/btn_bkgd_grey_hover.png htdocs/theme/default/static/images/btn_bkgd_grey_hover.png +0 -0
- htdocs/theme/default/static/images/btn_bkgd_hover.png htdocs/theme/default/static/images/btn_bkgd_hover.png +0 -0
- htdocs/theme/default/static/images/collapse-arrows.png htdocs/theme/default/static/images/collapse-arrows.png +0 -0
- htdocs/theme/default/static/images/dividerdot.png htdocs/theme/default/static/images/dividerdot.png +0 -0
- htdocs/theme/default/static/images/header-bg.gif htdocs/theme/default/static/images/header-bg.gif +0 -0
- htdocs/theme/default/static/images/mainnav-active.gif htdocs/theme/default/static/images/mainnav-active.gif +0 -0
- htdocs/theme/default/static/images/mainnav.gif htdocs/theme/default/static/images/mainnav.gif +0 -0
- htdocs/theme/default/static/images/sidebar-bg.gif htdocs/theme/default/static/images/sidebar-bg.gif +0 -0
- htdocs/theme/default/static/images/submenu-active.gif htdocs/theme/default/static/images/submenu-active.gif +0 -0
- htdocs/theme/default/static/images/submenu.gif htdocs/theme/default/static/images/submenu.gif +0 -0
- htdocs/theme/default/static/images/tabs-active.gif htdocs/theme/default/static/images/tabs-active.gif +0 -0
- htdocs/theme/default/static/images/tabs.gif htdocs/theme/default/static/images/tabs.gif +0 -0
- htdocs/theme/default/static/images/top-wrapper-bkgd.png htdocs/theme/default/static/images/top-wrapper-bkgd.png +0 -0
- htdocs/theme/default/static/style/admin.css htdocs/theme/default/static/style/admin.css +0 -278
- htdocs/theme/default/static/style/print.css htdocs/theme/default/static/style/print.css +0 -337
- htdocs/theme/default/static/style/style.css htdocs/theme/default/static/style/style.css +0 -2376
- htdocs/theme/default/static/style/views.css htdocs/theme/default/static/style/views.css +0 -147
- htdocs/theme/default/templates/admin/statistics.tpl htdocs/theme/default/templates/admin/statistics.tpl +0 -53
- htdocs/theme/default/templates/header/head.tpl htdocs/theme/default/templates/header/head.tpl +0 -47
- htdocs/theme/default/templates/tags.tpl htdocs/theme/default/templates/tags.tpl +0 -44
- htdocs/theme/default/templates/view/editviewtabs.tpl htdocs/theme/default/templates/view/editviewtabs.tpl +0 -39
- htdocs/theme/default/themeconfig.php htdocs/theme/default/themeconfig.php +0 -26
- htdocs/theme/fresh/static/images/bg.jpg htdocs/theme/fresh/static/images/bg.jpg +0 -0
- htdocs/theme/fresh/static/images/btn_bkgd.png htdocs/theme/fresh/static/images/btn_bkgd.png +0 -0
- htdocs/theme/fresh/static/images/btn_bkgd_focus.png htdocs/theme/fresh/static/images/btn_bkgd_focus.png +0 -0
- htdocs/theme/fresh/static/images/btn_bkgd_grey.png htdocs/theme/fresh/static/images/btn_bkgd_grey.png +0 -0
- htdocs/theme/fresh/static/images/btn_bkgd_grey_focus.png htdocs/theme/fresh/static/images/btn_bkgd_grey_focus.png +0 -0
- htdocs/theme/fresh/static/images/btn_bkgd_grey_hover.png htdocs/theme/fresh/static/images/btn_bkgd_grey_hover.png +0 -0
- htdocs/theme/fresh/static/images/btn_bkgd_hover.png htdocs/theme/fresh/static/images/btn_bkgd_hover.png +0 -0
- htdocs/theme/fresh/static/images/contenteditor/collapse.png htdocs/theme/fresh/static/images/contenteditor/collapse.png +0 -0
- htdocs/theme/fresh/static/images/contenteditor/expand.png htdocs/theme/fresh/static/images/contenteditor/expand.png +0 -0
- htdocs/theme/fresh/static/images/loading.gif htdocs/theme/fresh/static/images/loading.gif +0 -0
- htdocs/theme/fresh/static/images/mainnav-bg.png htdocs/theme/fresh/static/images/mainnav-bg.png +0 -0
- htdocs/theme/fresh/static/images/site-logo-small.png htdocs/theme/fresh/static/images/site-logo-small.png +0 -0
- htdocs/theme/fresh/static/images/site-logo.png htdocs/theme/fresh/static/images/site-logo.png +0 -0
- htdocs/theme/fresh/static/images/subnav-bg.png htdocs/theme/fresh/static/images/subnav-bg.png +0 -0
- htdocs/theme/fresh/static/style/admin.css htdocs/theme/fresh/static/style/admin.css +0 -79
- htdocs/theme/fresh/static/style/style.css htdocs/theme/fresh/static/style/style.css +0 -855
- htdocs/theme/fresh/static/style/views.css htdocs/theme/fresh/static/style/views.css +0 -192
- htdocs/theme/primaryschool/lang/en.utf8/theme.primaryschool.php .../theme/primaryschool/lang/en.utf8/theme.primaryschool.php +0 -23
- htdocs/theme/primaryschool/static/images/annotation-shad.png htdocs/theme/primaryschool/static/images/annotation-shad.png +0 -0
- htdocs/theme/primaryschool/static/images/bg-container.jpg htdocs/theme/primaryschool/static/images/bg-container.jpg +0 -0
- htdocs/theme/primaryschool/static/images/bg.jpg htdocs/theme/primaryschool/static/images/bg.jpg +0 -0
- htdocs/theme/primaryschool/static/images/btn-search.gif htdocs/theme/primaryschool/static/images/btn-search.gif +0 -0
- htdocs/theme/primaryschool/static/images/btn_bkgd.png htdocs/theme/primaryschool/static/images/btn_bkgd.png +0 -0
- htdocs/theme/primaryschool/static/images/btn_bkgd_focus.png htdocs/theme/primaryschool/static/images/btn_bkgd_focus.png +0 -0
- htdocs/theme/primaryschool/static/images/btn_bkgd_grey.png htdocs/theme/primaryschool/static/images/btn_bkgd_grey.png +0 -0
- htdocs/theme/primaryschool/static/images/btn_bkgd_grey_focus.png ...theme/primaryschool/static/images/btn_bkgd_grey_focus.png +0 -0
- htdocs/theme/primaryschool/static/images/btn_bkgd_grey_hover.png ...theme/primaryschool/static/images/btn_bkgd_grey_hover.png +0 -0
- htdocs/theme/primaryschool/static/images/btn_bkgd_hover.png htdocs/theme/primaryschool/static/images/btn_bkgd_hover.png +0 -0
- htdocs/theme/primaryschool/static/images/bullet.png htdocs/theme/primaryschool/static/images/bullet.png +0 -0
- htdocs/theme/primaryschool/static/images/colnav_bkgd.png htdocs/theme/primaryschool/static/images/colnav_bkgd.png +0 -0
- htdocs/theme/primaryschool/static/images/feedback-shad.png htdocs/theme/primaryschool/static/images/feedback-shad.png +0 -0
- htdocs/theme/primaryschool/static/images/header-bkgd-small.png ...s/theme/primaryschool/static/images/header-bkgd-small.png +0 -0
- htdocs/theme/primaryschool/static/images/header-bkgd.png htdocs/theme/primaryschool/static/images/header-bkgd.png +0 -0
- htdocs/theme/primaryschool/static/images/header-search-input.png ...theme/primaryschool/static/images/header-search-input.png +0 -0
- htdocs/theme/primaryschool/static/images/header-swirl.png htdocs/theme/primaryschool/static/images/header-swirl.png +0 -0
- htdocs/theme/primaryschool/static/images/home-createpages.png ...cs/theme/primaryschool/static/images/home-createpages.png +0 -0
- htdocs/theme/primaryschool/static/images/home-discuss.png htdocs/theme/primaryschool/static/images/home-discuss.png +0 -0
- htdocs/theme/primaryschool/static/images/home-findfriends.png ...cs/theme/primaryschool/static/images/home-findfriends.png +0 -0
- htdocs/theme/primaryschool/static/images/home-info-bkgd.png htdocs/theme/primaryschool/static/images/home-info-bkgd.png +0 -0
- htdocs/theme/primaryschool/static/images/home-logintoexplore.png ...theme/primaryschool/static/images/home-logintoexplore.png +0 -0
- htdocs/theme/primaryschool/static/images/home-mygroups.png htdocs/theme/primaryschool/static/images/home-mygroups.png +0 -0
- htdocs/theme/primaryschool/static/images/home-sharepages.png htdocs/theme/primaryschool/static/images/home-sharepages.png +0 -0
- htdocs/theme/primaryschool/static/images/home-updateprofile.png .../theme/primaryschool/static/images/home-updateprofile.png +0 -0
- htdocs/theme/primaryschool/static/images/home-uploadfiles.png ...cs/theme/primaryschool/static/images/home-uploadfiles.png +0 -0
- htdocs/theme/primaryschool/static/images/home-writejournal.png ...s/theme/primaryschool/static/images/home-writejournal.png +0 -0
- htdocs/theme/primaryschool/static/images/inpage-active-left.png .../theme/primaryschool/static/images/inpage-active-left.png +0 -0
- htdocs/theme/primaryschool/static/images/inpage-active-right.png ...theme/primaryschool/static/images/inpage-active-right.png +0 -0
- htdocs/theme/primaryschool/static/images/inpage-bkgd.png htdocs/theme/primaryschool/static/images/inpage-bkgd.png +0 -0
- htdocs/theme/primaryschool/static/images/inpage-left.png htdocs/theme/primaryschool/static/images/inpage-left.png +0 -0
- htdocs/theme/primaryschool/static/images/inpage-right.png htdocs/theme/primaryschool/static/images/inpage-right.png +0 -0
- htdocs/theme/primaryschool/static/images/mainnav-left.png htdocs/theme/primaryschool/static/images/mainnav-left.png +0 -0
- htdocs/theme/primaryschool/static/images/mainnav-right.png htdocs/theme/primaryschool/static/images/mainnav-right.png +0 -0
- htdocs/theme/primaryschool/static/images/menuarrow.png htdocs/theme/primaryschool/static/images/menuarrow.png +0 -0
- htdocs/theme/primaryschool/static/images/nav-admin-user.png htdocs/theme/primaryschool/static/images/nav-admin-user.png +0 -0
- htdocs/theme/primaryschool/static/images/nav-adminhome.png htdocs/theme/primaryschool/static/images/nav-adminhome.png +0 -0
- htdocs/theme/primaryschool/static/images/nav-configuresite.png ...s/theme/primaryschool/static/images/nav-configuresite.png +0 -0
- htdocs/theme/primaryschool/static/images/nav-content.png htdocs/theme/primaryschool/static/images/nav-content.png +0 -0
- htdocs/theme/primaryschool/static/images/nav-dashboard.png htdocs/theme/primaryschool/static/images/nav-dashboard.png +0 -0
- htdocs/theme/primaryschool/static/images/nav-divider.png htdocs/theme/primaryschool/static/images/nav-divider.png +0 -0
- htdocs/theme/primaryschool/static/images/nav-extensions.png htdocs/theme/primaryschool/static/images/nav-extensions.png +0 -0
- htdocs/theme/primaryschool/static/images/nav-groups.png htdocs/theme/primaryschool/static/images/nav-groups.png +0 -0
- htdocs/theme/primaryschool/static/images/nav-institutions.png ...cs/theme/primaryschool/static/images/nav-institutions.png +0 -0
- htdocs/theme/primaryschool/static/images/nav-managegroups.png ...cs/theme/primaryschool/static/images/nav-managegroups.png +0 -0
- htdocs/theme/primaryschool/static/images/nav-manageinstitutions.png ...me/primaryschool/static/images/nav-manageinstitutions.png +0 -0
- htdocs/theme/primaryschool/static/images/nav-manageusers.png htdocs/theme/primaryschool/static/images/nav-manageusers.png +0 -0
- htdocs/theme/primaryschool/static/images/nav-portfolio.png htdocs/theme/primaryschool/static/images/nav-portfolio.png +0 -0
- htdocs/theme/primaryschool/static/images/nav-return-site.png htdocs/theme/primaryschool/static/images/nav-return-site.png +0 -0
- htdocs/theme/primaryschool/static/images/nav-siteadmin.png htdocs/theme/primaryschool/static/images/nav-siteadmin.png +0 -0
- htdocs/theme/primaryschool/static/images/nav-users.png htdocs/theme/primaryschool/static/images/nav-users.png +0 -0
- htdocs/theme/primaryschool/static/images/no-userphoto.png htdocs/theme/primaryschool/static/images/no-userphoto.png +0 -0
- htdocs/theme/primaryschool/static/images/no-userphoto20.png htdocs/theme/primaryschool/static/images/no-userphoto20.png +0 -0
- htdocs/theme/primaryschool/static/images/no-userphoto40.png htdocs/theme/primaryschool/static/images/no-userphoto40.png +0 -0
- htdocs/theme/primaryschool/static/images/no-userphoto60.png htdocs/theme/primaryschool/static/images/no-userphoto60.png +0 -0
- htdocs/theme/primaryschool/static/images/powered_by_mahara.png ...s/theme/primaryschool/static/images/powered_by_mahara.png +0 -0
- htdocs/theme/primaryschool/static/images/powered_by_mahara_small.png ...e/primaryschool/static/images/powered_by_mahara_small.png +0 -0
- htdocs/theme/primaryschool/static/images/quota_bar_bg.gif htdocs/theme/primaryschool/static/images/quota_bar_bg.gif +0 -0
- htdocs/theme/primaryschool/static/images/quota_bar_full.gif htdocs/theme/primaryschool/static/images/quota_bar_full.gif +0 -0
- htdocs/theme/primaryschool/static/images/quota_bar_highlight.gif ...theme/primaryschool/static/images/quota_bar_highlight.gif +0 -0
- htdocs/theme/primaryschool/static/images/sidebar-blue-bottom.png ...theme/primaryschool/static/images/sidebar-blue-bottom.png +0 -0
- htdocs/theme/primaryschool/static/images/sidebar-blue-top.png ...cs/theme/primaryschool/static/images/sidebar-blue-top.png +0 -0
- htdocs/theme/primaryschool/static/images/sidebar-yellow-bottom.png ...eme/primaryschool/static/images/sidebar-yellow-bottom.png +0 -0
- htdocs/theme/primaryschool/static/images/sidebar-yellow-top.png .../theme/primaryschool/static/images/sidebar-yellow-top.png +0 -0
- htdocs/theme/primaryschool/static/images/site-logo-small.png htdocs/theme/primaryschool/static/images/site-logo-small.png +0 -0
- htdocs/theme/primaryschool/static/images/site-logo.png htdocs/theme/primaryschool/static/images/site-logo.png +0 -0
- htdocs/theme/primaryschool/static/style/style.css htdocs/theme/primaryschool/static/style/style.css +0 -1035
- htdocs/theme/primaryschool/static/style/views.css htdocs/theme/primaryschool/static/style/views.css +0 -85
- htdocs/theme/primaryschool/templates/homeinfo.tpl htdocs/theme/primaryschool/templates/homeinfo.tpl +0 -21
- htdocs/theme/primaryschool/themeconfig.php htdocs/theme/primaryschool/themeconfig.php +0 -19
- htdocs/theme/raw/templates/sideblocks/profile.tpl htdocs/theme/raw/templates/sideblocks/profile.tpl +2 -2
- htdocs/theme/sunset/static/images/bg.jpg htdocs/theme/sunset/static/images/bg.jpg +0 -0
- htdocs/theme/sunset/static/images/btn-search.png htdocs/theme/sunset/static/images/btn-search.png +0 -0
- htdocs/theme/sunset/static/images/btn_bkgd.png htdocs/theme/sunset/static/images/btn_bkgd.png +0 -0
- htdocs/theme/sunset/static/images/btn_bkgd_focus.png htdocs/theme/sunset/static/images/btn_bkgd_focus.png +0 -0
- htdocs/theme/sunset/static/images/btn_bkgd_grey.png htdocs/theme/sunset/static/images/btn_bkgd_grey.png +0 -0
- htdocs/theme/sunset/static/images/btn_bkgd_grey_focus.png htdocs/theme/sunset/static/images/btn_bkgd_grey_focus.png +0 -0
- htdocs/theme/sunset/static/images/btn_bkgd_grey_hover.png htdocs/theme/sunset/static/images/btn_bkgd_grey_hover.png +0 -0
- htdocs/theme/sunset/static/images/btn_bkgd_hover.png htdocs/theme/sunset/static/images/btn_bkgd_hover.png +0 -0
- htdocs/theme/sunset/static/images/mainnav-bg.jpg htdocs/theme/sunset/static/images/mainnav-bg.jpg +0 -0
- htdocs/theme/sunset/static/images/quota_bar_bg.gif htdocs/theme/sunset/static/images/quota_bar_bg.gif +0 -0
- htdocs/theme/sunset/static/images/quota_bar_full.gif htdocs/theme/sunset/static/images/quota_bar_full.gif +0 -0
- htdocs/theme/sunset/static/images/quota_bar_highlight.gif htdocs/theme/sunset/static/images/quota_bar_highlight.gif +0 -0
- htdocs/theme/sunset/static/images/site-logo-small.png htdocs/theme/sunset/static/images/site-logo-small.png +0 -0
- htdocs/theme/sunset/static/images/site-logo.png htdocs/theme/sunset/static/images/site-logo.png +0 -0
- htdocs/theme/sunset/static/images/subnav-bg.jpg htdocs/theme/sunset/static/images/subnav-bg.jpg +0 -0
- htdocs/theme/sunset/static/images/transparency.png htdocs/theme/sunset/static/images/transparency.png +0 -0
- htdocs/theme/sunset/static/style/style.css htdocs/theme/sunset/static/style/style.css +0 -640
- htdocs/theme/sunset/static/style/views.css htdocs/theme/sunset/static/style/views.css +0 -50
- htdocs/theme/sunset/themeconfig.php htdocs/theme/sunset/themeconfig.php +0 -20
- htdocs/theme/ultima/static/images/bg-block.jpg htdocs/theme/ultima/static/images/bg-block.jpg +0 -0
- htdocs/theme/ultima/static/images/bg.jpg htdocs/theme/ultima/static/images/bg.jpg +0 -0
- htdocs/theme/ultima/static/images/bg1.jpg htdocs/theme/ultima/static/images/bg1.jpg +0 -0
- htdocs/theme/ultima/static/images/btn-search.png htdocs/theme/ultima/static/images/btn-search.png +0 -0
- htdocs/theme/ultima/static/images/btn_bkgd.png htdocs/theme/ultima/static/images/btn_bkgd.png +0 -0
- htdocs/theme/ultima/static/images/btn_bkgd_focus.png htdocs/theme/ultima/static/images/btn_bkgd_focus.png +0 -0
- htdocs/theme/ultima/static/images/btn_bkgd_grey.png htdocs/theme/ultima/static/images/btn_bkgd_grey.png +0 -0
- htdocs/theme/ultima/static/images/btn_bkgd_grey_focus.png htdocs/theme/ultima/static/images/btn_bkgd_grey_focus.png +0 -0
- htdocs/theme/ultima/static/images/btn_bkgd_grey_hover.png htdocs/theme/ultima/static/images/btn_bkgd_grey_hover.png +0 -0
- htdocs/theme/ultima/static/images/btn_bkgd_hover.png htdocs/theme/ultima/static/images/btn_bkgd_hover.png +0 -0
- htdocs/theme/ultima/static/images/mainnav-bg.png htdocs/theme/ultima/static/images/mainnav-bg.png +0 -0
- htdocs/theme/ultima/static/images/quota_bar_bg.gif htdocs/theme/ultima/static/images/quota_bar_bg.gif +0 -0
- htdocs/theme/ultima/static/images/quota_bar_full.gif htdocs/theme/ultima/static/images/quota_bar_full.gif +0 -0
- htdocs/theme/ultima/static/images/quota_bar_highlight.gif htdocs/theme/ultima/static/images/quota_bar_highlight.gif +0 -0
- htdocs/theme/ultima/static/images/site-logo-small.png htdocs/theme/ultima/static/images/site-logo-small.png +0 -0
- htdocs/theme/ultima/static/images/site-logo.png htdocs/theme/ultima/static/images/site-logo.png +0 -0
- htdocs/theme/ultima/static/style/style.css htdocs/theme/ultima/static/style/style.css +0 -603
- htdocs/theme/ultima/static/style/views.css htdocs/theme/ultima/static/style/views.css +0 -38
- htdocs/theme/ultima/themeconfig.php htdocs/theme/ultima/themeconfig.php +0 -20
- htdocs/theme/views.css htdocs/theme/views.css +0 -1189
- htdocs/user/find.php htdocs/user/find.php +20 -11
- htdocs/user/myfriends.php htdocs/user/myfriends.php +21 -14
- htdocs/user/view.php htdocs/user/view.php +6 -0
- htdocs/view/access.php htdocs/view/access.php +1 -0
- htdocs/view/blocks.php htdocs/view/blocks.php +4 -2
- htdocs/view/choosetemplate.php htdocs/view/choosetemplate.php +2 -0
- htdocs/view/delete.php htdocs/view/delete.php +1 -0
- htdocs/view/edit.php htdocs/view/edit.php +1 -0
- htdocs/view/groupviews.php htdocs/view/groupviews.php +1 -0
- htdocs/view/index.php htdocs/view/index.php +1 -0
- htdocs/view/layout.php htdocs/view/layout.php +1 -0
- htdocs/view/sharedviews.php htdocs/view/sharedviews.php +18 -14
- htdocs/view/skin.php htdocs/view/skin.php +8 -60
- htdocs/view/submit.php htdocs/view/submit.php +1 -0
- htdocs/view/togglewatchlist.json.php htdocs/view/togglewatchlist.json.php +2 -0
- htdocs/view/urls.php htdocs/view/urls.php +10 -6
- htdocs/view/view.php htdocs/view/view.php +0 -2
- No files found.