Changeset 5575
- Timestamp:
- 26 Oct 2010, 05:49:15 (14 years ago)
- Location:
- WAeUP_Moodle/bteducation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_Moodle/bteducation/fw_layout.css
r5573 r5575 475 475 min-height: 105px; 476 476 } 477 478 479 /*** 480 *** Doc 481 ***/ 482 483 body#doc-contents h1 { 484 margin: 0em 0px 0px 0px; 485 } 486 487 body#doc-contents ul { 488 list-style-type: none; 489 margin: 0; 490 padding: 0; 491 width: 90%; 492 } -
WAeUP_Moodle/bteducation/header.html
r5574 r5575 23 23 <div id="header-home" class="clearfix"> 24 24 <div id="navlistbox"> 25 <ul id="navlist"> 26 <li><a onclick="this.target='popup'; return openpopup('/theme/bteducation/kontakt.html', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=500,height=230', 0);" 27 href="/kontakt">Kontakt</a> 28 <a onclick="this.target='popup'; return openpopup('/theme/bteducation/impressum.html', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=500,height=400', 0);" 29 href="/impressum">Impressum</a> 30 <a onclick="this.target='popup'; return openpopup('/theme/bteducation/datenschutz.html', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=1000,height=550', 0);" 31 href="/datenschutz">Datenschutz</a> 32 <a onclick="this.target='popup'; return openpopup('/theme/bteducation/hilfe.html', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=500,height=400', 0);" 33 href="/hilfe">Hilfe</a></li> 34 </ul> 35 </div> <br /><br /> 25 </div> 36 26 <div class="headermenu"><?php echo $menu ?></div> 37 27 </div>
Note: See TracChangeset for help on using the changeset viewer.