phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpsysinfo/templates/bulix bulix.css, 1.1 box.tpl, 1


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

Update of phpsysinfo/templates/bulix

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

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

====================================================
Index: bulix.css
* {
        font-family: Verdana,Helvetica,sans-serif;
        font-size: 11px;
        font-weight: normal;
}

a {
  text-decoration: none;
}

a:link {
        color: #09c;
        background-color: transparent;
}

a:visited {
        color: #09c;
        background-color: transparent;
}

a:active {
        color: blue;
        background-color: transparent;
}

body {
        background: #fff;
}
font {
        text-decoration: none;
        font-family: Verdana,Helvetica,sans-serif;
        font-size: 11px;
        font-weight: normal;
}

div.title {
        font-size: 15pt;
        font-weight: bold;
        text-align: center;
        padding: 10px;
}

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;
}

div.box {
        background: white;
        width: 100%;
}

div.boxheaderleft
{
        background-image: url(images/left_bar.gif);
        background-position: left top;
        background-repeat: no-repeat;
        height: 20px;
        width: 20px;
        float: left;
}

div.boxheaderright
{
        background-image: url(images/right_bar.gif);
        background-position: right top;
        background-repeat: no-repeat;
        height: 20px;
        width: 20px;
        float: right;
}

div.boxheadertext
{
        font-weight: bold;
        text-align: center;
        border-right: 1px black solid;
        height: 20px;
        padding-top: 3px;
        background-image: url(images/middle_bar.gif);
        background-position: left top;
        background-repeat: repeat-x;
}

div.boxcontent {
        padding: 5px;
        padding-top: 1em;
        border: 1px #ccc solid;
        border-top: none;
        background: #efefef;
}

====================================================
Index: box.tpl
<div class="box">

<div class="boxheaderleft"></div>
<div class="boxheaderright"></div>
<div class="boxheadertext">
{title}
</div>

<div class="boxcontent">
{content}
</div>

</div>

====================================================
Index: form.tpl
<div class="title">
{title}
</div>

<table width="100%" align="center">
 <tr>
  <td width="50%" valign="top">
   {vitals}
   <br>
   {network}
   <br>
   {memory}
  </td>

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

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

</table>

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

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

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






reply via email to

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