1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4
5  <meta http-equiv="CONTENT-TYPE" content="text/html; charset={charset}" />
6  <title>{title}</title>
7
8  <script src="%7Binclude_link%7D"> </script>
9</head>
10  <body
11 onload="setUpVisual('{main_form_name}','nameselect','searchautocomplete');">
12 {V_addressbook_record}
13<table style="width: 750px;" cellpadding="0" border="1" cellspacing="0">
14     <thead> 	<tr>
15 	<td valign="top" align="center" bgcolor="#336699" width="30%">		 		<font
16 size="-1" face="Helvetica, Arial, sans-serif" color="#ffffff">			 			{lang_select_cats}
17		</font> 		<font color="#ffffff">		 			<br />
18 		</font>		 		</td>
19 		<td valign="top" align="center" bgcolor="#336699">
20    <div align="center">			 			      <font
21 face="Helvetica, Arial, sans-serif" size="-1" color="#ffffff">
22 Select users  			      </font>			 			      <font color="#ffffff">
23     <br />
24 				</font>		 			</div>
25 		<font color="#ffffff">			 		<br />
26 		</font>		 		</td>
27 		<td valign="top"
28 style="text-align: center; background-color: rgb(51,102,153);"
29 rowspan="1" colspan="3">
30    <div align="center"><font face="Helvetica, Arial, sans-serif"
31 size="-1" color="#ffffff"> 		Destination Options  	      </font>
32   <font color="#ffffff">			 	      <br />
33 	      </font>		 	      </div>
34 	      </td>
35 	      </tr>
36     <tr bgcolor="#cccccc">
37       <td colspan="5" valign="middle" width="600">&nbsp;</td>
38     </tr>
39     <tr>
40
41    <form action="{cats_action}" name="cats_form" method="post"></form>
42       <td rowspan="1" width="100" valign="top" align="center"
43 bgcolor="#cccccc">
44    <select name="cat_id" size="20" onchange="this.form.submit()">
45    <option value="-2">All (can be very slow)</option>
46    </select>
47       </td>
48
49    <form name="{main_form_name}" action="{main_form_action}"
50 method="post"
51 onsubmit="     											mover.sortSelect('toselectbox[]');
52										     mover.sortSelect('ccselectbox[]');
53 										    mover.sortSelect('bccselectbox[]');
54 										    mover.sortSelect('nameselect');
55     "></form>
56        <td colspan="1" width="100" valign="top" rowspan="1"
57 bgcolor="#cccccc">
58    <table width="100">
59       <tbody>
60 	<tr align="center">
61 		<td width="50">			 			<input type="text" name="searchbox"
62 value="{searchbox_value}">		 		</td>
63 		<td width="50">		 		<br />
64          </td>
65 	</tr>
66
67      </tbody>
68    </table>
69
70    <table width="20">
71 	<tbody>
72 	<tr>
73 		<td width="80%"> 			<input type="text" name="searchautocomplete"
74 value="{search_ac_value}" size="18"
75 onkeyup="javascript:obj1.bldUpdate();" />	 		</td>
76 		<td width="20%">
77          <select name="filter" onchange="this.form.submit()">
78          <option value="none" {global_is_selected=""> Global </option>
79          <option value="mine" {mine_is_selected=""> Mine </option>
80          <option value="user_only" {private_is_selected=""> Private </option>
81          </select>
82 		</td>
83 	</tr>
84
85      </tbody>
86    </table>
87       <br />
88
89    <select name="nameselect" size="15" multiple=""
90 onchange="      									if(this.form.viewmore.checked)
91      										{
92										if(mover.numberSelectedOptions('nameselect') == 1)
93											{
94												javascript:
95												mover.selectAll('ccselectbox[]');
96												mover.selectAll('toselectbox[]');
97												mover.selectAll('bccselectbox[]');
98												this.form.submit();
99											}
100										}">
101<!-- BEGIN addressbook_names -->
102    <option value="{name_option_value}" {name_option_selected="">{name_option_name}</option>
103<!-- END addressbook_names -->
104    </select>
105 {V_hidden_emails_list}	 	<br />
106 	<font face="Helvetica, Arial, sans-serif" size="-1"> 	<br />
107 	More Data <input type="checkbox" {viewmore_checked="" name="viewmore"
108 onclick="this.form.submit()">         	</font> 	</td>
109  	<td rowspan="1" width="48" valign="top" align="center"
110 bgcolor="#cccccc">					 		<br />
111
112    <p> 			<input type="button" name="tobutton" value="TO: "
113 onclick="javascript:mover.moveSelectedOptions('nameselect','toselectbox[]');" />
114	     	</p>
115 		<br />
116 		<br />
117 		<br />
118
119    <p> 			<input type="button" name="ccbutton" value="CC: "
120 onclick="javascript:mover.moveSelectedOptions('nameselect','ccselectbox[]');" />
121		</p>
122 		<br />
123 		<br />
124
125    <p> 			<input type="button" name="bccbutton" value="BCC:"
126 onclick="javascript:mover.moveSelectedOptions('nameselect','bccselectbox[]');" />
127		</p>
128 		<br />
129 		<br />
130
131    <hr />
132    <p> 			<input type="button" name="nonebutton" value="None"
133 onclick="javascript:mover.moveAll('toselectbox[]','nameselect'); mover.moveAll('ccselectbox[]','nameselect'); mover.moveAll('bccselectbox[]','nameselect');" />
134		</p>
135
136    <p> 			<br />
137 		</p>
138 	</td>
139 	<td rowspan="1" width="30%" align="center" valign="top" colspan="1"
140 bgcolor="#cccccc">
141    <p>
142    <select name="toselectbox[]" size="5" multiple=""
143 onchange="      									if(this.form.viewmore.checked)
144      										{
145										if(mover.numberSelectedOptions('toselectbox[]') == 1)
146											{
147												javascript:
148												mover.selectAll('ccselectbox[]');
149												mover.selectAll('toselectbox[]');
150												mover.selectAll('bccselectbox[]');
151												this.form.submit();
152											}
153										}">
154    </select>
155 		</p>
156
157    <p>
158    <select name="ccselectbox[]" size="5" multiple=""
159 onchange="      									if(this.form.viewmore.checked)
160      										{
161										if(mover.numberSelectedOptions('ccselectbox[]') == 1)
162											{
163												javascript:
164												mover.selectAll('ccselectbox[]');
165												mover.selectAll('toselectbox[]');
166												mover.selectAll('bccselectbox[]');
167												this.form.submit();
168											}
169										}">
170    </select>
171 			<br />
172 		</p>
173
174    <p style="margin-bottom: 0cm;">
175    <select name="bccselectbox[]" size="5" multiple=""
176 onchange="      											if(this.form.viewmore.checked)
177      											{
178											if(mover.numberSelectedOptions('ccselectbox[]') == 1)
179												{
180													javascript:
181													mover.selectAll('ccselectbox[]');
182													mover.selectAll('toselectbox[]');
183													mover.selectAll('bccselectbox[]');
184													this.form.submit();
185												}
186											}">
187    </select>
188 		</p>
189 		&nbsp;
190    <p> 		<input type="button" name="removeselectedbutton"
191 value="&lt;- Remove selected"
192 onclick="javascript:mover.moveSelectedOptions('toselectbox[]','nameselect'); mover.moveSelectedOptions('bccselectbox[]','nameselect'); mover.moveSelectedOptions('ccselectbox[]','nameselect');" /></p>
193 		<input type="submit" name="done" value="Done"
194 onclick="javascript:
195									mover.stringToTextbox(
196										mover.selectToString('toselectbox[]'),
197										window.opener.document.doit.to
198											     );
199									mover.stringToTextbox(
200										mover.selectToString('bccselectbox[]'),
201										window.opener.document.doit.bcc
202											     );
203									mover.stringToTextbox(
204										mover.selectToString('ccselectbox[]'),
205										window.opener.document.doit.cc
206											     );
207									window.close();
208									 " />
209
210    <p></p>
211 		 		<br />
212 		<br />
213 	</td>
214 	</tr>
215 		</thead>
216</table>
217 <br />
218 <br />
219</body>
220</html>
221