Skip to content

Commit f4daf3d

Browse files
author
nosolored
committed
Unify folder "images". Clean files and code
Unify folder "img" and "images". Update Image url. Cleanliness useless commented code. Deleting files renamed copy.
1 parent 5d398f3 commit f4daf3d

40 files changed

+47
-3032
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44

55
img/nyro/Thumbs.db
66
img/Thumbs.db
7+
config.php

.htaccess

-34
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,50 @@
11
# mod_rewrite in use
2-
32
# Redirecciona www a sin www
43
54
Options +FollowSymLinks
6-
75
RewriteEngine On
8-
96
RewriteBase /
107
11-
12-
138
Options +Indexes
14-
159
AddType text/x-component .htc
1610
17-
18-
1911
RewriteCond %{REQUEST_FILENAME} !-f
20-
2112
RewriteCond %{REQUEST_FILENAME} !-d
22-
2313
RewriteCond %{REQUEST_URI} !^/index.php
24-
2514
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
26-
2715
RewriteRule (.*) index.php
28-
2916
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
3017
31-
32-
3318
## If you experience problems on your site block out the operations listed below
34-
3519
## This attempts to block the most common type of exploit `attempts` to Joomla!
36-
3720
#
38-
3921
# Block out any script trying to set a mosConfig value through the URL
40-
4122
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
4223
4324
# Block out any script trying to base64_encode crap to send via URL
44-
4525
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
4626
4727
# Block out any script that includes a <script> tag in URL
48-
4928
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
5029
5130
# Block out any script trying to set a PHP GLOBALS variable via URL
52-
5331
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
5432
5533
# Block out any script trying to modify a _REQUEST variable via URL
56-
5734
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
5835
5936
# Send all blocked request to homepage with 403 Forbidden error!
60-
6137
RewriteRule ^(.*)$ index.php [F,L]
62-
6338
#
64-
6539
########## End - Rewrite rules to block out some common exploits
6640
67-
68-
6941
# ErrorDocument 404 index.php
7042
71-
72-
7343
Options +Indexes
74-
7544
AddType text/x-component .htc
7645
77-
7846
php_flag display_errors on
7947
php_flag display_startup_errors on
8048
php_value error_reporting 8191
8149
php_flag register_globals off
8250
php_flag magic_quotes_gpc off
83-
84-

css/style4.css

+31-31
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ a {
138138
h1,h2,h3,h4,h5,h6 {
139139
color:#4D5762;
140140
position:relative;
141-
word-spacing:-0.1em;
141+
word-spacing: 0;
142142
}
143143
h4,h5,h6 {
144144
font-weight:bold;
@@ -242,7 +242,7 @@ blockquote,q {
242242
display:block;
243243
font-style:normal;
244244
quotes:"" "";
245-
background:url("../img/quote.png") no-repeat scroll 0 8px transparent;
245+
background:url("../images/quote.png") no-repeat scroll 0 8px transparent;
246246
display:block;
247247
font-size:14px;
248248
min-height:42px;
@@ -445,7 +445,7 @@ label.required:before {
445445
font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
446446
}
447447
label.ok {
448-
background:url("../img/valid.gif") no-repeat;
448+
background:url("../images/valid.gif") no-repeat;
449449
padding-left:16px;
450450
}
451451
label.error {
@@ -683,19 +683,19 @@ fieldset small {
683683
padding-left: 32px;
684684
border-top:1px solid #B8E2FB;
685685
border-bottom:1px solid #B8E2FB;
686-
background:#E8F6FF url("../img/information.png") no-repeat 8px 50%;
686+
background:#E8F6FF url("../images/information.png") no-repeat 8px 50%;
687687
}
688688
.box-warning{
689689
padding-left: 32px;
690690
border-top:1px solid #F2DD8C;
691691
border-bottom:1px solid #F2DD8C;
692-
background:#FFF5CC url("../img/error.png") no-repeat 8px 50%;
692+
background:#FFF5CC url("../images/error.png") no-repeat 8px 50%;
693693
}
694694
.box-error{
695695
padding-left: 32px;
696696
border-top:1px solid #F8ACAC;
697697
border-bottom:1px solid #F8ACAC;
698-
background:#FFD1D1 url("../img/exclamation.png") no-repeat 8px 50%;
698+
background:#FFD1D1 url("../images/exclamation.png") no-repeat 8px 50%;
699699
}
700700
.box-error-msg{
701701
margin-top:-8px;
@@ -713,7 +713,7 @@ fieldset small {
713713
padding-left: 32px;
714714
border-top:1px solid #BBDF8D;
715715
border-bottom:1px solid #BBDF8D;
716-
background:#EAF7D9 url("../img/accept.png") no-repeat 8px 50%;
716+
background:#EAF7D9 url("../images/accept.png") no-repeat 8px 50%;
717717
}
718718

719719
.box a:hover {
@@ -941,7 +941,7 @@ ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
941941
height:10px;
942942
text-indent:-999em;
943943
overflow:hidden;
944-
background:url('../img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
944+
background:url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
945945
}
946946
a>.sf-sub-indicator { /* give all except IE6 the correct values */
947947
top:.8em;
@@ -965,7 +965,7 @@ a:focus>.sf-sub-indicator,a:hover>.sf-sub-indicator,a:active>.sf-sub-indicator,l
965965
}
966966
/*** shadows for all but IE6 ***/
967967
.sf-shadow ul {
968-
background:url('../img/shadow.png') no-repeat bottom right;
968+
background:url('../images/shadow.png') no-repeat bottom right;
969969
padding:0 8px 9px 0;
970970
-moz-border-radius-bottomleft:17px;
971971
-moz-border-radius-topright:17px;
@@ -1031,7 +1031,7 @@ a:focus>.sf-sub-indicator,a:hover>.sf-sub-indicator,a:active>.sf-sub-indicator,l
10311031
padding:4px 24px 4px 4px;
10321032
vertical-align:middle;
10331033
width:202px;
1034-
background:#fff url("../img/search.gif") no-repeat 99% 56%;
1034+
background:#fff url("../images/search.gif") no-repeat 99% 56%;
10351035
-moz-box-shadow:0 0;
10361036
-webkit-box-shadow:0 0;
10371037
box-shadow:0 0;
@@ -1163,7 +1163,7 @@ footer#animated a:hover, footer#animated a:focus, footer#animated a:active {
11631163
position: relative;
11641164
cursor: pointer;
11651165
border:1px solid #ccc !important;
1166-
background:#fff url("../img/btn-overlay.png") repeat-x !important;
1166+
background:#fff url("../images/btn-overlay.png") repeat-x !important;
11671167
}
11681168
.btn:hover, .btn:focus, .btn:active {
11691169
outline:medium none;
@@ -1234,13 +1234,13 @@ footer#animated a:hover, footer#animated a:focus, footer#animated a:active {
12341234
margin-right: 4px;
12351235
}
12361236
.icon-add {
1237-
background:url("../img/add.png") no-repeat;
1237+
background:url("../images/add.png") no-repeat;
12381238
}
12391239
.icon-ok {
1240-
background:url("../img/accept.png") no-repeat;
1240+
background:url("../images/accept.png") no-repeat;
12411241
}
12421242
.icon-cancel {
1243-
background:url("../img/cancel.png") no-repeat;
1243+
background:url("../images/cancel.png") no-repeat;
12441244
}
12451245

12461246
.btn-special .icon {
@@ -1394,7 +1394,7 @@ footer#animated a:hover, footer#animated a:focus, footer#animated a:active {
13941394
.content-box-closed {
13951395
}
13961396
.content-box-closed header{
1397-
background: #999 url("../img/toggle.gif") no-repeat scroll 96% 15px;
1397+
background: #999 url("../images/toggle.gif") no-repeat scroll 96% 15px;
13981398
}
13991399
.content-box-closed section {
14001400
display:none
@@ -1479,7 +1479,7 @@ a#totop:hover, a#totop:focus, a#totop:active{
14791479
---------------------------------------------------------------------*/
14801480

14811481
span.label {
1482-
background:url("../img/tag-bg.gif") no-repeat scroll 100% 50% transparent;
1482+
background:url("../images/tag-bg.gif") no-repeat scroll 100% 50% transparent;
14831483
font:bold 10px/1.2 "tahoma",sans-serif;
14841484
padding:4px 16px 5px 5px;
14851485
text-transform:uppercase;
@@ -1550,7 +1550,7 @@ div.wysiwyg ul.panel li a {
15501550
display:block;
15511551
width:16px;
15521552
height:16px;
1553-
background:url('../img/jquery.wysiwyg.gif') no-repeat -64px -80px;
1553+
background:url('../images/jquery.wysiwyg.gif') no-repeat -64px -80px;
15541554
border:0;
15551555
cursor:pointer;
15561556
margin:1px;
@@ -1967,19 +1967,19 @@ div.wysiwyg iframe {
19671967
}
19681968

19691969
.paginate_disabled_previous {
1970-
background-image: url('../img/datatable/back_disabled.png');
1970+
background-image: url('../images/datatable/back_disabled.png');
19711971
}
19721972

19731973
.paginate_enabled_previous {
1974-
background-image: url('../img/datatable/back_enabled.png');
1974+
background-image: url('../images/datatable/back_enabled.png');
19751975
}
19761976

19771977
.paginate_disabled_next {
1978-
background-image: url('../img/datatable/forward_disabled.png');
1978+
background-image: url('../images/datatable/forward_disabled.png');
19791979
}
19801980

19811981
.paginate_enabled_next {
1982-
background-image: url('../img/datatable/forward_enabled.png');
1982+
background-image: url('../images/datatable/forward_enabled.png');
19831983
}
19841984

19851985
table.display {
@@ -2009,23 +2009,23 @@ table.display td.center {
20092009
}
20102010

20112011
.sorting_asc {
2012-
background: url('../img/datatable/sort_asc.png') no-repeat center right;
2012+
background: url('../images/datatable/sort_asc.png') no-repeat center right;
20132013
}
20142014

20152015
.sorting_desc {
2016-
background: url('../img/datatable/sort_desc.png') no-repeat center right;
2016+
background: url('../images/datatable/sort_desc.png') no-repeat center right;
20172017
}
20182018

20192019
.sorting {
2020-
background: url('../img/datatable/sort_both.png') no-repeat center right;
2020+
background: url('../images/datatable/sort_both.png') no-repeat center right;
20212021
}
20222022

20232023
.sorting_asc_disabled {
2024-
background: url('../img/datatable/sort_asc_disabled.png') no-repeat center right;
2024+
background: url('../images/datatable/sort_asc_disabled.png') no-repeat center right;
20252025
}
20262026

20272027
.sorting_desc_disabled {
2028-
background: url('../img/datatable/sort_desc_disabled.png') no-repeat center right;
2028+
background: url('../images/datatable/sort_desc_disabled.png') no-repeat center right;
20292029
}
20302030

20312031
table.display tr.odd.gradeA {
@@ -2207,7 +2207,7 @@ table.stylized td.highlighted {
22072207
table.stylized td.title > div {
22082208
position:relative;
22092209
display:block;
2210-
background:url("../img/toggle-small-expand.png") 0 2px no-repeat;
2210+
background:url("../images/toggle-small-expand.png") 0 2px no-repeat;
22112211
padding:0 0 0 16px;
22122212
}
22132213

@@ -2283,7 +2283,7 @@ div#nyroModalFull div#nyroModalLoading {
22832283
width: 150px;
22842284
height: 150px;
22852285
text-indent: -9999em;
2286-
background: #fff url(../img/nyro/ajaxLoader.gif) no-repeat;
2286+
background: #fff url(../images/nyro/ajaxLoader.gif) no-repeat;
22872287
background-position: center;
22882288
}
22892289
div#nyroModalFull div#nyroModalLoading.error {
@@ -2307,7 +2307,7 @@ div#nyroModalFull div#nyroModalWrapper a#closeBut {
23072307
width: 12px;
23082308
height: 12px;
23092309
text-indent: -9999em;
2310-
background: url(../img/nyro/close.gif) no-repeat;
2310+
background: url(../images/nyro/close.gif) no-repeat;
23112311
outline: 0;
23122312
}
23132313
div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {
@@ -2368,14 +2368,14 @@ div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {
23682368
left: 0;
23692369
}
23702370
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover {
2371-
background-image: url(../img/nyro/prev.gif);
2371+
background-image: url(../images/nyro/prev.gif);
23722372
}
23732373
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {
23742374
right: 0;
23752375
background-position: right 20%;
23762376
}
23772377
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover {
2378-
background-image: url(../img/nyro/next.gif);
2378+
background-image: url(../images/nyro/next.gif);
23792379
}
23802380

23812381
/* jQuery date picker

form_member.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ function Footer(){
378378
<div class="wrapper">
379379
<!-- Title/Logo - can use text instead of image -->
380380
<div id="title">
381-
<img alt="Members Management" src="img/logo.png">
381+
<img alt="Members Management" src="images/logo.png">
382382
<!--<span>Administry</span> demo-->
383383
</div>
384384
<!-- Top navigation -->

0 commit comments

Comments
 (0)