phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpsysinfo/templates/orange orange.css, 1.2 index.htm


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

Update of phpsysinfo/templates/orange

Added Files:
     Branch: MAIN
            orange.css lines: +75 -0
            index.html 
            form.tpl lines: +42 -0
            box.tpl lines: +19 -0

Log Message:
some templates didn't commit last time ... grrr

====================================================
Index: orange.css
A {
  text-decoration: none;
}
A:link {
  color: #777777;
  background-color: transparent;
}
A:visited {
  color: #000000;
  background-color: transparent;
}
A:active {
  color: #000000;
  background-color: transparent;
}
body {
  color: #000000;
  background-color: #fffae8;
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
  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;
}
table
{
  border: none;
  margin: 0px;
  padding: 0px;
}
table.box {
  color: #000000;
        font-weight: bold;
  background-color: #000000;
  border: none;
        border-spacing: 1px;
  padding: 1px;
  width: 100%;
}
tr.boxheader {
  background-color: #ffa853;
}
td.boxheader {
  text-align: center;
}
tr.boxbody {
  color: #000;
  background-color: #ffeacb;
}

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

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

<table width="100%" align="center">
 <tr>
  <td width="50%" valign="top">
   {vitals}
   <br>
   {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%">
 <tr>
  <td width="55%" valign="top">
   {mbtemp}
   <br>
   {mbfans}
  </td>

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


====================================================
Index: box.tpl
<table width="100%">
 <tr>
  <td>

    <table cellspacing="1"class="box">

     <tr class="boxheader">
      <td class="boxheader">{title}</td>
     </tr>

     <tr class="boxbody">
      <td>{content}</td>
     </tr>

    </table>

   </td>
  </tr>
</table>






reply via email to

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