Suche nach Ansprechpartnern
[kivitendo-erp.git] / templates / webpages / ct / search_contact.html
diff --git a/templates/webpages/ct/search_contact.html b/templates/webpages/ct/search_contact.html
new file mode 100644 (file)
index 0000000..2fe8bdc
--- /dev/null
@@ -0,0 +1,122 @@
+[%- USE HTML %]
+[%- USE T8 %]
+<body onload="fokus()">
+
+ <form method="post" action="ct.pl" name="Form">
+
+  <input type="hidden" name="db" value="[% db | html %]">
+
+  <div class="listtop">[% 'Contacts' | $T8 %]</div>
+
+  <table>
+   <tr>
+    <th align="right" nowrap>[% 'Name' | $T8 %]</th>
+    <td><input name="filter.cp_name" size="35"></td>
+   </tr>
+   <tr>
+    <th align="right" nowrap>[% 'Greeting' | $T8 %]</th>
+    <td><input name="filter.cp_greeting" size="35"></td>
+   </tr>
+   <tr>
+    <th align="right" nowrap>[% 'Title' | $T8 %]</th>
+    <td><input name="filter.cp_title" size="35"></td>
+   </tr>
+   <tr>
+    <th align="right" nowrap>[% 'E-mail' | $T8 %]</th>
+    <td><input name="filter.cp_email" size="35"></td>
+   </tr>
+   <tr>
+    <th align="right" nowrap>[% 'Department' | $T8 %]</th>
+    <td><input name="filter.cp_abteilung" size="35"></td>
+   </tr>
+   <tr>
+    <th align="right" nowrap>[% 'Project' | $T8 %]</th>
+    <td><input name="filter.cp_project" size="35"></td>
+   </tr>
+
+   <tr>
+    <td></td>
+    <td>
+     <input name="filter.status" class="radio" type="radio" value="active" checked> [% 'Active' | $T8 %]
+     <input name="filter.status" class="radio" type="radio" value="all"> [% 'All' | $T8 %]
+     <input name="filter.status" class="radio" type="radio" value="orphaned"> [% 'Orphaned' | $T8 %]
+    </td>
+   </tr>
+
+   <tr>
+    <th align="right" nowrap>[% 'Include in Report' | $T8 %]</th>
+    <td>
+     <table border="0">
+      <tr>
+       <td>
+        <input name="l.cp_id" id="l_cp_id" type="checkbox" class="checkbox" value="Y">
+        <label for="l_cp_id">[% 'ID' | $T8 %]</label>
+       </td>
+       <td>
+        <input name="l.vcnumber" id="l_vcnumber" type="checkbox" class="checkbox" value="Y" checked>
+        <label for="l_vcnumber">[% 'Customer/Vendor Number' | $T8 %]</label>
+       </td>
+       <td>
+        <input name="l.vcname" id="l_vcname" type="checkbox" class="checkbox" value="Y" checked>
+        <label for="l_vcname">[% 'Customer/Vendor Name' | $T8 %]</label>
+       </td>
+      </tr>
+
+      <tr>
+       <td>
+        <input name="l.cp_name" id="l_cp_name" type="checkbox" class="checkbox" value="Y" checked>
+        <label for="l_cp_name">[% 'Name' | $T8 %]</label>
+       </td>
+       <td>
+        <input name="l.cp_givenname" id="l_cp_givenname" type="checkbox" class="checkbox" value="Y" checked>
+        <label for="l_cp_givenname">[% 'Given Name' | $T8 %]</label>
+       </td>
+       <td>
+        <input name="l.cp_street" id="l_cp_street" type="checkbox" class="checkbox" value="Y">
+        <label for="l_cp_street">[% 'Street' | $T8 %]</label>
+       </td>
+      </tr>
+      <tr>
+       <td>
+        <input name="l.cp_phone" id="l_cp_phone" type="checkbox" class="checkbox" value="Y" checked>
+        <label for="l_cp_phone">[% 'Phone' | $T8 %]</label>
+       </td>
+       <td>
+        <input name="l.cp_mobile" id="l_cp_mobile" type="checkbox" class="checkbox" value="Y" checked>
+        <label for="l_cp_mobile">[% 'Mobile' | $T8 %]</label>
+       </td>
+       <td>
+        <input name="l.cp_email" id="l_cp_email" type="checkbox" class="checkbox" value="Y" checked>
+        <label for="l_cp_email">[% 'E-mail' | $T8 %]</label>
+       </td>
+      </tr>
+
+      <tr>
+       <td>
+        <input name="l.cp_birthday" id="l_cp_birthday" type="checkbox" class="checkbox" value="Y">
+        <label for="l_cp_birthday">[% 'Birthday' | $T8 %]</label>
+       </td>
+       <td>
+        <input name="l.cp_abteilung" id="l_cp_abteilung" type="checkbox" class="checkbox" value="Y">
+        <label for="l_cp_abteilung">[% 'Department' | $T8 %]</label>
+       </td>
+       <td>
+        <input name="l.cp_gender" id="l_cp_gender" type="checkbox" class="checkbox" value="Y">
+        <label for="l_cp_gender">[% 'Gender' | $T8 %]</label>
+       </td>
+      </tr>
+
+      [% CUSTOM_VARIABLES_INCLUSION_CODE %]
+
+     </table>
+    </td>
+   </tr>
+  </table>
+
+  <input type="hidden" name="nextsub" value="list_contacts">
+
+  <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
+ </form>
+
+</body>
+</html>