Difference between revisions of "NATS4 Templates"
From TMM Wiki
Jump to navigationJump to searchm |
(No difference)
|
Revision as of 17:45, 28 November 2008
Our clients frequently edit the following templates. Internal templates can be accessed after logging in and are usually prefaced with admin_ or affiliate_. External templates are the pages that can be accessed without logging in and start with external_. We recommend not changing any templates prefaced by admin_ as we update these frequently with new additions to the system.
- external_access -- Produces the login boxes after a failed login
- external_contact -- Create you own contact page
- external_footer -- Lower portion of the external pages
- external_header -- Upper portion of the external pages; contains the links and the login boxes.
- external_index -- Page displayed as the index of the NATS system; the external home page.
- mail_owner_* -- Email notifications sent to the program owner
- mail_affiliate -- Email notifications sent to affiliates
- affiliate_index -- Page displayed as the index of the internal NATS system; the internal home page.
- affiliate_* -- Affiliate pages
- external_password -- Page produced when the forgot password link is clicked.
- external_password_sent -- Page stating that the password has been sent to the provided email address
- external_programs -- External page for listing programs.
- external_signup -- Produces the reseller signup form
- external_signup_payvia -- Produces the advanced reseller signup form
- external_signup_done -- Page displayed after a reseller account has been created
- external_sites -- External page for listing sites.
In the Templates Admin choose No Header and No Footer from the drop-down boxes to never use a header or footer for the current template.
To hide the header and footer for one time only, append the following argument to the template URL: &hide_headers=1. For example:
<a href="external.php?page=custompage&nats={$smarty.request.nats}&hide_headers=1">Custom Page</a>