Templates: Juneindex
Juneindex uses a simple template system with XML-style tags. The majority of your template should look like a complete HTML page, with these tags mixed in. All of the tags follow the same basic format: <juneindex:tagname attribute="value" /> It is important that your tags are…
			Learn more »
Tag Reference
| alternate | Inserts its value every other time it is called. Useful for alternating… | 
| audio | Attributes alternate: text to display if flash isn’t… | 
| counter | Inserts a number that increments by one each time it’s called. Useful for… | 
| credit | Inserts the Junecode credit line that is required for free… | 
| crumbs | Inserts a list of “crumbs” showing where the current page is in relation to… | 
| description | Attributes paragraphs: true or false, whether or not to add paragraph and… | 
| download | Attributes title: optional, a file title to display size: optional,… | 
| enclosure | Attributes none. Example Changes This tag was added in Juneindex 3.2. | 
| filedate | Inserts the date of the file. It must appear inside of a… | 
| filedescription | Inserts the description of the file. It must appear inside of a… | 
| fileimage | Inserts a thumbnail if the file is an image. It must appear inside of a… | 
| filelink | Inserts a link to the file. It must appear inside of a… | 
| filename | Inserts the name of the file. It must appear inside of a… | 
| filenew | Inserts its value if the file is considered new. It must appear inside of a… | 
| files | Inserts a list of files that are in the current directory. This tag should… | 
| filesize | Inserts the size of the… | 
| fileurl | Inserts the complete path to the… | 
| folder | Inserts the name of the current folder being viewed. Attributes case:… | 
| folderurl | Attributes none. Example Changes This tag was added in Juneindex 3.2. | 
| footer | Inserts an HTML paragraph tag, followed by the crumbs tag, then a line break,… | 
| gallery | Inserts its contents if there are any files in the current directory that are… | 
| header | Inserts its contents if a HEADER file is found in the current folder. Use the… | 
| headertext | Inserts the text of the HEADER file if one is found in the current folder…. | 
| htmlentities | Attributes none. Example Changes This tag was added in Juneindex 3.2. | 
| if | Inserts its contents if its value satisfies the… | 
| interval | Inserts its contents each time a counter reaches the number specified. For… | 
| list | Inserts its contents if there are any files in the current directory that are… | 
| nofiles | Inserts everything inside of it if the current directory does not have any… | 
| onload (deprecated) | Inserts JavaScript that should run after the page loads. If necessary you can… | 
| readme | Inserts its contents if a README file is found in the current folder. Use the… | 
| readmetext | Inserts the text of the README file if one is found in the current folder…. | 
| server | Inserts the name of the server, for example… | 
| sortimage | Inserts an image to indicate the direction the files are currently sorted in…. | 
| sortlink | Inserts a link that can be used to change the sort order of the files. If the… |