Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1ecd151b

Von Moritz Bunkus vor etwa 16 Jahren hinzugefügt

  • ID 1ecd151b0a81554bf017afb195a5d134e89e44c0
  • Vorgänger 52cd76db
  • Nachfolger 9d6beb5d

Überbleibsel der Aktualisierung des DHTML-Tab-Scripts.

Unterschiede anzeigen:

templates/webpages/am/config_de.html
1 1
[% USE HTML %]<body onLoad="fokus()">
2 2

  
3
 <div class="listtop">[% title %]</div>
3
 <p>
4
  <div class="listtop">[% title %]</div>
5
 </p>
4 6

  
5 7
 <form method="post" action="am.pl" name="Form">
6 8

  
......
249 251

  
250 252
 <script type="text/javascript">
251 253
  <!--
252
      //Start Tab Content script for UL with id="maintab" Separate multiple ids each with a comma.
253
      initializetabcontent("maintab");
254
      var maintab = new ddtabcontent("maintab");
255
      maintab.setpersist(true);
256
      maintab.setselectedClassTarget("link"); //"link" or "linkparent"
257
      maintab.init();
254 258
    -->
255 259
 </script>
256 260

  
templates/webpages/am/config_master.html
1 1
[% USE HTML %]<body onLoad="fokus()">
2 2

  
3
 <div class="listtop">[% title %]</div>
3
 <p>
4
  <div class="listtop">[% title %]</div>
5
 </p>
4 6

  
5 7
 <form method="post" action="am.pl" name="Form">
6 8

  
......
249 251

  
250 252
 <script type="text/javascript">
251 253
  <!--
252
      //Start Tab Content script for UL with id="maintab" Separate multiple ids each with a comma.
253
      initializetabcontent("maintab");
254
      var maintab = new ddtabcontent("maintab");
255
      maintab.setpersist(true);
256
      maintab.setselectedClassTarget("link"); //"link" or "linkparent"
257
      maintab.init();
254 258
    -->
255 259
 </script>
256 260

  
templates/webpages/projects/project_form_de.html
6 6
 <hr>
7 7
 [%- END %]
8 8

  
9
 <div class="listtop">[% title %]</div>
9
 <p><div class="listtop">[% title %]</div></p>
10 10

  
11 11
 <form method="post" action="projects.pl">
12 12

  
......
90 90

  
91 91
 <script type="text/javascript">
92 92
  <!--
93
      initializetabcontent("maintab");
93
      var maintab = new ddtabcontent("maintab");
94
      maintab.setpersist(true);
95
      maintab.setselectedClassTarget("link"); //"link" or "linkparent"
96
      maintab.init();
94 97
    -->
95 98
 </script>
96 99

  
templates/webpages/projects/project_form_master.html
6 6
 <hr>
7 7
 [%- END %]
8 8

  
9
 <div class="listtop">[% title %]</div>
9
 <p><div class="listtop">[% title %]</div></p>
10 10

  
11 11
 <form method="post" action="projects.pl">
12 12

  
......
90 90

  
91 91
 <script type="text/javascript">
92 92
  <!--
93
      initializetabcontent("maintab");
93
      var maintab = new ddtabcontent("maintab");
94
      maintab.setpersist(true);
95
      maintab.setselectedClassTarget("link"); //"link" or "linkparent"
96
      maintab.init();
94 97
    -->
95 98
 </script>
96 99

  

Auch abrufbar als: Unified diff