Revision [16807]

This is an old revision of SlideshowHandler made by Vl9Yq8 on 2007-05-31 10:49:51.

 

I've adapted the slideshow handler from wikini to work in wikka. It needs two files....

Otherwise, the handler is called (as per normal) with pagename/slide_show. If you want to see an example page setup, go and look at http://www.wikini.net/wakka.php?wiki=DocumentationSlideShow .

Insert file below as slide_show.php in the handlers/page directory....
%%(php)

<!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 TransitionalEN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content= /> />
<link rel="stylesheet" type="text/css" href="css/wikka.css" />
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
</head>
<body style="background-color: #fff;">
<div class="page" style="border: 0;">
<?php
On teste si le script n'est pas appelé en direct
if (!eregi("wikka.php", $_SERVER['PHP_SELF']))
{
die ("acc
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki