HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //usr/local/lib/php/RVSeagullMod/modules/newsletter/templates/admin_newletterAddressBook.html
<script type="text/javascript">
function copyEmailAddresses(value)
{ 
     window.opener.document.NewsletterMgr.frmEmail.value += value += ';';        
}
</script>
<div id="content">
    <div id="content-header">
        <h2>{translate(pageTitle)}</h2>
        <div class="message">{msgGet()}</div>
    </div>
		<form name="frmAdressbook" id="frmAdressbook" method="post" flexy:ignore>
        <fieldset class="noBorder">
		<h3>{translate(#Address Book#)}</h3>
        <input type="hidden" name="action" value="delete" />
            <table class="full">
                <thead>
			        <tr class="infos">
						<td>{translate(#address book blurb#)}</td>
					</tr>
                </thead>
                <tfoot>
		        <tr class="infos">
					<td><input type="button" value="{translate(#Done#)}" onclick="self.window.close();" /></td>
				</tr>
                </tfoot>
                <tbody>
                    <tr class="{switchRowClass()}" flexy:foreach="groupList,key,value">
                        <td><a href="javascript:copyEmailAddresses('{value}')">{key}</a></td>
                    </tr>
                </tbody>
            </table>
        </fieldset>
    </form>
    <div class="spacer"></div>
</div>
</div>