fixed themes and images usage
|
Before Width: | Height: | Size: 646 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 324 B |
|
Before Width: | Height: | Size: 310 B |
|
|
@ -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/accessible/images/icon_e.png' width='17' height='17' alt='edit' border='0'>";
|
||||
$v_link_label_add = "<img src='".PROJECT_PATH."/themes/accessible/images/icon_plus.png' width='17' height='17' border='0' alt='add'>";
|
||||
$v_link_label_delete = "<img src='".PROJECT_PATH."/themes/accessible/images/icon_x.png' width='17' height='17' alt='delete' border='0'>";
|
||||
$v_link_label_view = "<img src='".PROJECT_PATH."/themes/accessible/images/icon_view.gif' width='17' height='17' border='0' alt='add'>";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 930 B After Width: | Height: | Size: 930 B |
|
Before Width: | Height: | Size: 322 B After Width: | Height: | Size: 322 B |
|
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 128 B |
|
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 128 B |
|
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 128 B |
|
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 128 B |
|
Before Width: | Height: | Size: 149 B After Width: | Height: | Size: 149 B |
|
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 339 B |
|
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 324 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1009 B After Width: | Height: | Size: 1009 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 915 B After Width: | Height: | Size: 915 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
|
@ -14,7 +14,7 @@
|
|||
<head>
|
||||
<title><!--{title}--></title>
|
||||
<!--{head}-->
|
||||
<link rel="icon" href="<!--{project_path}-->/favicon.ico">
|
||||
<link rel="icon" href="<!--{project_path}-->/themes/accessible/favicon.ico">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style type='text/css'>
|
||||
|
||||
|
|
@ -33,7 +33,7 @@ body {
|
|||
margin-right: 0px;
|
||||
margin-left: 0px;
|
||||
/*background-image: url('<!--{project_path}-->/themes/accessible/background.gif');*/
|
||||
background-image: url('<!--{project_path}-->/themes/accessible/menu_background.jpg');
|
||||
background-image: url('<!--{project_path}-->/themes/accessible/images/menu_background.jpg');
|
||||
background-repeat: repeat-x;
|
||||
background-color: #FFFFFF;
|
||||
background-attachment:fixed;
|
||||
|
|
@ -47,7 +47,7 @@ th {
|
|||
font-family: arial;
|
||||
font-weight: bold;
|
||||
background-color: #FFFFFF;
|
||||
background-image: url('<!--{project_path}-->/themes/accessible/background_th.png');
|
||||
background-image: url('<!--{project_path}-->/themes/accessible/images/background_th.png');
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
padding-right: 7px;
|
||||
|
|
@ -162,7 +162,7 @@ INPUT.txt {
|
|||
background: #EFEFEF;
|
||||
color: gray;
|
||||
border-bottom: 1px solid #CCCCCC;
|
||||
background-image: url('<!--{project_path}-->/themes/accessible/background_cell.gif');
|
||||
background-image: url('<!--{project_path}-->/themes/accessible/images/background_cell.gif');
|
||||
padding-right: 20px;
|
||||
padding-left: 8px;
|
||||
text-align: left;
|
||||
|
|
@ -176,7 +176,7 @@ INPUT.txt {
|
|||
.vncell a:active{ color:#555555; }
|
||||
|
||||
.vncellreq {
|
||||
background-image: url('<!--{project_path}-->/themes/accessible/background_cell.gif');
|
||||
background-image: url('<!--{project_path}-->/themes/accessible/images/background_cell.gif');
|
||||
border-bottom: 1px solid #999999;
|
||||
background-color: #639BC1;
|
||||
padding-right: 20px;
|
||||
|
|
@ -203,7 +203,7 @@ INPUT.txt {
|
|||
}
|
||||
|
||||
.row_style0 {
|
||||
background-image: url('<!--{project_path}-->/themes/accessible/background_cell.gif');
|
||||
background-image: url('<!--{project_path}-->/themes/accessible/images/background_cell.gif');
|
||||
border-bottom: 1px solid #999999;
|
||||
/*background-color: #ECE9D8; */
|
||||
background-color: #639BC1;
|
||||
|
|
@ -310,7 +310,7 @@ table tr:last-child td:last-child {
|
|||
|
||||
/* begin the menu css*/
|
||||
.menu_bg {
|
||||
background-image: url('<!--{project_path}-->/themes/accessible/menu_background.jpg');
|
||||
background-image: url('<!--{project_path}-->/themes/accessible/images/menu_background.jpg');
|
||||
background-repeat: repeat-x;
|
||||
background-color: #FFFFFF;
|
||||
text-align: left;
|
||||
|
|
@ -407,7 +407,7 @@ function confirmdelete(url) {
|
|||
<table width='90%' class='border' border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td class='headermain' style='background-color:#FFFFFF;' width='100%'>
|
||||
<table cellpadding='0' cellspacing='0' border='0' style="background-image: url('<!--{project_path}-->/themes/accessible/background_head.png'); color: #FFFFFF; font-size: 20px;" width='100%'>
|
||||
<table cellpadding='0' cellspacing='0' border='0' style="background-image: url('<!--{project_path}-->/themes/accessible/images/background_head.png'); color: #FFFFFF; font-size: 20px;" width='100%'>
|
||||
<tr>
|
||||
<td align='center' colspan='2' style='' width='100%' height='4'>
|
||||
</td>
|
||||
|
|
@ -418,7 +418,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/accessible/logo.png' /></a>
|
||||
<a href='/<!--{project_path}-->'><img src='<!--{project_path}-->/themes/accessible/images/logo.png' /></a>
|
||||
</td>
|
||||
<td width='50%' class='' align='right' valign='middle'>
|
||||
<?php
|
||||
|
|
@ -449,7 +449,7 @@ function confirmdelete(url) {
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' colspan='2' style="background-image: url('<!--{project_path}-->/themes/accessible/background_black.png');" width='100%' height='22'>
|
||||
<td align='center' colspan='2' style="background-image: url('<!--{project_path}-->/themes/accessible/images/background_black.png');" width='100%' height='22'>
|
||||
<!--{menu.disabled}-->
|
||||
</td>
|
||||
</tr>
|
||||
|
|
@ -495,4 +495,4 @@ function confirmdelete(url) {
|
|||
|
||||
<br>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 324 B |
|
Before Width: | Height: | Size: 310 B |
|
|
@ -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/classic/images/icon_e.png' width='17' height='17' alt='edit' border='0'>";
|
||||
$v_link_label_add = "<img src='".PROJECT_PATH."/themes/classic/images/icon_plus.png' width='17' height='17' border='0' alt='add'>";
|
||||
$v_link_label_delete = "<img src='".PROJECT_PATH."/themes/classic/images/icon_x.png' width='17' height='17' alt='delete' border='0'>";
|
||||
$v_link_label_view = "<img src='".PROJECT_PATH."/themes/classic/images/icon_view.gif' width='17' height='17' border='0' alt='add'>";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 930 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 322 B After Width: | Height: | Size: 322 B |
|
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 128 B |
|
After Width: | Height: | Size: 128 B |
|
After Width: | Height: | Size: 128 B |
|
After Width: | Height: | Size: 128 B |
|
After Width: | Height: | Size: 149 B |
|
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 339 B |
|
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 324 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1009 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 915 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
|
@ -14,7 +14,7 @@
|
|||
<head>
|
||||
<title><!--{title}--></title>
|
||||
<!--{head}-->
|
||||
<link rel="icon" href="<!--{project_path}-->/favicon.ico">
|
||||
<link rel="icon" href="<!--{project_path}-->/themes/classic/favicon.ico">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style type='text/css'>
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ body {
|
|||
margin-bottom: 0px;
|
||||
margin-right: 0px;
|
||||
margin-left: 0px;
|
||||
background-image: url('<!--{project_path}-->/themes/classic/background.jpg');
|
||||
background-image: url('<!--{project_path}-->/themes/classic/images/background.jpg');
|
||||
background-repeat: repeat-x;
|
||||
background-attachment: fixed;
|
||||
background-color: #FFFFFF;
|
||||
|
|
@ -47,7 +47,7 @@ th {
|
|||
font-family: arial;
|
||||
font-weight: bold;
|
||||
/*background-color: #506eab;*/
|
||||
background-image: url('<!--{project_path}-->/themes/classic/background_th.png');
|
||||
background-image: url('<!--{project_path}-->/themes/classic/images/background_th.png');
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
padding-right: 7px;
|
||||
|
|
@ -173,7 +173,7 @@ th:last-child th:first-child {
|
|||
.vncell {
|
||||
border-bottom: 1px solid #999999;
|
||||
/*background-color: #639BC1;*/
|
||||
background-image: url('<!--{project_path}-->/themes/classic/background_cell.gif');
|
||||
background-image: url('<!--{project_path}-->/themes/classic/images/background_cell.gif');
|
||||
padding-right: 20px;
|
||||
padding-left: 8px;
|
||||
text-align: left;
|
||||
|
|
@ -188,7 +188,7 @@ th:last-child th:first-child {
|
|||
*/
|
||||
|
||||
.vncellreq {
|
||||
background-image: url('<!--{project_path}-->/themes/classic/background_cell.gif');
|
||||
background-image: url('<!--{project_path}-->/themes/classic/images/background_cell.gif');
|
||||
border-bottom: 1px solid #999999;
|
||||
background-color: #639BC1;
|
||||
padding-right: 20px;
|
||||
|
|
@ -215,7 +215,7 @@ th:last-child th:first-child {
|
|||
}
|
||||
|
||||
.row_style0 {
|
||||
background-image: url('<!--{project_path}-->/themes/classic/background_cell.gif');
|
||||
background-image: url('<!--{project_path}-->/themes/classic/images/background_cell.gif');
|
||||
border-bottom: 1px solid #999999;
|
||||
color: #444444;
|
||||
text-align: left;
|
||||
|
|
@ -290,7 +290,7 @@ table td {
|
|||
|
||||
table tr.even td {
|
||||
background:#eee;
|
||||
background-image: url('<!--{project_path}-->/themes/classic/background_cell.gif');
|
||||
background-image: url('<!--{project_path}-->/themes/classic/images/background_cell.gif');
|
||||
border-bottom: 1px solid #999999;
|
||||
color: #444444;
|
||||
}
|
||||
|
|
@ -437,7 +437,7 @@ table tr:nth-last-child(-5) td:first-of-type {
|
|||
-moz-border-radius: 12px 12px 0px 0px;
|
||||
border-radius: 12px 12px 0px 0px;
|
||||
/*background:#1F1F1F url(<!--{project_path}-->/css/images/expand3.gif) no-repeat -999px -9999px;*/
|
||||
/*background:#1F1F1F url(<!--{project_path}-->/themes/classic/background_cell.gif) no-repeat -999px -9999px;*/
|
||||
/*background:#1F1F1F url(<!--{project_path}-->/themes/classic/images/background_cell.gif) no-repeat -999px -9999px;*/
|
||||
}
|
||||
|
||||
div#menu li:hover{
|
||||
|
|
@ -504,7 +504,7 @@ function confirmdelete(url) {
|
|||
<table width='90%' class='border.disabled' style='background-color:#FFFFFF;' border='0' cellpadding='0' cellspacing='0'>
|
||||
<tr>
|
||||
<td class='headermain' style='background-color:#FFFFFF;' width='100%'>
|
||||
<table cellpadding='0' cellspacing='0' border='0' style="background-image: url('<!--{project_path}-->/themes/classic/background_head.png'); color: #FFFFFF; font-size: 20px;" width='100%'>
|
||||
<table cellpadding='0' cellspacing='0' border='0' style="background-image: url('<!--{project_path}-->/themes/classic/images/background_head.png'); color: #FFFFFF; font-size: 20px;" width='100%'>
|
||||
<tr>
|
||||
<td align='center' colspan='2' style='' width='100%' height='4'>
|
||||
</td>
|
||||
|
|
@ -515,7 +515,7 @@ function confirmdelete(url) {
|
|||
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
|
||||
<tr>
|
||||
<td>
|
||||
<a href='/<!--{project_path}-->'><img src='<!--{project_path}-->/themes/classic/logo.png' /></a>
|
||||
<a href='/<!--{project_path}-->'><img src='<!--{project_path}-->/themes/classic/images/logo.png' /></a>
|
||||
</td>
|
||||
<td width='50%' class='' align='right' valign='middle'>
|
||||
<?php
|
||||
|
|
@ -546,7 +546,7 @@ function confirmdelete(url) {
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align='center' colspan='2' style="background-image: url('<!--{project_path}-->/themes/classic/background_black.png');" width='100%' height='22'>
|
||||
<td align='center' colspan='2' style="background-image: url('<!--{project_path}-->/themes/classic/images/background_black.png');" width='100%' height='22'>
|
||||
<!--{menu}-->
|
||||
</td>
|
||||
</tr>
|
||||
|
|
@ -588,4 +588,4 @@ function confirmdelete(url) {
|
|||
|
||||
<br>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 49 B |
|
|
@ -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'>";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 930 B |
|
Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 389 B |
|
Before Width: | Height: | Size: 322 B After Width: | Height: | Size: 322 B |
|
Before Width: | Height: | Size: 72 B After Width: | Height: | Size: 72 B |
|
After Width: | Height: | Size: 128 B |
|
After Width: | Height: | Size: 128 B |
|
After Width: | Height: | Size: 128 B |
|
After Width: | Height: | Size: 149 B |
|
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 324 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1009 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 915 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
|
@ -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>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 49 B |
|
|
@ -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/enhanced/images/icon_e.png' width='17' height='17' alt='edit' border='0'>";
|
||||
$v_link_label_add = "<img src='".PROJECT_PATH."/themes/enhanced/images/icon_plus.png' width='17' height='17' border='0' alt='add'>";
|
||||
$v_link_label_delete = "<img src='".PROJECT_PATH."/themes/enhanced/images/icon_x.png' width='17' height='17' alt='delete' border='0'>";
|
||||
$v_link_label_view = "<img src='".PROJECT_PATH."/themes/enhanced/images/icon_view.gif' width='17' height='17' border='0' alt='add'>";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 930 B |
|
Before Width: | Height: | Size: 322 B After Width: | Height: | Size: 322 B |
|
Before Width: | Height: | Size: 72 B After Width: | Height: | Size: 72 B |
|
After Width: | Height: | Size: 128 B |
|
After Width: | Height: | Size: 128 B |
|
After Width: | Height: | Size: 128 B |
|
After Width: | Height: | Size: 149 B |
|
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 324 B |
|
Before Width: | Height: | Size: 49 B After Width: | Height: | Size: 49 B |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1009 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 915 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
|
@ -34,7 +34,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/enhanced/favicon.ico">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style type='text/css'>
|
||||
|
||||
|
|
@ -52,7 +52,7 @@ body {
|
|||
margin-bottom: 0px;
|
||||
margin-right: 0px;
|
||||
margin-left: 0px;
|
||||
/*background-image: url('<!--{project_path}-->/themes/enhanced/background.jpg');*/
|
||||
/*background-image: url('<!--{project_path}-->/themes/enhanced/images/background.jpg');*/
|
||||
/*background-repeat: repeat-x;*/
|
||||
/*background-attachment: fixed;*/
|
||||
/*background-color: #FFFFFF;*/
|
||||
|
|
@ -67,7 +67,7 @@ th {
|
|||
font-family: arial;
|
||||
font-weight: bold;
|
||||
/*background-color: #506eab;*/
|
||||
background-image: url('<!--{project_path}-->/themes/enhanced/background_th.png');
|
||||
background-image: url('<!--{project_path}-->/themes/enhanced/images/background_th.png');
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
padding-right: 7px;
|
||||
|
|
@ -173,7 +173,7 @@ INPUT.txt {
|
|||
.vncell {
|
||||
border-bottom: 1px solid #999999;
|
||||
/*background-color: #639BC1;*/
|
||||
background-image: url('<!--{project_path}-->/themes/enhanced/background_cell.gif');
|
||||
background-image: url('<!--{project_path}-->/themes/enhanced/images/background_cell.gif');
|
||||
padding-right: 20px;
|
||||
padding-left: 8px;
|
||||
text-align: left;
|
||||
|
|
@ -187,7 +187,7 @@ INPUT.txt {
|
|||
|
||||
|
||||
.vncellreq {
|
||||
background-image: url('<!--{project_path}-->/themes/enhanced/background_cell.gif');
|
||||
background-image: url('<!--{project_path}-->/themes/enhanced/images/background_cell.gif');
|
||||
border-bottom: 1px solid #999999;
|
||||
background-color: #639BC1;
|
||||
padding-right: 20px;
|
||||
|
|
@ -213,7 +213,7 @@ INPUT.txt {
|
|||
}
|
||||
|
||||
.row_style0 {
|
||||
background-image: url('<!--{project_path}-->/themes/enhanced/background_cell.gif');
|
||||
background-image: url('<!--{project_path}-->/themes/enhanced/images/background_cell.gif');
|
||||
border-bottom: 1px solid #999999;
|
||||
color: #444444;
|
||||
text-align: left;
|
||||
|
|
@ -288,7 +288,7 @@ table td {
|
|||
|
||||
table tr.even td {
|
||||
background:#eee;
|
||||
background-image: url('<!--{project_path}-->/themes/enhanced/background_cell.gif');
|
||||
background-image: url('<!--{project_path}-->/themes/enhanced/images/background_cell.gif');
|
||||
border-bottom: 1px solid #999999;
|
||||
color: #333333;
|
||||
}
|
||||
|
|
@ -326,7 +326,7 @@ table tr:nth-last-child(-5) td:first-of-type {
|
|||
/* begin the menu css*/
|
||||
|
||||
.menu_bar {
|
||||
background-image: url('<!--{project_path}-->/themes/enhanced/background_black.png');
|
||||
background-image: url('<!--{project_path}-->/themes/enhanced/images/background_black.png');
|
||||
-webkit-border-radius: 7px 7px 7px 7px;
|
||||
-moz-border-radius: 7px 7px 7px 7px;
|
||||
border-radius: 7px 7px 7px 7px;
|
||||
|
|
@ -340,10 +340,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/enhanced/menu_background.png');";
|
||||
echo "background-image: url('<!--{project_path}-->/themes/enhanced/images/menu_background.png');";
|
||||
}
|
||||
else {
|
||||
echo "background-image: url('<!--{project_path}-->/themes/enhanced/login_background.png');";
|
||||
echo "background-image: url('<!--{project_path}-->/themes/enhanced/images/login_background.png');";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
@ -374,10 +374,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/enhanced/content_background.png');";
|
||||
echo "background-image: url('<!--{project_path}-->/themes/enhanced/images/content_background.png');";
|
||||
}
|
||||
else {
|
||||
echo "background-image: url('<!--{project_path}-->/themes/enhanced/login_background.png');";
|
||||
echo "background-image: url('<!--{project_path}-->/themes/enhanced/images/login_background.png');";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
@ -647,10 +647,10 @@ function confirmdelete(url) {
|
|||
<td width='50%'>
|
||||
<?php
|
||||
if (strlen(PROJECT_PATH) > 0) {
|
||||
echo "<a href='".PROJECT_PATH."'><img src='".PROJECT_PATH."/themes/enhanced/logo.png' /></a>";
|
||||
echo "<a href='".PROJECT_PATH."'><img src='".PROJECT_PATH."/themes/enhanced/images/logo.png' /></a>";
|
||||
}
|
||||
else {
|
||||
echo "<a href='/'><img src='/themes/enhanced/logo.png' /></a>";
|
||||
echo "<a href='/'><img src='/themes/enhanced/images/logo.png' /></a>";
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
|
|
@ -682,7 +682,7 @@ function confirmdelete(url) {
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='' colspan='2' width='100%' height='7px'><img src='<!--{project_path}-->/images/blank.gif'></td>
|
||||
<td class='' colspan='2' width='100%' height='7px'><img src='<!--{project_path}-->/themes/enhanced/images/blank.gif'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='menu_bar' colspan='2' width='100%' height='30px'>
|
||||
|
|
@ -690,7 +690,7 @@ function confirmdelete(url) {
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='' colspan='2' width='100%' height='7px'><img src='<!--{project_path}-->/images/blank.gif'></td>
|
||||
<td class='' colspan='2' width='100%' height='7px'><img src='<!--{project_path}-->/themes/enhanced/images/blank.gif'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='top' align='center' width='100%'>
|
||||
|
|
@ -743,4 +743,4 @@ function confirmdelete(url) {
|
|||
|
||||
<br />
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 49 B After Width: | Height: | Size: 49 B |
|
Before Width: | Height: | Size: 49 B After Width: | Height: | Size: 49 B |