2010-06-16 01:21:08 +02:00
|
|
|
#*
|
2010-11-17 06:31:01 +01:00
|
|
|
* Access this page at the URL /extension/sample/
|
2010-06-16 01:21:08 +02:00
|
|
|
*#
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Sample Extension</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Sample Extension</h1>
|
|
|
|
|
|
|
|
<p>If an extension needs its own page, then this is such an example.
|
|
|
|
However, mostly, extensions only need to inject their own scripts
|
|
|
|
and styles into the /project page.
|
|
|
|
</p>
|
|
|
|
|
2010-06-16 02:09:12 +02:00
|
|
|
<p>Here is someString: $someString, and someInt: $someInt</p>
|
2010-06-16 01:33:15 +02:00
|
|
|
|
2010-06-16 01:21:08 +02:00
|
|
|
<p>Here is a sample list using a veloci-macro:</p>
|
|
|
|
|
|
|
|
#set( $greatlakes = ["Superior","Michigan","Huron","Erie","Ontario"] )
|
|
|
|
#makeAList( $greatlakes )
|
|
|
|
</body>
|
|
|
|
</html>
|