From fa8881f43c6752b7e1b0b26d421551986aeb63fa Mon Sep 17 00:00:00 2001 From: jengo Date: Fri, 30 Mar 2001 22:22:03 +0000 Subject: [PATCH] added new templates --- addressbook/templates/idsociety/add.tpl | 33 ++ .../templates/idsociety/category_form.tpl | 66 ++++ addressbook/templates/idsociety/column.tpl | 3 + .../templates/idsociety/custom_field_list.tpl | 17 + .../idsociety/custom_field_list_row.tpl | 5 + addressbook/templates/idsociety/delete.tpl | 6 + addressbook/templates/idsociety/edit.tpl | 40 +++ .../templates/idsociety/edit_field.tpl | 61 ++++ addressbook/templates/idsociety/export.tpl | 34 ++ addressbook/templates/idsociety/footer.tpl | 40 +++ addressbook/templates/idsociety/form.tpl | 335 ++++++++++++++++++ addressbook/templates/idsociety/header.tpl | 36 ++ .../idsociety/images/navbar-over.gif | Bin 0 -> 482 bytes .../templates/idsociety/images/navbar.gif | Bin 0 -> 468 bytes addressbook/templates/idsociety/import.tpl | 53 +++ addressbook/templates/idsociety/listcats.tpl | 58 +++ .../templates/idsociety/preference_acl.tpl | 27 ++ .../idsociety/preference_acl_row.tpl | 8 + .../idsociety/preference_acl_row_private.tpl | 9 + .../idsociety/preference_colspan.tpl | 7 + .../idsociety/preference_colspan_private.tpl | 8 + addressbook/templates/idsociety/row.tpl | 17 + addressbook/templates/idsociety/vcardin.tpl | 11 + addressbook/templates/idsociety/view.tpl | 49 +++ 24 files changed, 923 insertions(+) create mode 100755 addressbook/templates/idsociety/add.tpl create mode 100644 addressbook/templates/idsociety/category_form.tpl create mode 100755 addressbook/templates/idsociety/column.tpl create mode 100755 addressbook/templates/idsociety/custom_field_list.tpl create mode 100755 addressbook/templates/idsociety/custom_field_list_row.tpl create mode 100755 addressbook/templates/idsociety/delete.tpl create mode 100644 addressbook/templates/idsociety/edit.tpl create mode 100755 addressbook/templates/idsociety/edit_field.tpl create mode 100644 addressbook/templates/idsociety/export.tpl create mode 100644 addressbook/templates/idsociety/footer.tpl create mode 100755 addressbook/templates/idsociety/form.tpl create mode 100644 addressbook/templates/idsociety/header.tpl create mode 100644 addressbook/templates/idsociety/images/navbar-over.gif create mode 100644 addressbook/templates/idsociety/images/navbar.gif create mode 100644 addressbook/templates/idsociety/import.tpl create mode 100644 addressbook/templates/idsociety/listcats.tpl create mode 100755 addressbook/templates/idsociety/preference_acl.tpl create mode 100755 addressbook/templates/idsociety/preference_acl_row.tpl create mode 100755 addressbook/templates/idsociety/preference_acl_row_private.tpl create mode 100755 addressbook/templates/idsociety/preference_colspan.tpl create mode 100755 addressbook/templates/idsociety/preference_colspan_private.tpl create mode 100644 addressbook/templates/idsociety/row.tpl create mode 100755 addressbook/templates/idsociety/vcardin.tpl create mode 100755 addressbook/templates/idsociety/view.tpl diff --git a/addressbook/templates/idsociety/add.tpl b/addressbook/templates/idsociety/add.tpl new file mode 100755 index 0000000000..ba0448e531 --- /dev/null +++ b/addressbook/templates/idsociety/add.tpl @@ -0,0 +1,33 @@ + + + + + + + + +
+ + + + + + + + + + + + + +
+ + + +
+
+ +
+
  
+
+ diff --git a/addressbook/templates/idsociety/category_form.tpl b/addressbook/templates/idsociety/category_form.tpl new file mode 100644 index 0000000000..be6a661338 --- /dev/null +++ b/addressbook/templates/idsociety/category_form.tpl @@ -0,0 +1,66 @@ + + +
+ + + + +
{title_categories}
+{message} + + + + + + + + + + + + + + + + + + +
 
{lang_name}:
{lang_descr}:
{lang_access}:{access}
+ + + + + + + + +
+ {hidden_vars} + + +
+ {hidden_vars} +
+ +
+ + + + + + + + + +
+ {hidden_vars} + +
+ {hidden_vars} +
+
+ {hidden_vars} +
+ + + diff --git a/addressbook/templates/idsociety/column.tpl b/addressbook/templates/idsociety/column.tpl new file mode 100755 index 0000000000..d1a508ca69 --- /dev/null +++ b/addressbook/templates/idsociety/column.tpl @@ -0,0 +1,3 @@ + + {col_data}  + diff --git a/addressbook/templates/idsociety/custom_field_list.tpl b/addressbook/templates/idsociety/custom_field_list.tpl new file mode 100755 index 0000000000..9be103d91f --- /dev/null +++ b/addressbook/templates/idsociety/custom_field_list.tpl @@ -0,0 +1,17 @@ + +
{message}

+ + + + + + + + {rows} + + + + +
{sort_name}{lang_edit}{lang_delete}
+  {add_field} +
diff --git a/addressbook/templates/idsociety/custom_field_list_row.tpl b/addressbook/templates/idsociety/custom_field_list_row.tpl new file mode 100755 index 0000000000..e09e798910 --- /dev/null +++ b/addressbook/templates/idsociety/custom_field_list_row.tpl @@ -0,0 +1,5 @@ + + {field_name}  + {field_edit} + {field_delete} + diff --git a/addressbook/templates/idsociety/delete.tpl b/addressbook/templates/idsociety/delete.tpl new file mode 100755 index 0000000000..9072d06e05 --- /dev/null +++ b/addressbook/templates/idsociety/delete.tpl @@ -0,0 +1,6 @@ +

{lang_sure}
+
+
+ {lang_no}         + {lang_yes} +
diff --git a/addressbook/templates/idsociety/edit.tpl b/addressbook/templates/idsociety/edit.tpl new file mode 100644 index 0000000000..1d87ddd7fe --- /dev/null +++ b/addressbook/templates/idsociety/edit.tpl @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + +
+ + + {cancel_link} + + + + + + + + + + {delete_link} + + + + + + + + +
+ diff --git a/addressbook/templates/idsociety/edit_field.tpl b/addressbook/templates/idsociety/edit_field.tpl new file mode 100755 index 0000000000..5d262d8530 --- /dev/null +++ b/addressbook/templates/idsociety/edit_field.tpl @@ -0,0 +1,61 @@ + +

+
+ {message}
+
+ {hidden_vars} + + + + + + + + + + +
{lang_action}: {name}
 


+ + + + + + + +
+ {hidden_vars} + + {lang_list}
+
+ + + + + + + + + +
+ {hidden_vars} + + +
+ {hidden_vars} +
{lang_list}
+ + + + + + + + + +
+ {hidden_vars} + {lang_list}
+ + + + diff --git a/addressbook/templates/idsociety/export.tpl b/addressbook/templates/idsociety/export.tpl new file mode 100644 index 0000000000..001d43be1a --- /dev/null +++ b/addressbook/templates/idsociety/export.tpl @@ -0,0 +1,34 @@ + + +
+ + + + + + + + + + +
{export_text}
+
+
+
    +
  1. Select the type of conversion: +

  2. +
  3. {filename}:
  4. +
  5. {lang_cat}:{cat_id}
  6. +
  7. Download export file (Uncheck to debug output in browser)
  8. +
  9. +
+
+
+
+ +
+
+
+ diff --git a/addressbook/templates/idsociety/footer.tpl b/addressbook/templates/idsociety/footer.tpl new file mode 100644 index 0000000000..8e2903df76 --- /dev/null +++ b/addressbook/templates/idsociety/footer.tpl @@ -0,0 +1,40 @@ + + +
+ + + + + + + + + + + + + + +
+
+ +
+
+
+ +
+
  
+
+
+ +
+
+
+
+
+ +
+
+
  
+ + diff --git a/addressbook/templates/idsociety/form.tpl b/addressbook/templates/idsociety/form.tpl new file mode 100755 index 0000000000..ce5a711b2c --- /dev/null +++ b/addressbook/templates/idsociety/form.tpl @@ -0,0 +1,335 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {create} + + + + + + + + + + + + + + + + + + + + + +{custom} +
{lang_personal}:
{lang_prefix}: + +
{lang_firstname}: + + {lang_middle}: + +
{lang_lastname}: + +
{lang_suffix}: + + {lang_birthday}: + {birthday} +
{lang_business}:
+ {lang_title}: + + +
+ {lang_company}: + + + + {lang_url}: + + +
+ {lang_email}: + + + + {lang_email_type}: + + {email_type} +
+ {lang_department}: + + +
{lang_bstreet}: + +
{lang_address2}: + +
{lang_address3}: + +
{lang_bcity}: + + {lang_bstate}: + +
{lang_bzip}: + +
{lang_bcountry}: + + {lang_timezone}: + {timezone} +
{lang_badrtype}: + {badrtype} +
{lang_wphone}: + {pref_work} + {lang_fax}: + {pref_fax} +
{lang_pager}: + {pref_pager} + {lang_mphone}: + {pref_cell} +
{lang_msgphone}: + {pref_msg} + {lang_isdnphone}: + {pref_isdn} +
{lang_carphone}: + {pref_car} + {lang_vidphone}: + {pref_video} +
{lang_label}: + + {label} +
{lang_pubkey}: + + {pubkey} +
{lang_home}:
+ {lang_hemail}: + + + + {lang_hemail_type}: + + {hemail_type} +
{lang_hstreet}: + +
{lang_hcity}: + + {lang_hstate}: + +
{lang_hzip}: + +
{lang_hcountry}: + +
{lang_hadrtype}: + {hadrtype} +
{lang_hphone}: + {pref_home} + {lang_ophone}: + +
+ +
{lang_notes}: + + {notes} +
{lang_private}: + +
{lang_cats}:{cats_link} +
{lang_custom}
+ diff --git a/addressbook/templates/idsociety/header.tpl b/addressbook/templates/idsociety/header.tpl new file mode 100644 index 0000000000..f5170d7151 --- /dev/null +++ b/addressbook/templates/idsociety/header.tpl @@ -0,0 +1,36 @@ + + +
{lang_addressbook} +
{lang_showing} +
{searchreturn} +
+{cats}{cats_link} + +
+{search_filter} + + + +{cols} + + + + + + diff --git a/addressbook/templates/idsociety/images/navbar-over.gif b/addressbook/templates/idsociety/images/navbar-over.gif new file mode 100644 index 0000000000000000000000000000000000000000..27965d39f3fc8eea403d015aa2da323354239968 GIT binary patch literal 482 zcmV<80UiEFNk%w1VVVFI0K@V!ZR8&-#mzScVqHb<(78Vv$Q&YUWyq%q$l$4aTw6vI*n30i@wY9ZYR#sP6S9o}M zkdTl70000000000A^8LV00000EC2ui0Ga?6000I5pd^fBX`X1Ru59bRaLgV>Z4}C& z?|kq7z@TtQEEw z1vRqS&hPvGfPrcPOHB-Wf{BWYjB^4G29c475NDN*n3Cf*d%XH?O3zw7tG^6EzCBp=Yq9Yy`?@%F6)F1kBB7)6dn=YS_}z+sxFz zbs4L|t%st!$l2fA&+Xpq(d_QuZSeE)>)zmW8+o^Rxz3eJmj)WXck8Y>vj%S=wQKp_ zIouaV!?=HX1oA2vv7J3`AnU2)h_IwbeH7F zAt50Q3=E4FEt)uS;@7WV&z?Q|^5x4XPoBia#sb9&0>z&!U^O}*5@aU>>;DJJJt>*< zGFGk2dA+Y-kCjKFG^@y)n)m+?EGY2Mk?KF8vhkRPgqToMiI+#f@@v_lyRW9LkI#}g zE$e+YwxIHD>gwAqo^QhhPQLrGr|!JDWljkfLvu@OTYE=mS9ecuU;l)O-Hbkd+)a~a z&YC@E?z}ceUbe-HXUt!|V&$s-DGe6O1e-Um-m-Pu#I?Tu%b3_1_HI9T=Dnggd>_-S7;h_ +
+
+ + {lang_view} + + + + {lang_vcard} + + + + {lang_edit} + + + + {lang_owner} + +
+ + + + + + + + + + + +
{import_text}
+
+ + + + +
+
    +
  1. In Netscape, open the Addressbook and select Export from the File menu. + The file exported will be in LDIF format. +

    Or, in Outlook, select your Contacts folder, select Import + and Export... from the File + menu and export your contacts into a comma separated text (CSV) file. +

    Or, in Palm Desktop 4.0 or greater, visit your addressbook and select Export from the File menu. + The file exported will be in VCard format.

    +

  2. +
  3. Enter the path to the exported file here: +

  4. +
  5. Select the type of conversion: +

  6. +
  7. {lang_cat}:{cat_id}
  8. +
  9. Mark records as private
  10. +
  11. Debug output in browser
  12. +
  13. +
+
+
+
+
+ +
+
+
  
+
+ diff --git a/addressbook/templates/idsociety/listcats.tpl b/addressbook/templates/idsociety/listcats.tpl new file mode 100644 index 0000000000..7d0c9210df --- /dev/null +++ b/addressbook/templates/idsociety/listcats.tpl @@ -0,0 +1,58 @@ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{title_categories}: {user_name}
+ + + {left} + + {right} + +
{lang_showing}
+
  +
+   +
{sort_name}{sort_description}{lang_addressbook}{lang_edit}{lang_delete}
{name}{descr}{lang_addressbook}{lang_edit_entry}{lang_delete_entry}
+
+ +
+
+
+ +
+
+
+ diff --git a/addressbook/templates/idsociety/preference_acl.tpl b/addressbook/templates/idsociety/preference_acl.tpl new file mode 100755 index 0000000000..6d9380e8e6 --- /dev/null +++ b/addressbook/templates/idsociety/preference_acl.tpl @@ -0,0 +1,27 @@ +{errors} +{title} + + + {nml} + + {nmr} + +
+
+
+{common_hidden_vars} + + +
+
+
+
+ +{row} +
+{common_hidden_vars_form} + +
+
+ + diff --git a/addressbook/templates/idsociety/preference_acl_row.tpl b/addressbook/templates/idsociety/preference_acl_row.tpl new file mode 100755 index 0000000000..9c194b41ef --- /dev/null +++ b/addressbook/templates/idsociety/preference_acl_row.tpl @@ -0,0 +1,8 @@ + + + {user} + + + + + diff --git a/addressbook/templates/idsociety/preference_acl_row_private.tpl b/addressbook/templates/idsociety/preference_acl_row_private.tpl new file mode 100755 index 0000000000..01b22d84b5 --- /dev/null +++ b/addressbook/templates/idsociety/preference_acl_row_private.tpl @@ -0,0 +1,9 @@ + + + {user} + + + + + + diff --git a/addressbook/templates/idsociety/preference_colspan.tpl b/addressbook/templates/idsociety/preference_colspan.tpl new file mode 100755 index 0000000000..edc175ca04 --- /dev/null +++ b/addressbook/templates/idsociety/preference_colspan.tpl @@ -0,0 +1,7 @@ + + {string} + {read_lang} + {add_lang} + {edit_lang} + {delete_lang} + diff --git a/addressbook/templates/idsociety/preference_colspan_private.tpl b/addressbook/templates/idsociety/preference_colspan_private.tpl new file mode 100755 index 0000000000..6360c88b20 --- /dev/null +++ b/addressbook/templates/idsociety/preference_colspan_private.tpl @@ -0,0 +1,8 @@ + + {string} + {read_lang} + {add_lang} + {edit_lang} + {delete_lang} + {private_lang} + diff --git a/addressbook/templates/idsociety/row.tpl b/addressbook/templates/idsociety/row.tpl new file mode 100644 index 0000000000..66c7a87adf --- /dev/null +++ b/addressbook/templates/idsociety/row.tpl @@ -0,0 +1,17 @@ + + +{columns} + + {lang_view} + + + {lang_vcard} + + + {row_edit} + + + {row_owner} + + + diff --git a/addressbook/templates/idsociety/vcardin.tpl b/addressbook/templates/idsociety/vcardin.tpl new file mode 100755 index 0000000000..434d9ce485 --- /dev/null +++ b/addressbook/templates/idsociety/vcardin.tpl @@ -0,0 +1,11 @@ + + +{vcard_header} +
+ + + + + +
Vcard:
+
diff --git a/addressbook/templates/idsociety/view.tpl b/addressbook/templates/idsociety/view.tpl new file mode 100755 index 0000000000..b0aa47de54 --- /dev/null +++ b/addressbook/templates/idsociety/view.tpl @@ -0,0 +1,49 @@ + + +{view_header} + + +{cols} + + + + + + + + + + +
+ {edit_link} + + + + {copy_link} + + + + + + + + + {vcard_link} + + + + + + + + + {done_link} + + + + + + + +
+