phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpsysinfo/templates/windows_classic box.tpl, 1.1 for


From: skwashd
Subject: [Phpgroupware-cvs] phpsysinfo/templates/windows_classic box.tpl, 1.1 form.tpl, 1.1 windows_classic.css, 1.1 index.html, 1.1
Date: Sat, 19 Nov 2005 06:29:00 +0100

Update of phpsysinfo/templates/windows_classic

Added Files:
     Branch: MAIN
            box.tpl 
            form.tpl 
            windows_classic.css 
            index.html 

Log Message:
sync with current stable from upstream - version 2.4.1, added some fixes and 
improvements along the way

====================================================
Index: box.tpl
<!-- BEGIN portal -->

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="23" height="25" 
background="templates/windows_classic/images/upper_left_corner.gif"><img 
src="templates/windows_classic/images/spacer.gif" width="23" height="25" 
alt=""></td>
    <td height="25" background="templates/windows_classic/images/top.gif"><font 
color="#FFFFFF"><nobr><b>&nbsp;&nbsp;{title}</b></nobr></font></td>
    <td align="right" 
background="templates/windows_classic/images/top.gif"><img 
src="templates/windows_classic/images/min_max.gif" width="34" height="25" 
alt=""></td>
    <td width="23" height="25" 
background="templates/windows_classic/images/upper_right_corner.gif"><img 
src="templates/windows_classic/images/spacer.gif" width="23" height="25" 
alt=""></td>
  </tr>

  <tr>
   <td width="23" background="templates/windows_classic/images/left.gif"><img 
src="templates/windows_classic/images/spacer.gif" width="23" alt=""></td>
   <td colspan="2" background="templates/windows_classic/images/middle.gif" 
align="left" width="100%">{content}</td>
   <td width="23" background="templates/windows_classic/images/right.gif"><img 
src="templates/windows_classic/images/spacer.gif" width="23" alt=""></td>
  </tr>

  <tr>
    <td width="23" height="26" 
background="templates/windows_classic/images/bottom_left_corner.gif"><img 
src="templates/windows_classic/images/spacer.gif" width="23" height="26" 
alt=""></td>
    <td colspan="2" height="16" 
background="templates/windows_classic/images/bottom.gif"></td>
    <td width="24" height="26" 
background="templates/windows_classic/images/bottom_right_corner.gif"><img 
src="templates/windows_classic/images/spacer.gif" width="23" height="26" 
alt=""></td>
  </tr>
</table>

<!-- END portal -->

====================================================
Index: form.tpl
<center><h1>{title}</h1></center>

<table width="100%" align="center" cellpadding="0" cellspacing="2">
 <tr>
  <td width="50%" valign="top">
   {vitals}
   <table cellpadding="0" cellspacing="0">
   <tr><td height="8"></td></tr>
   </table>
   {network}
  </td>

  <td width="50%" valign="top">
   {hardware}
  </td>
 </tr>

 <tr>
  <td colspan="2">
   {memory}
  </td>
 </tr>

 <tr>
  <td colspan="2">
   {filesystems}
  </td>
 </tr>
</table>

<table width="100%" cellpadding="0" cellspacing="2">
 <tr>
  <td width="55%" valign="top">
   {mbtemp}
   <table cellpadding="0" cellspacing="0">
   <tr><td height="8"></td></tr>
   </table>
   {mbfans}
  </td>

  <td width="45%" valign="top">
   {mbvoltage}
  </td>
 </tr>

</table>

====================================================
Index: windows_classic.css
A {
  text-decoration: none;
}
A:link {
  color: #486591;
}
A:visited {
  color: #A0AD81;
}
A:active {
  color: blue;
}
.itemtitle {
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: none;
}
.itemtext {
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
}
.tabletitles {
  text-decoration: underline;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
}
body {
  color: #000000;
  background-color: #008080;
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
}
font {
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
}
H1 {
  color: #FFFFFF;
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 20px;
}
select {
    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;
}

====================================================
Index: index.html






reply via email to

[Prev in Thread] Current Thread [Next in Thread]