Kaynağa Gözat

Added XML style sheet & CSS info to snf_engine.xml

Added css and xsl style sheets

git-svn-id: https://svn.microneil.com/svn/PKG-SNF-CS-WIN/trunk@26 ca630060-9ba5-4a53-a91e-8214b6452a9a
master
madscientist 13 yıl önce
ebeveyn
işleme
88b95b4e2b
3 değiştirilmiş dosya ile 1797 ekleme ve 0 silme
  1. 156
    0
      build/snf-configuration.css
  2. 1637
    0
      build/snf-configuration.xsl
  3. 4
    0
      build/snf_engine.xml

+ 156
- 0
build/snf-configuration.css Dosyayı Görüntüle

@@ -0,0 +1,156 @@
a {
text-decoration: none;
}
body {
font-family:Verdana, Geneva, sans-serif;
font-size:1em;
font-weight: normal;
}
.banner {
font-weight:bold;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
background-color: #F7931E;
text-align: center;
}
.chart {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.chart-header {
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
background-color: #F90;
font-weight: bold;
padding: 0.2em;
}
.chart-label {
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
background-color: #FC0;
font-weight: bold;
padding: 0.2em;
white-space: nowrap;
}
.chart-value {
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
padding: .2em;
white-space: nowrap;
}
.xhdr-chart {
width: 80%;
}
.xhdr-col1 {
width: 35%;
}
.xhdr-col2 {
}
.xhdr-col3 {
}
.oncolor {
background-color: #9F9;
}
.offcolor {
background-color: #FCF;
}
.notset {
background-color: #CCC;
}
.section {
margin-top: 1em;
}
.section-label {
font-weight: bold;
text-decoration: underline;
font-size: large;
margin-top: .5em;
margin-bottom: .5em;
}
.section-item {
position: relative;
left: 2em;
}
.sub-section {
margin-top: .5em;
position: relative;
left: 2em;
}
.item-label {
font-weight: bold;
padding-right: 1em;
}
.item-value {
font-family: "Lucida Console", Monaco, monospace;
font-weight: normal;
}
.node {
}
.paths {
}
.logs {
}
.network {
}
.xci {
}
.gbudb {
}
.rule-panics {
}
.platform {
}
.msg-file {
}

+ 1637
- 0
build/snf-configuration.xsl
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


+ 4
- 0
build/snf_engine.xml Dosyayı Görüntüle

@@ -1,3 +1,7 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"
href="snf-configuration.xsl"?>
<!-- SNFMulti V3.0 Configuration File, Setup: Typical of Win* Client / Server -->
<!-- http://www.armresearch.com/support/articles/software/snfServer/config/snfEngine.jsp -->

Loading…
İptal
Kaydet