Last change
on this file since 70524 was
3225,
checked in by cedric.morin@…, 15 years ago
|
passage en plugin de _contribs_\_email_\_mailinglists_\_mailman_\mailman_popup
a finir de tester avec un mailman sous la main
|
File size:
830 bytes
|
Line | |
---|
1 | <html> |
---|
2 | <head> |
---|
3 | <title>Popup listes</title> |
---|
4 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
---|
5 | </head> |
---|
6 | |
---|
7 | <body bgcolor="#FFFFFF" text="#000000"> |
---|
8 | |
---|
9 | <ul> |
---|
10 | |
---|
11 | <li> |
---|
12 | <a |
---|
13 | href="/popup/liste.php?liste=test&lang=en" |
---|
14 | target="liste" |
---|
15 | onClick="javascript:window.open(this.href,'Inscription','resizable=yes,width=280,height=200'); |
---|
16 | return false;" |
---|
17 | >Subscribe to 'test'</a> |
---|
18 | </li> |
---|
19 | |
---|
20 | <li> |
---|
21 | <a |
---|
22 | href="/popup/liste.php?liste=test&lang=fr" |
---|
23 | target="liste" |
---|
24 | onClick="javascript:window.open(this.href,'Inscription','resizable=yes,width=280,height=200'); |
---|
25 | return false;" |
---|
26 | >Inscription à la liste 'test'</a> |
---|
27 | </li> |
---|
28 | |
---|
29 | <li> |
---|
30 | <a |
---|
31 | href="/popup/liste.php?liste=test&lang=fa" |
---|
32 | target="liste" |
---|
33 | onClick="javascript:window.open(this.href,'Inscription','resizable=yes,width=280,height=200'); |
---|
34 | return false;" |
---|
35 | >Subscribe in farsi</a> |
---|
36 | </li> |
---|
37 | |
---|
38 | </body> |
---|
39 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.