MediaWiki:Sidebar: Unterschied zwischen den Versionen

Aus BormOnlineHilfe
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(37 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:


* navigation
* Produkte
** mainpage|mainpage-description
** {{SERVER}}/BormWiki/index.php?title=BormBusiness|BormBusiness
** http://doc.bormgruppe.com/BormWiki/index.php?title=BormBusiness|BormBusiness ERP
** {{SERVER}}/BormWiki/index.php?title=BormBusinessNews|BormBusiness News
** http://doc.bormgruppe.com/BormWiki/index.php?title=Start_und_Einstellung|Start und Einstellungen
** {{SERVER}}/BormWiki/index.php?title=BormLive|BormLive
** recentchanges-url|recentchanges
** {{SERVER}}/BormWiki/index.php?title=PointLineCAD|PointLineCAD
** randompage-url|randompage
 
* Verarbeitungen ERP
** {{SERVER}}/BormWiki/index.php?title=Customer_Relationship_Management|Customer Relationship Management
** {{SERVER}}/BormWiki/index.php?title=Beschaffung|Beschaffung
** {{SERVER}}/BormWiki/index.php?title=Kreditoren|Kreditoren
** {{SERVER}}/BormWiki/index.php?title=Zeitmanagement|Zeitmanagement
** {{SERVER}}/BormWiki/index.php?title=Human Resource Management|Human Resource Management
** {{SERVER}}/BormWiki/index.php?title=Ressourcenmanagement|Ressourcen Management
** {{SERVER}}/BormWiki/index.php?title=Produktion|Produktion
** {{SERVER}}/BormWiki/index.php?title=Projektverwaltung|Projektverwaltung
** {{SERVER}}/BormWiki/index.php?title=Kalkulation|Kalkulation
** {{SERVER}}/BormWiki/index.php?title=Stammdaten|Stammdaten
** {{SERVER}}/BormWiki/index.php?title=Bibliotheken|Bibliotheken
 
* Tipps
** {{SERVER}}/BormWiki/index.php?title=Start und Einstellung|Start / Einstellungen
** {{SERVER}}/BormWiki/index.php?title=Tutorial|Tutorial ERP
** {{SERVER}}/BormWiki/index.php?title=Shortcut|Tastenkürzel
 
* SEARCH
* SEARCH
* TOOLBOX
* TOOLBOX
* LANGUAGES
* LANGUAGES
* BormGruppe
** http://doc.bormgruppe.com/BormWiki/index.php|Hauptseite
** http://doc.bormgruppe.com/BormWiki/index.php?title=BormBusiness|BormBusiness ERP


/////////////////////////////////////////////////////////
* BORM Gruppe
// Code snippet to make your sidebar items expandable  //
** http://www.bormgruppe.com/|Borm.ch
// Use this code ONLY for the Monobook skin.           //
** http://www.pointline.com/|PointLine.com
/////////////////////////////////////////////////////////
** http://www.wdv.ch/|WDV.ch
$( document ).ready( function() {
// Set the default expanded items by their headline
var defaultExpandItems = ['Navigation', 'Orga'];
// Set the basic-name for the cookies, which save the current state of expanding
var expandCookieName = 'disdance_project_wiki_nav_expanded_';
var maxHeights = [];
var expandeds = [];
var labels = [];
initNav();
});
function initNav() {
$( '#p-logo' ).css({'position': 'relative', 'display': 'block'});
$( '.generated-sidebar h5,#p-tb h5 ').each( function( i ) {
var id = $( this ).parent().attr( 'id' );
maxHeights[id] = $( this ).next( 'div' ).height();
var str = $( this ).html();
labels[id] = str;
if ( $.cookie( expandCookieName + id ) == 'false' ) {
expandeds[id] = false;
minimize( $( this ) );
} else if ( $.cookie( expandCookieName + id ) == 'true' ) {
expandeds[id] = true;
maximize( $( this ) );
} else if ( defaultExpandItems.indexOf( str ) == -1 ) {
expandeds[id] = false;
minimize( $( this ) );
} else {
expandeds[id] = true;
maximize( $( this ) );
}
$( this ).css({'cursor': 'pointer'});
$( this ).click( toggleNav );
} );
}
function minimize( target ) {
var id = $( target ).parent().attr( 'id' );
// You can change the expires parameter to save the cookie longer/shorter than 7 days like in this code
$.cookie( expandCookieName + id, 'false', { expires: 7} );
var str = labels[id] + '  ►';
$( target ).next( 'div' ).animate({'height': '0px'});
$( target ).html( str );
}
function maximize( target ) {
var id = $( target ).parent().attr( 'id' );
// You can change the expires parameter to save the cookie longer/shorter than 7 days like in this code
$.cookie( expandCookieName + id, 'true', { expires: 7} );
var str = labels[id] + '  ▼';
var newHeight = maxHeights[id];
$( target ).next( 'div' ).animate({'height': newHeight + 'px'});
$( target ).html( str );
}
function toggleNav( e ) {
var id = $(e.target ).parent().attr( 'id' );
expandeds[id] = !expandeds[id];
if( expandeds[id] == true ) {
maximize( e.target );
} else {
minimize( e.target );
}
}
///////////////////////////////////////////////////////
///////////////////////////////////////////////////////

Aktuelle Version vom 27. Juli 2017, 15:59 Uhr

  • SEARCH
  • TOOLBOX
  • LANGUAGES