|
Revision 999, 0.6 kB
(checked in by ray, 4 years ago)
|
|
#1195 Allow to specify an external url to load a plugin from
|
-
Property svn:keywords set to
LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
|
| Line | |
|---|
| 1 | <html> |
|---|
| 2 | <head><title>Xinha Extended Example</title></head> |
|---|
| 3 | <!--------------------------------------:noTabs=true:tabSize=2:indentSize=2:-- |
|---|
| 4 | -- Xinha example frameset. |
|---|
| 5 | -- |
|---|
| 6 | -- $HeadURL:http://svn.xinha.webfactional.com/trunk/examples/ExtendedDemo.html $ |
|---|
| 7 | -- $LastChangedDate:2008-02-04 01:43:21 +0100 (Mo, 04 Feb 2008) $ |
|---|
| 8 | -- $LastChangedRevision:962 $ |
|---|
| 9 | -- $LastChangedBy:ray $ |
|---|
| 10 | ---------------------------------------------------------------------------> |
|---|
| 11 | |
|---|
| 12 | <frameset cols="240,*"> |
|---|
| 13 | <frame src="files/ext_example-menu.php" name="menu" id="menu"> |
|---|
| 14 | <frame src="about:blank" name="body" id="body"> |
|---|
| 15 | </frameset> |
|---|
| 16 | </html> |
|---|