1{include file="$gentemplates/_header.tpl" pagetitle="$printtellist"}
2{include file="$gentemplates/_navi.tpl" pagetitle="$printtellist"}
3
4<form name="f1" action="index.php" method="POST">
5<input type="hidden" name="{$SESSIONNAME}" value="{$SESSIONID}">
6<input type="hidden" name="op" value="exportpdf">
7
8<table border="0" cellpadding="0" cellspacing="0" width="100%">
9  <tr><td class="lines2" height="2" width="1" colspan="3"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="2"></td></tr>
10  <tr align="left">
11    <td class="tab" width="20" height="20"><img src="{$imgpathmaster}/space.gif" alt="" width="60" height="1"></td>
12    <td class="tab" width="120">&nbsp;</td>
13    <td class="tab">&nbsp;</td>
14  </tr>
15
16  <tr><td class="lines2" height="1" width="1" colspan="3"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="1"></td></tr>
17  <tr align="left">
18    <td class="tab" height="40"><img src="{$imgpathmaster}/space.gif" alt="" width="60" height="1"></td>
19    <td class="formhead">{$outlang}</td>
20    <td class="formhead">{$langsb|smarty:nodefaults}</td>
21  </tr>
22
23  <tr><td class="lines2" height="1" width="1" colspan="3"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="1"></td></tr>
24  <tr align="left">
25    <td class="tab" height="40"><img src="{$imgpathmaster}/space.gif" alt="" width="60" height="1"></td>
26    <td class="formhead">{$choosecomp}</td>
27    <td class="formhead"><input type="radio" name="chosecmp" value="allcontacts"> {$choseallcontactstext}</td>
28  </tr>
29
30  <tr align="left">
31    <td class="tab" height="40"><img src="{$imgpathmaster}/space.gif" alt="" width="60" height="1"></td>
32    <td class="formhead">&nbsp;</td>
33    <td class="formhead"><input type="radio" name="chosecmp" value="nocompany"> {$chosenocompanytext}</td>
34  </tr>
35
36  <tr align="left">
37    <td class="tab" height="40"><img src="{$imgpathmaster}/space.gif" alt="" width="60" height="1"></td>
38    <td class="formhead">&nbsp;</td>
39    <td class="formhead"><input type="radio" name="chosecmp" value="all" checked> {$chosecompanyalltext}</td>
40  </tr>
41
42  <tr align="left">
43    <td class="tab" height="40"><img src="{$imgpathmaster}/space.gif" alt="" width="60" height="1"></td>
44    <td class="formhead">&nbsp;</td>
45    <td class="formhead"><input type="radio" name="chosecmp" value="multiple"> {$chosecompanytext}<br /><br />{$companysb|smarty:nodefaults}<br /><br /></td>
46  </tr>
47
48  <tr><td class="lines2" height="1" width="1" colspan="3"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="1"></td></tr>
49  <tr align="left">
50    <td class="tab" height="40"><img src="{$imgpathmaster}/space.gif" alt="" width="60" height="1"></td>
51    <td class="formhead">{$dispmode}</td>
52    <td class="formhead">
53      <input type="radio" name="chosesav" value="saveas" {$cmpsavcheck}> {$chosecompanysavtext}<br>
54      <input type="radio" name="chosesav" value="view" {$cmpviewcheck}> {$chosecompanyviewtext}
55    </td>
56  </tr>
57
58  <tr><td class="lines2" height="1" width="1" colspan="3"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="1"></td></tr>
59  <tr align="left">
60    <td class="tab" height="40"><img src="{$imgpathmaster}/space.gif" alt="" width="60" height="1"></td>
61    <td class="formhead">&nbsp;</td>
62    <td class="formhead"><input type="submit" name="{$suname}" value="{$printlabel}" class="{$suclass}"></td>
63  </tr>
64
65  <tr><td class="lines" height="1" width="1" colspan="3"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="1"></td></tr>
66</table>
67
68</form>
69
70{include file="$gentemplates/_footer.tpl" aktUser=$username}
71