Subversion Repositories ALCASAR

Compare Revisions

Ignore 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;
38,18 → 38,18
font-size: 20px;
}
select {
color: black;
text-decoration: none;
font-family: Verdana,Helvetica,sans-serif;
font-size: 10px;
font-weight: normal;
color: black;
text-decoration: none;
font-family: Verdana,Helvetica,sans-serif;
font-size: 10px;
font-weight: normal;
}
input {
color: black;
text-decoration: none;
font-family: Verdana,Helvetica,sans-serif;
font-size: 10px;
font-weight: bold;
color: black;
text-decoration: none;
font-family: Verdana,Helvetica,sans-serif;
font-size: 10px;
font-weight: bold;
}
table
{
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>
 
<tr class="boxbody">
<td dir="{text_dir}">{content}</td>
</tr>
 
</table>
 
</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,56 → 1,56
{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>
<table width="100%" align="center">
<tr>
<td width="50%" valign="top">
{portail}
</td>
<td width="50%" valign="top">
{vitals}
</td>
</tr>
<td>
<table width="100%" align="center">
<tr>
<td width="50%" valign="top">
{portail}
</td>
<td width="50%" valign="top">
{vitals}
</td>
</tr>
 
<tr>
<td colspan="2">
{memory}
</td>
</tr>
<tr>
<td colspan="2">
{memory}
</td>
</tr>
 
<tr>
<td colspan="2">
{filesystems}
</td>
</tr>
<tr>
<td colspan="2">
{filesystems}
</td>
</tr>
 
<tr>
<td width="50%" valign="top">
{hardware}
</td>
<td width="50%" valign="top">
{network}
</td>
</tr>
</table>
<tr>
<td width="50%" valign="top">
{hardware}
</td>
<td width="50%" valign="top">
{network}
</td>
</tr>
</table>
 
<table width="100%">
<tr>
<td width="55%" valign="top">
{mbtemp}
<br>
{mbfans}
</td>
<table width="100%">
<tr>
<td width="55%" valign="top">
{mbtemp}
<br>
{mbfans}
</td>
 
<td width="45%" valign="top">
{mbvoltage}
<td width="45%" valign="top">
{mbvoltage}
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>