Informationen für den Admin
Vorlage "Versteckte Texte" (rot markierte Stellen mit einer Zahl erweitern, grün markierte Bereiche mit Text einfügen; Achtung: rote Zahlen ist nur nötig, wenn auf der Seite weitere versteckte Texte erscheinen sollen):
<style type="text/css">
.tab24{color:black; font-size:22px; font-family:verdana, arial;
}
.tab24 a:active{color:#ffffff;font-size:18px;font-family:verdana, arial; text-decoration:none;
}
.tab24 a:link{color:#ffffff;font-size:18px;font-family:verdana, arial; text-decoration:none;
}
.tab24 a:visited{color:#ffffff;font-size:18px;font-family:verdana, arial; text-decoration:none;
}
.tab24 a:hover{color:#000;font-size:18px; font-family:verdana, arial; text-decoration:none;
}
.title24{color:#000;font-size:20px; font-family:verdana, arial;font-weight:normal;
}
</style> <script>
function
swap4(openlink4,closelink4, linkid4, dataid4)
{
if( document.getElementById(
dataid4).style.display == 'none')
{
document.getElementById(
dataid4).style.display='inline';
document.getElementById(
linkid4).firstChild.nodeValue=
closelink4;
} else
{
document.getElementById(
dataid4).style.display='none';
document.getElementById(
linkid4).firstChild.nodeValue=
openlink4;
}
}
</script>
<table cellspacing="0" cellpadding="0" border="0" align="center" width="80%" class="tab24">
<tbody>
<tr bgcolor="#ff9900">
<td height="35" width="33%" style="padding-left: 15px; padding-right: 15px;"> </td>
<td align="center" width="34%">
TITEL</td>
<td align="right" width="33%" style="padding-left: 15px; padding-right: 15px;"><a href="
#swap4"
onclick="javascript:swap('Anzeigen','Verstecken', '
swaplink4',
'
hideme4')" id="
swaplink4" onfocus="this.blur()">Anzeigen</a></td>
</tr>
<tr style="text-align: justify; font-size: 16px; font-weight: normal; background-color: rgb(255, 255, 255);">
<td colspan="3" style="padding-left: 15px; padding-right: 15px;">
<div id="
hideme4" style="display: none;"><br />
<span class="title24">
<div align="center">
TITEL</div>
</span>
<p>
TEXT</p>
<p> </p>
</div>
</td>
</tr>
</tbody>
</table>