Changeset 16971


Ignore:
Timestamp:
Jul 24, 2012, 3:34:31 PM (12 years ago)
Author:
Sixpo
Message:
 
Location:
extensions/Wall
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • extensions/Wall/icon/index.php

    r10994 r16971  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | Piwigo - a PHP based picture gallery                                  |
    4 // +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
    6 // | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
    7 // | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
    8 // +-----------------------------------------------------------------------+
    9 // | This program is free software; you can redistribute it and/or modify  |
    10 // | it under the terms of the GNU General Public License as published by  |
    11 // | the Free Software Foundation                                          |
    12 // |                                                                       |
    13 // | This program is distributed in the hope that it will be useful, but   |
    14 // | WITHOUT ANY WARRANTY; without even the implied warranty of            |
    15 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
    16 // | General Public License for more details.                              |
    17 // |                                                                       |
    18 // | You should have received a copy of the GNU General Public License     |
    19 // | along with this program; if not, write to the Free Software           |
    20 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    21 // | USA.                                                                  |
     2
    223// +-----------------------------------------------------------------------+
    234
     5// | Piwigo - a PHP based picture gallery                                  |
     6
     7// +-----------------------------------------------------------------------+
     8
     9// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
     10
     11// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     12
     13// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
     14
     15// +-----------------------------------------------------------------------+
     16
     17// | This program is free software; you can redistribute it and/or modify  |
     18
     19// | it under the terms of the GNU General Public License as published by  |
     20
     21// | the Free Software Foundation                                          |
     22
     23// |                                                                       |
     24
     25// | This program is distributed in the hope that it will be useful, but   |
     26
     27// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     28
     29// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     30
     31// | General Public License for more details.                              |
     32
     33// |                                                                       |
     34
     35// | You should have received a copy of the GNU General Public License     |
     36
     37// | along with this program; if not, write to the Free Software           |
     38
     39// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     40
     41// | USA.                                                                  |
     42
     43// +-----------------------------------------------------------------------+
     44
     45
     46
    2447// Recursive call
     48
    2549$url = '../';
     50
    2651header( 'Request-URI: '.$url );
     52
    2753header( 'Content-Location: '.$url );
     54
    2855header( 'Location: '.$url );
     56
    2957exit();
     58
    3059?>
     60
  • extensions/Wall/index.php

    r10994 r16971  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | PhpWebGallery - a PHP based picture gallery                           |
    4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    6 // +-----------------------------------------------------------------------+
    7 // | file          : $Id: index.php 1912 2007-03-16 06:30:07Z rub $
    8 // | last update   : $Date: 2007-03-16 07:30:07 +0100 (ven, 16 mar 2007) $
    9 // | last modifier : $Author: rub $
    10 // | revision      : $Revision: 1912 $
    11 // +-----------------------------------------------------------------------+
    12 // | This program is free software; you can redistribute it and/or modify  |
    13 // | it under the terms of the GNU General Public License as published by  |
    14 // | the Free Software Foundation                                          |
    15 // |                                                                       |
    16 // | This program is distributed in the hope that it will be useful, but   |
    17 // | WITHOUT ANY WARRANTY; without even the implied warranty of            |
    18 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
    19 // | General Public License for more details.                              |
    20 // |                                                                       |
    21 // | You should have received a copy of the GNU General Public License     |
    22 // | along with this program; if not, write to the Free Software           |
    23 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    24 // | USA.                                                                  |
     2
    253// +-----------------------------------------------------------------------+
    264
     5// | PhpWebGallery - a PHP based picture gallery                           |
     6
     7// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
     8
     9// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     10
     11// +-----------------------------------------------------------------------+
     12
     13// | file          : $Id: index.php 1912 2007-03-16 06:30:07Z rub $
     14
     15// | last update   : $Date: 2007-03-16 07:30:07 +0100 (ven, 16 mar 2007) $
     16
     17// | last modifier : $Author: rub $
     18
     19// | revision      : $Revision: 1912 $
     20
     21// +-----------------------------------------------------------------------+
     22
     23// | This program is free software; you can redistribute it and/or modify  |
     24
     25// | it under the terms of the GNU General Public License as published by  |
     26
     27// | the Free Software Foundation                                          |
     28
     29// |                                                                       |
     30
     31// | This program is distributed in the hope that it will be useful, but   |
     32
     33// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     34
     35// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     36
     37// | General Public License for more details.                              |
     38
     39// |                                                                       |
     40
     41// | You should have received a copy of the GNU General Public License     |
     42
     43// | along with this program; if not, write to the Free Software           |
     44
     45// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     46
     47// | USA.                                                                  |
     48
     49// +-----------------------------------------------------------------------+
     50
     51
     52
    2753// Recursive call
     54
    2855$url = '../';
     56
    2957header( 'Request-URI: '.$url );
     58
    3059header( 'Content-Location: '.$url );
     60
    3161header( 'Location: '.$url );
     62
    3263exit();
     64
    3365?>
     66
  • extensions/Wall/theme.css

    r12715 r16971  
    1313BODY, H1, H3, DT,
    1414INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
    15   color:#FFFFFF;/*couleur du texte*/
    16 
     15color:#FFFFFF;/*couleur du texte*/
    1716}
    1817
    1918#content {
    20   text-align:justify;
     19text-align:justify;
    2120}
    2221
    2322H2, #menubar DT, .throw {
    24   background-image:url(Images/tableh1_bg.png);
    25   color:#dedede; /* gris tres clair  */
     23background-image:url(Images/tableh1_bg.png); /* gris tres clair color:#dedede;  */
    2624}
    2725
    2826.infoTable, .infoTable2 {
    29   background-color: none;
    30   background-image: none;
    31         -moz-border-radius:10px;
    32         -webkit-border-radius:10px;
    33         border-radius:10px;
    34        
    35  
     27background-color: none;
     28background-image: none;
     29-moz-border-radius:10px;
     30-webkit-border-radius:10px;
     31border-radius:10px;
    3632}
    3733
    3834#theImage p {
    39   background-color: none;
    40   background-image: none;
    41         margin:auto;
    42         width:40%;
    43 }
    44 
    45 #theImage p,
    46 .thumbnails SPAN.thumbLegend {
    47  
    48   background-color: none;
    49   background-image: none;
    50         -moz-border-radius:10px;
    51         -webkit-border-radius:10px;
    52         border-radius:10px;
    53         margin-top: 10px;
    54        
    55 
     35background-color: none;
     36background-image: none;
     37margin:auto;
     38width:40%;
     39}
     40
     41#theImage p, .thumbnails SPAN.thumbLegend {
     42background-color: none;
     43background-image: none;
     44-moz-border-radius:10px;
     45-webkit-border-radius:10px;
     46border-radius:10px;
     47margin-top: 10px;
    5648}
    5749
    5850
    5951#content .additional_info {
    60   background-color: grey;
    61   background-image: url(Images/mur1.jpg);
    62   background-color:#404040;
    63         -moz-border-radius:10px;
    64         -webkit-border-radius:10px;
    65         border-radius:10px;
    66        
     52background-color: grey;
     53background-image: url(Images/mur1.jpg);
     54background-color:#404040;
     55-moz-border-radius:10px;
     56-webkit-border-radius:10px;
     57border-radius:10px;
    6758}
    6859
    6960#content .navigationBar {
    70   color: #aaaaaa;
    71   padding:0px;
    72   margin:0px;
    73   display:block;
    74   background-color:#303030;
    75   font-size:90%;
     61color: #aaaaaa;
     62padding:0px;margin:0px;
     63display:block;
     64background-color:#303030;
     65font-size:90%;
    7666}
    7767
    7868#content .pageNumberSelected {
    79   color: #000000;
     69color: #000000;
    8070}
    8171
    8272
    8373.tabsheet li,
    84 .tabsheet li a { color: #fff#48e; }
    85 .tabsheet li a:hover { color: #fff48e; }
     74.tabsheet li a {
     75 color: #fff#48e;
     76 }
     77.tabsheet li a:hover {
     78color: #fff48e;
     79}
    8680
    8781/* backgrounds */
    8882BODY {
    89   background-image:url(Images/mur.jpg);
     83background-image:url(Images/mur.jpg);
    9084}
    9185
    9286H3, #the_page, #imageToolBar A:hover, .row1  {
    93     background: transparent;
    94 }
    95 
    96 #menubar DL, #content, #imageToolBar, .header_notes, .content
    97 {
    98   background: transparent;
     87background: transparent;
     88}
     89
     90#menubar DL, #content, #imageToolBar, .header_notes, .content {
     91background: transparent;
    9992}
    10093
    10194H2, #menubar DT, .throw, #imageHeaderBar  {
    102   background-image: url(images/tableh1_bg.png);
    103   background-color: #303030;
     95background-color: #303030;          /*background-image: url(images/tableh1_bg.png);*/
    10496}
    10597
     
    10799
    108100#imageHeaderBar H2 {
    109   background-image: url(Images/mur6.jpg);
    110   border: none;
    111 }
    112 
    113 #imageHeaderBar {
     101background-image: url(Images/mur6.jpg);
     102border: none;
     103}
     104
     105 #imageHeaderBar {
    114106  background-image: url(images/tableh2_bg.png);
    115107  background-repeat: repeat-x;
    116108  background-position: center;
    117109}
    118 .tabsheet li { background-color: #3f3f3f; }
    119 
    120 .selected_tab { background-color: #5f5f5f !important; }
     110.tabsheet li {
     111 background-color: #3f3f3f;
     112 }
     113
     114.selected_tab {
     115 background-color: #5f5f5f !important;
     116 }
    121117
    122118/* borders */
    123 #menubar DL, #content, .content,
    124 #comments DIV.comment BLOCKQUOTE {
    125   border: none;
     119#menubar DL, #content, .content,#comments DIV.comment BLOCKQUOTE {
     120border: none;
    126121}
    127122
    128123#imageHeaderBar {
    129   border-top: 5px solid #000000;
    130   background-image: url(Images/mur6.jpg);
    131         -moz-border-radius:10px;
    132         -webkit-border-radius:10px;
    133         border-radius:10px
    134 }
    135 
    136 #menubar DL
    137 {
    138 
    139  margin-bottom:-1px;
    140  border:1px solid #303030;
    141  background-image: url(Images/mur1.jpg)
     124border-top: 5px solid #000000;
     125background-image: url(Images/mur6.jpg);
     126-moz-border-radius:10px;
     127-webkit-border-radius:10px;
     128border-radius:10px
     129}
     130
     131#menubar DL {
     132margin-bottom:-1px;
     133border:1px solid #303030;
     134background-image: url(Images/mur1.jpg);
    142135}
    143136
    144137
    145138 H2, #menubar DT, #imageToolBar {
    146   border-bottom: 1px solid #cc0000;
     139  border-bottom: 0px solid #cc0000;
    147140}
    148 
    149141#theImage img {
    150   border: 8px solid #333333;/*cadre des photos moyenne*/
    151   margin-top: 10px;
    152   margin-bottom: 10px;
    153 }
     142 border: 8px solid #333333;/*cadre des photos moyenne*/
     143 margin-top: 10px;
     144 margin-bottom: 10px;
     145 }
    154146
    155147
     
    157149FIELDSET, INPUT , SELECT, TEXTAREA,
    158150#content DIV.comment  A.illustration IMG, #infos {
    159   border: 1px solid gray;
     151border: 1px solid gray;
    160152}
    161153
    162154#content DIV.thumbnailCategory {
    163     border: none;
    164     border:  8px #808080  outset ;
    165     background-image:url(Images/mur1.jpg);
    166  
    167 }
    168 
    169 FIELDSET :disabled, INPUT:disabled, SELECT:disabled, TEXTAREA:disabled
    170 {
    171   color:#404040;
    172   background-color:#808080;
    173 }
     155border: none;border:  4px #808080  outset ;
     156background-image:url(Images/mur1.jpg);
     157}
     158
     159FIELDSET :disabled, INPUT:disabled, SELECT:disabled, TEXTAREA:disabled{color:#404040; background-color:#808080;}
    174160
    175161#comments DIV.comment BLOCKQUOTE {
    176   border-left: 15px solid #696969;
    177   background-color: #404040;
    178 }
    179 
    180 
    181 
    182 #content UL.thumbnails SPAN.wrap2, .content .additional_info {
    183   border: none; /* thumbnails border color and style */
    184   -moz-border-radius: 8px;  /* round corners with Geko */
    185   border-radius: 8px 8px; /* round corners with CSS3 compliant browsers */
    186   background-image:url(Images/mur3.jpg);
    187 }
    188 
     162 border-left: 15px solid #696969;
     163 background-color: #404040;
     164 }
     165
     166.thumbnails .wrap1 {          /*disposition des vinettes de cathegrie*/
     167    display: inline-block;
     168    margin: 0 10px 5px;
     169    text-align: center;
     170    vertical-align: top;
     171}
     172
     173
     174#content UL.thumbnails SPAN.wrap2{
     175border: none; /* thumbnails border color and style */
     176 -moz-border-radius: 8px; /* round corners with Geko */
     177 border-radius: 8px 8px;/* round corners with CSS3 compliant browsers */
     178 background-image:url(Images/mur3.jpg);
     179  width :140px;
     180 height : 140px;
     181 margin-top:15px;
     182 }
     183 
     184
     185
     186
     187#content UL.thumbnails .wrap2 a{
     188 width :142px;
     189 height : auto;
     190 margin:auto;
     191 
     192 }
     193 
    189194#content UL.thumbnails LI SPAN.wrap1 SPAN.wrap2:hover {
    190   border-color: none;   /* thumbnails border color when mouse cursor is over it */
    191   background-image:url(Images/mur5.jpg);
    192 }
    193 
    194 
    195 ul.tabsheet { border-color: #fff48e; }
    196 .tabsheet li { border: 1px solid #fff48e; }
    197 .tabsheet li:hover { border-color: #fff48e !important; }
     195border-color: none;   /* thumbnails border color when mouse cursor is over it */
     196background-image:url(Images/mur5.jpg);
     197}
     198
     199
     200ul.tabsheet {
     201 border-color: #fff48e;
     202 }
     203.tabsheet li {
     204border: 1px solid #fff48e;
     205}
     206.tabsheet li:hover {
     207 border-color: #fff48e !important;
     208 }
    198209
    199210/* links */
    200211A, INPUT.rateButton {
    201     color: #FFFFFF;/*texte lien menu pas selectionner*/
    202     background: transparent;
    203   border: none;
     212color: #FFFFFF;/*texte lien menu pas selectionner*/
     213background: transparent;border: none;
    204214}
    205215
    206216A:hover {
    207   color: #CC6600;/*texte lien menu selectionner*/
    208   border: none;
     217color: #CC6600;/*texte lien menu selectionner*/
     218border: none;
    209219}
    210220
    211221#imageToolBar A, #imageToolBar A:hover,
    212222A.navThumb, A.navThumb:hover {
    213   border-bottom: none;
     223border-bottom: none;
    214224}
    215225
    216226
    217227/* others */
    218 #menubar ul, #menubar form, #menubar p {
    219   text-align:left;
     228#menubar ul, #menubar form, #menubar p { 
     229text-align:left;
    220230}
    221231
    222232#menubar ul {
    223   margin-left:8px;
     233margin-left:8px;
    224234}
    225235
    226236.pleaseNote {
    227   background: #9c9c9c;
    228   color: #ffff99;
    229   padding: 1ex;
    230   font-weight: bold;
    231 }
    232 
    233 #menubar .menuInfoCatByChild,
    234 #menubar .menuInfoCat {
    235   font-size:80%;
    236   font-style:normal;
    237   position:relative;
    238   top:-4px;
     237background: #9c9c9c;
     238color: #ffff99;
     239padding: 1ex;
     240font-weight: bold;
     241}
     242
     243#menubar .menuInfoCatByChild, #menubar .menuInfoCat {
     244font-size:80%;
     245font-style:normal;
     246position:relative;
     247top:-4px;
    239248}
    240249
    241250#imageHeaderBar {
    242    background-image: none;
    243 }
    244 
    245 #the_page {
    246   border: 0px solid #e0e0e0;
    247   padding-top: 5px;
    248   padding-bottom:30px;
    249   text-align:center;
    250   display:block;
     251background-image: none;
     252}
     253
     254#the_page {  /* border: 0px solid #e0e0e0; padding-top: 5px; padding-bottom:30px; */
     255text-align:center;display:block;
    251256}
    252257
    253258#menubar p.totalImages {
    254   text-align:right;
    255   margin:2px;
    256   font-size:80%
     259text-align:right;
     260margin:2px;
     261font-size:80%;
    257262}
    258263
    259264/*calendar elements*/
    260 SPAN.calItemEmpty { color: silver; }
    261 
    262 SPAN.calItem, SPAN.calItemEmpty
    263 {
    264   border: 1px solid gray;
    265 }
    266 
    267 .virtual_cat { background: #3f3f3f !important; }
    268 .qsearch { font-size: 80%; font-style: normal; }
    269 #mbMenu #quicksearch > p { text-align: left; }
     265SPAN.calItemEmpty {
     266 color: silver;
     267 }
     268
     269SPAN.calItem, SPAN.calItemEmpty{
     270border: 1px solid gray;
     271}
     272
     273.virtual_cat {
     274background: #3f3f3f !important;
     275 }
     276.qsearch {
     277 font-size: 80%;
     278 font-style: normal;
     279 }
     280#mbMenu #quicksearch > p {
     281 text-align: left;
     282 }
    270283
    271284
     
    284297
    285298div.illustration img {
    286   border: 2px #333333 solid;
     299 width :120px;
     300 height : 76px;
     301 margin-top:10px;
     302 box-shadow: 8px 8px 12px #000000;
     303 -webkit-box-shadow: 8px 8px 12px #000000;
     304 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#000000')";/* pour IE8 */ 
     305 border: ridge 1px;
     306 border-radius:1em;
     307 border-color:#3f3f3f;
    287308}
    288309
     
    293314.content ul.thumbnails img, #linkPrev img, #linkNext img {
    294315  border:1px #333333 solid;
     316  cellpadding:25px;
    295317}
    296318
     
    308330
    309331.rateButtonStarFull {
    310   background: url('icon/rating-stars.png') no-repeat scroll; background-position:-16px center; width:16px;
     332  background: url('icon/rating-stars.png') no-repeat scroll;
     333  background-position:-16px center;
     334  width:16px;
    311335}
    312336
    313337.rateButtonStarEmpty {
    314   background: url('icon/rating-stars.png') no-repeat scroll; background-position:0 center; width:16px;
     338  background: url('icon/rating-stars.png') no-repeat scroll;
     339  background-position:0 center;
     340  width:16px;
    315341}
    316342
     
    376402
    377403div.description div.text p.Nb_images {
    378   border-bottom:1px #303030 dotted;/*carres autour des miniatures*/
     404  border-bottom:1px #303030 dotted;/*cares autour des miniatures*/
    379405  font-style:italic;
    380406  font-size:85%;
  • extensions/Wall/themeconf.inc.php

    r12716 r16971  
    11<?php
     2
    23/*
     4
    35Theme Name: Wall
     6
    47Version: auto
    58Description: Wall
     9
    610Theme URI: http://piwigo.org/ext/extension_view.php?eid=542
     11
    712Author: Sixpo
     13
    814Author URI:
     15
    916*/
    1017
     18
     19
    1120$themeconf = array(
     21
    1222  'theme' => 'Wall',
     23
    1324  'parent' => 'default',
     25
    1426  'icon_dir' => 'themes/Wall/icon',
     27
    1528);
     29
    1630?>
     31
Note: See TracChangeset for help on using the changeset viewer.