phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpsysinfo/templates/metal box.tpl, NONE, 1.1.2.1 for


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] phpsysinfo/templates/metal box.tpl, NONE, 1.1.2.1 form.tpl, NONE, 1.1.2.1 metal.css, NONE, 1.1.2.1
Date: Sat, 01 Nov 2003 22:08:32 +0000

Update of /cvsroot/phpgroupware/phpsysinfo/templates/metal
In directory subversions:/tmp/cvs-serv22972/templates/metal

Added Files:
      Tag: Version-0_9_16-branch
        box.tpl form.tpl metal.css 
Log Message:
upstream update with a few little mods


--- NEW FILE: metal.css ---
A {
  text-decoration: none;
}
A:link {
  color: #486591;
  background-color: transparent;
}
A:visited {
  color: #6f6c81;
  background-color: transparent;
}
A:active {
  color: blue;
  background-color: transparent;
}
body {
  color: #000000;
  background-color: #fefefe;
  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: #000000;
  background-color: transparent;
  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;
}

--- NEW FILE: box.tpl ---
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td width="15" height="15" 
background="templates/metal/images/coinsupg.gif"><img 
src="templates/metal/images/space15_15.gif" width="15" height="15" 
alt="none"></td>
    <td height="15" background="templates/metal/images/sup.gif"><img 
src="templates/metal/images/space15_15.gif" width="15" height="15" 
alt="none"></td>
    <td width="15" height="15" 
background="templates/metal/images/coinsupd.gif"><img 
src="templates/metal/images/space15_15.gif" width="15" height="15" 
alt="none"></td>
  </tr>
  <tr>
   <td width="15" background="templates/metal/images/g.gif"><img 
src="templates/metal/images/space15_15.gif" width="15" height="15" 
alt="none"></td>
   <td background="templates/metal/images/fond.gif" align="left" 
width="100%">{title}{content}</td>
   <td width="15" background="templates/metal/images/d.gif"><img 
src="templates/metal/images/space15_15.gif" width="15" height="15" 
alt="none"></td>
  </tr>
  <tr> 
    <td width="15" height="15" 
background="templates/metal/images/coininfg.gif"><img 
src="templates/metal/images/space15_15.gif" width="15" height="15" 
alt="none"></td>
    <td height="15" background="templates/metal/images/inf.gif"><img 
src="templates/metal/images/space15_15.gif" width="15" height="15" 
alt="none"></td>
    <td width="15" height="15" 
background="templates/metal/images/coininfd.gif"><img 
src="templates/metal/images/space15_15.gif" width="15" height="15" 
alt="none"></td>
  </tr>
</table>

--- NEW FILE: 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>





reply via email to

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