{assign var=$page_title value="Add a Link"} {include filename="global-header.tpl"}
| {* Display information when confirming links through e-mail *} {if $status == 'unconfirmed'} Thank you for submitting your link. An e-mail message has been sent to {$link.email|htmlspecialchars} with instructions on how you can now confirm and activate your link. Your link will not become active until you follow the instructions provided in that e-mail message. {* Display information when requiring link approval *} {elseif $status == 'pending'} Thank you for submitting your link. To verify the validity of new links, they must be reviewed by an administrator. Once your link has been reviewed you will receive a confirmation e-mail message with further information. {* Display standard confirmation *} {else} Thank you for submitting your link. Your link is now active and will appear in our link directory shortly. {/if} | |
| Name | {$link.name|htmlspecialchars} |
| E-mail Address | {$link.email|htmlspecialchars} |
| Site URL | {$link.site_url|htmlspecialchars} |
| Recip URL | {$link.recip_url|htmlspecialchars} |
| Title | {$link.title|htmlspecialchars} |
| Description | {$link.description|htmlspecialchars} |
| Keywords | {$link.keywords|htmlspecialchars} |
| Category | {foreach var=part from=$category.path_parts}{$part.name|htmlspecialchars}{if $part.path != $category.path}/{/if}{/foreach} |
| Password | {$link.password|htmlspecialchars} |
{if $field.value}
{else}
{/if}
{$field.label|htmlspecialchars}
|
|
| {$field.label|htmlspecialchars} | {$field.value|htmlspecialchars} |