[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS Update: cleannorth.org
- To: cvs@lists.cleannorth.org
- Subject: CVS Update: cleannorth.org
- From: Dan Brosemer <odin@cleannorth.org>
- Date: Sun, 13 Jul 2008 09:18:33 -0400 (EDT)
- List-help: <mailto:cvs-request@lists.cleannorth.org?subject=help>
- List-post: <mailto:cvs@lists.cleannorth.org>
- List-subscribe: <mailto:cvs-request@lists.cleannorth.org?subject=subscribe>
- List-unsubscribe: <mailto:cvs-request@lists.cleannorth.org?subject=unsubscribe>
- Resent-date: Sun, 13 Jul 2008 09:18:36 -0400 (EDT)
- Resent-from: cvs@lists.cleannorth.org
- Resent-message-id: <NsoUCB.A.gdD.CDgeIB@skroob.cleannorth.org>
- Resent-sender: cvs-request@lists.cleannorth.org
Log Message:
-----------
Add this too
Added Files:
-----------
cleannorth.org/templates/en/webmail:
emailpicker.tmpl
Revision Data
-------------
--- /dev/null
+++ templates/en/webmail/emailpicker.tmpl
@@ -0,0 +1,39 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <title>email Picker</title>
+ <!-- <DEFANGED_STYLE type="text/css" media="screen">@import "/gleipnir.css"; --> </DEFANGED_STYLE>
+ <DEFANGED_script language="javascript" type="text/javascript">
+function copyback(form, field, email)
+ {
+ opener.document.forms[form].elements[field].value = email;
+ opener.document.forms[form].elements[field].focus();
+ self.close();
+ }
+</script>
+
+</head>
+<body>
+
+<div id=content class=noheader>
+<DEFANGED_form name="pickerform">
+
+<span id="banana">
+ <table>
+ <tr>
+ <th>Name</th>
+ <th>Email</th>
+ </tr>
+ <tmpl_loop name=call>
+ <tr>
+ <td><tmpl_var name=full></td>
+ <td class="underline" DEFANGED_OnClick="copyback('<tmpl_var name=form escape=js>', '<tmpl_var name=field escape=js>', '<tmpl_var name=email escape=js>')"><tmpl_var name=email></td>
+ </tr>
+ </tmpl_loop>
+ </table>
+</span>
+</form>
+</div>
+</body>
+</html>
- Prev by Date: CVS Update: cleannorth.org
- Next by Date: CVS Update: cleannorth.org
- Previous by thread: CVS Update: cleannorth.org
- Next by thread: CVS Update: cleannorth.org
- Index(es):