Apache2-AutoIndex-XSLT
view release on metacpan or search on metacpan
examples/apache/htdocs/index.xslt view on Meta::CPAN
if (element.style.display == 'none') {
element.style.display = 'block';
} else {
element.style.display = 'none';
}
}
// ]]></script>
<style type="text/css">
// <![CDATA[
body {
background-color: #ffffff;
margin: 0px 0px 0px 0px;
}
table.dhIndex {
font-family: Tahoma, sans-serif;
font-size: 8pt;
white-space: nowrap;
height: 100%;
}
table.dhIndex th {
white-space: nowrap;
}
table.dhIndex td {
white-space: nowrap;
background: #ffffff;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 1px;
}
table.dhIndex td, table.dhIndex div.inUp, table.dhIndex div.inDown {
font-weight: normal;
font-family: Tahoma, sans-serif;
font-size: 8pt;
text-align: left;
}
table.dhIndex td.filecol {
background: #F7F7F7;
}
table.dhIndex th.sizecol, table.dhIndex td.sizecol {
text-align: right;
}
table.dhIndex img {
margin-right: 2px;
vertical-align: bottom;
border: 0px;
width: 16px;
height: 16px;
examples/apache/htdocs/index.xslt view on Meta::CPAN
}
table.dhIndex a, table.dhIndex a:visited {
color: #000000;
text-decoration: none;
white-space: nowrap;
}
table.dhIndex td a:hover {
text-decoration: underline;
}
table.dhIndex tbody td a:hover span {
background: #ffffe1;
border: 1px #000000 solid;
padding: 7px 7px 7px 7px;
position: absolute;
top: 7px;
left: 30px;
width: 210px;
filter:alpha(opacity=50);
display: block;
z-index: 1;
-moz-opacity:0.5;
opacity: 0.5;
}
table.dhIndex tbody td a:hover div {
background: #ffffe1;
border: 1px #000000 solid;
padding: 7px 7px 7px 7px;
position: absolute;
top: 7px;
left: 30px;
display: block;
z-index: 1;
}
table.dhIndex img.denied {
filter:alpha(opacity=50);
examples/apache/htdocs/index.xslt view on Meta::CPAN
}
table.dhIndex div.outDown {
height: 15px;
border: 1px #848284 solid;
}
table.dhIndex div.inDown {
height: 13px;
padding-left: 4px;
padding-right: 4px;
color: #000000;
background: #D6D3CE;
border: 1px #D6D3CE solid;
}
table.dhIndex div.outUp {
height: 15px;
border-bottom: 1px #424142 solid;
border-right: 1px #424142 solid;
border-left: 1px #ffffff solid;
border-top: 1px #ffffff solid;
}
table.dhIndex div.inUp {
height: 13px;
padding-left: 4px;
padding-right: 4px;
color: #000000;
background: #D6D3CE;
border-bottom: 1px #848284 solid;
border-right: 1px #848284 solid;
border-left: 1px #D6D3CE solid;
border-top: 1px #D6D3CE solid;
}
// ]]></style>
</head>
<body style="margin: 0px 0px 0px 0px;">
<table cellspacing="0" cellpadding="0" border="0" width="100%" height="100%" class="dhIndex" id="unique_id" summary="Directory listing">
<thead>
examples/static.html view on Meta::CPAN
height: 16px;
}
div.dhIndex a {
position: relative;
}
div.dhIndex a span {
display: none;
}
div.dhIndex a, div.dhIndex a:visited {
color: #000000;
/* background-color: #ffffff; */
text-decoration: none;
white-space: nowrap;
}
div.dhIndex a:hover {
text-decoration: underline;
}
body {
background: #ffffff;
margin: 0px 0px 0px 0px;
}
th {
white-space: nowrap;
}
td {
white-space: nowrap;
background: #ffffff;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 1px;
}
td, div.inner {
font-weight: normal;
font-family: Tahoma, sans-serif;
font-size: 8pt;
text-align: left;
}
div.outer {
height: 15px;
border-bottom: 1px #424142 solid;
border-right: 1px #424142 solid;
border-left: 1px #ffffff solid;
border-top: 1px #ffffff solid;
}
td.filecol {
background: #F7F7F7;
}
th.sizecol, td.sizecol {
text-align: right;
}
div.inner {
height: 13px;
padding-left: 4px;
padding-right: 4px;
color: #000000;
background: #D6D3CE;
border-bottom: 1px #848284 solid;
border-right: 1px #848284 solid;
border-left: 1px #D6D3CE solid;
border-top: 1px #D6D3CE solid;
}
</style>
</head>
<body>
<div class="dhIndex">
<table cellspacing="0" cellpadding="0" width="100%" height="100%">
t/htdocs/index.xslt view on Meta::CPAN
if (element.style.display == 'none') {
element.style.display = 'block';
} else {
element.style.display = 'none';
}
}
// ]]></script>
<style type="text/css">
// <![CDATA[
body {
background-color: #ffffff;
margin: 0px 0px 0px 0px;
}
table.dhIndex {
font-family: Tahoma, sans-serif;
font-size: 8pt;
white-space: nowrap;
height: 100%;
}
table.dhIndex th {
white-space: nowrap;
}
table.dhIndex td {
white-space: nowrap;
background: #ffffff;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 1px;
}
table.dhIndex td, table.dhIndex div.inUp, table.dhIndex div.inDown {
font-weight: normal;
font-family: Tahoma, sans-serif;
font-size: 8pt;
text-align: left;
}
table.dhIndex td.filecol {
background: #F7F7F7;
}
table.dhIndex th.sizecol, table.dhIndex td.sizecol {
text-align: right;
}
table.dhIndex img {
margin-right: 2px;
vertical-align: bottom;
border: 0px;
width: 16px;
height: 16px;
t/htdocs/index.xslt view on Meta::CPAN
}
table.dhIndex a, table.dhIndex a:visited {
color: #000000;
text-decoration: none;
white-space: nowrap;
}
table.dhIndex td a:hover {
text-decoration: underline;
}
table.dhIndex tbody td a:hover span {
background: #ffffe1;
border: 1px #000000 solid;
padding: 7px 7px 7px 7px;
position: absolute;
top: 7px;
left: 30px;
width: 210px;
filter:alpha(opacity=50);
display: block;
z-index: 1;
-moz-opacity:0.5;
opacity: 0.5;
}
table.dhIndex tbody td a:hover div {
background: #ffffe1;
border: 1px #000000 solid;
padding: 7px 7px 7px 7px;
position: absolute;
top: 7px;
left: 30px;
display: block;
z-index: 1;
}
table.dhIndex img.denied {
filter:alpha(opacity=50);
t/htdocs/index.xslt view on Meta::CPAN
}
table.dhIndex div.outDown {
height: 15px;
border: 1px #848284 solid;
}
table.dhIndex div.inDown {
height: 13px;
padding-left: 4px;
padding-right: 4px;
color: #000000;
background: #D6D3CE;
border: 1px #D6D3CE solid;
}
table.dhIndex div.outUp {
height: 15px;
border-bottom: 1px #424142 solid;
border-right: 1px #424142 solid;
border-left: 1px #ffffff solid;
border-top: 1px #ffffff solid;
}
table.dhIndex div.inUp {
height: 13px;
padding-left: 4px;
padding-right: 4px;
color: #000000;
background: #D6D3CE;
border-bottom: 1px #848284 solid;
border-right: 1px #848284 solid;
border-left: 1px #D6D3CE solid;
border-top: 1px #D6D3CE solid;
}
// ]]></style>
</head>
<body style="margin: 0px 0px 0px 0px;">
<table cellspacing="0" cellpadding="0" border="0" width="100%" height="100%" class="dhIndex" id="unique_id" summary="Directory listing">
<thead>
( run in 1.205 second using v1.01-cache-2.11-cpan-f56aa216473 )