]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Sidebar/hyperwiki.php
rcs_id no longer makes sense with Subversion global version number
[SourceForge/phpwiki.git] / themes / Sidebar / hyperwiki.php
1 <?php 
2   // rcs_id('$Id$');
3   /* Download hyperwiki.jar and GraphXML.dtd from 
4    *   http://hypergraph.sourceforge.net/download.html
5    *   and place it into your theme directory.
6    * Include this php file and adjust the width/height.
7    */
8 global $WikiTheme;
9   // via the RPC interface it goes like this... 
10 ?>
11 <applet code="hypergraph.applications.hwiki.HWikiApplet.class" 
12         archive="<?= $WikiTheme->_finddata("hyperwiki.jar") ?>" 
13         width="162" height="240">
14   <param name="startPage" value="<?= $page->getName() ?>" />
15   <param name="properties" value="<?= $WikiTheme->_finddata("hwiki.prop") ?>" />
16   <param name="wikiURL" value="<?= PHPWIKI_BASE_URL ?>" />
17 </applet>