Revision 1ecd151b
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
templates/webpages/am/config_de.html | ||
---|---|---|
[% USE HTML %]<body onLoad="fokus()">
|
||
|
||
<div class="listtop">[% title %]</div>
|
||
<p>
|
||
<div class="listtop">[% title %]</div>
|
||
</p>
|
||
|
||
<form method="post" action="am.pl" name="Form">
|
||
|
||
... | ... | |
|
||
<script type="text/javascript">
|
||
<!--
|
||
//Start Tab Content script for UL with id="maintab" Separate multiple ids each with a comma.
|
||
initializetabcontent("maintab");
|
||
var maintab = new ddtabcontent("maintab");
|
||
maintab.setpersist(true);
|
||
maintab.setselectedClassTarget("link"); //"link" or "linkparent"
|
||
maintab.init();
|
||
-->
|
||
</script>
|
||
|
templates/webpages/am/config_master.html | ||
---|---|---|
[% USE HTML %]<body onLoad="fokus()">
|
||
|
||
<div class="listtop">[% title %]</div>
|
||
<p>
|
||
<div class="listtop">[% title %]</div>
|
||
</p>
|
||
|
||
<form method="post" action="am.pl" name="Form">
|
||
|
||
... | ... | |
|
||
<script type="text/javascript">
|
||
<!--
|
||
//Start Tab Content script for UL with id="maintab" Separate multiple ids each with a comma.
|
||
initializetabcontent("maintab");
|
||
var maintab = new ddtabcontent("maintab");
|
||
maintab.setpersist(true);
|
||
maintab.setselectedClassTarget("link"); //"link" or "linkparent"
|
||
maintab.init();
|
||
-->
|
||
</script>
|
||
|
templates/webpages/projects/project_form_de.html | ||
---|---|---|
<hr>
|
||
[%- END %]
|
||
|
||
<div class="listtop">[% title %]</div>
|
||
<p><div class="listtop">[% title %]</div></p>
|
||
|
||
<form method="post" action="projects.pl">
|
||
|
||
... | ... | |
|
||
<script type="text/javascript">
|
||
<!--
|
||
initializetabcontent("maintab");
|
||
var maintab = new ddtabcontent("maintab");
|
||
maintab.setpersist(true);
|
||
maintab.setselectedClassTarget("link"); //"link" or "linkparent"
|
||
maintab.init();
|
||
-->
|
||
</script>
|
||
|
templates/webpages/projects/project_form_master.html | ||
---|---|---|
<hr>
|
||
[%- END %]
|
||
|
||
<div class="listtop">[% title %]</div>
|
||
<p><div class="listtop">[% title %]</div></p>
|
||
|
||
<form method="post" action="projects.pl">
|
||
|
||
... | ... | |
|
||
<script type="text/javascript">
|
||
<!--
|
||
initializetabcontent("maintab");
|
||
var maintab = new ddtabcontent("maintab");
|
||
maintab.setpersist(true);
|
||
maintab.setselectedClassTarget("link"); //"link" or "linkparent"
|
||
maintab.init();
|
||
-->
|
||
</script>
|
||
|
Auch abrufbar als: Unified diff
Überbleibsel der Aktualisierung des DHTML-Tab-Scripts.