Subversion Repositories ALCASAR

Compare Revisions

Regard whitespace Rev 2209 → Rev 2210

/web/acc/phpsysinfo/templates/alcasar/alcasar.css
1,16 → 1,16
A {
a {
color: #000000;
text-decoration: none;
}
A:link {
a:link {
color: #486591;
background-color: transparent;
}
A:visited {
a:visited {
color: #6f6c81;
background-color: transparent;
}
A:active {
a:active {
background-color: transparent;
}
30,7 → 30,7
font-size: 11px;
font-weight: normal;
}
H1 {
h1 {
color: #000000;
background-color: transparent;
text-decoration: none;
58,18 → 58,14
padding: 0px;
}
table.box {
color: #fefefe;
background-color: transparent;
border: none;
padding: 1px;
width: 100%;
}
tr.boxheader {
background-color: #9BA1A8;
background-color: #666666;
color: #EFEFEF;
}
td.boxheader {
color: #000000;
text-align: center;
tr.boxheaderbottom {
background-color: #FFCC66;
}
tr.boxbody {
color: #000000;
/web/acc/phpsysinfo/templates/alcasar/box.tpl
1,19 → 1,15
<table width="100%">
<tr>
<td>
 
<table border="1" class="box">
 
<tr class="boxheader">
<td class="boxheader">{title}</td>
</tr>
 
<table class="box" cellspacing="0" cellpadding="0" border="0">
<tr class="boxheader"><th>{title}</th><tr>
<tr class="boxheaderbottom"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
</table>
<table class="box" cellspacing="0" cellpadding="0" border="1">
<tr class="boxbody">
<td dir="{text_dir}">{content}</td>
</tr>
 
</table>
 
</td>
</tr>
</table>
/web/acc/phpsysinfo/templates/alcasar/form.tpl
1,10 → 1,11
{errors}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#666666"><th height="20">{title}</th><tr>
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
<tr style="background-color: #666666; color: #EFEFEF;"><th>{title}</th><tr>
<tr style="background-color: #FFCC66;"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
</table>
<table width="100%" border="1" cellspacing="0" cellpadding="1">
<tr><td>
<tr>
<td>
<table width="100%" align="center">
<tr>
<td width="50%" valign="top">
53,4 → 54,3
</td>
</tr>
</table>