habe alles so gemacht wie hier schon beschrieben wurde nur bin ich mit dieser ausage nen bissel überfordert!
1 2 3 4 | <script type="text/javascript" src="include/includes/js/js/prototype.js"></script> <script type="text/javascript" src="include/includes/js/js/scriptaculous.js?load=effects"></script> <script type="text/javascript" src="include/includes/js/js/lightbox.js"></script> <link rel="stylesheet" href="include/includes/js/css/lightbox.css" type="text/css" media="screen" /> |
wo muss dieser denn genau rein?
dies ist ein auszug aus der "galery_show.htm"
wo genau muss das da hin das es geht?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | <head> <link rel="stylesheet" type="text/css" href="include/admin/templates/style.css"> {diashow_html} <script language="JavaScript" type="text/javascript"> <!-- function openWindow() { var fenster = window.open('index.php?gallery-showOrig-{id}-{endung}','origBild','scrollbars=yes,toolbar=yes,status=yes,resizable=yes,top=0,left=0,width={breite},height={hoehe}'); fenster.focus(); return (false); } function closeThisWindow() { opener.focus(); window.close(); } function doVote(n1) { document.location.href="index.php?gallery-show-{cid}-p{bildr}=0&doVote="+ n1; } function closeDiashowDiv() { document.getElementById('diashowDiv').style.display = "none"; } function showDiashowDiv() { document.getElementById('diashowDiv').style.display = "inline"; } function startDiashow (sek) { document.location.href = "index.php?gallery-show-{cid}-p{bildr}&diashow=start&sek="+sek; } //--> </script> </head> |
Danke für eure hilfe