fixed themes and images usage

This commit is contained in:
Nuno Miguel Reis
2013-07-29 17:20:40 +00:00
parent d0d0f90ddb
commit d1e2ff2715
99 changed files with 75 additions and 83 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 B

View File

@@ -1,11 +1,9 @@
<?php
//define the link labels
$v_link_label_edit = "<img src='".PROJECT_PATH."/images/icon_e.png' width='17' height='17' alt='edit' border='0'>";
$v_link_label_add = "<img src='".PROJECT_PATH."/images/icon_plus.png' width='17' height='17' border='0' alt='add'>";
$v_link_label_delete = "<img src='".PROJECT_PATH."/images/icon_x.png' width='17' height='17' alt='delete' border='0'>";
$v_link_label_view = "<img src='".PROJECT_PATH."/images/icon_view.gif' width='17' height='17' border='0' alt='add'>";
//$v_link_label_cal = "<img src='".PROJECT_PATH."/images/icon_cal.gif' width='17' height='17' border='0' alt='add'>";
//$v_link_label_up = "<img src='".PROJECT_PATH."/images/icon_up.gif' width='17' height='17' border='0' alt='up'>";
$v_link_label_edit = "<img src='".PROJECT_PATH."/themes/default/images/icon_e.png' width='17' height='17' alt='edit' border='0'>";
$v_link_label_add = "<img src='".PROJECT_PATH."/themes/default/images/icon_plus.png' width='17' height='17' border='0' alt='add'>";
$v_link_label_delete = "<img src='".PROJECT_PATH."/themes/default/images/icon_x.png' width='17' height='17' alt='delete' border='0'>";
$v_link_label_view = "<img src='".PROJECT_PATH."/themes/default/images/icon_view.gif' width='17' height='17' border='0' alt='add'>";
?>
?>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

BIN
themes/default/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 930 B

View File

Before

Width:  |  Height:  |  Size: 389 B

After

Width:  |  Height:  |  Size: 389 B

View File

Before

Width:  |  Height:  |  Size: 322 B

After

Width:  |  Height:  |  Size: 322 B

View File

Before

Width:  |  Height:  |  Size: 72 B

After

Width:  |  Height:  |  Size: 72 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 B

View File

Before

Width:  |  Height:  |  Size: 324 B

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1009 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 915 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -28,7 +28,7 @@
$php_self_dir = substr($php_self_dir, strlen(PROJECT_PATH), strlen($php_self_dir));
}
?>
<link rel="icon" href="<!--{project_path}-->/favicon.ico">
<link rel="icon" href="<!--{project_path}-->/themes/default/favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type='text/css'>
@@ -46,7 +46,7 @@ body {
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
/*background-image: url('<!--{project_path}-->/themes/default/background.jpg');*/
/*background-image: url('<!--{project_path}-->/themes/default/images/background.jpg');*/
/*background-repeat: repeat-x;*/
/*background-attachment: fixed;*/
/*background-color: #FFFFFF;*/
@@ -61,7 +61,7 @@ th {
font-family: arial;
font-weight: bold;
/*background-color: #506eab;*/
background-image: url('<!--{project_path}-->/themes/default/background_th.png');
background-image: url('<!--{project_path}-->/themes/default/images/background_th.png');
padding-top: 4px;
padding-bottom: 4px;
padding-right: 7px;
@@ -167,7 +167,7 @@ INPUT.txt {
.vncell {
border-bottom: 1px solid #999999;
/*background-color: #639BC1;*/
background-image: url('<!--{project_path}-->/themes/default/background_cell.gif');
background-image: url('<!--{project_path}-->/themes/default/images/background_cell.gif');
padding-right: 20px;
padding-left: 8px;
text-align: left;
@@ -181,7 +181,7 @@ INPUT.txt {
.vncellreq {
background-image: url('<!--{project_path}-->/themes/default/background_cell.gif');
background-image: url('<!--{project_path}-->/themes/default/images/background_cell.gif');
border-bottom: 1px solid #999999;
background-color: #639BC1;
padding-right: 20px;
@@ -207,7 +207,7 @@ INPUT.txt {
}
.row_style0 {
background-image: url('<!--{project_path}-->/themes/default/background_cell.gif');
background-image: url('<!--{project_path}-->/themes/default/images/background_cell.gif');
border-bottom: 1px solid #999999;
color: #444444;
text-align: left;
@@ -282,7 +282,7 @@ table td {
table tr.even td {
background:#eee;
background-image: url('<!--{project_path}-->/themes/default/background_cell.gif');
background-image: url('<!--{project_path}-->/themes/default/images/background_cell.gif');
border-bottom: 1px solid #999999;
color: #333333;
}
@@ -320,7 +320,7 @@ table tr:nth-last-child(-5) td:first-of-type {
/* begin the menu css*/
.menu_bar {
background-image: url('<!--{project_path}-->/themes/default/background_black.png');
background-image: url('<!--{project_path}-->/themes/default/images/background_black.png');
-webkit-border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
@@ -334,10 +334,10 @@ table tr:nth-last-child(-5) td:first-of-type {
}
else {
if (substr($_SERVER['PHP_SELF'], -9) != "login.php") {
echo "background-image: url('<!--{project_path}-->/themes/default/menu_background.png');";
echo "background-image: url('<!--{project_path}-->/themes/default/images/menu_background.png');";
}
else {
echo "background-image: url('<!--{project_path}-->/themes/default/login_background.png');";
echo "background-image: url('<!--{project_path}-->/themes/default/images/login_background.png');";
}
}
?>
@@ -368,10 +368,10 @@ table tr:nth-last-child(-5) td:first-of-type {
}
else {
if (substr($_SERVER['PHP_SELF'], -9) != "login.php") {
echo "background-image: url('<!--{project_path}-->/themes/default/menu_background.png');";
echo "background-image: url('<!--{project_path}-->/themes/default/images/menu_background.png');";
}
else {
echo "background-image: url('<!--{project_path}-->/themes/default/login_background.png');";
echo "background-image: url('<!--{project_path}-->/themes/default/images/login_background.png');";
}
}
?>
@@ -526,7 +526,7 @@ table tr:nth-last-child(-5) td:first-of-type {
border-color:#ccc;
border-width: 1px;
padding-bottom:25px;
list-style-image: url(<!--{project_path}-->/themes/default/arrow.png);
list-style-image: url(<!--{project_path}-->/themes/default/images/arrow.png);
padding-left: 35px;
opacity: 1.0;
}
@@ -651,7 +651,7 @@ function confirmdelete(url) {
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td width='50%'>
<a href='/<!--{project_path}-->'><img src='<!--{project_path}-->/themes/enhanced/logo.png' /></a>
<a href='/<!--{project_path}-->'><img src='<!--{project_path}-->/themes/default/images/logo.png' /></a>
</td>
<td width='50%' class='' align='right' valign='middle'>
<?php
@@ -792,4 +792,4 @@ else {
<br>
</body>
</html>
</html>