diff --git a/template/cclear/admin/images/errors.png b/template/cclear/admin/images/errors.png new file mode 100644 index 000000000..3c8a37df5 Binary files /dev/null and b/template/cclear/admin/images/errors.png differ diff --git a/template/cclear/admin/images/infos.png b/template/cclear/admin/images/infos.png new file mode 100644 index 000000000..dc8c8a457 Binary files /dev/null and b/template/cclear/admin/images/infos.png differ diff --git a/template/cclear/category.tpl b/template/cclear/category.tpl index 5bdfa7b88..5b2054acd 100644 --- a/template/cclear/category.tpl +++ b/template/cclear/category.tpl @@ -1,6 +1,19 @@ +

PhpWebGallery demonstration site

-
- -

{TITLE}

- +
+
+
    + +
  • + +
+

{TITLE}

+
@@ -85,8 +111,16 @@
  • {thumbnails.line.thumbnail.IMAGE_ALT}
    - {thumbnails.line.thumbnail.IMAGE_NAME} + title="{thumbnails.line.thumbnail.IMAGE_TITLE}"> + +
    + {thumbnails.line.thumbnail.element_name.NAME} + + +
    + [{thumbnails.line.thumbnail.category_name.NAME}] + + {thumbnails.line.thumbnail.IMAGE_TS}
    @@ -110,4 +144,4 @@ -
  • +
    diff --git a/template/cclear/categoryContent.css b/template/cclear/categoryContent.css deleted file mode 100644 index decf64f59..000000000 --- a/template/cclear/categoryContent.css +++ /dev/null @@ -1,57 +0,0 @@ -#categoryContent { - margin-left: 14em; - margin-right: 1em; - margin-bottom: 1em; /* when it's longer than menu bar */ -} - -#categoryContent H2 { - margin-bottom: 1ex; -} - -#categoryContent H3 { - margin-bottom: 1ex; -} - -#categoryContent UL.thumbnails { - margin: 0; padding: 0; - list-style-type: none; - text-align: center; /* eventuellement */ -} - -#categoryContent UL.thumbnails LI { - display: inline; -} - -#categoryContent UL.thumbnails SPAN { - margin: 0 10px 10px 10px; - vertical-align: top; - width: 128px; /* FIXME */ - display:table-cell; display:inline-table; display:inline-block; -} -#categoryContent UL.thumbnails LI>SPAN { vertical-align: baseline; } -#categoryContent UL.thumbnails LI IMG.thumbnail { margin-bottom: .4ex; } - -#categoryContent UL.thumbnails IMG.thumbnail { border: 1px solid #000000; } - -#categoryContent UL.thumbnails SPAN A:first-child { border: none } - - - - -#categoryContent .navigationBar, #categoryContent .additional_info { - margin: 10px 0; - text-align: center; -} - -#categoryContent .pageNumberSelected { - font-style: italic; -} - -#categoryContent .additional_info { - font-size: 110%; -} - -#categoryContent FORM { - text-align: left; -} - diff --git a/template/cclear/content.css b/template/cclear/content.css new file mode 100644 index 000000000..a7468497f --- /dev/null +++ b/template/cclear/content.css @@ -0,0 +1,72 @@ +/* $Id$ */ +#content { + margin-left: 14em; + margin-right: 1em; + margin-bottom: 1em; /* when it's longer than menu bar */ +} + +#content H2 { + margin-bottom: 1ex; +} + +#content H3 { + margin-bottom: 1ex; +} + +#content UL.thumbnails { + margin: 0; padding: 0; + list-style-type: none; + text-align: center; /* eventuellement */ +} + +#content UL.thumbnails LI { + display: inline; +} + +#content UL.thumbnails SPAN { + margin: 0 10px 10px 10px; + vertical-align: top; + width: 128px; /* FIXME */ + display:table-cell; display:inline-table; display:inline-block; +} +#content UL.thumbnails LI>SPAN { vertical-align: baseline; } +#content UL.thumbnails LI IMG.thumbnail { margin-bottom: .4ex; } + +#content UL.thumbnails IMG.thumbnail { border: 1px solid #000000; } + +#content UL.thumbnails SPAN A:first-child { border: none } + + + + +#content .navigationBar, #content .additional_info { + margin: 10px 0; + text-align: center; +} + +#content .pageNumberSelected { + font-style: italic; +} + +#content .additional_info { + font-size: 110%; +} + +#content FORM { + text-align: left; +} + +/* actions */ +div.titrePage ul.categoryActions { + float: right; + margin: 0; +} + +ul.categoryActions>li { + display: inline; +} + +ul.categoryActions a img, ul.categoryActions a { + border: none; +} + diff --git a/template/cclear/default-layout.css b/template/cclear/default-layout.css index 0038cbdc6..e921779bb 100644 --- a/template/cclear/default-layout.css +++ b/template/cclear/default-layout.css @@ -1,8 +1,10 @@ @import "menubar.css"; -@import "categoryContent.css"; +@import "content.css"; @import "image.css"; +/* $Id$ */ + /* * { padding: 0 !important; margin: 0 !important; } */ BODY { diff --git a/template/cclear/theme/caddie_add.png b/template/cclear/theme/caddie_add.png new file mode 100644 index 000000000..eb20f4e06 Binary files /dev/null and b/template/cclear/theme/caddie_add.png differ diff --git a/template/cclear/theme/category_children.png b/template/cclear/theme/category_children.png new file mode 100644 index 000000000..7205c3f61 Binary files /dev/null and b/template/cclear/theme/category_children.png differ diff --git a/template/cclear/theme/category_delete.png b/template/cclear/theme/category_delete.png new file mode 100644 index 000000000..da796da11 Binary files /dev/null and b/template/cclear/theme/category_delete.png differ diff --git a/template/cclear/theme/category_edit.png b/template/cclear/theme/category_edit.png new file mode 100644 index 000000000..0f3b619ed Binary files /dev/null and b/template/cclear/theme/category_edit.png differ diff --git a/template/cclear/theme/category_elements.png b/template/cclear/theme/category_elements.png new file mode 100644 index 000000000..1d367b38f Binary files /dev/null and b/template/cclear/theme/category_elements.png differ diff --git a/template/cclear/theme/category_jump-to.png b/template/cclear/theme/category_jump-to.png new file mode 100644 index 000000000..62db1f4ee Binary files /dev/null and b/template/cclear/theme/category_jump-to.png differ diff --git a/template/cclear/theme/category_permissions.png b/template/cclear/theme/category_permissions.png new file mode 100644 index 000000000..4780841ae Binary files /dev/null and b/template/cclear/theme/category_permissions.png differ diff --git a/template/cclear/theme/category_representant_random.png b/template/cclear/theme/category_representant_random.png new file mode 100644 index 000000000..dfa69846f Binary files /dev/null and b/template/cclear/theme/category_representant_random.png differ diff --git a/template/cclear/theme/delete.png b/template/cclear/theme/delete.png new file mode 100644 index 000000000..af10be03e Binary files /dev/null and b/template/cclear/theme/delete.png differ diff --git a/template/cclear/theme/permissions.png b/template/cclear/theme/permissions.png new file mode 100644 index 000000000..33091eb85 Binary files /dev/null and b/template/cclear/theme/permissions.png differ diff --git a/template/cclear/theme/profile.png b/template/cclear/theme/profile.png new file mode 100644 index 000000000..397cd73a1 Binary files /dev/null and b/template/cclear/theme/profile.png differ diff --git a/template/cclear/theme/representative.png b/template/cclear/theme/representative.png new file mode 100644 index 000000000..971997db4 Binary files /dev/null and b/template/cclear/theme/representative.png differ