Contest Template Code Editor
The Contest Template code editor allows you to customise your contest site using HTML code.
All the standard contest pages are included in the HTML site hierarchy
To get to the contest template code editor select the active template “CODE” button from the My Saved Templates tab (see how to put a template in the My Saved Templates tab here)
You will then be presented with the sire theme directories with all the standard HTML pages, javascript, images and CSS files.
From the HTML editor you can then edit the HTML directly. It is important to note that once you start editing the HTML directly that the site configurator may not operate completely as expected so caution should be exercised and you should only consider making changes to the HTML code if you are an experienced HTML coder.
The html files within the theme are represented as follows:
Legend
Location
File
Description
Contest->Single
already_uploaded.view.html
Entry page:- This page is displayed the maximum number of entries has been uploaded.
Contest->Single
already_uploaded.view.html
Entry page:- This page is displayed the maximum number of entries has been uploaded.
Contest->Single
entry.view.html
Entry page:- This page is displayed when an entry is selected from a gallery.
Contest->Single
gallery.view.html
Gallery page:- This is the gallery page.
Contest->Single
summary.view.html
Home page:- This is the home page body which is default page displayed when the contest URL is selected
Contest->Single
upload.view.html
Submit page:- This page is used to submit entries
Contest->Winner
standard.view.html
Winners page:- This page is displayed when the “display winners” option is turned on
Contest
entries_categories_frame.view.html
Entries with category list:- This displays the entries when there are contest categories. It is called from the Gallery Page.
Contest
entries_frame.view.html
Entries without category list:- This displays the entries when there are no contest categories. It is called from the Gallery Page.
User->Account
account.view.html
Account Page:- This is the parent account page
User->Account
overview.view.html
Profile sub-page:- This is the profile details and also includes the profile widget.
User->Profile
profile.view.html
User
forgotten_password.view.html
forgotten password link page:- link to forgotten password page.
User l
ogin.view.html
login page:- the login page for contests that have restrictions (upload, enter site, etc)
User
register.view.html
Register page:- Registration page to allow users to register to the contest. This is for contests that have restrictions (upload, enter site, etc)
<Root>
index.view.html
Header and Footer:- This contains the HTML for the main page header and footer.
<Root>
style.css
Style Sheet:- This is the style sheet of the contest. This also is used for static pages.
The “Upload” button also allows for custom js code and also images to be uploaded. The scope of these uploaded files is only from within the theme html pages.