0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-webmail.tpl
{* $Id: tiki-webmail.tpl 17963 2009-04-13 20:53:18Z pkdille $ *} {title help=Webmail admpage=webmail}{tr}Webmail{/tr}{/title} {* include file=tiki-mytiki_bar.tpl *} <br /><br /> <table width="100%" border=0> <tr> <td> <a href="tiki-webmail.php?locSection=mailbox" title="{tr}Mailbox{/tr}"><img src="img/webmail/mailbox.gif" alt="{tr}Mailbox{/tr}" /></a> <br /> <a class="link" href="tiki-webmail.php?locSection=mailbox" title="{tr}Mailbox{/tr}">{tr}Mailbox{/tr}</a> </td> <td> <a href="tiki-webmail.php?locSection=compose" title="{tr}Compose{/tr}"><img src="img/webmail/compose.gif" alt="{tr}Compose{/tr}" /></a> <br /> <a class="link" href="tiki-webmail.php?locSection=compose" title="{tr}Compose{/tr}">{tr}Compose{/tr}</a> </td> <td> <a href="tiki-webmail.php?locSection=contacts" title="{tr}Contacts{/tr}"><img src="img/webmail/contact.gif" alt="{tr}Contacts{/tr}" /></a> <br /> <a class="link" href="tiki-webmail.php?locSection=contacts" title="{tr}Contacts{/tr}">{tr}Contacts{/tr}</a> </td> <td width="50%"> </td> <td> <a href="tiki-webmail.php?locSection=settings" title="{tr}Settings{/tr}"><img src="img/webmail/settings.gif" alt="{tr}Settings{/tr}" /></a> <br /> <a class="link" href="tiki-webmail.php?locSection=settings" title="{tr}Settings{/tr}">{tr}Settings{/tr}</a> </td> </tr> </table> <hr/> {if $locSection eq 'settings'} {if $tiki_p_admin_personal_webmail eq 'y' or $tiki_p_admin_group_webmail eq 'y'} {if $conmsg ne ""} <div class="simplebox error">{tr}There was an error connecting to your e-mail account.{/tr} {$conmsg}</div> {/if} <h2>{if $accountId eq ''}{tr}Add a new{/tr}{else}{tr}Edit this{/tr}{/if} {tr} mail account{/tr}</h2> {if $tiki_p_admin_personal_webmail eq 'y' or $tiki_p_admin_group_webmail eq 'y'} <form action="tiki-webmail.php" method="post"> <input type="hidden" name="accountId" value="{$accountId|escape}" /> <input type="hidden" name="locSection" value="settings" /> <table class="normal"> <tr> <td class="formcolor">{tr}Account name{/tr}</td> <td colspan="3" class="formcolor"> <input type="text" name="account" value="{$info.account|escape}" /> </td> </tr> <tr> <td class="formcolor">{tr}POP server{/tr}</td> <td class="formcolor"> <input type="text" name="pop" value="{$info.pop|escape}" /> </td> <td class="formcolor">{tr}Port{/tr}</td> <td class="formcolor"> <input type="text" name="port" size="7" value="{$info.port}" /> </td> </tr> <tr> <td class="formcolor">{tr}SMTP server{/tr}</td> <td class="formcolor"> <input type="text" name="smtp" value="{$info.smtp|escape}" /> </td> <td class="formcolor">{tr}Port{/tr}</td> <td class="formcolor"> <input type="text" name="smtpPort" size="7" value="{$info.smtpPort}" /> </td> </tr> <tr> <td class="formcolor">{tr}SMTP requires authentication{/tr}</td> <td colspan="3" class="formcolor"> {tr}Yes{/tr}<input type="radio" name="useAuth" value="y" {if $info.useAuth eq 'y'}checked="checked"{/if} /> {tr}No{/tr}<input type="radio" name="useAuth" value="n" {if $info.useAuth eq 'n'}checked="checked"{/if} /> </td> </tr> <tr> <td class="formcolor">{tr}Username{/tr}</td> <td colspan="3" class="formcolor"> <input type="text" name="username" value="{$info.username|escape}" /> </td> </tr> <tr> <td class="formcolor">{tr}Password{/tr}</td> <td colspan="3" class="formcolor"> <input type="password" name="pass" value="{$info.pass|escape}" /> </td> </tr> <tr> <td class="formcolor">{tr}Messages per page{/tr}</td> <td colspan="3" class="formcolor"> <input type="text" name="msgs" size="4" value="{$info.msgs|escape}" /> </td> </tr> {if ($tiki_p_admin_group_webmail eq 'y' and $tiki_p_admin_personal_webmail eq 'y') or $tiki_p_admin eq 'y'} <tr> <td class="formcolor">{tr}Group (shared mail inbox) or private{/tr}</td> <td colspan="3" class="formcolor"> {tr}Group{/tr}<input type="radio" name="flagsPublic" value="y" {if $info.flagsPublic eq 'y'}checked="checked"{/if} /> {tr}Private{/tr}<input type="radio" name="flagsPublic" value="n" {if $info.flagsPublic eq 'n'}checked="checked"{/if} /> </td> </tr> {else} <tr> <td></td> <td> <input type="hidden" name="flagsPublic" {if $tiki_p_admin_group_webmail eq 'y'}value="y"{else} value="n"{/if}> {if $tiki_p_admin_group_webmail eq 'y'} {tr}This will be a group mail account.{/tr}{else}{tr}This will be a personal mail account.{/tr} {/if} </td> </tr> {/if} <tr> <td class="formcolor">{tr}Auto-refresh page time{/tr}</td> <td colspan="3" class="formcolor"> <input type="text" name="autoRefresh" size="4" value="{$info.autoRefresh|escape}" /> seconds (0 = no auto refresh) </td> </tr> <tr> <td class="formcolor"> </td> <td colspan="3" class="formcolor"> <input type="submit" name="new_acc" value="{if $accountId eq ''}{tr}Add{/tr}{else}{tr}Update{/tr}{/if}" /> <input type="submit" name="cancel_acc" value="{tr}Clear{/tr}" /> </td> </tr> </table> </form> {/if} {else} {tr}You do not have the correct permissions to Add or Edit a webmail account. <BR />Please contact your administrator and ask for "admin_personal_webmail" or "admin_group_webmail" permission.{/tr} {/if} {if count($accounts) != 0} <h2>{tr}Personal e-mail accounts{/tr}</h2> <table class="normal"> <tr> <th>{tr}Active{/tr}</th> <th>{tr}Account{/tr}</th> <th>{tr}Active{/tr}</th> <th>{tr}POP server{/tr}</th> <th>{tr}Username{/tr}</th> <th>{tr}Action{/tr}</th> </tr> {cycle values="odd,even" print=false} {section name=ix loop=$accounts} <tr> <td class="{cycle advance=false}"> {if $accounts[ix].current ne 'y'} <a href="tiki-webmail.php?locSection=settings&current={$accounts[ix].accountId}" title="{tr}Activate{/tr}">{icon _id='star_grey' alt="{tr}Click to activate{/tr}"}</a> {else} {icon _id='star' alt="{tr}This is the active account.{/tr}"} {/if} </td> <td class="{cycle advance=false}"> <a href="tiki-webmail.php?locSection=settings&current={$accounts[ix].accountId}" class="{if $accounts[ix].current eq 'y'}tablename{else}link{/if}" title="{if $accounts[ix].current ne 'y'}{tr}Activate{/tr}{/if}">{$accounts[ix].account}</a> </td> <td class="{cycle advance=false}"> {if $accounts[ix].current eq 'y'}{tr}Yes{/tr}{else}{tr}No{/tr}{/if} </td> <td class="{cycle advance=false}"> {$accounts[ix].pop} ({$accounts[ix].port}) </td> <td class="{cycle advance=false}"> {$accounts[ix].username} </td> <td class="{cycle}"> <a href="tiki-webmail.php?locSection=settings&remove={$accounts[ix].accountId}" class="link" title="{tr}Delete{/tr}">{icon _id='cross' alt='{tr}Delete{/tr}'}</a> <a href="tiki-webmail.php?locSection=settings&accountId={$accounts[ix].accountId}" class="tablename" title="{tr}Edit{/tr}">{icon _id='page_edit'}</a> {if $accounts[ix].current ne 'y'} <a href="tiki-webmail.php?locSection=settings&current={$accounts[ix].accountId}" title="{tr}Activate{/tr}">{icon _id='accept' alt="{tr}Click to activate{/tr}"}</a> {/if} </td> </tr> {sectionelse} <tr> <td colspan="5" class="odd">{tr}No records found.{/tr}</td> </tr> {/section} </table> {/if} {if $tiki_p_use_group_webmail eq 'y'} {if count($pubAccounts) != 0} <h2>{tr}Group e-mail accounts{/tr}</h2> <table class="normal"> <tr> <th>{tr}Active{/tr}</th> <th>{tr}Account{/tr}</th> <th>{tr}Active{/tr}</th> <th>{tr}POP server{/tr}</th> <th>{tr}Username{/tr}</th> <th>{tr}Action{/tr}</th> </tr> {cycle values="odd,even" print=false} {section name=ixp loop=$pubAccounts} <tr> <td class="{cycle advance=false}"> {if $pubAccounts[ixp].current ne 'y'} <a href="tiki-webmail.php?locSection=settings&current={$pubAccounts[ixp].accountId}" title="{tr}Click to activate{/tr}">{icon _id='star_grey' alt="{tr}Click to activate{/tr}"}</a> {else} {icon _id='star' alt="{tr}This is the active account.{/tr}"} {/if} </td> <td class="{cycle advance=false}"> <a href="tiki-webmail.php?locSection=settings&current={$pubAccounts[ixp].accountId}" class="{if $pubAccounts[ixp].current eq 'y'}tablename{else}link{/if}" title="{if $pubAccounts[ixp].current ne 'y'}{tr}Activate{/tr}{/if}">{$pubAccounts[ixp].account}</a> </td> <td class="{cycle advance=false}">{if $pubAccounts[ixp].current eq 'y'}{tr}Yes{/tr}{else}{tr}No{/tr}{/if}</td> <td class="{cycle advance=false}">{$pubAccounts[ixp].pop} ({$pubAccounts[ixp].port})</td> <td class="{cycle advance=false}">{$pubAccounts[ixp].username}</td> <td class="{cycle}"> <a href="tiki-webmail.php?locSection=settings&remove={$pubAccounts[ixp].accountId}" class="link" title="{tr}Delete{/tr}">{icon _id='cross' alt='{tr}Delete{/tr}'}</a> {if $tiki_p_admin_group_webmail eq 'y'or $tiki_p_admin eq 'y'} <a href="tiki-webmail.php?locSection=settings&accountId={$pubAccounts[ixp].accountId}" class="tablename" title="{tr}Edit{/tr}">{icon _id='page_edit'}</a> {/if} {if $pubAccounts[ixp].current ne 'y'} <a href="tiki-webmail.php?locSection=settings&current={$pubAccounts[ixp].accountId}" title="{tr}Activate{/tr}">{icon _id='accept' alt="{tr}Click to activate{/tr}"}</a> {/if} </td> </tr> {sectionelse} <tr> <td colspan="5" class="odd">{tr}No records found.{/tr}</td> </tr> {/section} </table> {/if} {/if} {/if} {if $locSection eq 'mailbox'} {if $autoRefresh neq 0} <script type="text/JavaScript"> <!-- setTimeout("location.reload(true);",{$autoRefresh}*1000); // --> </script> {/if} <table width="100%"> <tr> <td> <a class="link" href="tiki-webmail.php?locSection=mailbox">{tr}Show All{/tr}</a> | <a class="link" href="tiki-webmail.php?locSection=mailbox&filter=unread">{tr}Show Unread{/tr}</a> | <a class="link" href="tiki-webmail.php?locSection=mailbox&filter=flagged">{tr}Show Flagged{/tr}</a> | {if $autoRefresh != 0}<a class="link" href="tiki-webmail.php?locSection=mailbox">{tr}Refresh now{/tr}</a> Auto refresh set for every {$autoRefresh} seconds.{else}<a class="link" href="tiki-webmail.php?locSection=mailbox">{tr}Refresh{/tr}</a>{/if} </td> <td align="right" style="text-align:right"> {if $flagsPublic eq 'y'} {tr}Group messages{/tr} {else} {tr}Messages{/tr} {/if} {$showstart} to {$showend} {tr}of{/tr} {$total} {if $first} | <a class="link" href="tiki-webmail.php?locSection=mailbox&start={$first}{if $filter}&filter={$filter}{/if}">{tr}First{/tr}</a> {/if} {if $prevstart} | <a class="link" href="tiki-webmail.php?locSection=mailbox&start={$prevstart}{if $filter}&filter={$filter}{/if}">{tr}Prev{/tr}</a> {/if} {if $nextstart} | <a class="link" href="tiki-webmail.php?locSection=mailbox&start={$nextstart}{if $filter}&filter={$filter}{/if}">{tr}Next{/tr}</a> {/if} {if $last} | <a class="link" href="tiki-webmail.php?locSection=mailbox&start={$last}{if $filter}&filter={$filter}{/if}">{tr}Last{/tr}</a> {/if} </td> </tr> </table> <br /> <form action="tiki-webmail.php" method="post" name="mailb"> <input type="hidden" name="quickFlag" value="" /> <input type="hidden" name="quickFlagMsg" value="" /> <input type="hidden" name="locSection" value="mailbox" /> <input type="submit" name="delete" value="{tr}Delete{/tr}" /> <input type="hidden" name="start" value="{$start|escape}" /> <select name="action"> <option value="flag">{tr}Mark as flagged{/tr}</option> <option value="unflag">{tr}Mark as unflagged{/tr}</option> <option value="read">{tr}Mark as read{/tr}</option> <option value="unread">{tr}Mark as unread{/tr}</option> </select> <input type="submit" name="operate" value="{tr}Mark{/tr}" /> <br /> <br /> <table class="normal"> <tr> <th> </th> <th> </th> <th>{tr}Sender{/tr}</th> <th>{tr}Subject{/tr}</th> <th>{tr}Date{/tr}</th> <th>{tr}Size{/tr}</th> </tr> {section name=ix loop=$list} {if $list[ix].isRead eq 'y'} {assign var=class value="#CCCCCC"} {else} {assign var=class value="#FFFFFF"} {/if} <tr> <td style="background:{$class};"> <input type="checkbox" name="msg[{$list[ix].msgid}]" /> <input type="hidden" name="realmsg[{$list[ix].msgid}]" value="{$list[ix].realmsgid|escape}" /> </td> <td style="background:{$class};"> {if $list[ix].isFlagged eq 'y'} <a href="javascript: submit_form('{$list[ix].realmsgid|escape}','n')"><img src="img/webmail/flagged.gif" alt='{tr}Flagged{/tr}'></a> {else} {if $prefs.webmail_quick_flags eq 'y'} <a href="javascript: submit_form('{$list[ix].realmsgid|escape}','y')"><img src="img/webmail/unflagged.gif" alt='{tr}unFlagged{/tr}'></a> {/if} {/if} {if $list[ix].isReplied eq 'y'} <img src="img/webmail/replied.gif" alt='{tr}Replied{/tr}'/> {/if} </td> <td style="background:{$class};">{$list[ix].sender.name}</td> <td style="background:{$class};"> <a class="link" href="tiki-webmail.php?locSection=read&msgid={$list[ix].msgid}">{$list[ix].subject}</a> {if $list[ix].has_attachment}<img src="img/webmail/clip.gif" alt='{tr}Clip{/tr}'/>{/if} </td> <td style="background:{$class};">{$list[ix].timestamp|tiki_short_datetime}</td> <td align="right" style="background:{$class};">{$list[ix].size|kbsize}</td> </tr> {/section} </table> </form> {/if} {if $locSection eq 'read'} {if $prev}<a class="link" href="tiki-webmail.php?locSection=read&msgid={$prev}">{tr}Prev{/tr}</a> |{/if} {if $next}<a class="link" href="tiki-webmail.php?locSection=read&msgid={$next}">{tr}Next{/tr}</a> |{/if} <a class="link" href="tiki-webmail.php?locSection=mailbox">{tr}Back To Mailbox{/tr}</a> | {if $fullheaders eq 'n'} <a class="link" href="tiki-webmail.php?locSection=read&msgid={$msgid}&fullheaders=1">{tr}Full Headers{/tr}</a> {else} <a class="link" href="tiki-webmail.php?locSection=read&msgid={$msgid}">{tr}Normal Headers{/tr}</a> {/if} <table> <tr> <td> <form method="post" action="tiki-webmail.php"> <input type="submit" name="delete_one" value="{tr}Delete{/tr}" /> {if $next} <input type="hidden" name="locSection" value="read" /> <input type="hidden" name="msgid" value="{$next|escape}" /> {else} <input type="hidden" name="locSection" value="mailbox" /> {/if} <input type="hidden" name="msgdel" value="{$msgid|escape}" /> </form> </td> <td> <form method="post" action="tiki-webmail.php"> <input type="hidden" name="locSection" value="compose" /> <input type="submit" name="reply" value="{tr}Reply{/tr}" /> <input type="hidden" name="realmsgid" value="{$realmsgid|escape}" /> <input type="hidden" name="to" value="{$headers.replyto|escape}" /> <input type="hidden" name="subject" value="Re:{$headers.subject}" /> <input type="hidden" name="body" value="{$allbodies|escape}" /> </form> </td> <td> <form method="post" action="tiki-webmail.php"> <input type="hidden" name="locSection" value="compose" /> <input type="submit" name="replyall" value="{tr}Reply To All{/tr}" /> <input type="hidden" name="to" value="{$headers.replyto|escape}" /> <input type="hidden" name="realmsgid" value="{$realmsgid|escape}" /> <input type="hidden" name="cc" value="{$headers.replycc|escape}" /> <input type="hidden" name="subject" value="Re:{$headers.subject}" /> <input type="hidden" name="body" value="{$allbodies|escape}" /> </form> </td> <td> <form method="post" action="tiki-webmail.php"> <input type="submit" name="reply" value="{tr}Forward{/tr}" /> <input type="hidden" name="locSection" value="compose" /> <input type="hidden" name="to" value="" /> <input type="hidden" name="cc" value="" /> <input type="hidden" name="subject" value="Fw:{$headers.subject}" /> <input type="hidden" name="body" value="{$allbodies|escape}" /> </form> </td> </tr> </table> <table> {if $fullheaders eq 'n'} <tr class="formcolor"> <td>{tr}From{/tr}</td> <td>{$headers.from|escape}</td> </tr> <tr class="formcolor"> <td>{tr}To{/tr}</td> <td>{$headers.to|escape}</td> </tr> {if $headers.cc} <tr class="formcolor"> <td>{tr}Cc{/tr}</td> <td>{$headers.cc|escape}</td> </tr> {/if} <tr class="formcolor"> <td>{tr}Subject{/tr}</td> <td>{$headers.subject|escape}</td> </tr> <tr class="formcolor"> <td>{tr}Date{/tr}</td> <td>{$headers.timestamp|tiki_short_datetime}</td> </tr> {/if} {if $fullheaders eq 'y'} {foreach key=key item=item from=$headers} <tr class="formcolor"> <td>{$key}</td> <td> {section name=ix loop=$item} {$item[ix]} <br /> {sectionelse} {$item} {/section} </td> </tr> {/foreach} {/if} </table> <br /> {section name=ix loop=$bodies} {$bodies[ix]|nl2br} <hr /> {/section} {section name=ix loop=$attachs} <div class="simplebox"> <a class="link" href="tiki-webmail_download_attachment.php?locSection=read&msgid={$msgid}&getpart={$attachs[ix].part}">{$attachs[ix].name|iconify}{$attachs[ix].name}</a> </div> {/section} {/if} {if $locSection eq 'contacts'} <h2>{tr}Create/edit contacts{/tr}</h2> <form action="tiki-webmail.php" method="post"> <input type="hidden" name="locSection" value="contacts" /> <input type="hidden" name="contactId" value="{$contactId|escape}" /> <table class="normal"> <tr class="formcolor"> <td>{tr}First Name{/tr}:</td> <td> <input type="text" maxlength="80" size="20" name="firstName" value="{$info.firstName|escape}" /> </td> </tr> <tr class="formcolor"> <td>{tr}Last Name{/tr}:</td> <td> <input type="text" maxlength="80" size="20" name="lastName" value="{$info.lastName|escape}" /> </td> </tr> <tr class="formcolor"> <td>{tr}Email{/tr}:</td> <td> <input type="text" maxlength="80" size="20" name="email" value="{$info.email|escape}" /> </td> </tr> <tr class="formcolor"> <td>{tr}Nickname{/tr}:</td> <td> <input type="text" maxlength="80" size="20" name="nickname" value="{$info.nickname|escape}" /> </td> </tr> <tr class="formcolor"> <td colspan="2"> <input type="submit" name="save" value="{tr}Save{/tr}" /> </td> </tr> </table> </form> <h2>{tr}Contacts{/tr}</h2> {include file='find.tpl'} {initials_filter_links} <table class="normal"> <tr> <th> <a href="tiki-webmail.php?locSection=contacts&offset={$offset}&sort_mode={if $sort_mode eq 'firstName_desc'}firstName_asc{else}firstName_desc{/if}">{tr}First Name{/tr}</a> </th> <th> <a href="tiki-webmail.php?locSection=contacts&offset={$offset}&sort_mode={if $sort_mode eq 'lastName_desc'}lastName_asc{else}lastName_desc{/if}">{tr}Last Name{/tr}</a> </th> <th> <a href="tiki-webmail.php?locSection=contacts&offset={$offset}&sort_mode={if $sort_mode eq 'email_desc'}email_asc{else}email_desc{/if}">{tr}Email{/tr}</a> </th> <th> <a href="tiki-webmail.php?locSection=contacts&offset={$offset}&sort_mode={if $sort_mode eq 'nickname_desc'}nickname_asc{else}nickname_desc{/if}">{tr}Nickname{/tr}</a> </th> </tr> {cycle values="odd,even" print=false} {section name=user loop=$channels} <tr> <td class="{cycle advance=false}">{$channels[user].firstName}</td> <td class="{cycle advance=false}">{$channels[user].lastName}</td> <td class="{cycle advance=false}"> <a class="link" href="tiki-webmail.php?locSection=contacts&offset={$offset}&sort_mode={$sort_mode}&find={$find}&contactId={$channels[user].contactId}">{$channels[user].email|escape}</a> [ <a class="link" href="tiki-webmail.php?locSection=contacts&offset={$offset}&sort_mode={$sort_mode}&find={$find}&remove={$channels[user].contactId}" title="{tr}Delete{/tr}">{icon _id='cross' alt='{tr}Delete{/tr}'}</a> ] </td> <td class="{cycle advance=false}">{$channels[user].nickname}</td> </tr> {/section} </table> <div class="mini"> {if $prev_offset >= 0} [<a class="prevnext" href="tiki-webmail.php?locSection=contacts&find={$find}&offset={$prev_offset}&sort_mode={$sort_mode}">{tr}Prev{/tr}</a>] {/if} {tr}Page{/tr}: {$actual_page}/{$cant_pages} {if $next_offset >= 0} [<a class="prevnext" href="tiki-webmail.php?locSection=contacts&find={$find}&offset={$next_offset}&sort_mode={$sort_mode}">{tr}Next{/tr}</a>] {/if} {if $prefs.direct_pagination eq 'y'} <br /> {section loop=$cant_pages name=foo} {assign var=selector_offset value=$smarty.section.foo.index|times:$prefs.maxRecords} <a class="prevnext" href="tiki-webmail.php?locSection=contacts&find={$find}&offset={$selector_offset}&sort_mode={$sort_mode}">{$smarty.section.foo.index_next}</a> {/section} {/if} </div> {/if} {if $locSection eq 'compose'} {if $attaching eq 'n'} {if $sent eq 'n'} <form action="tiki-webmail.php" method="post"> <input type="hidden" name="locSection" value="compose" /> <input type="hidden" name="attach1" value="{$attach1|escape}" /> <input type="hidden" name="attach2" value="{$attach2|escape}" /> <input type="hidden" name="attach3" value="{$attach3|escape}" /> <input type="hidden" name="attach1file" value="{$attach1file|escape}" /> <input type="hidden" name="attach2file" value="{$attach2file|escape}" /> <input type="hidden" name="attach3file" value="{$attach3file|escape}" /> <input type="hidden" name="attach1type" value="{$attach1type|escape}" /> <input type="hidden" name="attach2type" value="{$attach2type|escape}" /> <input type="hidden" name="attach3type" value="{$attach3type|escape}" /> <input type="submit" name="send" value="{tr}Send{/tr}" /> <table > <tr class="formcolor"> <td> <a title="{tr}Select from address book{/tr}" class="link" href="#" onclick="javascript:window.open('tiki-webmail_contacts.php?element=to','','menubar=no,width=452,height=550');">{tr}To{/tr}</a>: </td> <td colspan="3"> <input size="69" type="text" id="to" name="to" value="{$to|escape}" /> </td> </tr> <tr class="formcolor"> <td>{tr}CC{/tr}</td> <td> <input id="cc" type="text" name="cc" value="{$cc|escape}" /></td> <td>{tr}BCC{/tr}</td> <td> <input type="text" name="bcc" value="{$bcc}" id="bcc" /> </td> </tr> <tr class="formcolor"> <td>{tr}Subject{/tr}</td> <td colspan="3"> <input size="69" type="text" name="subject" value="{$subject|escape}" /> </td> </tr> <tr class="formcolor"> <td>{tr}Attachments{/tr}</td> <td colspan="3"> {if $attach1} ({$attach1}) {/if} {if $attach2} ({$attach2}) {/if} {if $attach3} ({$attach3}) {/if} <input type="submit" name="attach" value="{tr}Add{/tr}" /> </td> </tr> <tr> <tr class="formcolor"> <td> </td> <td colspan="3"> <textarea name="body" cols="60" rows="30">{$body}</textarea> </td> </tr> <tr class="formcolor"> <td>{tr}Use HTML mail{/tr}</td> <td colspan="3"> <input type="checkbox" name="useHTML" /> </td> </tr> </table> </form> {else} {$msg} <br /><br /> {if $notcon eq 'y'} {tr}The following addresses are not in your address book{/tr} <br /><br /> <form action="tiki-webmail.php" method="post"> <table class="normal"> <tr> <th> </th> <th>{tr}Email{/tr}</th> <th>{tr}First Name{/tr}</th> <th>{tr}Last Name{/tr}</th> <th>{tr}Nickname{/tr}</th> </tr> {section name=ix loop=$not_contacts} <tr> <td> <input type="checkbox" name="add[{$smarty.section.ix.index}]" /> <input type="hidden" name="addemail[{$smarty.section.ix.index}]" value="{$not_contacts[ix]|escape}" /> </td> <td>{$not_contacts[ix]}</td> <td> <input type="text" name="addFirstName[{$smarty.section.ix.index}]" /> </td> <td> <input type="text" name="addLastName[{$smarty.section.ix.index}]" /> </td> <td> <input type="text" name="addNickname[{$smarty.section.ix.index}]" /> </td> </tr> {/section} <tr> <td> </td> <td> <input type="submit" name="add_contacts" value="{tr}Add Contacts{/tr}" /> </td> </tr> </table> </form> {/if} {/if} {else} <form enctype="multipart/form-data" action="tiki-webmail.php" method="post"> <input type="hidden" name="locSection" value="compose" /> <input type="hidden" name="to" value="{$to|escape}" /> <input type="hidden" name="cc" value="{$cc|escape}" /> <input type="hidden" name="bcc" value="{$bcc|escape}" /> <input type="hidden" name="subject" value="{$subject|escape}" /> <input type="hidden" name="body" value="{$body|escape}" /> <input type="hidden" name="attach1" value="{$attach1|escape}" /> <input type="hidden" name="attach2" value="{$attach2|escape}" /> <input type="hidden" name="attach3" value="{$attach3|escape}" /> <input type="hidden" name="attach1file" value="{$attach1file|escape}" /> <input type="hidden" name="attach2file" value="{$attach2file|escape}" /> <input type="hidden" name="attach3file" value="{$attach3file|escape}" /> <input type="hidden" name="attach1type" value="{$attach1type|escape}" /> <input type="hidden" name="attach2type" value="{$attach2type|escape}" /> <input type="hidden" name="attach3type" value="{$attach3type|escape}" /> <table class="normal"> {if $attach1} <tr class="formcolor"> <td>{tr}Attachment 1{/tr}</td> <td>{$attach1} <input type="submit" name="remove_attach1" value="{tr}Remove{/tr}" /></td> </tr> {else} <tr class="formcolor"> <td>{tr}Attachment 1{/tr}</td> <td> <input type="hidden" name="MAX_FILE_SIZE" value="1500000" /> <input name="userfile1" type="file" /> </td> </tr> {/if} {if $attach2} <tr class="formcolor"> <td>{tr}Attachment 2{/tr}</td> <td> {$attach2} <input type="submit" name="remove_attach2" value="{tr}Remove{/tr}" /> </td> </tr> {else} <tr class="formcolor"> <td> {tr}Attachment 2{/tr} </td> <td> <input type="hidden" name="MAX_FILE_SIZE" value="1500000" /><input name="userfile2" type="file" /> </td> </tr> {/if} {if $attach3} <tr class="formcolor"> <td>{tr}Attachment 3{/tr}</td> <td> {$attach3} <input type="submit" name="remove_attach3" value="{tr}Remove{/tr}" /> </td> </tr> {else} <tr class="formcolor"> <td>{tr}Attachment 3{/tr}</td> <td> <input type="hidden" name="MAX_FILE_SIZE" value="1500000" /><input name="userfile3" type="file" /> </td> </tr> {/if} <tr class="formcolor"> <td> </td> <td> <input type="submit" name="attached" value="{tr}Done{/tr}" /> </td> </tr> </table> </form> {/if} {/if}