Extension:Myapps
From MediaWiki.org
|
Release status: experimental |
|
|---|---|
| Implementation | User interface, MyWiki |
| Description | |
| Last Version | 1.0 |
| License | No license specified |
| Download | no link |
|
check usage (experimental) |
|
Contents |
[edit] What can this extension do?
[edit] Usage
[edit] Download instructions
Please cut and paste the code found below and place it in $IP/extensions/Myapps/Myapps.php. Note: $IP stands for the root directory of your MediaWiki installation, the same directory that holds LocalSettings.php.
[edit] Installation
To install this extension, add the following to LocalSettings.php:
#add configuration parameters here #setup user rights here require_once("$IP/extensions/Myapps/Myapps.php");
[edit] Code
<html> <script src="OpenLayers/OpenLayers.js"></script> <style type="text/css"> #map { width: 800px; height: 500px; border: 1px solid black; bgcolor: #EDE9E3; } </style> <div id="map" width="100%" height="100%"><iframe src="http://localhost/map/" height="100%" width="100%"></iframe></div> </html>