bknr-cvs
Threads by month
- ----- 2025 -----
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
March 2006
- 1 participants
- 56 discussions

[bknr-cvs] r1922 - in branches/xml-class-rework/projects/bos: payment-website/templates worldpay-test
by bknr@bknr.net 12 Mar '06
by bknr@bknr.net 12 Mar '06
12 Mar '06
Author: hhubner
Date: 2006-03-12 15:07:24 -0500 (Sun, 12 Mar 2006)
New Revision: 1922
Modified:
branches/xml-class-rework/projects/bos/payment-website/templates/login.xml
branches/xml-class-rework/projects/bos/worldpay-test/tags.lisp
Log:
Make administrative login work properly again.
Modified: branches/xml-class-rework/projects/bos/payment-website/templates/login.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/login.xml 2006-03-12 18:23:55 UTC (rev 1921)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/login.xml 2006-03-12 20:07:24 UTC (rev 1922)
@@ -1,29 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
-<html>
- <head>
- <title>Please login in to the BOS CMS</title>
- </head>
- <body>
- <h1>Login</h1>
-
- <p>Please log in to the BOS CMS</p>
-
- <form method="post">
- <table>
- <tr>
- <td>Username</td>
- <td><input name="__username"/></td>
- </tr>
- <tr>
- <td>Password</td>
- <td><input name="__password" type="password"/></td>
- </tr>
- <tr>
- <td colspan="2">
- <input type="submit" name="action" value="login"/>
- </td>
- </tr>
- </table>
- </form>
- </body>
+<html xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bos="http://createrainforest.org">
+ <bos:admin-login-page>
+ <head>
+ <title>Please login in to the BOS CMS</title>
+ <link rel="stylesheet" href="/static/cms.css" />
+ </head>
+ <body>
+ <img src="/images/bos-logo.gif" width="348" height="255"/>
+
+ <p>Please log in to the BOS CMS</p>
+
+ <form method="post">
+ <table>
+ <tr>
+ <td>Username</td>
+ <td><input name="__username"/></td>
+ </tr>
+ <tr>
+ <td>Password</td>
+ <td><input name="__password" type="password"/></td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <input type="submit" name="action" value="login"/>
+ </td>
+ </tr>
+ </table>
+ </form>
+ </body>
+ </bos:admin-login-page>
</html>
\ No newline at end of file
Modified: branches/xml-class-rework/projects/bos/worldpay-test/tags.lisp
===================================================================
--- branches/xml-class-rework/projects/bos/worldpay-test/tags.lisp 2006-03-12 18:23:55 UTC (rev 1921)
+++ branches/xml-class-rework/projects/bos/worldpay-test/tags.lisp 2006-03-12 20:07:24 UTC (rev 1922)
@@ -136,3 +136,8 @@
(format nil "~D"
(apply #'+ (mapcar #'(lambda (contract) (length (contract-m2s contract))) (sponsor-contracts sponsor))))))
(mapc #'emit-template-node children))
+
+(define-bknr-tag admin-login-page (&key children)
+ (if (admin-p (bknr-request-user (get-template-var :request)))
+ (html (:head ((:meta :http-equiv "refresh" :content "0; url=/admin"))))
+ (mapc #'emit-template-node children)))
\ No newline at end of file
1
0

[bknr-cvs] r1921 - in branches/xml-class-rework/projects/bos: . m2 payment-website/templates worldpay-test
by bknr@bknr.net 12 Mar '06
by bknr@bknr.net 12 Mar '06
12 Mar '06
Author: hhubner
Date: 2006-03-12 13:23:55 -0500 (Sun, 12 Mar 2006)
New Revision: 1921
Added:
branches/xml-class-rework/projects/bos/Back Office Interface.doc
branches/xml-class-rework/projects/bos/payment-website/templates/login.xml
Modified:
branches/xml-class-rework/projects/bos/
branches/xml-class-rework/projects/bos/m2/allocation.lisp
branches/xml-class-rework/projects/bos/m2/m2.lisp
branches/xml-class-rework/projects/bos/m2/make-certificate.lisp
branches/xml-class-rework/projects/bos/worldpay-test/allocation-area-handlers.lisp
branches/xml-class-rework/projects/bos/worldpay-test/cms-links.lisp
branches/xml-class-rework/projects/bos/worldpay-test/news-handlers.lisp
branches/xml-class-rework/projects/bos/worldpay-test/poi-handlers.lisp
branches/xml-class-rework/projects/bos/worldpay-test/sponsor-handlers.lisp
branches/xml-class-rework/projects/bos/worldpay-test/tags.lisp
branches/xml-class-rework/projects/bos/worldpay-test/web-utils.lisp
branches/xml-class-rework/projects/bos/worldpay-test/worldpay-test.lisp
Log:
Various changes for the multi-lingual version.
Property changes on: branches/xml-class-rework/projects/bos
___________________________________________________________________
Name: svn:ignore
+ datastore
web.rc
m2.rc
Added: branches/xml-class-rework/projects/bos/Back Office Interface.doc
===================================================================
(Binary files differ)
Property changes on: branches/xml-class-rework/projects/bos/Back Office Interface.doc
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Modified: branches/xml-class-rework/projects/bos/m2/allocation.lisp
===================================================================
--- branches/xml-class-rework/projects/bos/m2/allocation.lisp 2006-03-12 18:20:56 UTC (rev 1920)
+++ branches/xml-class-rework/projects/bos/m2/allocation.lisp 2006-03-12 18:23:55 UTC (rev 1921)
@@ -473,7 +473,6 @@
(right (+ left width))
(bottom (+ top height))
(vertices (allocation-area-vertices (stripe-area stripe))))
- (format t "right ~A bottom ~A~%" right bottom)
(when (stripe-full-p stripe)
;; Gleich NIL liefern, und den Stripe beseitigen, damit wir ihn nicht
;; wieder antreffen in Zukunft.
Modified: branches/xml-class-rework/projects/bos/m2/m2.lisp
===================================================================
--- branches/xml-class-rework/projects/bos/m2/m2.lisp 2006-03-12 18:20:56 UTC (rev 1920)
+++ branches/xml-class-rework/projects/bos/m2/m2.lisp 2006-03-12 18:23:55 UTC (rev 1921)
@@ -179,10 +179,12 @@
(paidp :update)
(m2s :read)
(color :read)
+ (download-only :read)
(cert-issued :read)
(expires :read :documentation "universal time which specifies the time the contract expires (is deleted) when it has not been paid for" :initform nil))
(:default-initargs
:m2s nil
+ :download-only nil
:color (random-elt *claim-colors*)
:cert-issued nil
:expires (+ (get-universal-time) *manual-contract-expiry-time*)))
@@ -227,12 +229,13 @@
(* (length (contract-m2s contract)) +price-per-m2+))
(defmethod contract-download-only-p ((contract contract))
- (< (contract-price contract) *mail-amount*))
+ (or (contract-download-only contract)
+ (< (contract-price contract) *mail-amount*)))
-(defmethod contract-fdf-pathname ((contract contract))
+(defmethod contract-fdf-pathname ((contract contract) language)
(merge-pathnames (make-pathname :name (format nil "~D-~(~A~)"
(store-object-id contract)
- (or (sponsor-country (contract-sponsor contract)) "en"))
+ language)
:type "fdf")
(if (contract-download-only-p contract) *cert-download-directory* *cert-mail-directory*)))
@@ -246,11 +249,11 @@
(defmethod contract-pdf-url ((contract contract))
(format nil "/~:[~;print-~]certificate/~A" (not (contract-download-only-p contract)) (store-object-id contract)))
-(defmethod contract-issue-cert ((contract contract) name &optional address)
+(defmethod contract-issue-cert ((contract contract) name &key address language)
(if (contract-cert-issued contract)
(warn "can't re-issue cert for ~A" contract)
(progn
- (make-certificate contract name :address address)
+ (make-certificate contract name :address address :language language)
(unless (contract-download-only-p contract)
(mail-certificate-to-office contract address))
(change-slot-values contract 'cert-issued t))))
Modified: branches/xml-class-rework/projects/bos/m2/make-certificate.lisp
===================================================================
--- branches/xml-class-rework/projects/bos/m2/make-certificate.lisp 2006-03-12 18:20:56 UTC (rev 1920)
+++ branches/xml-class-rework/projects/bos/m2/make-certificate.lisp 2006-03-12 18:23:55 UTC (rev 1921)
@@ -27,13 +27,13 @@
;; bzw. im Dateisystem für den Download durch den Spender abgelegt
;; werden.
-(defun make-certificate (contract name &key (address ""))
+(defun make-certificate (contract name &key (address "") (language "en"))
"Erzeugen einer FDF-Datei für das Ausfüllen der Urkunde. Wenn das
optionale address-Argument übergeben wird, wird die Urkunde per Post
verschickt und entsprechend eine andere Vorlage ausgewählt als für den
Download der Urkunde"
(let ((sponsor (contract-sponsor contract)))
- (make-fdf-file (contract-fdf-pathname contract)
+ (make-fdf-file (contract-fdf-pathname contract language)
:datum (format-date-time (contract-date contract) :show-time nil)
:name name
:address address
Added: branches/xml-class-rework/projects/bos/payment-website/templates/login.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/login.xml 2006-03-12 18:20:56 UTC (rev 1920)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/login.xml 2006-03-12 18:23:55 UTC (rev 1921)
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html>
+ <head>
+ <title>Please login in to the BOS CMS</title>
+ </head>
+ <body>
+ <h1>Login</h1>
+
+ <p>Please log in to the BOS CMS</p>
+
+ <form method="post">
+ <table>
+ <tr>
+ <td>Username</td>
+ <td><input name="__username"/></td>
+ </tr>
+ <tr>
+ <td>Password</td>
+ <td><input name="__password" type="password"/></td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <input type="submit" name="action" value="login"/>
+ </td>
+ </tr>
+ </table>
+ </form>
+ </body>
+</html>
\ No newline at end of file
Modified: branches/xml-class-rework/projects/bos/worldpay-test/allocation-area-handlers.lisp
===================================================================
--- branches/xml-class-rework/projects/bos/worldpay-test/allocation-area-handlers.lisp 2006-03-12 18:20:56 UTC (rev 1920)
+++ branches/xml-class-rework/projects/bos/worldpay-test/allocation-area-handlers.lisp 2006-03-12 18:23:55 UTC (rev 1921)
@@ -19,13 +19,13 @@
(loop for allocation-area in (all-allocation-areas)
do (html
(:tr
- (:td (cmslink (format nil "/allocation-area/~D" (store-object-id allocation-area))
+ (:td (cmslink (format nil "allocation-area/~D" (store-object-id allocation-area))
(:princ-safe (store-object-id allocation-area))))
(:td (if (allocation-area-active-p allocation-area) (html "yes") (html "no")))
(:td (:princ-safe (allocation-area-total-m2s allocation-area)))
(:td (:princ-safe (allocation-area-free-m2s allocation-area)))
(:td (:princ-safe (round (allocation-area-percent-used allocation-area))) "%")))))
- (:p (cmslink "/create-allocation-area" "Create new allocation area")))))
+ (:p (cmslink "create-allocation-area" "Create new allocation area")))))
(defmethod handle-object-form ((handler allocation-area-handler) action allocation-area req)
(with-bos-cms-page (req :title "Allocation Area")
@@ -197,12 +197,12 @@
(html (:p (:h2 "Polygon already imported")
"The polygon " (:princ-safe vertices) " has already been "
"imported as "
- (cmslink (format nil "/allocation-area/~D" (store-object-id existing-area))
+ (cmslink (format nil "allocation-area/~D" (store-object-id existing-area))
"allocation area " (:princ-safe (store-object-id existing-area)))))
(let ((allocation-area (make-allocation-area vertices)))
(html (:p (:h2 "Successfully imported polygon number " (:princ-safe i))
"The polygon "
- (cmslink (format nil "/allocation-area/~D" (store-object-id allocation-area))
+ (cmslink (format nil "allocation-area/~D" (store-object-id allocation-area))
(:princ-safe (store-object-id allocation-area)))
" has been successfully imported")))))
(error (e)
Modified: branches/xml-class-rework/projects/bos/worldpay-test/cms-links.lisp
===================================================================
--- branches/xml-class-rework/projects/bos/worldpay-test/cms-links.lisp 2006-03-12 18:20:56 UTC (rev 1920)
+++ branches/xml-class-rework/projects/bos/worldpay-test/cms-links.lisp 2006-03-12 18:23:55 UTC (rev 1921)
@@ -5,7 +5,7 @@
(defmethod html-edit-link ((sponsor sponsor))
(html
- (cmslink (format nil "/edit-sponsor/~D" (store-object-id sponsor))
+ (cmslink (format nil "edit-sponsor/~D" (store-object-id sponsor))
(:princ-safe (format nil "edit sponsor #~D" (store-object-id sponsor))))))
(defmethod html-link ((sponsor sponsor))
@@ -13,7 +13,7 @@
(defmethod html-link ((contract contract))
(html
- (cmslink (format nil "/contract/~D" (store-object-id contract))
+ (cmslink (format nil "contract/~D" (store-object-id contract))
(:princ-safe (format nil "contract #~D" (store-object-id contract))))))
(defmethod object-url ((poi poi))
Modified: branches/xml-class-rework/projects/bos/worldpay-test/news-handlers.lisp
===================================================================
--- branches/xml-class-rework/projects/bos/worldpay-test/news-handlers.lisp 2006-03-12 18:20:56 UTC (rev 1920)
+++ branches/xml-class-rework/projects/bos/worldpay-test/news-handlers.lisp 2006-03-12 18:23:55 UTC (rev 1921)
@@ -19,7 +19,7 @@
(:ul
(dolist (news-item (all-news-items))
(let ((id (store-object-id news-item)))
- (html (:li (cmslink #?"/edit-news/$(id)"
+ (html (:li (cmslink #?"edit-news/$(id)"
(:princ-safe (format-date-time (news-item-time news-item)))
" - "
(:princ-safe (or (news-item-title news-item language) "[no title in this language]")))))))))
Modified: branches/xml-class-rework/projects/bos/worldpay-test/poi-handlers.lisp
===================================================================
--- branches/xml-class-rework/projects/bos/worldpay-test/poi-handlers.lisp 2006-03-12 18:20:56 UTC (rev 1920)
+++ branches/xml-class-rework/projects/bos/worldpay-test/poi-handlers.lisp 2006-03-12 18:23:55 UTC (rev 1921)
@@ -93,12 +93,12 @@
(:td (cond
((poi-area poi)
(html (:princ-safe (format nil "~D/~D " (first (poi-area poi)) (second (poi-area poi)))))
- (cmslink (format nil "/map-browser/~A/~A?chosen-url=~A"
+ (cmslink (format nil "map-browser/~A/~A?chosen-url=~A"
(first (poi-area poi)) (second (poi-area poi))
(uriencode-string (format nil "~A?action=save&" (uri-path (request-uri req)))))
"[relocate]"))
(t
- (cmslink (format nil "/map-browser/?chosen-url=~A"
+ (cmslink (format nil "map-browser/?chosen-url=~A"
(uriencode-string (format nil "~A?action=save&" (uri-path (request-uri req)))))
"[choose]")))))
(:tr (:td "icon")
@@ -127,7 +127,7 @@
(unless (eql 6 (length (poi-images poi)))
(html
:br
- (cmslink (format nil "/edit-poi-image/?poi=~A" (store-object-id poi)) "[new]")))))
+ (cmslink (format nil "edit-poi-image/?poi=~A" (store-object-id poi)) "[new]")))))
(:tr (:td "airal view")
(:td (if (poi-airals poi)
(html ((:a :href (format nil "/image/~D" (store-object-id (first (poi-airals poi))))
Modified: branches/xml-class-rework/projects/bos/worldpay-test/sponsor-handlers.lisp
===================================================================
--- branches/xml-class-rework/projects/bos/worldpay-test/sponsor-handlers.lisp 2006-03-12 18:20:56 UTC (rev 1920)
+++ branches/xml-class-rework/projects/bos/worldpay-test/sponsor-handlers.lisp 2006-03-12 18:23:55 UTC (rev 1921)
@@ -37,7 +37,7 @@
(when (or count
(or (ignore-errors (scan regex (user-full-name sponsor)))
(ignore-errors (scan regex (user-email sponsor)))))
- (html (:tr (:td (cmslink #?"/edit-sponsor/$((store-object-id sponsor))" (:princ-safe (store-object-id sponsor))))
+ (html (:tr (:td (cmslink #?"edit-sponsor/$((store-object-id sponsor))" (:princ-safe (store-object-id sponsor))))
(:td (:princ-safe (format-date-time (contract-date (first (sponsor-contracts sponsor))) :show-time nil)))
(:td (:princ-safe (or (user-email sponsor) "<unknown>")))
(:td (:princ-safe (or (user-full-name sponsor) "<unknown>")))))
@@ -63,11 +63,16 @@
(:tr (:td "Date (DD.MM.YYYY)")
(:td (text-field "date" :size 10 :value (format-date-time (get-universal-time) :show-time nil))))
(:tr (:td "Number of square meters")
- (:td (text-field "numsqm" :size 5))
- (:tr (:td "Country code (2 chars)")
- (:td (text-field "country" :size 2 :value "DE"))))
+ (:td (text-field "numsqm" :size 5)))
+ (:tr (:td "Country code (2 chars)")
+ (:td (text-field "country" :size 2 :value "DE")))
(:tr (:td "Email-Address")
(:td (text-field "email" :size 40)))
+ (:tr (:td "Language for certificate")
+ (:td ((:select :name "language")
+ (loop
+ for (language-symbol language-name) in (website-languages)
+ do (html ((:option :value language-symbol) (:princ-safe language-name)))))))
(:tr (:td "Name for certificate")
(:td (text-field "name" :size 20)))
(:tr (:td "Postal address for certificate"
@@ -78,10 +83,10 @@
(apply #'encode-universal-time 0 0 0 (mapcar #'parse-integer (split #?r"\." date-string))))
(defmethod handle-object-form ((handler edit-sponsor-handler) (action (eql :create)) (sponsor (eql nil)) req)
- (with-query-params (req numsqm country email name postaladdress date)
+ (with-query-params (req numsqm country email name postaladdress date language)
(let* ((sponsor (make-sponsor :email email :country country))
(contract (make-contract sponsor (parse-integer numsqm) :paidp t :date (date-to-universal date))))
- (contract-issue-cert contract name postaladdress)
+ (contract-issue-cert contract name :address postaladdress :language language)
(redirect (format nil "/edit-sponsor/~D" (store-object-id sponsor)) req))))
(defun contract-checkbox-name (contract)
@@ -121,7 +126,7 @@
(:td (:princ-safe (format-date-time (contract-date contract) :show-time nil)))
(:td (:princ-safe (length (contract-m2s contract))))
(:td (:princ-safe (if (contract-paidp contract) "paid" "not paid")))
- (:td (cmslink (format nil "/cert-regen/~A" (store-object-id contract)) "Regenerate Certificate")
+ (:td (cmslink (format nil "cert-regen/~A" (store-object-id contract)) "Regenerate Certificate")
(when (probe-file (contract-pdf-pathname contract))
(html :br (cmslink (contract-pdf-url contract) "Show Certificate"))))))))
(:p (submit-button "save" "save")
@@ -194,11 +199,11 @@
(html (:h2 "Completing square meter sale"))
(sponsor-set-country (contract-sponsor contract) country)
(contract-set-paidp contract t)
- (contract-issue-cert contract name postaladdress)
+ (contract-issue-cert contract name :address postaladdress)
(when email
(html (:p "Sending instruction email to " (:princ-safe email)))
(mail-instructions-to-sponsor contract email))))
- (:p (cmslink (format nil "/edit-sponsor/~D" (store-object-id (contract-sponsor contract)))
+ (:p (cmslink (format nil "edit-sponsor/~D" (store-object-id (contract-sponsor contract)))
"click here") " to edit the sponsor's database entry"))))
(defclass m2-javascript-handler (prefix-handler)
@@ -266,25 +271,24 @@
((:table)
(:tr (:td "Name")
(:td (text-field "name" :size 40)))
- (if (contract-download-only-p contract)
- (html
- (:tr (:td (submit-button "make-download" "make-download"))))
- (html
+ (:tr (:td "Language")
+ (:td ((:select :name "language")
+ (loop
+ for (language-symbol language-name) in (website-languages)
+ do (html ((:option :value language-symbol) (:princ-safe language-name)))))))
+ (unless (contract-download-only-p contract)
+ (html
(:tr (:td "Address")
- (:td (textarea-field "address")))
- (:tr (:td (submit-button "make-print" "make-print"))))))))))
+ (:td (textarea-field "address")))))
+ (html
+ (:tr (:td (submit-button "regenerate" "regenerate")))))))))
(defun confirm-cert-regen (req)
(with-bos-cms-page (req :title "Certificate generation request has been created")
(html
"Your certificate generation request has been created, please wait a few seconds before checking the PDF file")))
-(defmethod handle-object-form ((handler cert-regen-handler) (action (eql :make-print)) (contract contract) req)
- (with-query-params (req name address)
- (bos.m2::make-certificate contract name :address address))
- (confirm-cert-regen req))
-
-(defmethod handle-object-form ((handler cert-regen-handler) (action (eql :make-download)) (contract contract) req)
- (with-query-params (req name)
- (bos.m2::make-certificate contract name))
+(defmethod handle-object-form ((handler cert-regen-handler) (action (eql :regenerate)) (contract contract) req)
+ (with-query-params (req name address language)
+ (bos.m2::make-certificate contract name :address address :language language))
(confirm-cert-regen req))
\ No newline at end of file
Modified: branches/xml-class-rework/projects/bos/worldpay-test/tags.lisp
===================================================================
--- branches/xml-class-rework/projects/bos/worldpay-test/tags.lisp 2006-03-12 18:20:56 UTC (rev 1920)
+++ branches/xml-class-rework/projects/bos/worldpay-test/tags.lisp 2006-03-12 18:23:55 UTC (rev 1921)
@@ -38,7 +38,7 @@
(define-bknr-tag generate-cert ()
(with-template-vars (gift email name address)
(let ((contract (find-store-object (parse-integer (get-template-var :contract-id)))))
- (contract-issue-cert contract name address)
+ (contract-issue-cert contract name :address address)
(bknr.web::redirect-request :target (if gift "index"
(format nil "profil_setup?name=~A&email=~A&sponsor-id=~A"
(uriencode-string name) (uriencode-string email)
Modified: branches/xml-class-rework/projects/bos/worldpay-test/web-utils.lisp
===================================================================
--- branches/xml-class-rework/projects/bos/worldpay-test/web-utils.lisp 2006-03-12 18:20:56 UTC (rev 1920)
+++ branches/xml-class-rework/projects/bos/worldpay-test/web-utils.lisp 2006-03-12 18:23:55 UTC (rev 1921)
@@ -16,7 +16,7 @@
(html "logged in as " (html-link (bknr-request-user *req*)))
(html "not logged in"))
" - current content language is "
- (cmslink "/change-language"
+ (cmslink "change-language"
(:princ-safe (current-website-language))
" ("
(:princ-safe (language-name (current-website-language)))
Modified: branches/xml-class-rework/projects/bos/worldpay-test/worldpay-test.lisp
===================================================================
--- branches/xml-class-rework/projects/bos/worldpay-test/worldpay-test.lisp 2006-03-12 18:20:56 UTC (rev 1920)
+++ branches/xml-class-rework/projects/bos/worldpay-test/worldpay-test.lisp 2006-03-12 18:23:55 UTC (rev 1921)
@@ -179,8 +179,6 @@
(when website-url
(setf *website-url* website-url))
- (setf bknr.web::*login-default-url* "/admin")
-
(make-instance 'bos-website
:name "BOS Website"
:handler-definitions `(("/edit-poi" edit-poi-handler)
@@ -217,13 +215,13 @@
:command-packages ((:bos . :worldpay-test)
(:bknr . :bknr.web))))
:modules '(user images stats)
- :admin-navigation '(("user" . "/user/")
- ("sponsor" . "/edit-sponsor/")
- ("news" . "/edit-news/")
- ("poi" . "/edit-poi/")
- ("languages" . "/languages")
- ("allocation area" . "/allocation-area/")
- ("logout" . "/logout"))
+ :admin-navigation '(("user" . "user/")
+ ("sponsor" . "edit-sponsor/")
+ ("news" . "edit-news/")
+ ("poi" . "edit-poi/")
+ ("languages" . "languages")
+ ("allocation area" . "allocation-area/")
+ ("logout" . "logout"))
:authorizer (make-instance 'bos-authorizer)
:site-logo-url "/images/bos-logo.gif"
:style-sheet-urls '("/static/cms.css")
1
0
Author: hhubner
Date: 2006-03-12 13:20:56 -0500 (Sun, 12 Mar 2006)
New Revision: 1920
Modified:
branches/xml-class-rework/bknr/src/web/authorizer.lisp
Log:
Remove debug output.
Modified: branches/xml-class-rework/bknr/src/web/authorizer.lisp
===================================================================
--- branches/xml-class-rework/bknr/src/web/authorizer.lisp 2006-03-12 11:49:22 UTC (rev 1919)
+++ branches/xml-class-rework/bknr/src/web/authorizer.lisp 2006-03-12 18:20:56 UTC (rev 1920)
@@ -88,7 +88,6 @@
(format t "; Caught error ~A during request processing~%" e)
(http-error req *response-bad-request* (princ-to-string e))))
- (format t "; request NOT authorized~%")
;; unauthorized, come up with 401 response to the web browser
(redirect (website-make-path *website* "login") req)
:deny)
1
0

12 Mar '06
Author: hhubner
Date: 2006-03-12 06:49:22 -0500 (Sun, 12 Mar 2006)
New Revision: 1919
Modified:
branches/xml-class-rework/projects/bos/worldpay-test/tags.lisp
Log:
wording change for worldpay interaction.
Modified: branches/xml-class-rework/projects/bos/worldpay-test/tags.lisp
===================================================================
--- branches/xml-class-rework/projects/bos/worldpay-test/tags.lisp 2006-03-12 11:37:36 UTC (rev 1918)
+++ branches/xml-class-rework/projects/bos/worldpay-test/tags.lisp 2006-03-12 11:49:22 UTC (rev 1919)
@@ -86,7 +86,9 @@
(store-object-id contract)
price
language
- (encode-urlencoded (format nil "~a qm Regenwald in Samboja Lestari" numsqm))
+ (encode-urlencoded (format nil "~a ~a in Samboja Lestari"
+ numsqm
+ (if (string-equal language "de") "qm Regenwald" "sqm rain forest")))
(store-object-id sponsor)
(sponsor-master-code sponsor)
(if donationcert-yearly "1" "0")
1
0
Author: hhubner
Date: 2006-03-12 06:37:36 -0500 (Sun, 12 Mar 2006)
New Revision: 1918
Modified:
branches/xml-class-rework/projects/bos/m2/cert-daemon.lisp
branches/xml-class-rework/projects/bos/m2/m2.lisp
Log:
Support multi lingual certificate versions.
Modified: branches/xml-class-rework/projects/bos/m2/cert-daemon.lisp
===================================================================
--- branches/xml-class-rework/projects/bos/m2/cert-daemon.lisp 2006-03-12 11:36:07 UTC (rev 1917)
+++ branches/xml-class-rework/projects/bos/m2/cert-daemon.lisp 2006-03-12 11:37:36 UTC (rev 1918)
@@ -9,25 +9,31 @@
(error "Error executing ~A - Exit code ~D~%Error message: ~A"
(format nil "\"~A~{ ~A~}\"" program program-args) (process-exit-code process) error-message)))))
-(defun fill-form (fdf-pathname pdf-pathname)
- (let ((output-pathname (merge-pathnames (make-pathname :type "pdf") fdf-pathname)))
- (handler-case
- (progn
- (run-tool "recode" (list "utf-8..latin-1" (unix-namestring fdf-pathname)))
- (run-tool "pdftk" (list (unix-namestring pdf-pathname)
- "fill_form" (unix-namestring fdf-pathname)
- "output" (namestring output-pathname)
- "flatten"))
- (delete-file fdf-pathname)
- (format t "; generated ~A~%" output-pathname))
- (error (e)
- (warn "While filling form ~A with ~A:~%~A" pdf-pathname fdf-pathname e)))))
+(defun fill-form (fdf-pathname pdf-pathname output-pathname)
+ (handler-case
+ (progn
+ (run-tool "recode" (list "utf-8..latin-1" (unix-namestring fdf-pathname)))
+ (run-tool "pdftk" (list (unix-namestring pdf-pathname)
+ "fill_form" (unix-namestring fdf-pathname)
+ "output" (namestring output-pathname)
+ "flatten"))
+ (delete-file fdf-pathname)
+ (format t "; generated ~A~%" output-pathname))
+ (error (e)
+ (warn "While filling form ~A with ~A:~%~A" pdf-pathname fdf-pathname e))))
-(defun fill-forms (directory pdf-pathname)
+(defun fill-forms (directory template-pathname)
(dolist (fdf-pathname (remove "fdf" (directory directory)
:test (complement #'string-equal)
:key #'pathname-type))
- (fill-form fdf-pathname pdf-pathname)))
+ (destructuring-bind (id &optional (country "en")) (split "-" (pathname-name fdf-pathname))
+ (let ((language-specific-template-pathname (merge-pathnames (make-pathname :name (format nil "~A-~A" (pathname-name template-pathname) country))
+ template-pathname))
+ (output-pathname (merge-pathnames (make-pathname :name id :type "pdf") fdf-pathname)))
+ (fill-form fdf-pathname (if (probe-file language-specific-template-pathname)
+ language-specific-template-pathname
+ template-pathname)
+ output-pathname)))))
(defun cert-daemon ()
(ensure-directories-exist *cert-mail-directory*)
Modified: branches/xml-class-rework/projects/bos/m2/m2.lisp
===================================================================
--- branches/xml-class-rework/projects/bos/m2/m2.lisp 2006-03-12 11:36:07 UTC (rev 1917)
+++ branches/xml-class-rework/projects/bos/m2/m2.lisp 2006-03-12 11:37:36 UTC (rev 1918)
@@ -230,7 +230,9 @@
(< (contract-price contract) *mail-amount*))
(defmethod contract-fdf-pathname ((contract contract))
- (merge-pathnames (make-pathname :name (format nil "~D" (store-object-id contract))
+ (merge-pathnames (make-pathname :name (format nil "~D-~(~A~)"
+ (store-object-id contract)
+ (or (sponsor-country (contract-sponsor contract)) "en"))
:type "fdf")
(if (contract-download-only-p contract) *cert-download-directory* *cert-mail-directory*)))
1
0

[bknr-cvs] r1917 - in branches/xml-class-rework/projects/bos/payment-website: images static
by bknr@bknr.net 12 Mar '06
by bknr@bknr.net 12 Mar '06
12 Mar '06
Author: hhubner
Date: 2006-03-12 06:36:07 -0500 (Sun, 12 Mar 2006)
New Revision: 1917
Added:
branches/xml-class-rework/projects/bos/payment-website/images/certificate_en.jpg
branches/xml-class-rework/projects/bos/payment-website/images/projekt_pic_en.jpg
branches/xml-class-rework/projects/bos/payment-website/images/ring_detail_en.jpg
branches/xml-class-rework/projects/bos/payment-website/images/ring_en.jpg
branches/xml-class-rework/projects/bos/payment-website/static/bos_en.js
branches/xml-class-rework/projects/bos/payment-website/static/profil_en.js
Log:
new files for the english version
Added: branches/xml-class-rework/projects/bos/payment-website/images/certificate_en.jpg
===================================================================
(Binary files differ)
Property changes on: branches/xml-class-rework/projects/bos/payment-website/images/certificate_en.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: branches/xml-class-rework/projects/bos/payment-website/images/projekt_pic_en.jpg
===================================================================
(Binary files differ)
Property changes on: branches/xml-class-rework/projects/bos/payment-website/images/projekt_pic_en.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: branches/xml-class-rework/projects/bos/payment-website/images/ring_detail_en.jpg
===================================================================
(Binary files differ)
Property changes on: branches/xml-class-rework/projects/bos/payment-website/images/ring_detail_en.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: branches/xml-class-rework/projects/bos/payment-website/images/ring_en.jpg
===================================================================
(Binary files differ)
Property changes on: branches/xml-class-rework/projects/bos/payment-website/images/ring_en.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: branches/xml-class-rework/projects/bos/payment-website/static/bos_en.js
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/static/bos_en.js 2006-03-12 11:35:12 UTC (rev 1916)
+++ branches/xml-class-rework/projects/bos/payment-website/static/bos_en.js 2006-03-12 11:36:07 UTC (rev 1917)
@@ -0,0 +1,96 @@
+
+// Formularcheck für Profilsetup
+
+function check_profil_setup() {
+
+ if (document.form.password.value == "") {
+ alert('Please enter your personal password.');
+ document.form.password.focus();
+ return false;
+ }
+
+ if (document.form.password.value != document.form.password1.value) {
+ alert('Please enter your personal password again.');
+ document.form.password.focus();
+ return false;
+ }
+
+ window_infosys();
+
+ return true;
+}
+
+function check_ueberweisung() {
+
+// alert("numsqm: " + + " numsqm1: " + );
+
+ if (!document.bestellformular.disclaimer_read.checked) {
+ alert("Please read the waiver clause and confirm your agreement with a click to the check box.");
+ return false;
+ }
+
+ if (document.bestellformular.numsqm[0].checked
+ || (document.bestellformular.numsqm[4].checked
+ && (document.bestellformular.numsqm1.value < 5))) {
+
+ alert("Aufgrund des hohen manuellen Bearbeitungsaufands sind Überweisungen erst ab einer Summe von 15 Euro (5 Quadratmeter) möglich");
+ return false;
+ }
+
+ if (document.bestellformular.gift.checked) {
+ alert("Den Geschenkservice können wir nur bei Online-Überweisungen anbieten");
+ return false;
+ }
+}
+
+function check_online() {
+
+ if (!document.bestellformular.disclaimer_read.checked) {
+ alert("Please read the waiver clause and confirm your agreement with a click to the check box.");
+ return false;
+ }
+
+ if (document.bestellformular.gift.checked
+ && (document.bestellformular.numsqm[0].checked
+ || document.bestellformular.numsqm[1].checked
+ || (document.bestellformular.numsqm[4].checked
+ && (document.bestellformular.numsqm1.value < 10)))) {
+
+ alert("Das Verschenken von Quadratmetern ist erst ab einer Summe von 30 Euro möglich");
+ return false;
+ }
+
+ return true;
+}
+
+// Formularcheck für Versandinformationen
+
+function check_versand_info() {
+
+ if ((document.formular.name.value == '')
+ || (document.formular.address.value == '')) {
+ alert("Please enter a name and address for your rainforest certificate.");
+ return false;
+ }
+
+ return true;
+}
+
+// Funktion zum Verschicken von Info-Mail-Requests
+
+function send_info_request() {
+ var address = document.form.email.value;
+
+ if (!is_valid_email(address)) {
+ alert('The email address you entered "' + address + '" was not recogniced by our server. Please send your request to '
+ + 'service(a)createrainforest.org');
+ } else {
+ if (confirm('Would you like to receive informations about BOS and Samboja Lestari to "' + address + '"?')) {
+ document.form.email.value = '';
+ open("info-request?email=" + escape(address),
+ "mailwin", "width=480,height=235,status=no,toolbar=no,menubar=no,resizable=yes,scrollbars=yes,left=100,top=100");
+ }
+ }
+
+ return false;
+}
Added: branches/xml-class-rework/projects/bos/payment-website/static/profil_en.js
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/static/profil_en.js 2006-03-12 11:35:12 UTC (rev 1916)
+++ branches/xml-class-rework/projects/bos/payment-website/static/profil_en.js 2006-03-12 11:36:07 UTC (rev 1917)
@@ -0,0 +1,46 @@
+// JavaScript Document
+
+function anonymizecheck ()
+{
+ if (confirm('Delete your personal data?')) {
+ document.form.name.value = '';
+ document.form.infotext.value = '';
+ return true;
+ }
+ return false;
+}
+
+function buycheck ()
+{
+ if (!document.form.numsqm.value.match(/^\d+$/)
+ || (document.form.numsqm.value.match(/^0+/))) {
+ alert("Invalid number of square metres.");
+ document.form.numsqm.select();
+ document.form.numsqm.focus();
+ return false;
+ }
+ return true;
+}
+
+function formcheck ()
+{
+ if (document.form.password.value != document.form.password1.value) {
+ alert('The passwords you have entered do not correspond');
+ document.form.password.select();
+ document.form.password.focus();
+ return false;
+ }
+
+ alert('Your changes will be saved.');
+
+ return true;
+}
+
+function window_urkunde (sponsorid) {
+ var url = "/certificate/";
+ var certwin = open(url, "certwin", "width=480,height=620,status=no,toolbar=no,menubar=no,resizable=yes,scrollbars=no");
+ certwin.focus();
+
+ return false
+};
+
1
0

[bknr-cvs] r1916 - in branches/xml-class-rework/projects/bos/payment-website: infosystem infosystem/de infosystem/en templates templates/de templates/en
by bknr@bknr.net 12 Mar '06
by bknr@bknr.net 12 Mar '06
12 Mar '06
Author: hhubner
Date: 2006-03-12 06:35:12 -0500 (Sun, 12 Mar 2006)
New Revision: 1916
Added:
branches/xml-class-rework/projects/bos/payment-website/templates/en/
branches/xml-class-rework/projects/bos/payment-website/templates/en/archive.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/bestellung.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/bos.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/buy-sqm.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/certificat.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/contact.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/disclaimer.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/generate-cert.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/headline2.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/headline3.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/idea.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/idea_subtitle1.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/idea_subtitle2.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/impressum.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/index.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/info-request.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/infosys-help-poidetail.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/infosys-help-poifoto.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/infosys-help-qmdetail.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/infosys-help-uebersicht.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/infosystem.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/mail-transfer.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/news.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/print_profil_setup.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/print_versand_quittung.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/privacy.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/profil.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/profil_setup.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/quittung.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/ring-detail.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/save-initial-profile.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/sponsor_canceled.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/toplevel.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/toplevel_extra.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/toplevel_main.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/versand_geschenk.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/versand_info.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/versand_quittung.xml
branches/xml-class-rework/projects/bos/payment-website/templates/en/verschenken.xml
Modified:
branches/xml-class-rework/projects/bos/payment-website/infosystem/de/satellitenkarte.htm
branches/xml-class-rework/projects/bos/payment-website/infosystem/en/satellitenkarte.htm
branches/xml-class-rework/projects/bos/payment-website/infosystem/javascript.js
branches/xml-class-rework/projects/bos/payment-website/templates/de/bestellung.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/impressum.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/index.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/quittung.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel_main.xml
Log:
Current version of english and german templates.
Modified: branches/xml-class-rework/projects/bos/payment-website/infosystem/de/satellitenkarte.htm
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/infosystem/de/satellitenkarte.htm 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/infosystem/de/satellitenkarte.htm 2006-03-12 11:35:12 UTC (rev 1916)
@@ -30,7 +30,6 @@
}
-->
</style>
- <meta http-equiv="imagetoolbar" content="no"/>
</head>
<body>
<table width="740" height="500" border="0" cellpadding="0" cellspacing="0">
@@ -310,7 +309,7 @@
</div>
<div id="qmDetail" style="position:absolute; width:1px; height:1; z-index:4; left: 0px; top: 0px; visibility: hidden;">
<div id="qmDetailKarte" style="position:absolute; width:360px; height:390px; z-index:1; left: 169px; top: 100px; visibility: inherit;" class="KarteRahmen">
- <div id="qmLupe" style="position:absolute; width:36px; height:24px; z-index:11; visibility: inherit; cursor: pointer;"><img src="../bilder/lupe.gif" width="36" height="24"/></div>
+ <div id="qmLupe" style="position:absolute; width:36px; height:24px; z-index:11; visibility: inherit;"><img src="../bilder/lupe.gif" width="36" height="24"/></div>
<div id="LayersMenu" class="KarteRahmen" style="position: absolute; bottom: 31px; right: 1px; z-index: 15; visibility: inherit;">
<table width="90" border="0" cellspacing="0" cellpadding="0">
<tr>
Modified: branches/xml-class-rework/projects/bos/payment-website/infosystem/en/satellitenkarte.htm
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/infosystem/en/satellitenkarte.htm 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/infosystem/en/satellitenkarte.htm 2006-03-12 11:35:12 UTC (rev 1916)
@@ -1,448 +1,447 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html>
- <head>
- <title>Satellite View - Samboja Lestari</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" charset="utf-8" />
-
- <link href="../satellitenkarte_style.css" rel="stylesheet"/>
- <script language="JavaScript" type="text/JavaScript" src="messages.js"></script>
- <script language="JavaScript" type="text/JavaScript" src="../javascript.js"></script>
- <script language="JavaScript" type="text/JavaScript">
- <!--
- function MM_reloadPage(init) { //reloads the window if Nav4 resized
- if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
- document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
- else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
- }
- MM_reloadPage(true);
-
- //-->
- </script>
- <style type="text/css">
- <!--
- body {
- margin-left: 0px;
- margin-top: 0px;
- margin-right: 0px;
- margin-bottom: 0px;
- }
- -->
- </style>
- <meta http-equiv="imagetoolbar" content="no"/>
- </head>
- <body>
- <table width="740" height="500" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td height="50" colspan="3"><img src="../bilder/head.gif" width="740" height="50"/></td>
- </tr>
- <tr>
- <td height="20" class="BreadCrumbs"><img src="../bilder/spacer.gif" width="1" height="1"/></td>
- <td height="20" colspan="2" class="BreadCrumbs"><img src="../bilder/spacer.gif" width="1" height="1"/></td>
- </tr>
- <tr>
- <td width="140" height="430" align="left" valign="top" class="SpaltenBK"><img src="../bilder/spacer.gif" width="1" height="1"/></td>
- <td width="380" height="430" align="left" valign="top"><img src="../bilder/spacer.gif" width="1" height="1"/></td>
- <td width="180" height="430" align="left" valign="top" class="SpaltenBK"><img src="../bilder/spacer.gif" width="1" height="1"/> </td>
- </tr>
- </table>
- <div id="Loginfehler" style="position:absolute; width:138px; height:88px; z-index:21; left: 10px; top: 403px; visibility: hidden;" class="KarteRahmen">
- <table width="138" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td colspan="2" class="InfoKopf">Login Error</td>
- </tr>
- </table>
- <div style="position:absolute; width:138px; z-index:21; left: 0px; top: 10px; visibility: inherit;" class="InfoZelle">
- <br/>Error while logging in, please check your donor ID and your password or master code.
- <img src="/images/pfeil_link_on.gif" border="0"/>
- <a class="FaehnchenLink" href="#" onclick="document.getElementById('Loginfehler').style.visibility = 'hidden'">
- weiter
- </a>
- </div>
- </div>
- <div id="Anmelden" style="position:absolute; width:138px; height:88px; z-index:20; left: 10px; top: 403px; visibility: hidden;" class="KarteRahmen">
- <table width="138" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td colspan="2" class="InfoKopf">"my" m²</td>
- </tr>
- </table>
- <div id="AnmeldenInhalt" style="position:absolute; width:138px; z-index:20; left: 0px; top: 10px; visibility: inherit;">
- <form id="form0" name="form0" onsubmit="return do_login();" method="get">
- <table width="138" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td colspan="2" height="5" class="InfoZelle">
- </td>
- </tr>
- <tr>
- <td colspan="2" class="InfoZelle">
- Donor ID
- </td>
- </tr>
- <tr>
- <td colspan="2" class="InfoZelle">
- <input name="__sponsorid" type="text" class="FormSponsorenID" onFocus="sponsorfeld_leeren();"/>
- </td>
- </tr>
- <tr>
- <td colspan="2" class="InfoZelle">
- Password
- </td>
- </tr>
- <tr>
- <td class="InfoZelleKennwort">
- <input name="__password" type="password" class="FormKennwort"/>
- </td>
- <td class="InfoZelleSubmit">
- <a href="#" onclick="do_login();">
- <img src="../bilder/submit.gif" width="18" height="18" border="0"/>
- </a>
- </td>
- </tr>
- </table>
- <input type="submit" name="Submit" value="anmelden" class="submitButton"/>
- </form>
- </div>
- </div>
- <div id="SponsorInfo" style="position:absolute; width:138px; height:78px; z-index:20; left: 10px; top: 413px; visibility: hidden;" class="KarteRahmen">
- <table width="138" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td colspan="2" class="InfoKopf">Logged in as</td>
- </tr>
- <tr>
- <td class="InfoZelle" height="20">
- <div id="SponsorInfoText" style="position:absolute; width:120px; height:10px; z-index:21; left: 10px; top:20px; visibility: inherit;"></div>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <img src="../bilder/spacer.gif" width="1" height="18"/>
- </td>
- </tr>
- </table>
- <div id="SponsorInfoInhalt" style="position:absolute; width:138px; z-index:20; left: 0px; top: 50px; visibility: inherit;">
- <form id="form1" name="form1" action="/infosystem" method="post">
- <input name="logout" type="hidden" value="1"/>
- <table width="138" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="InfoZelleKennwort">
- <a class="FaehnchenLink" href="#" onclick="document.location.href = '/de/profil'">
- <img src="/images/pfeil_link_on.gif" border="0"/>
- Profil
- </a>
- </td>
- </tr>
- <tr>
- <td class="InfoZelleKennwort">
- <a class="FaehnchenLink" href="#" onclick="document.form1.submit();">
- <img src="/images/pfeil_back.gif" border="0"/>
- Logout
- </a>
- </td>
- </tr>
- </table>
- </form>
- </div>
- </div>
- <div id="UebersichtKlein" style="position:absolute; width:138px; height:132px; z-index:10; left: 10px; top: 79px;" class="KarteRahmen">
- <table width="138" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="InfoKopf">Overview</td>
- </tr>
- <tr>
- <td align="center" valign="middle"><div id="UebersichtPosition" style="position:absolute; width:4px; height:4px; z-index:5"><img src="../bilder/spacer.gif" width="4" height="4" border="0"/></div>
- <a href="#" class="Navigation" onclick="Uebersicht_anzeigen(); self.focus();">
- <img src="../bilder/uebersichtskarte_klein.gif" width="118" height="118" border="0"/>
- </a>
- </td>
- </tr>
- </table>
- </div>
- <div id="Uebersicht" style="position:absolute; width:1px; height:1px; z-index:4; left: 0px; top: 0px; visibility: visible;">
- <div id="Info3" style="position:absolute; width:178px; height:132px; z-index:3; top: 329px; left: 550px; visibility: inherit;" class="KarteRahmen">
- <table width="178" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="InfoKopf">"Sale" State</td>
- </tr>
- <tr>
- <td width="160">
- <div id="Info3Text" style="position:absolute; width:160px; height:105px; z-index:4; top: 25px;" class="InfoZelle">
- </div>
- </td>
- </tr>
- </table>
- </div>
- <div id="Info2" style="position:absolute; width:178px; height:107px; z-index:3; top: 205px; left: 550px; visibility: inherit;" class="KarteRahmen">
- <table width="178" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="30" class="InfoKopf">Samboja Lestari is located on Borneo</td>
- </tr>
- <tr>
- <td width="160" height="74" align="center" valign="middle"><img src="../bilder/uebersicht_info2.gif" width="178" height="78"/></td>
- </tr>
- </table>
- </div>
- <div id="Info1" style="position:absolute; width:178px; height:113px; z-index:14; top: 79px; left: 550px; visibility: inherit;" class="KarteRahmen">
- <table width="178" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="30" class="InfoKopf">Samboja Lestari is located in Indonesia</td>
- </tr>
- <tr>
- <td width="160" height="74" align="center" valign="middle"><img src="../bilder/uebersicht_info1.gif" width="178" height="83"/></td>
- </tr>
- </table>
- </div>
- <div id="KartUebersicht" style="position:absolute; width:360px; height:390px; z-index:1; left: 169px; top: 100px; visibility: inherit;" class="KarteRahmen">
- <div align="right">
- <img src="../bilder/karte_uebersicht.jpg" width="360" height="360"/>
- <br/>
- </div>
- </div>
- <div id="Faehnchen" style="position:absolute; width:120px; height:15px; z-index:7; left: 169px; top: 100px; visibility: hidden;">
- <img src="../bilder/spacer.gif" width="1" height="1"/>
- </div>
- <div id="Uebersichthome" style="position:absolute; width:140px; height:20px; z-index:6; left: 10px; top: 220px; visibility: inherit;" class="Navigation">
- Points of Interest
- <div id="UebersichtPoiNavi" style="position:absolute; width:125px; height:80px; z-index:7; left: 19px; top: 17px; visibility: inherit;"></div>
- </div>
- </div>
- <div id="PoiDetail" style="position:absolute; width:1px; height:1px; z-index:4; left: 0px; top: 0px; visibility: hidden;">
- <div id="PoiDetailKarte" style="position:absolute; width:360px; height:390px; z-index:1; left: 169px; top: 100px; visibility: inherit;" class="KarteRahmen">
- <div id="PoiPos" style="position:absolute; width:16px; height:16px; z-index:2; visibility: inherit;">
- <img border="0" name="poiicon" id="poiicon" width="16" height="16"/>
- </div>
- <div id="PoiMenu" style="position: absolute; vertical-align: bottom; bottom: 31px; left: 1px; z-index: 10; visibility: inherit;">
- </div>
- <div id="Luftbild" style="position:absolute; width:360px; height:360px; z-index:9; left: 0px; top: 0px; visibility: hidden;">
- <img src="../bilder/submit.gif" name="poiluftbild" width="360" height="360" border="0" />
- </div>
- <div id="Panorama" style="position:absolute; width:360px; height:360px; z-index:9; left: 0px; top: 0px; border: 0px; visibility: hidden;">
- <div id="PanoramaApplet" style="position: absolute; top: 0px; left: 0px; width:360px; height:340px;">
- </div>
- <div id="PanoramaFooter" style="position: absolute; top: 0px; left: 0px; width:360px; height:360px; color: white; background-color: black; " align="right">
- </div>
- </div>
- <div align="right">
- <table width="360" height="360" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td height="90" width="90"><img name="img11" width="90" height="90" id="img11"/></td>
- <td height="90" width="90"><img name="img21" width="90" height="90" id="img21"/></td>
- <td height="90" width="90"><img name="img31" width="90" height="90" id="img31"/></td>
- <td height="90" width="90"><img name="img41" width="90" height="90" id="img41"/></td>
- </tr>
- <tr>
- <td height="90" width="90"><img name="img12" width="90" height="90" id="img12"/></td>
- <td height="90" width="90"><img name="img22" width="90" height="90" id="img22"/></td>
- <td height="90" width="90"><img name="img32" width="90" height="90" id="img32"/></td>
- <td height="90" width="90"><img name="img42" width="90" height="90" id="img42"/></td>
- </tr>
- <tr>
- <td height="90" width="90"><img name="img13" width="90" height="90" id="img13"/></td>
- <td height="90" width="90"><img name="img23" width="90" height="90" id="img23"/></td>
- <td height="90" width="90"><img name="img33" width="90" height="90" id="img33"/></td>
- <td height="90" width="90"><img name="img43" width="90" height="90" id="img43"/></td>
- </tr>
- <tr>
- <td height="90" width="90"><img name="img14" width="90" height="90" id="img14"/></td>
- <td height="90" width="90"><img name="img24" width="90" height="90" id="img24"/></td>
- <td height="90" width="90"><img name="img34" width="90" height="90" id="img34"/></td>
- <td height="90" width="90"><img name="img44" width="90" height="90" id="img44"/></td>
- </tr>
- </table>
- </div>
- </div>
- <div id="PoiDetailThumb" style="position:absolute; width:360px; height:390px; z-index:1; left: 169px; top: 100px; visibility: inherit;" class="KarteRahmen">
- <div id="zurueck" style="position:absolute; top:-19px; left:290px; width:70px; height:19px; z-index:7; visibility: inherit;"><a href="#" onClick="Thumbausblenden();" class="Navigation"><img src="/images/pfeil_back.gif" border="0"/>back</a></div> <div align="right">
- <table width="360" height="360" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td colspan="4"><img name="DetailThumb" width="360" height="360" id="DetailThumb"/></td>
- </tr>
- </table>
- </div>
- </div>
- <div id="PoiInfo" style="position:absolute; width:178px; height:238px; z-index:3; top: 222px; left: 550px; visibility: inherit;" class="KarteRahmen">
- <table width="178" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="InfoKopf">Information</td>
- </tr>
- <tr>
- <td width="160" align="left" valign="top"><div id="PoiInfoText" style="position:absolute; width:158px; height:210px; z-index:4; left: 0px; top: 20px; overflow: auto; visibility: inherit;" class="InfoZelle"></div></td>
- </tr>
- </table>
- </div>
- <div id="PoiThumb" style="position:absolute; width:178px; height:131px; z-index:3; top: 79px; left: 550px; visibility: inherit;" class="KarteRahmen">
- <table width="178" height="131" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td class="InfoKopf">Picture Gallery</td>
- </tr>
- <tr>
- <td align="center" valign="middle"> <table width="174" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td align="center" valign="middle" class="ThumbRahmen"><img name="thumb1" width="55" height="55" id="thumb1"/></td>
- <td align="center" valign="middle" class="ThumbRahmen"><img name="thumb2" width="55" height="55" id="thumb2"/></td>
- <td align="center" valign="middle" class="ThumbRahmen"><img name="thumb3" width="55" height="55" id="thumb3"/></td>
- </tr>
- <tr>
- <td align="center" valign="middle" class="ThumbRahmen"><img name="thumb4" width="55" height="55" id="thumb4"/></td>
- <td align="center" valign="middle" class="ThumbRahmen"><img name="thumb5" width="55" height="55" id="thumb5"/></td>
- <td align="center" valign="middle" class="ThumbRahmen"><img name="thumb6" width="55" height="55" id="thumb6"/></td>
- </tr>
- </table></td>
- </tr>
- </table>
- <div id="ThumbLink1" style="position:absolute; width:55px; height:55px; z-index:4; top: 16px; left: 3px; visibility: inherit;"><a href="#" onClick="ThumbVergoessern(1)"><img src="../bilder/spacer.gif" width="55" height="55" border="0"/></a></div>
- <div id="ThumbLink2" style="position:absolute; width:55px; height:55px; z-index:4; top: 16px; left: 60px; visibility: inherit;"><a href="#" onClick="ThumbVergoessern(2)"><img src="../bilder/spacer.gif" width="55" height="55" border="0"/></a></div>
- <div id="ThumbLink3" style="position:absolute; width:55px; height:55px; z-index:4; top: 16px; left: 117px; visibility: inherit;"><a href="#" onClick="ThumbVergoessern(3)"><img src="../bilder/spacer.gif" width="55" height="55" border="0"/></a></div>
- <div id="ThumbLink4" style="position:absolute; width:55px; height:55px; z-index:4; top: 73px; left: 3px; visibility: inherit;"><a href="#" onClick="ThumbVergoessern(4)"><img src="../bilder/spacer.gif" width="55" height="55" border="0"/></a></div>
- <div id="ThumbLink5" style="position:absolute; width:55px; height:55px; z-index:4; top: 73px; left: 60px; visibility: inherit;"><a href="#" onClick="ThumbVergoessern(5)"><img src="../bilder/spacer.gif" width="55" height="55" border="0"/></a></div>
- <div id="ThumbLink6" style="position:absolute; width:55px; height:55px; z-index:4; top: 73px; left: 117px; visibility: inherit;"><a href="#" onClick="ThumbVergoessern(6)"><img src="../bilder/spacer.gif" width="55" height="55" border="0"/></a></div>
- </div>
- <div id="home" style="position:absolute; width:140px; height:20px; z-index:6; left: 10px; top: 218px; visibility: inherit;" class="NavigationAktiv">
- Points of Interest
- <div id="PoiNavi" style="position:absolute; width:125px; height:80px; z-index:7; left: 19px; top: 17px; visibility: inherit;"></div>
- </div>
- </div>
- <div id="qmDetail" style="position:absolute; width:1px; height:1; z-index:4; left: 0px; top: 0px; visibility: hidden;">
- <div id="qmDetailKarte" style="position:absolute; width:360px; height:390px; z-index:1; left: 169px; top: 100px; visibility: inherit;" class="KarteRahmen">
- <div id="qmLupe" style="position:absolute; width:36px; height:24px; z-index:11; visibility: inherit;"><img src="../bilder/lupe.gif" width="36" height="24"/></div>
- <div id="LayersMenu" class="KarteRahmen" style="position: absolute; bottom: 31px; right: 1px; z-index: 15; visibility: inherit;">
- <table width="90" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td align="center" class="InfoKopf">Layers</td>
- </tr>
- <tr>
- <td valign="top" align="center">
- <a class="LayersMenuItemActive" id="LayerMenu_background" href="#" onclick="toggle_layer('background')">Sat Image</a><br/>
- </td>
- </tr>
- <tr>
- <td valign="top" align="center">
- <a class="LayersMenuItemActive" id="LayerMenu_areas" href="#" onclick="toggle_layer('areas')">Sale Areas</a><br/>
- </td>
- </tr>
- <tr>
- <td valign="top" align="center">
- <a class="LayersMenuItemActive" id="LayerMenu_contracts" href="#" onclick="toggle_layer('contracts')">Sold</a><br/>
- </td>
- </tr>
- </table>
- </div>
- <img id="MapCaptureImage" style="position: absolute; top: 0px; left: 0px; z-index: 12; visibility: inherit;"
- width="360" height="360"
- border="0" src="../bilder/spacer.gif" />
- <div align="right" style="z-index: 10;">
- <table width="360" height="360" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td width="90" height="90"><img name="qmimg11" width="90" height="90" id="qmimg11"/></td>
- <td height="90" width="90"><img name="qmimg21" width="90" height="90" id="qmimg21"/></td>
- <td height="90" width="90"><img name="qmimg31" width="90" height="90" id="qmimg31"/></td>
- <td height="90" width="90"><img name="qmimg41" width="90" height="90" id="qmimg41"/></td>
- </tr>
- <tr>
- <td height="90" width="90"><img name="qmimg12" width="90" height="90" id="qmimg12"/></td>
- <td height="90" width="90"><img name="qmimg22" width="90" height="90" id="qmimg22"/></td>
- <td height="90" width="90"><img name="qmimg32" width="90" height="90" id="qmimg32"/></td>
- <td height="90" width="90"><img name="qmimg42" width="90" height="90" id="qmimg42"/></td>
- </tr>
- <tr>
- <td height="90" width="90"><img name="qmimg13" width="90" height="90" id="qmimg13"/></td>
- <td height="90" width="90"><img name="qmimg23" width="90" height="90" id="qmimg23"/></td>
- <td height="90" width="90"><img name="qmimg33" width="90" height="90" id="qmimg33"/></td>
- <td height="90" width="90"><img name="qmimg43" width="90" height="90" id="qmimg43"/></td>
- </tr>
- <tr>
- <td height="90" width="90"><img name="qmimg14" width="90" height="90" id="qmimg14"/></td>
- <td height="90" width="90"><img name="qmimg24" width="90" height="90" id="qmimg24"/></td>
- <td height="90" width="90"><img name="qmimg34" width="90" height="90" id="qmimg34"/></td>
- <td height="90" width="90"><img name="qmimg44" width="90" height="90" id="qmimg44"/></td>
- </tr>
- </table>
- </div>
- </div>
- <div id="qmLaden" style="position:absolute; width:158px; height:16px; z-index:21; left: 560px; top: 165px; visibility: hidden;" class="Laden">
- <div align="center" valign="middle">Please wait, loading ...</div>
- </div>
- <div id="qmAusschnittRahmen" style="position:absolute; width:178; height:131px; z-index:3; top: 99px; left: 550px; visibility: inherit;" class="KarteRahmen">
- <table width="178" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="InfoKopf" >click on "sold" m²s!</td>
- </tr>
- <tr>
- <td align="center" valign="middle">
- <img src="../bilder/spacer.gif" width="0" height="0"/>
- </td>
- </tr>
- </table>
- </div>
- <div id="qmInfo" style="position:absolute; width:178px; height:218px; z-index:10; top: 242px; left: 550px; visibility: inherit;" class="KarteRahmen">
- <table width="178" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="InfoKopf">Donor Information</td>
- </tr>
- <tr>
- <td width="160" align="left" valign="top">
- <div id="qmInfoText" style="position:absolute; width:158px; height:195px; left: 0px; top: 20px; overflow: hidden; visibility: inherit;"
- class="InfoZelle" onMouseOver="enlarge_info();" onMouseOut="collapse_info();">
- </div>
- </td>
- </tr>
- </table>
- </div>
- <div id="qmhome" style="position:absolute; width:140px; height:20px; z-index:6; left: 10px; top: 105px; visibility: inherit;" class="NavigationAktiv">
- <img src="/images/pfeil_link_on.gif" width="29" height="12" border="0"/>
- "sold" m²
- </div>
- <div id="qmAusschnitt" style="position:absolute; width:200px; height:115px; z-index:7; left: 172px; top: 512px; visibility: inherit;">
- <table width="1800" height="1800" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td><img name="qmlupe11" width="450" height="450" id="qmlupe11"/></td>
- <td><img name="qmlupe21" width="450" height="450" id="qmlupe21"/></td>
- <td><img name="qmlupe31" width="450" height="450" id="qmlupe31"/></td>
- <td><img name="qmlupe41" width="450" height="450" id="qmlupe41"/></td>
- </tr>
- <tr>
- <td><img name="qmlupe12" width="450" height="450" id="qmlupe12"/></td>
- <td><img name="qmlupe22" width="450" height="450" id="qmlupe22"/></td>
- <td><img name="qmlupe32" width="450" height="450" id="qmlupe32"/></td>
- <td><img name="qmlupe42" width="450" height="450" id="qmlupe42"/></td>
- </tr>
- <tr>
- <td><img name="qmlupe13" width="450" height="450" id="qmlupe13"/></td>
- <td><img name="qmlupe23" width="450" height="450" id="qmlupe23"/></td>
- <td><img name="qmlupe33" width="450" height="450" id="qmlupe33"/></td>
- <td><img name="qmlupe43" width="450" height="450" id="qmlupe43"/></td>
- </tr>
- <tr>
- <td><img name="qmlupe14" width="450" height="450" id="qmlupe14"/></td>
- <td><img name="qmlupe24" width="450" height="450" id="qmlupe24"/></td>
- <td><img name="qmlupe34" width="450" height="450" id="qmlupe34"/></td>
- <td><img name="qmlupe44" width="450" height="450" id="qmlupe44"/></td>
-
- </tr>
- </table>
- </div>
- </div>
- <div id="Ueberschrift" style="position:absolute; width:290px; height:20px; z-index:5; left: 169px; top: 80px;">Samboja Lestari - Overview</div>
- <div id="Untertitel" style="position:absolute; width:350px; height:20px; z-index:5; left: 169px; top: 469px;" align="right">More than 17 million square meters for Eternity(?)</div>
- <div class="Links" style="position:absolute; width:178px; height:132px; z-index:3; top: 472px; left: 550px;">
- <span style="padding-right:2px">
- <img src="/images/pfeil_link_on.gif" border="0" />
- <a class="FaehnchenLink" href="javascript:window_infosystem_hilfe();"> Help </a>
- </span>
- <span style="padding-right:2px">
- <img src="/images/pfeil_link_on.gif" border="0" />
- <a class="FaehnchenLink" href="javascript:bestellung();"> Buy m²s </a>
- </span>
- <span style="padding-right:2px">
- <img src="/images/pfeil_link_on.gif" border="0" />
- <a class="FaehnchenLink" href="javascript:window.close();"> Close </a>
- </span>
- </div>
- <div id="dataqm" style="position:absolute; width:1px; height:1px; z-index:11; left: 1px; top: 1px;"></div>
- <div id="debugger" style="position:absolute; width:400px; height:400px; z-index:21; left: 760px; top: 20px; visibility: hidden;" class="InfoZelle"></div>
- <div id="data">
- <iframe src="about:blank" height="0" width="0" name="data"> </iframe>
- </div>
- <script language="JavaScript">init();</script>
- </body>
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+ <head>
+ <title>Satellite View - Samboja Lestari</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" charset="utf-8" />
+
+ <link href="../satellitenkarte_style.css" rel="stylesheet"/>
+ <script language="JavaScript" type="text/JavaScript" src="messages.js"></script>
+ <script language="JavaScript" type="text/JavaScript" src="../javascript.js"></script>
+ <script language="JavaScript" type="text/JavaScript">
+ <!--
+ function MM_reloadPage(init) { //reloads the window if Nav4 resized
+ if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
+ document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
+ else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
+ }
+ MM_reloadPage(true);
+
+ //-->
+ </script>
+ <style type="text/css">
+ <!--
+ body {
+ margin-left: 0px;
+ margin-top: 0px;
+ margin-right: 0px;
+ margin-bottom: 0px;
+ }
+ -->
+ </style>
+ </head>
+ <body>
+ <table width="740" height="500" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td height="50" colspan="3"><img src="../bilder/head.gif" width="740" height="50"/></td>
+ </tr>
+ <tr>
+ <td height="20" class="BreadCrumbs"><img src="../bilder/spacer.gif" width="1" height="1"/></td>
+ <td height="20" colspan="2" class="BreadCrumbs"><img src="../bilder/spacer.gif" width="1" height="1"/></td>
+ </tr>
+ <tr>
+ <td width="140" height="430" align="left" valign="top" class="SpaltenBK"><img src="../bilder/spacer.gif" width="1" height="1"/></td>
+ <td width="380" height="430" align="left" valign="top"><img src="../bilder/spacer.gif" width="1" height="1"/></td>
+ <td width="180" height="430" align="left" valign="top" class="SpaltenBK"><img src="../bilder/spacer.gif" width="1" height="1"/> </td>
+ </tr>
+ </table>
+ <div id="Loginfehler" style="position:absolute; width:138px; height:88px; z-index:21; left: 10px; top: 403px; visibility: hidden;" class="KarteRahmen">
+ <table width="138" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="2" class="InfoKopf">Login Error</td>
+ </tr>
+ </table>
+ <div style="position:absolute; width:138px; z-index:21; left: 0px; top: 10px; visibility: inherit;" class="InfoZelle">
+ <br/>Error while logging in, please check your sponsor ID and your password or master code.
+ <img src="/images/pfeil_link_on.gif" border="0"/>
+ <a class="FaehnchenLink" href="#" onclick="document.getElementById('Loginfehler').style.visibility = 'hidden'">
+ continue
+ </a>
+ </div>
+ </div>
+ <div id="Anmelden" style="position:absolute; width:138px; height:88px; z-index:20; left: 10px; top: 403px; visibility: hidden;" class="KarteRahmen">
+ <table width="138" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="2" class="InfoKopf">"my" m²</td>
+ </tr>
+ </table>
+ <div id="AnmeldenInhalt" style="position:absolute; width:138px; z-index:20; left: 0px; top: 10px; visibility: inherit;">
+ <form id="form0" name="form0" onsubmit="return do_login();" method="get">
+ <table width="138" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="2" height="5" class="InfoZelle">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="InfoZelle">
+ Sponsor ID
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="InfoZelle">
+ <input name="__sponsorid" type="text" class="FormSponsorenID" onFocus="sponsorfeld_leeren();"/>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" class="InfoZelle">
+ Password
+ </td>
+ </tr>
+ <tr>
+ <td class="InfoZelleKennwort">
+ <input name="__password" type="password" class="FormKennwort"/>
+ </td>
+ <td class="InfoZelleSubmit">
+ <a href="#" onclick="do_login();">
+ <img src="../bilder/submit.gif" width="18" height="18" border="0"/>
+ </a>
+ </td>
+ </tr>
+ </table>
+ <input type="submit" name="Submit" value="anmelden" class="submitButton"/>
+ </form>
+ </div>
+ </div>
+ <div id="SponsorInfo" style="position:absolute; width:138px; height:78px; z-index:20; left: 10px; top: 413px; visibility: hidden;" class="KarteRahmen">
+ <table width="138" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="2" class="InfoKopf">Logged in as</td>
+ </tr>
+ <tr>
+ <td class="InfoZelle" height="20">
+ <div id="SponsorInfoText" style="position:absolute; width:120px; height:10px; z-index:21; left: 10px; top:20px; visibility: inherit;"></div>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <img src="../bilder/spacer.gif" width="1" height="18"/>
+ </td>
+ </tr>
+ </table>
+ <div id="SponsorInfoInhalt" style="position:absolute; width:138px; z-index:20; left: 0px; top: 50px; visibility: inherit;">
+ <form id="form1" name="form1" action="/infosystem/en/satellitenkarte.html" method="post">
+ <input name="logout" type="hidden" value="1"/>
+ <table width="138" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td class="InfoZelleKennwort">
+ <a class="FaehnchenLink" href="#" onclick="document.location.href = '/en/profil'">
+ <img src="/images/pfeil_link_on.gif" border="0"/>
+ Profile
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td class="InfoZelleKennwort">
+ <a class="FaehnchenLink" href="#" onclick="document.form1.submit();">
+ <img src="/images/pfeil_back.gif" border="0"/>
+ Logout
+ </a>
+ </td>
+ </tr>
+ </table>
+ </form>
+ </div>
+ </div>
+ <div id="UebersichtKlein" style="position:absolute; width:138px; height:132px; z-index:10; left: 10px; top: 79px;" class="KarteRahmen">
+ <table width="138" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td class="InfoKopf">Overview</td>
+ </tr>
+ <tr>
+ <td align="center" valign="middle"><div id="UebersichtPosition" style="position:absolute; width:4px; height:4px; z-index:5"><img src="../bilder/spacer.gif" width="4" height="4" border="0"/></div>
+ <a href="#" class="Navigation" onclick="Uebersicht_anzeigen(); self.focus();">
+ <img src="../bilder/uebersichtskarte_klein.gif" width="118" height="118" border="0"/>
+ </a>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <div id="Uebersicht" style="position:absolute; width:1px; height:1px; z-index:4; left: 0px; top: 0px; visibility: visible;">
+ <div id="Info3" style="position:absolute; width:178px; height:132px; z-index:3; top: 329px; left: 550px; visibility: inherit;" class="KarteRahmen">
+ <table width="178" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td class="InfoKopf">"Sale" State</td>
+ </tr>
+ <tr>
+ <td width="160">
+ <div id="Info3Text" style="position:absolute; width:160px; height:105px; z-index:4; top: 25px;" class="InfoZelle">
+ </div>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <div id="Info2" style="position:absolute; width:178px; height:107px; z-index:3; top: 205px; left: 550px; visibility: inherit;" class="KarteRahmen">
+ <table width="178" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td height="30" class="InfoKopf">Samboja Lestari is located on Borneo</td>
+ </tr>
+ <tr>
+ <td width="160" height="74" align="center" valign="middle"><img src="../bilder/uebersicht_info2.gif" width="178" height="78"/></td>
+ </tr>
+ </table>
+ </div>
+ <div id="Info1" style="position:absolute; width:178px; height:113px; z-index:14; top: 79px; left: 550px; visibility: inherit;" class="KarteRahmen">
+ <table width="178" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td height="30" class="InfoKopf">Samboja Lestari is located in Indonesia</td>
+ </tr>
+ <tr>
+ <td width="160" height="74" align="center" valign="middle"><img src="../bilder/uebersicht_info1.gif" width="178" height="83"/></td>
+ </tr>
+ </table>
+ </div>
+ <div id="KartUebersicht" style="position:absolute; width:360px; height:390px; z-index:1; left: 169px; top: 100px; visibility: inherit;" class="KarteRahmen">
+ <div align="right">
+ <img src="../bilder/karte_uebersicht.jpg" width="360" height="360"/>
+ <br/>
+ </div>
+ </div>
+ <div id="Faehnchen" style="position:absolute; width:120px; height:15px; z-index:7; left: 169px; top: 100px; visibility: hidden;">
+ <img src="../bilder/spacer.gif" width="1" height="1"/>
+ </div>
+ <div id="Uebersichthome" style="position:absolute; width:140px; height:20px; z-index:6; left: 10px; top: 220px; visibility: inherit;" class="Navigation">
+ Points of Interest
+ <div id="UebersichtPoiNavi" style="position:absolute; width:125px; height:80px; z-index:7; left: 19px; top: 17px; visibility: inherit;"></div>
+ </div>
+ </div>
+ <div id="PoiDetail" style="position:absolute; width:1px; height:1px; z-index:4; left: 0px; top: 0px; visibility: hidden;">
+ <div id="PoiDetailKarte" style="position:absolute; width:360px; height:390px; z-index:1; left: 169px; top: 100px; visibility: inherit;" class="KarteRahmen">
+ <div id="PoiPos" style="position:absolute; width:16px; height:16px; z-index:2; visibility: inherit;">
+ <img border="0" name="poiicon" id="poiicon" width="16" height="16"/>
+ </div>
+ <div id="PoiMenu" style="position: absolute; vertical-align: bottom; bottom: 31px; left: 1px; z-index: 10; visibility: inherit;">
+ </div>
+ <div id="Luftbild" style="position:absolute; width:360px; height:360px; z-index:9; left: 0px; top: 0px; visibility: hidden;">
+ <img src="../bilder/submit.gif" name="poiluftbild" width="360" height="360" border="0" />
+ </div>
+ <div id="Panorama" style="position:absolute; width:360px; height:360px; z-index:9; left: 0px; top: 0px; border: 0px; visibility: hidden;">
+ <div id="PanoramaApplet" style="position: absolute; top: 0px; left: 0px; width:360px; height:340px;">
+ </div>
+ <div id="PanoramaFooter" style="position: absolute; top: 0px; left: 0px; width:360px; height:360px; color: white; background-color: black; " align="right">
+ </div>
+ </div>
+ <div align="right">
+ <table width="360" height="360" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td height="90" width="90"><img name="img11" width="90" height="90" id="img11"/></td>
+ <td height="90" width="90"><img name="img21" width="90" height="90" id="img21"/></td>
+ <td height="90" width="90"><img name="img31" width="90" height="90" id="img31"/></td>
+ <td height="90" width="90"><img name="img41" width="90" height="90" id="img41"/></td>
+ </tr>
+ <tr>
+ <td height="90" width="90"><img name="img12" width="90" height="90" id="img12"/></td>
+ <td height="90" width="90"><img name="img22" width="90" height="90" id="img22"/></td>
+ <td height="90" width="90"><img name="img32" width="90" height="90" id="img32"/></td>
+ <td height="90" width="90"><img name="img42" width="90" height="90" id="img42"/></td>
+ </tr>
+ <tr>
+ <td height="90" width="90"><img name="img13" width="90" height="90" id="img13"/></td>
+ <td height="90" width="90"><img name="img23" width="90" height="90" id="img23"/></td>
+ <td height="90" width="90"><img name="img33" width="90" height="90" id="img33"/></td>
+ <td height="90" width="90"><img name="img43" width="90" height="90" id="img43"/></td>
+ </tr>
+ <tr>
+ <td height="90" width="90"><img name="img14" width="90" height="90" id="img14"/></td>
+ <td height="90" width="90"><img name="img24" width="90" height="90" id="img24"/></td>
+ <td height="90" width="90"><img name="img34" width="90" height="90" id="img34"/></td>
+ <td height="90" width="90"><img name="img44" width="90" height="90" id="img44"/></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <div id="PoiDetailThumb" style="position:absolute; width:360px; height:390px; z-index:1; left: 169px; top: 100px; visibility: inherit;" class="KarteRahmen">
+ <div id="zurueck" style="position:absolute; top:-19px; left:290px; width:70px; height:19px; z-index:7; visibility: inherit;"><a href="#" onClick="Thumbausblenden();" class="Navigation"><img src="/images/pfeil_back.gif" border="0"/>back</a></div> <div align="right">
+ <table width="360" height="360" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td colspan="4"><img name="DetailThumb" width="360" height="360" id="DetailThumb"/></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <div id="PoiInfo" style="position:absolute; width:178px; height:238px; z-index:3; top: 222px; left: 550px; visibility: inherit;" class="KarteRahmen">
+ <table width="178" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td class="InfoKopf">Information</td>
+ </tr>
+ <tr>
+ <td width="160" align="left" valign="top"><div id="PoiInfoText" style="position:absolute; width:158px; height:210px; z-index:4; left: 0px; top: 20px; overflow: auto; visibility: inherit;" class="InfoZelle"></div></td>
+ </tr>
+ </table>
+ </div>
+ <div id="PoiThumb" style="position:absolute; width:178px; height:131px; z-index:3; top: 79px; left: 550px; visibility: inherit;" class="KarteRahmen">
+ <table width="178" height="131" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td class="InfoKopf">Picture Gallery</td>
+ </tr>
+ <tr>
+ <td align="center" valign="middle"> <table width="174" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td align="center" valign="middle" class="ThumbRahmen"><img name="thumb1" width="55" height="55" id="thumb1"/></td>
+ <td align="center" valign="middle" class="ThumbRahmen"><img name="thumb2" width="55" height="55" id="thumb2"/></td>
+ <td align="center" valign="middle" class="ThumbRahmen"><img name="thumb3" width="55" height="55" id="thumb3"/></td>
+ </tr>
+ <tr>
+ <td align="center" valign="middle" class="ThumbRahmen"><img name="thumb4" width="55" height="55" id="thumb4"/></td>
+ <td align="center" valign="middle" class="ThumbRahmen"><img name="thumb5" width="55" height="55" id="thumb5"/></td>
+ <td align="center" valign="middle" class="ThumbRahmen"><img name="thumb6" width="55" height="55" id="thumb6"/></td>
+ </tr>
+ </table></td>
+ </tr>
+ </table>
+ <div id="ThumbLink1" style="position:absolute; width:55px; height:55px; z-index:4; top: 16px; left: 3px; visibility: inherit;"><a href="#" onClick="ThumbVergoessern(1)"><img src="../bilder/spacer.gif" width="55" height="55" border="0"/></a></div>
+ <div id="ThumbLink2" style="position:absolute; width:55px; height:55px; z-index:4; top: 16px; left: 60px; visibility: inherit;"><a href="#" onClick="ThumbVergoessern(2)"><img src="../bilder/spacer.gif" width="55" height="55" border="0"/></a></div>
+ <div id="ThumbLink3" style="position:absolute; width:55px; height:55px; z-index:4; top: 16px; left: 117px; visibility: inherit;"><a href="#" onClick="ThumbVergoessern(3)"><img src="../bilder/spacer.gif" width="55" height="55" border="0"/></a></div>
+ <div id="ThumbLink4" style="position:absolute; width:55px; height:55px; z-index:4; top: 73px; left: 3px; visibility: inherit;"><a href="#" onClick="ThumbVergoessern(4)"><img src="../bilder/spacer.gif" width="55" height="55" border="0"/></a></div>
+ <div id="ThumbLink5" style="position:absolute; width:55px; height:55px; z-index:4; top: 73px; left: 60px; visibility: inherit;"><a href="#" onClick="ThumbVergoessern(5)"><img src="../bilder/spacer.gif" width="55" height="55" border="0"/></a></div>
+ <div id="ThumbLink6" style="position:absolute; width:55px; height:55px; z-index:4; top: 73px; left: 117px; visibility: inherit;"><a href="#" onClick="ThumbVergoessern(6)"><img src="../bilder/spacer.gif" width="55" height="55" border="0"/></a></div>
+ </div>
+ <div id="home" style="position:absolute; width:140px; height:20px; z-index:6; left: 10px; top: 218px; visibility: inherit;" class="NavigationAktiv">
+ Points of Interest
+ <div id="PoiNavi" style="position:absolute; width:125px; height:80px; z-index:7; left: 19px; top: 17px; visibility: inherit;"></div>
+ </div>
+ </div>
+ <div id="qmDetail" style="position:absolute; width:1px; height:1; z-index:4; left: 0px; top: 0px; visibility: hidden;">
+ <div id="qmDetailKarte" style="position:absolute; width:360px; height:390px; z-index:1; left: 169px; top: 100px; visibility: inherit;" class="KarteRahmen">
+ <div id="qmLupe" style="position:absolute; width:36px; height:24px; z-index:11; visibility: inherit;"><img src="../bilder/lupe.gif" width="36" height="24"/></div>
+ <div id="LayersMenu" class="KarteRahmen" style="position: absolute; bottom: 31px; right: 1px; z-index: 15; visibility: inherit;">
+ <table width="90" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td align="center" class="InfoKopf">Layers</td>
+ </tr>
+ <tr>
+ <td valign="top" align="center">
+ <a class="LayersMenuItemActive" id="LayerMenu_background" href="#" onclick="toggle_layer('background')">Sat image</a><br/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="center">
+ <a class="LayersMenuItemActive" id="LayerMenu_areas" href="#" onclick="toggle_layer('areas')">Selling areas</a><br/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="center">
+ <a class="LayersMenuItemActive" id="LayerMenu_contracts" href="#" onclick="toggle_layer('contracts')">Current status</a><br/>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <img id="MapCaptureImage" style="position: absolute; top: 0px; left: 0px; z-index: 12; visibility: inherit;"
+ width="360" height="360"
+ border="0" src="../bilder/spacer.gif" />
+ <div align="right" style="z-index: 10;">
+ <table width="360" height="360" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td width="90" height="90"><img name="qmimg11" width="90" height="90" id="qmimg11"/></td>
+ <td height="90" width="90"><img name="qmimg21" width="90" height="90" id="qmimg21"/></td>
+ <td height="90" width="90"><img name="qmimg31" width="90" height="90" id="qmimg31"/></td>
+ <td height="90" width="90"><img name="qmimg41" width="90" height="90" id="qmimg41"/></td>
+ </tr>
+ <tr>
+ <td height="90" width="90"><img name="qmimg12" width="90" height="90" id="qmimg12"/></td>
+ <td height="90" width="90"><img name="qmimg22" width="90" height="90" id="qmimg22"/></td>
+ <td height="90" width="90"><img name="qmimg32" width="90" height="90" id="qmimg32"/></td>
+ <td height="90" width="90"><img name="qmimg42" width="90" height="90" id="qmimg42"/></td>
+ </tr>
+ <tr>
+ <td height="90" width="90"><img name="qmimg13" width="90" height="90" id="qmimg13"/></td>
+ <td height="90" width="90"><img name="qmimg23" width="90" height="90" id="qmimg23"/></td>
+ <td height="90" width="90"><img name="qmimg33" width="90" height="90" id="qmimg33"/></td>
+ <td height="90" width="90"><img name="qmimg43" width="90" height="90" id="qmimg43"/></td>
+ </tr>
+ <tr>
+ <td height="90" width="90"><img name="qmimg14" width="90" height="90" id="qmimg14"/></td>
+ <td height="90" width="90"><img name="qmimg24" width="90" height="90" id="qmimg24"/></td>
+ <td height="90" width="90"><img name="qmimg34" width="90" height="90" id="qmimg34"/></td>
+ <td height="90" width="90"><img name="qmimg44" width="90" height="90" id="qmimg44"/></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <div id="qmLaden" style="position:absolute; width:158px; height:16px; z-index:21; left: 560px; top: 165px; visibility: hidden;" class="Laden">
+ <div align="center" valign="middle">Please wait, loading ...</div>
+ </div>
+ <div id="qmAusschnittRahmen" style="position:absolute; width:178; height:131px; z-index:3; top: 99px; left: 550px; visibility: inherit;" class="KarteRahmen">
+ <table width="178" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td class="InfoKopf" >click on "sold" m²s!</td>
+ </tr>
+ <tr>
+ <td align="center" valign="middle">
+ <img src="../bilder/spacer.gif" width="0" height="0"/>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <div id="qmInfo" style="position:absolute; width:178px; height:218px; z-index:10; top: 242px; left: 550px; visibility: inherit;" class="KarteRahmen">
+ <table width="178" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td class="InfoKopf">Sponsor Information</td>
+ </tr>
+ <tr>
+ <td width="160" align="left" valign="top">
+ <div id="qmInfoText" style="position:absolute; width:158px; height:195px; left: 0px; top: 20px; overflow: hidden; visibility: inherit;"
+ class="InfoZelle" onMouseOver="enlarge_info();" onMouseOut="collapse_info();">
+ </div>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <div id="qmhome" style="position:absolute; width:140px; height:20px; z-index:6; left: 10px; top: 105px; visibility: inherit;" class="NavigationAktiv">
+ <img src="/images/pfeil_link_on.gif" width="29" height="12" border="0"/>
+ "sold" m²
+ </div>
+ <div id="qmAusschnitt" style="position:absolute; width:200px; height:115px; z-index:7; left: 172px; top: 512px; visibility: inherit;">
+ <table width="1800" height="1800" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td><img name="qmlupe11" width="450" height="450" id="qmlupe11"/></td>
+ <td><img name="qmlupe21" width="450" height="450" id="qmlupe21"/></td>
+ <td><img name="qmlupe31" width="450" height="450" id="qmlupe31"/></td>
+ <td><img name="qmlupe41" width="450" height="450" id="qmlupe41"/></td>
+ </tr>
+ <tr>
+ <td><img name="qmlupe12" width="450" height="450" id="qmlupe12"/></td>
+ <td><img name="qmlupe22" width="450" height="450" id="qmlupe22"/></td>
+ <td><img name="qmlupe32" width="450" height="450" id="qmlupe32"/></td>
+ <td><img name="qmlupe42" width="450" height="450" id="qmlupe42"/></td>
+ </tr>
+ <tr>
+ <td><img name="qmlupe13" width="450" height="450" id="qmlupe13"/></td>
+ <td><img name="qmlupe23" width="450" height="450" id="qmlupe23"/></td>
+ <td><img name="qmlupe33" width="450" height="450" id="qmlupe33"/></td>
+ <td><img name="qmlupe43" width="450" height="450" id="qmlupe43"/></td>
+ </tr>
+ <tr>
+ <td><img name="qmlupe14" width="450" height="450" id="qmlupe14"/></td>
+ <td><img name="qmlupe24" width="450" height="450" id="qmlupe24"/></td>
+ <td><img name="qmlupe34" width="450" height="450" id="qmlupe34"/></td>
+ <td><img name="qmlupe44" width="450" height="450" id="qmlupe44"/></td>
+
+ </tr>
+ </table>
+ </div>
+ </div>
+ <div id="Ueberschrift" style="position:absolute; width:290px; height:20px; z-index:5; left: 169px; top: 80px;">Samboja Lestari - Overview</div>
+ <div id="Untertitel" style="position:absolute; width:350px; height:20px; z-index:5; left: 169px; top: 469px;" align="right">More than 17 million square metres for eternity.</div>
+ <div class="Links" style="position:absolute; width:178px; height:132px; z-index:3; top: 472px; left: 550px;">
+ <span style="padding-right:2px">
+ <img src="/images/pfeil_link_on.gif" border="0" />
+ <a class="FaehnchenLink" href="javascript:window_infosystem_hilfe();"> Help </a>
+ </span>
+ <span style="padding-right:2px">
+ <img src="/images/pfeil_link_on.gif" border="0" />
+ <a class="FaehnchenLink" href="javascript:bestellung();"> Buy m²s </a>
+ </span>
+ <span style="padding-right:2px">
+ <img src="/images/pfeil_link_on.gif" border="0" />
+ <a class="FaehnchenLink" href="javascript:window.close();"> Close </a>
+ </span>
+ </div>
+ <div id="dataqm" style="position:absolute; width:1px; height:1px; z-index:11; left: 1px; top: 1px;"></div>
+ <div id="debugger" style="position:absolute; width:400px; height:400px; z-index:21; left: 760px; top: 20px; visibility: hidden;" class="InfoZelle"></div>
+ <div id="data">
+ <iframe src="about:blank" height="0" width="0" name="data"> </iframe>
+ </div>
+ <script language="JavaScript">init();</script>
+ </body>
</html>
\ No newline at end of file
Modified: branches/xml-class-rework/projects/bos/payment-website/infosystem/javascript.js
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/infosystem/javascript.js 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/infosystem/javascript.js 2006-03-12 11:35:12 UTC (rev 1916)
@@ -336,7 +336,6 @@
// der Datensatz wird vorher auf Nullwerte gesetzt damit fals keine Daten in der URL enthalten sind der Quadratmeter als unverkauft angezeigt wird
m2complete = false;
- document.body.style.cursor = 'wait';
timer=0;
n_profil = [];
n_profil['name'] = msg("noch nicht verkauft");
@@ -398,14 +397,13 @@
}
document.getElementById("qmInfoText").innerHTML = text;
n_qm_erzeugen();
- document.body.style.cursor = 'auto';
} else {
// wenn der Datensatz noch nicht komplett geladen ist wird der timer eroeht und die Funktion nochmal gestartet
timer++;
if (timer < 100) {
setTimeout("n_qm_warten()", 100);
} else {
- document.getElementById("qmLaden").style."hidden"; schreibe_debugger("<br/> -> <b>Nachbar-Quadratmeter konnten nicht geladen werden</b>");
+ document.getElementById("qmLaden").style.visibility = "hidden"; schreibe_debugger("<br/> -> <b>Nachbar-Quadratmeter konnten nicht geladen werden</b>");
}
}
return true;
Modified: branches/xml-class-rework/projects/bos/payment-website/templates/de/bestellung.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/bestellung.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/bestellung.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -161,7 +161,7 @@
Die Bestimmungen des Datenschutzgesetzes werden eingehalten. Daten werden nicht an Dritte
weitergegeben.
</span>
- <br />
+
<img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
<a href="javascript:window_extra('privacy')" class="more">
Datenschutzinformation
@@ -193,7 +193,7 @@
<img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
<a href="javascript:show_disclaimer()" class="more">
Verzichtsklausel
- </a> gelesen und stimme ihr zu. <br /> <br />
+ </a> gelesen und stimme ihr zu. <br />
</td>
</tr>
<tr>
Modified: branches/xml-class-rework/projects/bos/payment-website/templates/de/impressum.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/impressum.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/impressum.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -3,12 +3,12 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<bknr:toplevel
template="toplevel_extra"
- title="REGENWALD für SAMBOJA LESTARI - Impressum"
+ title="RAINFOREST for SAMBOJA LESTARI - imprint"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:bknr="http://bknr.net"
xmlns:bos="http://headcraft.de/bos"
>
- <h1 class="extra">Impressum</h1>
+ <h1 class="extra">Imprint</h1>
<p class="text_content">
<strong>www.create-rainforest.org </strong>ist eine Webseite von:<br /><br />
Modified: branches/xml-class-rework/projects/bos/payment-website/templates/de/index.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/index.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/index.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -42,6 +42,8 @@
<a href="idea" class="more">
mehr
</a>
+ <br />
+ <br />
</td>
<td></td>
</tr>
@@ -109,7 +111,7 @@
<div id="subscribe">
<form style="margin:0px" name="form" method="post">
<input value="news" name="list" type="hidden"/>
- <strong>Infos direkt nach Hause? </strong><br />
+ <strong>Infos direkt nach Hause? </strong><br /><br />
Ihre E-Mail-Adresse:
<br /><br />
<input type="text" class="form_big" name="email" size="20" maxlength="40" value="" />
Modified: branches/xml-class-rework/projects/bos/payment-website/templates/de/quittung.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/quittung.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/quittung.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -14,7 +14,7 @@
<script src="/static/bos.js" type="text/javascript"><!-- x -->
</script>
<!--<meta http-equiv="content-type" content="text/html; charset=UTF-8" />-->
- <title>REGENWALD für SAMBOJA LESTARI</title>
+ <title>REGENWALD für SAMBOJA LESTARI</title>
</head>
<body>
@@ -113,7 +113,7 @@
<tr>
<td colspan="3" height="8">
<span class="help_text">
- Wir übernehmen den Namen, der in diesem Eingabefeld angegeben wird.
+ Wir Äbernehmen den Namen, der in diesem Eingabefeld angegeben wird.
Bitte korrigieren Sie bei Bedarf die angezeigte Eingabe.
</span>
</td>
@@ -143,9 +143,9 @@
<div id="content_right">
<div id="helpbox">
<br /><br />
- [<strong>Zahlungsbestätigung</strong>]
+ [<strong>Zahlungsbestätigung</strong>]
<br />
- Diese Zahlungsbestätigung von WorldPay ist bereits per E-Mail unterwegs zu Ihnen. Sollten Sie wider
+ Diese Zahlungsbestätigung von WorldPay ist bereits per E-Mail unterwegs zu Ihnen. Sollten Sie wider
Erwarten keine Nachricht erhalten, wenden Sie sich bitte an
<br />
<img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
@@ -156,7 +156,7 @@
[<strong>Regenwald-Urkunde</strong>]
<br />
- Schon ab 1 m² erhalten Sie eine
+ Schon ab 1 m² erhalten Sie eine
<img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
<a href="javascript:window_extra('certificat')" class="more">
Urkunde
Modified: branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel_main.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel_main.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel_main.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -142,7 +142,7 @@
<tr>
<td colspan="3" height="88">
<a href="javascript:window_infosys()">
- <img src="/images/trans.gif" width="150" height="108" border="0" alt="" />
+ <img src="/images/trans.gif" width="149" height="108" border="0" alt="" />
</a>
</td>
</tr>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/archive.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/archive.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/archive.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_extra"
+ title="REGENWALD für SAMBOJA LESTARI - News-Archiv"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <h1 class="extra">NEWS im ARCHIV</h1>
+ <p class="text_content">
+ <bos:news-headlines archive="1" />
+ </p>
+</bknr:toplevel>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/bestellung.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/bestellung.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/bestellung.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,197 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ title="RAINFOREST for SAMBOJA LESTARI"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <!-- content 3teilig-->
+ <div id="content">
+ <!-- content left-->
+ <div id="content_left">
+ <div id="textbox_left_form">
+ <table border="0" cellpadding="1" cellspacing="0">
+ <tr>
+ <td></td>
+ <td colspan="2">
+ <img src="/images/step1.gif" width="120" height="20" border="0" alt="" />
+ </td>
+ </tr>
+ <tr><td colspan="4" height="40"></td></tr>
+ <tr>
+ <td> </td>
+ <td colspan="2">
+ <span class="link_titlered">
+ Create rainforest
+ <br />for only 3,- Euro per m²
+ </span>
+ <br /><br />
+ </td>
+ <td></td>
+ </tr>
+ <tr>
+ <td></td>
+ <td colspan="2">
+ We appreciate your decision to get involved in supporting the nature, the wildlife and the people of Indonesia.
+ <br /><br />
+ Your support is an important contribution towards ensuring sustainable project work in Samboja Lestari.<br />
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
+ <a href="idea_subtitle2" class="more">
+ ... more
+ </a>
+ </td>
+ <td></td>
+ </tr>
+ </table>
+ </div>
+ <!-- footer -->
+ <div id="menue_footer">
+ <a href="javascript:window_extra('privacy')" class="footer">
+ privacy statement
+ </a>
+ l
+ <a href="javascript:window_extra('impressum')" class="footer">
+ imprint
+ </a>
+ </div>
+ <!-- /footer -->
+ </div>
+ <!-- /content left-->
+ <!-- container content_main -->
+ <div id="content_main">
+ <div id="textbox_content_big" >
+ <form name="bestellformular" method="post" action="buy-sqm">
+ <table id="formTable" width="100%" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="3">
+ <span class="headline">
+ I am getting involved. I want to see how Samboja Lestari becomes green again and hereby create ...
+ </span>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="5"> </td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ <input type="radio" name="numsqm" value="1"
+ onclick="document.bestellformular.numsqm1.value = '';" />
+ 1 m² rainforest [3 Euro],
+ <br />
+ <input type="radio" name="numsqm" value="5"
+ onclick="document.bestellformular.numsqm1.value = '';" />
+ 5 m² rainforest [15 Euro],
+ <br />
+ <input type="radio" name="numsqm" value="10" checked="checked"
+ onclick="document.bestellformular.numsqm1.value = '';" />
+ 10 m² rainforest [30 Euro],
+ <br />
+ <input type="radio" name="numsqm" value="30"
+ onclick="document.bestellformular.numsqm1.value = '';" />
+ 30 m² rainforest [90 Euro],
+ <br />
+ <input type="radio" name="numsqm" value=""/>
+ or
+ <input type="text" name="numsqm1" size="5" value=""
+ onfocus="document.bestellformular.numsqm[4].click()"/>
+ m² [3 Euro each].
+ <br />
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="8"> </td>
+ </tr>
+
+
+ <tr>
+ <td colspan="3" height="10">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="1" bgcolor="#c0c0c0">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="10">
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="4">
+ <span class="help_text">
+ Your data will be processed electronically by our partner WorldPay.
+ The provisions of the data protection law have been adhered to. Data will not be passed on to third parties.
+ </span>
+ <br />
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
+ <a href="javascript:window_extra('privacy')" class="more">
+ privacy statement
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="9"> </td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ <span class="help_text">
+ Donations can be effected comfortably online via credit card payment.
+ </span>
+ <!--
+ Ich möchte den administrativen Aufwand und Kosten für BOS verringern und
+ spende deshalb bequem online via Kreditkarte oder per Lastschrift.
+ -->
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="15"> </td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ <input type="checkbox" name="disclaimer_read" value="1" />
+ I have read <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
+ <a href="javascript:show_disclaimer()" class="more">
+ the waiver clause
+ </a> and I agree.<br />
+ <br /> <br />
+ </td>
+ </tr>
+ <tr>
+ <td align="right" colspan="3">
+ <input type="submit" class="form_big_bold" name="action" value="Donate online"
+ onclick="return check_online();" />
+
+ </td>
+ </tr>
+ </table>
+ </form>
+ </div>
+ </div>
+ <div id="content_right">
+ <div id="helpbox">
+ <br /><br /><br />
+ [<strong>Rainforest certificate</strong>]
+ <br />
+ Starting with 1 m² only you receive
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
+ <a href="javascript:window_extra('certificat')" class="more">our rainforest certificate</a>
+ as a pdf-download from your personal sponsor profile.
+ <br /><br /><br />
+ [<strong>Donation receipt</strong>]
+ <br />
+ BOS Germany is a tax free registered charity in Germany. Your ability to claim this donation for tax purposes outside of Germany, is dependent upon the laws of your country.
+ <br />
+Within your sponsor profile you will find a receipt as a pdf-download.
+
+ <br /> <br />
+ [<strong>Guarantee of trustworthiness</strong>]<br />
+ WorldPay is an internationally renowned provider of online payment services.
+Your date will be encoded by WorldPay and deleted immediately after the payment has been carried out succesfully.
+
+ <br /><br />
+ </div>
+ </div>
+ </div>
+</bknr:toplevel>
\ No newline at end of file
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/bos.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/bos.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/bos.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_main"
+ title="RAINFOREST for SAMBOJA LESTARI - about BOS"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <div id="content_main">
+ <div id="textbox_content">
+ <table border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td colspan="3"><span class="headline">The BOS Foundation</span></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td height="15"></td>
+ </tr>
+ <tr>
+ <td>
+ The <b>Borneo Orangutan Survival Foundation</b> (BOS) is the largest organisation worldwide fighting
+ against the extinction of orangutans. Their habitat, the rainforest with its biological diversity,
+ is being protected in collaboration with the local people.
+ BOS is an Indonesian not-for-profit foundation, founded in 1991.
+ <br /><br />
+ The main aspects of BOS work in Indonesia are the following:
+ <br /><br />
+ <ul>
+ <li>
+ Confiscation of illegally kept orangutans, Malaysian bears and other species
+ </li>
+ <li>
+ Rehabilitation of orangutans in stations
+ </li>
+ <li>
+ Release of animals into protected rainforest areas
+ </li>
+ <li>
+ Rescue and relocation of endangered orangutans and other species
+ </li>
+ <li>
+ Forestation and protection of the rainforest
+ </li>
+ <li>
+ Creation of alternatives for the local people
+ </li>
+ <li>
+ Ecological education of the local people
+ </li>
+ <li>
+ Monitoring of protected areas
+ </li>
+ <li>
+ Analysis of satellite photos
+ </li>
+ <li>
+ and many more.
+ </li>
+ </ul>
+ <br />
+ The projects run by BOS are mainly sponsored by foreign donors due to the difficult economic situation of Indonesia.
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <div id="content_right">
+ <div id="textbox_right_top">
+ <table id="rightTable" border="0" cellpadding="0" cellspacing="0">
+
+ <tr><td height="30"></td></tr>
+ <tr>
+ <td colspan="2"><img src="/images/bos-logo.gif" width="116" height="85" alt="" /></td>
+ </tr>
+ <tr>
+ <td colspan="2">Would you like to know more about projects run by BOS?
+ <br /><br />
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
+ <a href="http://www.savetheorangutan.info" target="_blank" class="more">
+ savetheorangutan.info
+ </a>
+ <br />
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
+ <a href="http://www.bos-deutschland.de" target="_blank" class="more">
+ bos-deutschland.de
+ </a>
+ <br /><br />
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">On these webpages you will also find links to our BOS partner organisations worldwide.</td>
+ </tr>
+ </table>
+ </div>
+ </div>
+</bknr:toplevel>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/buy-sqm.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/buy-sqm.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/buy-sqm.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bos:buy-sqm
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <bknr:redirect-request target="$(worldpay-url)"/>
+</bos:buy-sqm>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/certificat.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/certificat.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/certificat.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_extra"
+ title="RAINFOREST for SAMBOJA LESTARI - Rainforest certificate"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <h1 class="extra">This is what your RAINFOREST CERTIFICATE will look like:</h1>
+ <center>
+ <img src="/images/certificate_en.jpg" width="300" height="424" alt="" border="0" />
+ </center>
+</bknr:toplevel>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/contact.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/contact.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/contact.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_main"
+ title="RAINFOREST for SAMBOJA LESTARI - Contact"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <div id="content_main">
+ <div id="textbox_content">
+ <table border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td colspan="3"><span class="headline">Contact</span>
+ </td>
+ <td>
+ </td>
+ </tr>
+ <tr>
+ <td height="15">
+ </td>
+ </tr>
+ <tr>
+ <td>Please contact us, if you have any questions.<br />
+ We look forward to receiving your ideas and will answer your questions at any time.
+ <br /><br />
+ BOS Deutschland e.V.<br />
+ Schöneberger Ufer 69<br />
+ D - 10785 Berlin
+ <br /><br />
+ Telefon: +49.30.26 36 78 33<br />
+ Fax: +49.30.26 36 78 15<br /><br />
+ E-Mail:
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
+ <a href="mailto:info@bos-deutschland.de" class="more">
+ info(a)bos-deutschland.de
+ </a>
+ <br /><br /><br /><br /><br /><br />
+ We will answer all your inquiries as soon as possible. Please be patient.
+ <br />
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <div id="content_right">
+ <div id="textbox_right_top">
+ <table id="rightTable" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td height="30">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2"><img src="/images/bos-logo.gif" width="116" height="85" alt="" />
+ </td>
+ </tr>
+ <tr>
+ <td height="10">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">Would you like to know more about projects run by BOS?
+ <br /><br />
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
+ <a href="http://www.savetheorangutan.info" target="_blank" class="more">
+ savetheorangutan.info
+ </a>
+ <br />
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
+ <a href="http://www.bos-deutschland.de" target="_blank" class="more">
+ bos-deutschland.de
+ </a>
+ <br /><br />
+ </td>
+ </tr>
+ <tr>
+ <td>On these webpages you will also find links to our BOS partner organisations worldwide.
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+</bknr:toplevel>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/disclaimer.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/disclaimer.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/disclaimer.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_extra"
+ title="RAINFOREST for SAMBOJA LESTARI - DISCLAIMEr"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <p class="text_content">
+
+ <p><b>Disclaimer</b></p>
+
+ <p>
+Each sponsor of one or more square metres of renewable rainforest of the forestation
+and nature protection project Samboja Lestari/Borneo/ Indonesia has no claims or other
+rights to the respective land. No one is entitled to resell the land. Sponsors have no
+duties whatsoever. This is a mere symbolic act of an informative nature. BOS guarantees
+that the land will always be reserved for
+the benefit of sustainable nature,- and wildlife protection.
+ </p>
+ </p>
+</bknr:toplevel>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/generate-cert.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/generate-cert.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/generate-cert.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bos:generate-cert
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ />
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/headline2.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/headline2.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/headline2.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_main"
+ title="RAINFOREST for SAMBOJA LESTARI"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <div id="content_main">
+ <div id="textbox_content_bigger">
+ <table border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td colspan="2">
+ <span class="headline">
+ The key to success - the local population
+ </span>
+ </td>
+ <td align="center" valign="top">
+ <img src="../images/pfeil_back.gif" width="10" height="9" alt="" />
+ <a href="javascript:history.back()" class="titlegray">
+ back
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td height="6"><img src="../images/trans.gif" width="120" height="10" alt="" />
+ </td>
+ <td><img src="../images/trans.gif" width="130" height="6" alt="" />
+ </td>
+ <td width="150"><img src="../images/trans.gif" width="140" height="6" alt="" />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top">
+ Nature conservation and the needs of the population must not be in conflict with each other.
+ <br /><br />
+ The nature reserve Samboja Lestari offers a safe income, health and education to the local population. The people will be included into all phases of the project. Agriculture, nursery, production of compost, reforestation and the creation of infrastructure provide safe workplaces.
+ <br />
+ </td>
+ <td align="right" colspan="2"><img src="../images/pic_headline2_big.jpg" width="256" height="150" border="0" alt="" /></td>
+ </tr>
+ <tr>
+ <td height="10">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ <b>"This offers an alternative to the people, so that they don't have to clear the forest any more. Thus we can show the world, that nature and humans are able to coexist and don't have to exclude each other."</b>
+ <br />
+ says Dr. Willie Smits, chairman of BOS Indonesia.
+ <br />
+ </td>
+ <td></td>
+ </tr>
+ <tr>
+ <td height="6">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ </td>
+ </tr>
+ <tr>
+ <td height="6">
+ </td>
+ </tr>
+ <tr>
+ <td height="6">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ The safety of the nature reserve is guaranteed by the acceptance through the Indonesian population. The success of the project guarantees a better standard of living and vice versa.
+ </td>
+ </tr>
+ <tr><td height="16"></td></tr>
+ </table>
+ </div>
+ </div>
+</bknr:toplevel>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/headline3.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/headline3.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/headline3.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_main"
+ title="RAINFOREST for SAMBOJA LESTARI"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <!-- container content_main -->
+ <div id="content_main">
+ <div id="textbox_content_bigger">
+ <table border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td colspan="2">
+ <span class="headline">
+ Orangutan, Sunbear and Rhinoceros bird
+ </span>
+ </td>
+ <td align="center" valign="top">
+ <img src="/images/pfeil_back.gif" width="10" height="9" alt="" />
+ <a href="javascript:history.back()" class="titlegray">
+ back
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td><img src="/images/trans.gif" width="120" height="15" alt="" /></td>
+ <td><img src="/images/trans.gif" width="130" height="10" alt="" /></td>
+ <td width="150"><img src="/images/trans.gif" width="140" height="10" alt="" /></td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ Orangutans, also called man of the forest, are highly endangered great apes.
+ <br /><br />
+ Orangutans are not only our closest relatives in the animal kingdom; they are also indispensable for the biological diversity
+ of the rainforest due to their role of seed distributors. They are the so called umbrella species. The protection of these fascinating
+ great apes serves at the same time to preserve the rainforest's eco system.
+ <br /><br />
+ Nowadays, orangutans live only on Sumatra and Borneo. Massive rainforest destruction and unscrupulous pet trade could
+ mean the end of their species. Malaysian bears are also in danger of losing their natural habitat. The nature reserve Samboja Lestari
+ represents the last refuge for several animals - a last chance for their survival. Malaysian bears are already living in the reserve, in
+ a specially set aside area. In a few years time also orang-utans will be able to live there in freedom.
+ <br /><br />
+ Rare species such as the Rhinoceros bird, the dwarf deer and the king cobra can already be observed in Samboja Lestari nowadays.
+ </td>
+ </tr>
+ <tr><td height="50"></td></tr>
+ <tr>
+ <td valign="top" colspan="3">
+ <img src="/images/pic_h3_orangutan.jpg" width="169" height="88" border="0" alt="" />
+ <img src="/images/pic_h3_baer.jpg" width="169" height="88" border="0" alt="" />
+ <img src="/images/pic_h3_vogel.jpg" width="169" height="88" alt="" />
+ </td>
+ </tr>
+ <tr><td height="20"></td></tr>
+ </table>
+ </div>
+ </div><!-- /container content_main -->
+</bknr:toplevel>
\ No newline at end of file
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/idea.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/idea.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/idea.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_main"
+ title="RAINFOREST for SAMBOJA LESTARI"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <!-- container content_main -->
+ <div id="content_main">
+ <div id="textbox_content">
+ <table border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td colspan="2">
+ <span class="headline">
+ Samboja Lestari - Creative reforestation
+ <br />
+ A sanctuary for Borneo
+ </span>
+ </td>
+ <td align="center"><img src="/images/pfeil_back.gif" width="10" height="9" alt="" />
+ <a href="javascript:history.back()" class="titlegray">
+ back
+ </a>
+ </td>
+ </tr>
+ <tr><td height="6"> </td></tr>
+ <tr>
+ <td colspan="3" align="left"><img src="/images/start_pic_headline1.jpg" width="363" height="120" alt="" border="0" /></td>
+ <td></td>
+ </tr>
+ <tr><td height="6"></td></tr>
+ <tr>
+ <td colspan="3">
+ By means of a unique reforestation concept BOS is creating a sanctuary for orang-utans, sunbears and other endangered species on Borneo -maybe the last one.
+Satellite pictures here on the internet make it possible to observe the progress of this concept.
+ <br /><br />
+ During the last decades the once species-rich rainforest of
+ <a href="javascript:window_infosys()" class="titlegreen">
+ Samboja Lestari
+ </a>
+ was cleared and burnt down relentlessly.
+Nutrient-consuming elephant grass took over completely. What remained was an ecological waste land.
+Nowadays it is already visible that this doesn't have to stay - since 2001 BOS is creating new rainforest. An innovative concept of reforestation and protection is changing this area of over 16 mio sqm into a natural habitat again. In tropical Borneo plants grow much faster than in Europe. Already within a few years the first orang-utans can be released to share their freedom with other animals A nature reserve is being created for the permanent use of humans, animals and plants in Samboja Lestari ("eternal Samboja").
+ </td>
+ <td></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <div id="content_right">
+ <div id="textbox_right_top">
+ <table border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td colspan="2">
+ <a href="idea_subtitle1" class="titlegreen">
+ Agriculture, reforestation and protection
+ </a>
+ </td>
+ </tr>
+ <tr><td height="6"></td></tr>
+ <tr>
+ <td> During the early stage of reforestion Indonesian farmers plant profitable agricultural products among the newly planted trees.</td>
+ <td valign="top" align="right">
+ <a href="idea_subtitle1" class="titlegreen">
+ <img src="/images/projekt_pic_headline1b.jpg" width="69" height="120" alt="" border="0" />
+ </a>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ ...
+ <a href="idea_subtitle1" class="more">
+ more
+ </a>
+ </td>
+ </tr>
+ <tr><td height="10"> </td></tr>
+ </table>
+
+ <table border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td colspan="2">
+ <a href="idea_subtitle2" class="titlegreen">
+ A square metre with a certain knack
+ </a>
+ </td>
+ </tr>
+ <tr><td height="6"> </td></tr>
+ <tr>
+ <td>
+ <a href="idea_subtitle2" class="titlegreen">
+ <img src="/images/projekt_pic_headline1c.gif" width="163" height="80" border="0" alt="" />
+ </a>
+ </td>
+ </tr>
+ <tr><td height="4"> </td></tr>
+
+ <tr>
+ <td colspan="2">
+ To finance the nature reserve, BOS has created a system of symbolical land-purchasing.
+ <br />
+ ...
+ <a href="idea_subtitle2" class="more">
+ more
+ </a>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+</bknr:toplevel>
\ No newline at end of file
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/idea_subtitle1.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/idea_subtitle1.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/idea_subtitle1.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_main"
+ title="RAINFOREST for SAMBOJA LESTARI"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <!-- container content_main -->
+ <div id="content_main">
+ <div id="textbox_content_bigger">
+ <table border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td colspan="2">
+ <span class="headline">
+ Agriculture, reforestation and protection
+ <br /> - a good combination
+ </span>
+ </td>
+ <td align="center"><img src="/images/pfeil_back.gif" width="10" height="9" alt="" />
+ <a href="javascript:history.back()" class="titlegray">
+ back
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <td height="6" width="150"><img src="/images/trans.gif" width="160" height="6" alt="" /> </td>
+ <td><img src="/images/trans.gif" width="150" height="6" alt="" /></td>
+ <td width="150"><img src="/images/trans.gif" width="150" height="6" alt="" /></td>
+ </tr>
+ <tr>
+ <td align="left"><img src="/images/pic_headline1b_big.jpg" width="149" height="180" alt="" border="0" /></td>
+ <td colspan="2">
+During the early stage of reforestion Indonesian farmers plant profitable agricultural products among the newly planted trees.
+ <br /><br />
+Agriculture and reforestation influence each other in many positive ways: agricultural products protect the young tropical trees from getting overgrown by elephant grass. Trees enrich the quality of the soil and provide shade.
+ <br /><br />
+BOS guarantees to buy fruit like papaya and pineapples from the farmers, market them regionally or use them for self-supply. The supply of the orangutans in Wanariset rehabilitation center alone takes about 1000 kg of fruit daily.
+ </td>
+ <td></td>
+ </tr>
+ <tr><td height="6"></td></tr>
+ <tr>
+ <td colspan="3">
+ </td>
+ </tr>
+ <tr><td height="6"> </td></tr>
+ <tr>
+ <td colspan="2"><span class="headline">The Protection (circle)</span></td>
+ <td rowspan="3">
+
+ <img src="/images/ring_en.jpg" width="215" height="150" border="0" alt="" />
+ </td>
+ </tr>
+ <tr><td height="6"> </td></tr>
+ <tr>
+ <td colspan="2">
+
+ A <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" /> <a href="javascript:window_ringdetail();"
+class="content_green">circle of sugar-palm plantations</a> is being planted all around the nature reserve. Over 650 families will profit from the main product sugar. And - the circle forms a barrier against the much feared forest fires.
+ <br /><br />
+A penetration of humans into the nature reserve, as well as the breakout of orangutans is prevented by an inner protection wall of thickly growing, prickly salac palms. Moreover, the fruit of these palms provides pleasant tasting food for humans and animals.
+ </td>
+ </tr>
+ <tr><td colspan="3">
+Ultra-light aeroplanes and modern satellite technique support the permanent surveillance of the BOS projects. Thus, slash-and-burn and illegal logging can be fought much more effectively.
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+</bknr:toplevel>
\ No newline at end of file
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/idea_subtitle2.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/idea_subtitle2.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/idea_subtitle2.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_main"
+ title="RAINFOREST for SAMBOJA LESTARI"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <div id="content_main">
+ <div id="textbox_content_bigger">
+ <table border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td colspan="2"><span class="headline">A square metre with a certain knack <br /></span></td>
+ <td align="center">
+ <img src="/images/pfeil_back.gif" width="10" height="9" alt="" />
+ <a href="javascript:history.back()" class="titlegray">
+ back
+ </a>
+ </td>
+ </tr>
+ <tr><td height="16"> </td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ To finance the nature reserve, BOS has created a system of symbolical land-purchasing.
+ <br /><br />
+ <a href="bestellung" class="titlered">
+ For 3 Euros per m² you can help creating rainforest.
+ </a>
+ <br /><br />
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ You help financing the purchase of land, ecological reforestation, a nursery, ecological agriculture, sugar palm plantations, wages for Indonesian employees, surveillance and protection of the area, fire fighting, environmental education, infrastructure, research and arboretum, orangutan islands and sunbear areas.
+ <br /><br />
+Contribute to a better future and observe the development of the Samboja Lestari project on the internet.
+ </td>
+ <td>
+ <img src="/images/projekt_pic_en.jpg" width="240" height="120" />
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ <br />
+ Each square metre that you purchase symbolically will be assigned to you by a personal profile. Via a password you will be able to re-find your squaremeters easily at any time. It is also possible to place short informations on 'your' m² and thus communicate with other Samboja Lestari sponsors.
+Visitors of this website will be able to gain insight into all m² and their personal profiles.
+ <br /><br />
+ <b>Observe the development of 'your' area from different perspectives. BOS provides a transparent insight via satellite pictures, and gives regular reports about the progress in situ.</b>
+ <br /><br />
+ Support the project and receive a rainforest document. You can also give squaremeters as a present to friends, relatives and other people you know.
+ <br /><br />
+ Participate and see rainforest grow! - And much more!
+ </td>
+ </tr>
+ <tr>
+ <td height="6">
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <!-- /container content_main -->
+</bknr:toplevel>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/impressum.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/impressum.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/impressum.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_extra"
+ title="RAINFOREST for SAMBOJA LESTARI - Imprint"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <h1 class="extra">Imprint</h1>
+ <p class="text_content">
+ <strong>www.create-rainforest.org </strong>is a webpage by:<br /><br />
+
+ The Borneo Orangutan Survival Foundation (BOS) in collaboration with
+ the partner organisation BOS Deutschland e.V.. <br /> <br />
+
+ Postal address:<br /><br />
+ BOS Deutschland e.V.<br /><br />
+ Schöneberger Ufer 69<br />
+ 10785 Berlin<br /><br />
+
+ Tel. +49 - (0)30 - 26 36 78 33<br />
+ Fax: +49 - (0)30 - 26 36 78 15<br /><br />
+
+ <img src="/images/pfeil_link_on.gif" valign="bottom" width="10" height="9" alt="" />
+ <a href="mailto:info@bos-deutschland.de'" class="content_green">
+ info(a)bos-deutschland.de
+ </a>
+ <br />
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
+ <a href="http://www.bos-deutschland.de" target="_empty" class="content_green">
+ www.bos-deutschland.de
+ </a>
+ <br /><br />
+ Chairman: Boris Thiemig<br />
+ Vice chairman: Dr. Dr. Klaus Ursus Schendel<br /><br />
+ BOS Deutschland e.V. is registered under no. 24216 Nz. at the Amtsgericht Berlin-Charlottenburg (county court).<br /><br />
+ The images on the webpage are protected by copyright, and are not freely available for
+ commercial purposes. If you wish to make use of BOS images,
+ please contact us under the above mentioned contact details. <br /><br />
+ Please send us an e-mail or call us if you have any further questions.<br /><br />
+ </p>
+</bknr:toplevel>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/index.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/index.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/index.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_main"
+ title="RAINFOREST for SAMBOJA LESTARI"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <!-- container content_main -->
+ <div id="content_main">
+ <div id="textbox_content">
+ <table border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td colspan="3">
+ <a href="idea" class="titlegreen">
+ Samboja Lestari - creative reforestation<br />
+A sanctuary for Borneo
+ </a>
+ </td>
+ <td></td>
+ </tr>
+ <tr><td height="6"> </td></tr>
+ <tr>
+ <td colspan="3" align="left">
+ <a href="idea" class="titlegreen">
+ <img src="/images/start_pic_headline1.jpg" width="363" height="120" alt="" border="0" />
+ </a>
+ </td>
+ <td></td>
+ </tr>
+ <tr><td height="6"></td></tr>
+ <tr>
+ <td colspan="3">
+By means of a unique reforestation concept BOS is creating a sanctuary for orang-utans, sunbears and other endangered species on Borneo -maybe the last one. Satellite pictures here on the internet make it possible to observe the progress of this concept.
+ <br />
+ <a href="idea" class="more">
+ ... more
+ </a>
+ </td>
+ <td></td>
+ </tr>
+ <tr><td height="10"></td></tr>
+
+ <tr>
+ <td>
+ <a href="headline2" class="titlegreen">
+ The Key to Success - the Local Population
+ </a>
+ </td>
+ <td></td>
+ <td>
+ <a href="headline3" class="titlegreen">
+ Orangutan, Sunbear and Rhinoceros bird
+ </a>
+ </td>
+ <td></td>
+ </tr>
+ <tr><td height="6"> </td></tr>
+ <tr>
+ <td align="left">
+ <a href="headline2" class="titlegreen">
+ <img src="/images/start_pic_headline2b.jpg" width="175" height="92" alt="" border="0" />
+ </a>
+ </td>
+ <td><img src="/images/trans.gif" width="16" height="1" alt="" border="0" /></td>
+ <td align="left">
+ <a href="headline3" class="titlegreen">
+ <img src="/images/start_pic_headline3.jpg" width="175" height="92" border="0" alt="" />
+ </a>
+ </td>
+ <td></td>
+ </tr>
+ <tr><td height="6"></td></tr>
+ <tr>
+ <td> Nature conservation and the needs of the population must not be in conflict with each other.
+ <br />
+ <a href="headline2" class="more">
+ ... more
+ </a>
+ </td>
+ <td></td>
+ <td> Orangutans are in imminent danger of becoming extinct.
+ <br /><br /><br />
+
+ <a href="headline3" class="more">
+ ... more
+ </a>
+ </td>
+ <td></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <div id="content_right">
+ <bos:news-headlines />
+ <div id="newsarchive">
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" border="0" alt="" />
+ <a href="javascript:window_news('archive')" class="menue">
+ <strong>NEWS in ARCHIVE</strong>
+ </a>
+ </div>
+ <div id="subscribe">
+ <form style="margin:0px" name="form" method="post">
+ <input value="news" name="list" type="hidden"/>
+ <strong>Information directly to your home?</strong><br />
+ Your e-mail address:
+ <br /><br />
+ <input type="text" class="form_big" name="email" size="20" maxlength="40" value="" />
+ <input value="GO" class="form_big" name="action" type="submit" onclick="return send_info_request();" />
+ </form>
+ </div>
+ </div>
+</bknr:toplevel>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/info-request.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/info-request.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/info-request.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_extra"
+ title="RAINFOREST for SAMBOJA LESTARI - News"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <bos:send-info-request email="$(email)">
+ <p>
+ <span class="headline">
+ Many thanks for your interest.
+ </span>
+ </p>
+
+ <p>
+ We are pleased to send you informations by about BOS and our project in Samboja Lestari.
+ </p>
+ <p>
+ If you have questions please contact: service(a)create-rainforest.org.
+ </p>
+ </bos:send-info-request>
+</bknr:toplevel>
\ No newline at end of file
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/infosys-help-poidetail.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/infosys-help-poidetail.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/infosys-help-poidetail.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_extra"
+ title="RAINFOREST for SAMBOJA LESTARI - Guide to the Satellite Map"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <h1 class="extra">Guide to the Satellite Map</h1>
+ <p class="text_content">
+ <p>You are in the detail display for a point of interest (POI) in the project area Samboja Lestari.
+ On the top left in the overview map you can see where this POI is located.
+ </p>
+ <p> By clicking on one of the POI titles in the list you can choose another POI.</p>
+ <p> Above Right in the picture you find six detail photos of this POI.
+ By clicking on the miniature you can increase the chosen photo.
+ </p>
+ <p> At the lower edge of the photo are up to three buttons with the titles <strong>Sat map</strong>,
+ <strong>Luftbild</strong> and <strong>Panorama</strong>.
+ By clickng on one of the buttons you can choose a different view of the POI</p>
+ <p style="margin-left: 40px; margin-right: 40px;">
+ <bl>
+ <li><strong>Sat-Karte</strong> Cutout from the satellite photo of the project area of 2002. </li>
+ <li><strong>Aerial photograph </strong> Aerial photograph of the POI, taken up in the autumn 2004 of a light airplane. </li>
+ <li><strong>Panorama</strong> Panorama photo of the POI, taken in the autumn 2004.
+ By clicking and dragging in the panorama picture you can change the view</li>
+ </bl>
+ </p>
+ <p> Click on the overview map on the top left to return to the POI overview.</p>
+ </p>
+</bknr:toplevel>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/infosys-help-poifoto.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/infosys-help-poifoto.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/infosys-help-poifoto.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_extra"
+ title="RAINFOREST for SAMBOJA LESTARI - Guide to the Satellite Map"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <h1 class="extra">Guide to the Satellite Map</h1>
+ <p class="text_content">
+ <p> You are in the detail display for a point of interest (POI) in the project area Samboja Lestari.
+ On the top left in the overview map you can see where this POI is located.</p>
+ <p> The picture shows an image of the POI. Click on any of the six small images on the
+ top right-hand side to get further images of the POI. Click on "Back" to return to the satellite
+ map section of the POI.</p>
+ <p> Click on the overview map on the top left to return to the POI overview.</p>
+ </p>
+</bknr:toplevel>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/infosys-help-qmdetail.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/infosys-help-qmdetail.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/infosys-help-qmdetail.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_extra"
+ title="RAINFOREST for SAMBOJA LESTARI - Guide to the Satellite Map"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <h1 class="extra">Guide to the Satellite Map</h1>
+ <p class="text_content">
+ <p> You are now in the map overview for the square metre sales area.
+ Here you can get an overview of how many square metres have already been sold.
+ In addition you can see the sponsors profiles and their posted messages. </p>
+ <p> If you are logged on with your password your "own" square metres will be marked with an icon (<img src="/images/qm.gif"
+ border="0" />)on the satellite map. The "purchased" square metres will be highlighted in a different colour.
+ Click on the satellite map in the middle of the screen to move the "Square Metre Magnifier".
+ The red marked area will appear in an enlarged form in the upper right of the screen. Click on the "sold"
+ colour marked square metre areas in the enlarged image to find out more about the sponsors in their sponsor profile.
+ This is displayed under the enlarged area and is shown by moving the mouse over it. </p>
+ <p> On the bottom right of the satellite map you can get the area menu. Click on the individual
+ areas on the satellite map to
+ get the names of the individual areas. </p>
+ <p>The following areas can be viewed:</p>
+ <p style="margin-left: 40px; margin-right: 40px;">
+ <bl>
+ <li><strong>Sat-Karte</strong> The satellite map is the background of the map </li>
+ <li><strong>Areas for Sale</strong>Areas that can be purchased are shown in grey. </li>
+ <li><strong>Sold Areas</strong> Areas that have been purchased are displayed in various colours</li>
+ </bl>
+ </p>
+ <p>Click on the overview map on the top left to return to the POI overview.</p>
+ </p>
+</bknr:toplevel>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/infosys-help-uebersicht.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/infosys-help-uebersicht.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/infosys-help-uebersicht.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_extra"
+ title="RAINFOREST for SAMBOJA LESTARI - Guide to the Satellite Map"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <h1 class="extra">About the satellite map</h1>
+ <p class="text_content">
+ <p> You find yourself in our satellite information system. Here you can see for yourself
+ how the project area in Samboja Lestari looks like.
+ Furthermore, you can look up where the square metres you have sponsored are located. </p>
+ <p>
+ On the main map you see several icons you can click at, which will then lead you to further images:</p>
+ <span style="border-left:30px; border-right:30px">
+ <table border="0">
+ <tr>
+ <td width="20"> </td>
+ <td>
+ <img src="/images/punkt.gif" border="0" />
+ </td>
+ <td>
+ Here is one facility run by BOS.
+ </td>
+ <td width="20"> </td>
+ </tr>
+ <tr>
+ <td width="20"> </td>
+ <td>
+ <img src="/images/palme.gif" border="0" />
+ </td>
+ <td>
+ This icon marks a point of interest in the project area.
+ </td>
+ <td width="20"> </td>
+ </tr>
+ <tr>
+ <td width="20"> </td>
+ <td>
+ <img src="/images/sale.gif" border="0" />
+ </td>
+ <td>
+ Sales area for square metres. Here, profiles of square metre sponsors can be looked at.
+ </td>
+ <td width="20"> </td>
+ </tr>
+ <tr>
+ <td width="20"> </td>
+ <td>
+ <img src="/images/qm.gif" border="0" />
+ </td>
+ <td>
+ Here are 'your' square metres. This icon only comes up if you are registered.
+ </td>
+ <td width="20"> </td>
+ </tr>
+ </table>
+ </span>
+ <p> By clicking at the 'point of interest' list on the left,
+ you will get directly to the point of interest you wish to look at. </p>
+ <p> In order to get back to the main menu from one of the sublevels,
+ please click at the main map on the top left. </p>
+ <p> In case you already have sponsored square metres, you can register on the bottom left
+ by entering your sponsor-ID, password or mastercode into the login-area. You then have access
+ to your sponsor profile. You are able to recall your sponsor status;
+ and you have access to your rainforest-certificate as PDF document. </p>
+ <p> We wish you lots of fun on your virtual expedition to Samboja Lestari!</p>
+ </p>
+</bknr:toplevel>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/infosystem.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/infosystem.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/infosystem.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <!--<BASE HREF="http://jabberwock.dyndns.orgbuy-sqm">-->
+ <link rel="stylesheet" href="/static/toplevel_style.css" />
+ <link rel="stylesheet" href="/static/content_style.css" />
+ <script src="/static/bos.js" type="text/javascript">
+ </script>
+ <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
+ <title>RAINFOREST for SAMBOJA LESTARI - Infosystem</title>
+ </head>
+
+<body>
+<div id="header_infosystem">
+</div>
+<div id="content_infosystem">
+ <h1 class="extra">Infosystem "satellite map"</h1>
+</div>
+</body>
+</html>
+
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/mail-transfer.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/mail-transfer.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/mail-transfer.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bknr:toplevel
+ title="RAINFOREST for SAMBOJA LESTARI"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <bos:mail-transfer />
+ <!-- content 3teilig-->
+ <div id="content">
+ <div id="content_left"><!-- content left-->
+ <div id="textbox_left_form">
+ <table border="0" cellpadding="1" cellspacing="0">
+ <tr>
+ <td></td>
+ <td colspan="2">
+ <img src="/images/step3.gif" width="120" height="20" border="0" alt="" />
+ </td>
+ </tr>
+ <tr><td colspan="4" height="40"></td></tr>
+ </table>
+ </div>
+ <!-- footer -->
+ <div id="menue_footer">
+ <a href="javascript:window_extra('privacy')" class="footer">
+ privacy statement
+ </a>
+ l
+ <a href="javascript:window_extra('impressum')" class="footer">
+ imprint
+ </a>
+ </div>
+ <!-- /footer -->
+ </div>
+ <!-- /content left-->
+ <!-- container content_main -->
+ <div id="content_main">
+ <div id="textbox_content">
+ <table border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td colspan="3">
+ <span class="headline">
+ Vielen Dank für Ihre Unterstützung
+ </span>
+ </td>
+ <td></td>
+ </tr>
+ <tr><td height="6"></td></tr>
+ <tr>
+ <td colspan="3">
+ <strong>Bitte geben Sie unbedingt die ID $(contract-id) als Verwendungszweck
+ Ihrer Überweisung an, damit wir Sie nach der Bearbeitung erreichen können!</strong>
+ </td>
+ </tr>
+ <tr><td height="6"></td></tr>
+ <tr>
+ <td colspan="3">
+ <table border="0">
+ <tr><td colspan="2">BOS Deutschland e.V.</td></tr>
+ <tr><td>Kontonummer:</td><td>32 10 100</td></tr>
+ <tr><td>Bank:</td><td>Bank für Sozialwirtschaft</td></tr>
+ <tr><td>BLZ:</td><td>100 205 00</td></tr>
+ </table>
+ </td>
+ </tr>
+ <tr><td height="6"></td></tr>
+ <tr>
+ <td colspan="3">
+ Wir melden uns direkt nach Eingang Ihrer Überweisung und
+ geben Ihnen die Informationen, die Sie benötigen, um Ihre Quadratmeter im Internet zu beobachten.
+ <br /><br />
+ <a href="index" class="more">
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" border="0" alt="" />
+ Zurück zur Home Page
+ </a>
+ </td>
+ <td></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+</bknr:toplevel>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/news.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/news.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/news.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_extra"
+ title="RAINFOREST for SAMBOJA LESTARI - News"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <bos:news-item />
+ <h1 class="extra">
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" border="0" alt="" />
+ <a href="javascript:window_news('../archive')" class="more">
+ NEWS in ARCHIVE
+ </a>
+ </h1>
+</bknr:toplevel>
\ No newline at end of file
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/print_profil_setup.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/print_profil_setup.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/print_profil_setup.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,140 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_extra"
+ title="RAINFOREST for SAMBOJA LESTARI - printing your profile"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <div id="noprint"><!-- container wird nicht mitgedruckt -->
+ <table border="0">
+ <tr>
+ <td colspan="3" height="20"> </td>
+ </tr>
+ <tr>
+ <td width="10">
+ </td>
+ <td colspan="2">
+ Please check your printer setup before printing if necessary.
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2"> </td>
+ <td align="right" height="30">
+ <input class="form_big" type="button" value="print" onclick="self.print(); return false;" id="drucken" name="drucken" />
+ </td>
+ </tr>
+ </table>
+ </div>
+ <!-- content_main -->
+
+ <table id="formTable" align="center" width="95%" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="3" height="10"><h1 class="extra">My m² in Samboja Lestari - my sponsor profile</h1>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="10">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="25">Your sponsor profile login data:
+ </td>
+ </tr>
+ <tr>
+ <td height="20" width="40%">
+ <strong>Your sponsor ID:</strong>
+ </td>
+ <td width="15">
+ </td>
+ <td>
+ $(sponsor-id)
+ </td>
+ </tr>
+ <tr>
+ <td height="30">
+ <strong>Your password:</strong>
+ </td>
+ <td>
+ </td>
+ <td>
+ $(sponsor-password_new)
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="20">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3">At this moment we manage your profile under the following name:
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="8">
+ </td>
+ </tr>
+ <tr>
+ <td width="40%" height="20">
+ Name:
+ </td>
+ <td>
+ </td>
+ <td>
+ $(name)
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="15">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ <br />Your e-mail address will <strong>not</strong> be published and is only used for internal purposes.
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="18">
+ </td>
+ </tr>
+ <tr>
+ <td class="content_text" height="20">
+ E-mail address:
+ </td>
+ <td>
+ </td>
+ <td>
+ $(email)
+ </td>
+ </tr>
+ <tr>
+ <td height="12">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="10">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ <div id="footer_print_top" align="center">
+ <div>
+ <a href="mailto:mail@bosf-deutschland.de" class="footer_bold">
+ mail(a)bosf-deutschland.de
+ </a>
+ </div>
+ <div style="padding-left:115px"> </div>
+ <div><span class="link_footer_bold">BOS Deutschland e.V.</span></div>
+ </div>
+ <div id="footer_print_bottom" align="center">
+ <div>phone: +49.30.26 36 78 33</div>
+ <div>l</div>
+ <div>D-10785 Berlin </div>
+ <div>l</div>
+ <div>Schöneberger Ufer 69</div>
+ </div>
+ </td>
+ </tr>
+ </table>
+</bknr:toplevel>
\ No newline at end of file
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/print_versand_quittung.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/print_versand_quittung.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/print_versand_quittung.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_extra"
+ title="RAINFOREST for SAMBOJA LESTARI - printing "
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <div id="noprint">
+ <table border="0">
+ <tr>
+ <td colspan="3" height="20"> </td>
+ </tr>
+ <tr>
+ <td width="10"> </td>
+ <td colspan="2" align="right">Bitte überprüfen Sie ggf. vor dem Drucken Ihre Druckereinstellungen.</td>
+ </tr>
+ <tr>
+ <td colspan="2"> </td>
+ <td align="right" height="30">
+ <input class="form_big" type="button" value="Seite drucken" onclick="self.print(); return false;" id="drucken" name="drucken" />
+ </td>
+ </tr>
+ </table>
+ </div>
+ <!-- content_main -->
+ <table id="formTable" width="100%" border="0" cellspacing="10" cellpadding="0">
+ <tr>
+ <td colspan="3" height="10"><h1 class="extra">Meine m² in Samboja Lestari </h1>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="20"> </td>
+ </tr>
+ <tr>
+ <td colspan="3">Die Regenwald-Urkunde wird auf folgenden Namen ausgestellt:</td>
+ </tr>
+ <tr>
+ <td>Name:</td>
+ <td></td>
+ <td>$(name)</td>
+ </tr>
+ <tr>
+ <td colspan="3">und wird an folgende Adresse versendet:</td>
+ </tr>
+ <tr>
+ <td>Adresse:</td>
+ <td> </td>
+ <td>$(adresse)</td>
+ </tr>
+ <tr>
+ <td colspan="3" height="40">Mit dieser Zahlung wurde ein neues Sponsoren-Profil mit der folgenden Sponsoren-ID angelegt:
+ </td>
+ </tr>
+ <tr>
+ <td height="20" width="40%"><strong>Ihre Sponsoren-ID:</strong></td>
+ <td width="15"></td>
+ <td>$(sponsor-id)</td>
+ </tr>
+ <tr>
+ <td colspan="3" height="15"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="15"> </td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ <div id="footer_print_top" align="center">
+ <div>
+ <a href="mailto:mail@bosf-deutschland.de" class="footer_bold">
+ mail(a)bosf-deutschland.de
+ </a>
+ </div>
+ <div style="padding-left:115px"> </div>
+ <div>
+ <span class="footer_bold">
+ BOS Deutschland e.V.
+ </span>
+ </div>
+ </div>
+ <div id="footer_print_bottom" align="center">
+ <div>Telefon: +49.30.26 36 78 33</div>
+ <div>l</div>
+ <div>D-10785 Berlin </div>
+ <div>l</div>
+ <div>Schöneberger Ufer 69</div>
+ </div>
+ </td>
+ </tr>
+ </table>
+</bknr:toplevel>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/privacy.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/privacy.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/privacy.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_extra"
+ title="RAINFOREST for SAMBOJA LESTARI - Privacy Policy"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <h1 class="extra">Privacy Policy of BOS Deutschland e.V.</h1>
+ <p class="text_content">
+ <p>
+The protection of your personal data via electronic processing is strictly regulated,
+and is something BOS Deutschland e.V. takes very seriously.BOS Deutschland e.V.
+is a renowned and not-for-profit foundation complying with the Bundesdatenschutzgesetz
+(German Privacy Policy Law). BOS is registered under no. 502 VR 4228 at the Amtsgericht (county court) in Kiel;
+exemption paper of the Finanzamt (tax office) in Kiel-Nord, no. GL5105.
+ </p>
+ <p>
+<b>What happens with your personal data?</b>
+ </p>
+ <p>
+Once you have decided to make a donation on-line, you are asked to disclose
+your bank details. This information will exclusively be processed by WorldPay.
+WorldPay is a renowned, international provider for on-line payment.
+Your data will be send by WorldPay through a coded SSL-transaction,
+and deleted immediately after the successful transaction.
+BOS Deutschand e.V. has no access to your bank details whatsoever.
+ </p>
+ <p>
+Each square metre of the ecological project you sponsor with your donation
+is linked to your personal profile. This profile consists of your name,
+country of origin, number of square metres you sponsor and the date of your donation.
+A personalised greeting text is possible. All profile information (except your e-mail address and postal address)
+is available to visitors of our webpage. Through this, transparency and interaction between sponsors is being promoted. Profile information can be altered by logging in with your password at all times.
+By doing so, it is also possible to stay anonymous.
+ </p>
+ <p>
+In order to send you your personal profile including your sponsor-ID and password, we need your e-mail address.
+For sending certificates by mail we need your postal address, and the name of the person the certificate is
+to be issued to.
+In order to receive our newsletter/news we would need your e-mail address.
+ </p>
+ <p>
+We assure you that this data will only be used for administrative and informative
+purposes of BOS Deutschland e.V.,as well as for BOS associates international.
+In case you do not wish to receive any more information from us, you are able to
+delete your data from the system at any time.
+For this purpose, please always give your sponsor ID!
+ </p>
+ <p>
+In case you have further questions regarding the reglementation of privacy policy of BOS Deutschland e.V.,
+please send an e-mail to: datenschutz(a)bos-deutschland.de
+ </p>
+ </p>
+</bknr:toplevel>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/profil.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/profil.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/profil.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,128 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <head>
+ <title>Profile creation</title>
+ <meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
+ <script language="JavaScript" type="text/JavaScript" src="/static/profil_en.js"> </script>
+ <link href="/static/profil_style.css" rel="stylesheet" type="text/css" />
+ </head>
+ <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
+ <bos:save-profile>
+ <form name="form" method="POST">
+ <table width="740" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td height="50" colspan="3"><img src="../images/header_infosystem.gif" width="740" height="50"/></td>
+ </tr>
+ <tr>
+ <td height="20" class="BreadCrumbs"> </td>
+ <td height="20" colspan="2" class="BreadCrumbs"> </td>
+ </tr>
+ <tr>
+ <td class="Label" valign="top"> </td>
+ <td class="Input" valign="top"> </td>
+ <td class="Info" valign="top"> </td>
+ </tr>
+ <tr>
+ <td class="Label">Sponsor ID</td>
+ <td class="Input">$(sponsor-id)</td>
+ <td class="Info">will be created from our system</td>
+ </tr>
+ <tr>
+ <td class="Label">Country</td>
+ <td class="Input">$(country)</td>
+ <td class="Info">can not be changed</td>
+ </tr>
+ <tr>
+ <td class="Label">Name</td>
+ <td class="Input"><input type="text" name="name" size="23" value="$(name)"/></td>
+ <td class="Info"></td>
+ </tr>
+ <tr>
+ <td class="Label">new password</td>
+ <td class="Input"><input type="password" name="password" size="23"/></td>
+ <td class="Info">enter your personal password</td>
+ </tr>
+ <tr>
+ <td class="Label">enter password again</td>
+ <td class="Input"><input type="password" name="password1" size="23"/></td>
+ <td class="Info">please type in password twice</td>
+ </tr>
+ <tr>
+ <td class="Label">your comment</td>
+ <td class="Input"><textarea class="Textarea" name="infotext" rows="3" cols="30">$(infotext)</textarea></td>
+ <td class="Info">optional text, not hidden</td>
+ </tr>
+ <tr>
+ <td class="Label">square metres</td>
+ <td class="Input">a total of $(numsqm) m² has been bought<br />UTM-coordinate: N$(sqm-x) E$(sqm-y)</td>
+ <td class="Info"></td>
+ </tr>
+ <tr>
+ <td class="Label">action message</td>
+ <td class="Input">
+ <button name="action" type="submit" value="save" onclick="javascript:return formcheck();">SAVE</button>
+ </td>
+ <td class="Info">Your personal profile data will be updated with the entered data.</td>
+ </tr>
+ <tr>
+ <td class="Label"></td>
+ <td class="Input">
+ <button name="anonymize" type="submit" value="anonymize" onclick="javascript:return anonymizecheck();">make profile anonymous</button>
+ </td>
+ <td class="Info">Your personal data will be hidden.</td>
+ </tr>
+ <tr>
+ <td class="Label"></td>
+ <td class="Input">
+ <button name="action" type="reset">discard changes</button>
+ </td>
+ <td class="Info">All arranged changes have been discarded.</td>
+ </tr>
+ <bos:when-certificate>
+ <tr>
+ <td class="Label"></td>
+ <td class="Input"><button name="urkunde" type="button" onclick="javascript:return window_urkunde();">show certificate</button></td>
+ <td class="Info">show certificate/download as pdf</td>
+ </tr>
+ </bos:when-certificate>
+<!-- not yet
+ <tr>
+ <td class="Label"></td>
+ <td class="Input">
+ <input type="text" name="numsqm" value="10" size="1"/>
+ <button name="action" type="submit" value="buy" onclick="javascript:return buycheck();">Quadratmeter kaufen</button>
+ </td>
+ <td class="Info">Weitere Quadratmeter mit WorldPay kaufen</td>
+ </tr>
+-->
+ <tr>
+ <td class="Label" height="10"></td>
+ <td class="Input"></td>
+ <td class="Info"></td>
+ </tr>
+ <tr>
+ <td class="Label"></td>
+ <td class="Input">
+ <a class="Link" href="#" onclick="document.location.href = '/infosystem/en/satellitenkarte.htm'">
+ <img src="/images/pfeil_back.gif" border="0"/>
+ back
+ </a>
+ </td>
+ <td class="Info"></td>
+ </tr>
+ <tr>
+ <td class="Label" height="300"></td>
+ <td class="Input"></td>
+ <td class="Info"></td>
+ </tr>
+ </table>
+ </form>
+ </bos:save-profile>
+ </body>
+</html>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/profil_setup.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/profil_setup.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/profil_setup.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ title="RAINFOREST for SAMBOJA LESTARI"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <div id="content">
+ <!-- content left-->
+ <div id="content_left">
+ <div id="textbox_left_form">
+ <table border="0" cellpadding="1" cellspacing="0">
+ <tr>
+ <td></td>
+ <td colspan="2">
+ <img src="/images/step5.gif" width="120" height="20" border="0" alt="" />
+ </td>
+ </tr>
+ <tr><td colspan="4" height="40"></td></tr>
+ </table>
+ </div>
+ <!-- footer -->
+ <div id="menue_footer">
+ <a href="javascript:window_extra('privacy')" class="footer">
+ privacy statement
+ </a>
+ l
+ <a href="javascript:window_extra('impressum')" class="footer">
+ imprint
+ </a>
+ </div>
+ <!-- /footer -->
+ </div>
+ <!-- /content left-->
+ <!-- container content_main -->
+ <div id="content_main">
+ <div id="textbox_content_big" >
+ <form method="post" action="save-initial-profile" name="form" onsubmit="return check_profil_setup();">
+ <input type="hidden" name="sponsor-id" value="$(sponsor-id)" />
+ <table id="formTable" width="95%" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="3" height="10">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="25">Create your sponsor profile now:
+ </td>
+ </tr>
+ <tr>
+ <td height="20" width="40%">
+ <strong>Your sponsor ID:</strong>
+ </td>
+ <td width="15">
+ </td>
+ <td>
+ $(sponsor-id)
+ </td>
+ </tr>
+ <tr>
+ <td height="30">
+ <strong>Password:</strong>
+ </td>
+ <td>
+ </td>
+ <td>
+ <input type="password" name="password" value="" size="20" class="form_big" />
+ </td>
+ </tr>
+ <tr>
+ <td height="30">
+ <strong>Repeat password:</strong>
+ </td>
+ <td>
+ </td>
+ <td>
+ <input type="password" name="password1" value="" size="20" class="form_big" />
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="20">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ Currently we process your profile under the name below. You can change this name or stay anonymous.
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="8">
+ </td>
+ </tr>
+ <tr>
+ <td width="40%" height="20">
+ Name:
+ </td>
+ <td>
+ </td>
+ <td>
+ <input type="text" name="name" value="$(name)" size="20" class="form_big"
+ onclick="javascript:document.form.anonym.checked = false;"
+ onblur="javascript:if (this.value == '') { document.form.anonym.checked = true; }"/>
+ <br />
+ <input type="checkbox" name="anonym" value="1"
+ onclick="javascript:if (this.checked) { document.form.name.value = ''; }"/> anonymous
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="15">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ <br />
+ Your e-mail address will <strong>not</strong> be published and is only used for internal infomation.
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="18">
+ </td>
+ </tr>
+ <tr>
+ <td class="content_text" height="20">
+ E-mail address:
+ </td>
+ <td>
+ </td>
+ <td>
+ <input type="text" name="email" value="$(email)" size="33" class="form_big" />
+ </td>
+ </tr>
+ <tr>
+ <td height="12">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="10">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="1" bgcolor="#c0c0c0">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="15">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="right">
+ <input type="submit" class="form_big" name="Button" value="save and continue" />
+ </td>
+ </tr>
+ </table>
+ </form>
+ </div>
+ </div>
+ <div id="content_right">
+ <div id="helpbox">
+ <br /><br />
+ [<strong>Profile password</strong>]<br />
+ Enter your personal password. In case you forgot it you can find a master password on your payment confirmation, that is sent to you by e-mail.<br /><br /><br /><br /><br />
+ [<strong>Profile creation</strong>]<br />
+ Define under wich name "your" m² will be indicated.<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
+ </div>
+ </div>
+ </div>
+</bknr:toplevel>
\ No newline at end of file
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/quittung.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/quittung.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/quittung.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,170 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ suppress-xml-headers="1"
+ >
+ <head>
+ <base href="$(website-url)/en/quittung" />
+ <link rel="stylesheet" href="/static/toplevel_style.css" />
+ <link rel="stylesheet" href="/static/content_style.css" />
+ <script src="/static/bos.js" type="text/javascript"><!-- x -->
+ </script>
+ <!--<meta http-equiv="content-type" content="text/html; charset=UTF-8" />-->
+ <title>RAINFOREST for SAMBOJA LESTARI</title>
+ </head>
+ <body>
+
+ <!-- header and menu_top -->
+ <div id="header">
+
+ <div id="menue_banner">
+ <a href="index">
+ <img src="../images/header_ganzneu.gif" border="0" />
+ </a>
+ </div>
+
+ <div id="menue_header_left">
+ BOS Foundation
+ </div>
+
+ </div>
+ <!-- /header and menu_top -->
+ <!-- content 3teilig-->
+ <div id="content">
+ <div id="content_left"><!-- content left-->
+ <div id="textbox_left_form">
+ <table border="0" cellpadding="1" cellspacing="0">
+ <tr>
+ <td></td>
+ <td colspan="2">
+ <img src="/images/step3.gif" width="120" height="20" border="0" alt="" />
+ </td>
+ </tr>
+ <tr><td colspan="4" height="40"></td></tr>
+ <tr>
+ <td> </td>
+ <td colspan="2"><span class="link_titlered">Thank you</span><br /><br /></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td></td>
+ <td colspan="2">
+ for your support and for trusting in BOS.
+ <br /><br />
+ The square metre(s) you sponsor are in good hands.
+ </td>
+ <td></td>
+ </tr>
+ </table>
+ </div>
+ <!-- footer -->
+ <div id="menue_footer">
+ <a href="javascript:window_extra('privacy')" class="footer">
+ privacy statement
+ </a>
+ l
+ <a href="javascript:window_extra('impressum')" class="footer">
+ imprint
+ </a>
+ </div>
+ <!-- /footer -->
+ </div>
+ <!-- /content left-->
+ <!-- container content_main -->
+ <div id="content_main">
+ <div id="textbox_content_big" >
+ <bos:process-payment>
+ <form method="post" action="generate-cert">
+ <input type="hidden" name="contract-id" value="$(cartId)" />
+ <input type="hidden" name="__sponsorid" value="$(sponsor-id)" />
+ <input type="hidden" name="__password" value="$(master-code)" />
+ <input type="hidden" name="email" value="$(email)" />
+ <table id="formTable" width="95%" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="3"><span class="headline">Your payment has been successful:</span></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="140">
+ <bos:worldpay-receipt />
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="10"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="1" bgcolor="#c0c0c0"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="10"> </td>
+ </tr>
+
+ <tr>
+ <td colspan="3" height="15">What name will you have issued your Rainforest certificate in? </td>
+ </tr>
+ <tr>
+ <td height="30">Name:</td>
+ <td></td>
+ <td><input type="text" class="form_big" size="35" name="name" value="$(name)" /></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="8">
+ <span class="help_text">
+ We accept the name entered in this field. Please correct the indicated name if necessary.
+ </span>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="10"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="1" bgcolor="#c0c0c0"> </td>
+ </tr>
+
+ <tr>
+ <td height="12"></td>
+ </tr>
+ <tr>
+ <td colspan="3" align="right">
+ <input type="submit" class="form_big" name="Button"
+ onclick="javascript:return confirm('Is the indicated name correct?');"
+ value="save and continue" />
+ </td>
+ </tr>
+ </table>
+ </form>
+ </bos:process-payment>
+ </div>
+ </div>
+ <div id="content_right">
+ <div id="helpbox">
+ <br /><br />
+ [<strong>Payment confirmation</strong>]
+ <br />
+ This payment confirmation by WorldPay is already under way to your e-mail account.
+In the unexpected case that you will not receive a message please contact
+
+ <br />
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
+ <a href="mailto:service@create-rainforest.org" class="more">
+ service(a)create-rainforest.org
+ </a>
+ <br /><br /><br />
+
+ [<strong>Rainforest certificate</strong>]
+ <br />
+ Starting with 1 square metre only you receive our
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
+ <a href="javascript:window_extra('certificat')" class="more">
+ Rainforest certificate
+ </a>
+ as a pdf-download from your personal sponsor profile.
+ <br /><br /><br /><br /><br /><br /><br />
+ </div>
+ </div>
+ </div>
+ </body>
+</html>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/ring-detail.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/ring-detail.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/ring-detail.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <head>
+ <link rel="stylesheet" href="/static/toplevel_style.css" />
+ <link rel="stylesheet" href="/static/content_style.css" />
+ <script src="/static/bos.js" type="text/javascript"><!-- x -->
+ </script>
+ <title>Scheme for the "ring"</title>
+ </head>
+ <body>
+ <div id="content_extra">
+ <h1 class="ringschema">Scheme for the "ring"</h1>
+ <img src="/images/ring_detail_en.jpg" />
+ </div>
+ <div style="padding:10px">
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" border="0" alt="" />
+ <a href="javascript:window.close()" class="more">
+ close window
+ </a>
+ </div>
+ </body>
+</html>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/save-initial-profile.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/save-initial-profile.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/save-initial-profile.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bos:save-profile
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <bknr:redirect-request target="index"/>
+</bos:save-profile>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/sponsor_canceled.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/sponsor_canceled.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/sponsor_canceled.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ suppress-xml-headers="1"
+ >
+ <head>
+ <base href="$(website-url)/en/sponsor_canceled" />
+ <link rel="stylesheet" href="/static/toplevel_style.css" />
+ <link rel="stylesheet" href="/static/content_style.css" />
+ <script src="/static/bos.js" type="text/javascript"><!-- x -->
+ </script>
+ <!--<meta http-equiv="content-type" content="text/html; charset=UTF-8" />-->
+ <title>RAINFOREST for SAMBOJA LESTARI</title>
+ </head>
+ <body>
+
+ <!-- header and menu_top -->
+ <div id="header">
+
+ <div id="menue_banner">
+ <a href="index">
+ <img src="../images/header_ganzneu.gif" border="0" />
+ </a>
+ </div>
+
+ <div id="menue_header_left">
+ BOS Deutschland e.V.
+ </div>
+ <div id="menue_header_main">
+ <div>l</div>
+ <div>
+ <a href="idea" class="menue"
+ title="What exactly is happening.">
+ project
+ </a>
+ </div>
+ <div>l</div>
+ <div>
+ <a href="bestellung" class="menue"
+ title="Join us!">
+ donation
+ </a>
+ </div>
+ <div>l</div>
+ <div>
+ <a href="bos" class="menue"
+ title="BOS Foundation">
+ BOS
+ </a>
+ </div>
+ <div>l</div>
+ <div>
+ <a href="javascript:window_infosys()" class="menue"
+ title="Move to satellite map.">
+ satellite map
+ </a>
+ </div>
+ <div>l</div>
+ <div>
+ <a href="contact" class="menue"
+ title="Contact us.">
+ contact
+ </a>
+ </div>
+ <div>l</div>
+ </div>
+ </div>
+ <!-- /header and menu_top -->
+ <!-- content 3teilig-->
+ <div id="content">
+ <div id="content_left"><!-- content left-->
+ <div id="textbox_left_form">
+ </div>
+ <!-- footer -->
+ <div id="menue_footer">
+ <a href="javascript:window_extra('privacy')" class="footer">
+ privacy statement
+ </a>
+ l
+ <a href="javascript:window_extra('impressum')" class="footer">
+ imprint
+ </a>
+ </div>
+ <!-- /footer -->
+ </div>
+ <!-- /content left-->
+ <!-- container content_main -->
+ <div id="content_main">
+ <div id="textbox_content_big" >
+ <table id="formTable" width="95%" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="3"><span class="headline">Your transaction has been cancelled.</span></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <div id="content_right">
+ <div id="helpbox">
+ <br /><br />
+ [<strong>payment interrupted</strong>]
+ </div>
+ </div>
+ </div>
+ </body>
+</html>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/toplevel.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/toplevel.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/toplevel.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <head>
+ <link rel="stylesheet" href="/static/toplevel_style.css" />
+ <link rel="stylesheet" href="/static/content_style.css" />
+ <script src="/static/bos.js" type="text/javascript"><!-- x -->
+ </script>
+ <script src="/static/bos_en.js" type="text/javascript"><!-- x -->
+ </script>
+ <!--<meta http-equiv="content-type" content="text/html; charset=UTF-8" />-->
+ <title>$(title)</title>
+ </head>
+<body>
+
+ <!-- header and menu_top -->
+ <div id="header">
+
+ <div id="menue_banner">
+ <a href="index">
+ <img src="../images/header_ganzneu.gif" border="0" />
+ </a>
+ </div>
+
+ <div id="menue_header_left">
+ BOS Foundation
+ </div>
+
+ <div id="menue_header_main">
+ <div>l</div>
+ <div>
+ <a href="idea" class="menue"
+ title="What exactly is happening.">
+ project
+ </a>
+ </div>
+ <div>l</div>
+ <div>
+ <a href="bestellung" class="menue"
+ title="Join us!">
+ donation
+ </a>
+ </div>
+ <div>l</div>
+ <div>
+ <a href="bos" class="menue"
+ title="BOS Foundation">
+ BOS
+ </a>
+ </div>
+ <div>l</div>
+ <div>
+ <a href="javascript:window_infosys()" class="menue"
+ title="Move to satellite map.">
+ satellite map
+ </a>
+ </div>
+ <div>l</div>
+ <div>
+ <a href="contact" class="menue"
+ title="Contact us.">
+ contact
+ </a>
+ </div>
+ <div>l</div>
+ </div>
+ </div>
+ <!-- /header and menu_top -->
+
+ <!-- content 3teilig-->
+ <bknr:tag-body />
+ <!-- /content 3teilig-->
+
+ </body>
+</html>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/toplevel_extra.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/toplevel_extra.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/toplevel_extra.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <head>
+ <bos:maybe-base href="$(base-url)" />
+ <link rel="stylesheet" href="/static/toplevel_style.css" />
+ <link rel="stylesheet" href="/static/content_style.css" />
+ <script src="/static/bos.js" type="text/javascript"><!-- x -->
+ </script>
+ <!--<meta http-equiv="content-type" content="text/html; charset=UTF-8" />-->
+ <title>$(title)</title>
+ </head>
+ <body>
+ <div id="header_extra">
+ </div>
+ <div id="content_extra">
+ <bknr:tag-body />
+ </div>
+ <div style="padding:10px">
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" border="0" alt="" />
+ <a href="javascript:window.close()" class="more">
+ close window
+ </a>
+ </div>
+ </body>
+</html>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/toplevel_main.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/toplevel_main.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/toplevel_main.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <head>
+ <link rel="stylesheet" href="/static/toplevel_style.css" />
+ <link rel="stylesheet" href="/static/content_style.css" />
+ <script src="/static/bos.js" type="text/javascript"><!-- x -->
+ </script>
+ <!--<meta http-equiv="content-type" content="text/html; charset=UTF-8" />-->
+ <title>$(title)</title>
+ </head>
+ <body>
+ <!-- header and menu_top -->
+ <div id="header">
+
+ <div id="menue_banner">
+ <a href="index">
+ <img src="../images/header_ganzneu.gif" border="0" />
+ </a>
+ </div>
+
+ <div id="menue_header_left">
+ BOS Foundation
+ </div>
+ <div id="menue_header_main">
+ <div>l</div>
+ <div>
+ <a href="idea" class="menue"
+ title="What exactly is happening.">
+ project
+ </a>
+ </div>
+ <div>l</div>
+ <div>
+ <a href="bestellung" class="menue"
+ title="Join us!">
+ donate
+ </a>
+ </div>
+ <div>l</div>
+ <div>
+ <a href="bos" class="menue"
+ title="BOS Foundation">
+ BOS
+ </a>
+ </div>
+ <div>l</div>
+ <div>
+ <a href="javascript:window_infosys()" class="menue"
+ title="Move to satellite map.">
+ satellite map
+ </a>
+ </div>
+ <div>l</div>
+ <div>
+ <a href="contact" class="menue"
+ title="Contact us.">
+ contact
+ </a>
+ </div>
+ <div>l</div>
+ </div>
+ <div id="menue_header_right" align="right">
+ <select name="language" style="width:125px;"
+ onchange="jumpMenu('parent', this, 0)">
+ <bos:language-options />
+ </select>
+ </div>
+ </div>
+ <!-- /header and menu_top -->
+
+ <!-- content 3teilig-->
+ <div id="content">
+ <div id="content_left">
+ <!-- content left-->
+ <div id="textbox_left_top">
+ <table border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td colspan="4" height="10">
+ </td>
+ </tr>
+ <tr>
+ <td width="6">
+ </td>
+ <td colspan="2">
+ <strong>Buy Rainforest!</strong>
+ <br /><br /><br />
+ </td>
+ <td>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ </td>
+ <td colspan="2" >
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" border="0" alt="" />
+ <a href="bestellung" class="content_black">
+ Donate!
+ </a><br />
+ </td>
+ <td>
+ </td>
+ </tr>
+ <tr><td colspan="3" height="5"></td></tr>
+ <tr>
+ <td colspan="4" valign="bottom">
+ <a href="bestellung" class="content_black">
+ <img src="/images/spenden.jpg" width="150" height="71" border="0" alt="" />
+ </a>
+ </td>
+ </tr>
+ <tr><td colspan="3" height="15"></td></tr>
+ </table>
+ </div>
+ <div id="textbox_left_down">
+ <table border="0" cellpadding="0" cellspacing="0">
+ <tr><td colspan="4" height="6"></td></tr>
+ <tr>
+ <td width="6"> </td>
+ <td colspan="2">
+ <strong>Satellite Map</strong>
+ <br /></td>
+ <td></td>
+ </tr>
+ <tr><td colspan="3" height="5"></td></tr>
+ <tr>
+ <td></td>
+ <td colspan="2">
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" border="0" alt="" />
+ <a href="javascript:window_infosys()"
+ class="content_black">
+ It's all about m².<br /><br />
+ </a>
+ </td>
+ <td></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="88">
+ <a href="javascript:window_infosys()">
+ <img src="/images/trans.gif" width="149" height="108" border="0" alt="" />
+ </a>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <!-- footer -->
+ <div id="menue_footer">
+ <a href="javascript:window_extra('privacy')" class="footer">
+ privacy statement
+ </a>
+ l
+ <a href="javascript:window_extra('impressum')" class="footer">
+ imprint
+ </a>
+ </div>
+ <!-- /footer -->
+ </div>
+ <!-- /content left-->
+ <bknr:tag-body />
+ <!-- /content 3teilig-->
+ </div>
+ </body>
+</html>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/versand_geschenk.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/versand_geschenk.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/versand_geschenk.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,184 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ suppress-xml-headers="1"
+ >
+ <head>
+ <base href="$(website-url)/de/versand_info" />
+ <link rel="stylesheet" href="/static/toplevel_style.css" />
+ <link rel="stylesheet" href="/static/content_style.css" />
+ <script src="/static/bos.js" type="text/javascript"><!-- x -->
+ </script>
+ <!--<meta http-equiv="content-type" content="text/html; charset=UTF-8" />-->
+ <title>REGENWALD für SAMBOJA LESTARI</title>
+ </head>
+ <body>
+
+ <!-- header and menu_top -->
+ <div id="header">
+ <div id="menue_banner">
+ <img src="../images/header_ganzneu.gif" border="0" />
+ </div>
+
+ <div id="menue_header_left">
+ BOS Deutschland e.V.
+ </div>
+ </div>
+ <!-- /header and menu_top -->
+ <!-- content 3teilig-->
+ <div id="content">
+ <div id="content_left"><!-- content left-->
+ <div id="textbox_left_form">
+ <table border="0" cellpadding="1" cellspacing="0">
+ <tr>
+ <td></td>
+ <td colspan="2">
+ <img src="/images/step3.gif" width="120" height="20" border="0" alt="" />
+ </td>
+ </tr>
+ <tr><td colspan="4" height="40"></td></tr>
+ <tr>
+ <td> </td>
+ <td colspan="2"><span class="link_titlered">Herzlichen Dank</span><br /><br /></td>
+ <td> </td>
+ </tr>
+ <tr>
+ <td></td>
+ <td colspan="2"> für Ihre Unterstützung und das Vertrauen, das Sie BOS damit entgegen bringen. <br /><br />Die von Ihnen gesponserten m² sind in guten Händen.
+ </td>
+ <td></td>
+ </tr>
+ </table>
+ </div>
+ <!-- footer -->
+ <div id="menue_footer">
+ <a href="javascript:window_extra('privacy')" class="footer">
+ Datenschutzinfo
+ </a>
+ l
+ <a href="javascript:window_extra('impressum')" class="footer">
+ Impressum
+ </a>
+ </div>
+ <!-- /footer -->
+ </div>
+ <!-- /content left-->
+ <!-- container content_main -->
+ <bos:process-payment>
+ <div id="content_main">
+ <div id="textbox_content_big" >
+ <form name="formular" method="post" action="versand_quittung">
+ <input type="hidden" name="sponsor-id" value="$(sponsor-id)" />
+ <input type="hidden" name="contract-id" value="$(cartId)" />
+ <input type="hidden" name="email" value="$(email)" />
+ <input type="hidden" name="gift" value="$(MC_gift)" />
+ <input type="hidden" name="next-step-name" value="fertig" />
+ <table id="formTable" width="95%" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="3"><span class="headline">Ihre Zahlung war erfolgreich:</span></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="140">
+ <bos:worldpay-receipt />
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="8"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="1" bgcolor="#c0c0c0"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="8"> </td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ Bitte geben Sie den Namen des Beschenkten für die Urkunde ein:
+ </td>
+ </tr>
+ <tr>
+ <td height="30">
+ Name:
+ </td>
+ <td></td>
+ <td>
+ <input type="text" class="form_big" size="35" name="name" value="" />
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="6"> </td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ Bitte geben Sie die Versandadresse für die Regenwaldurkunde ein.
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="10"> </td>
+ </tr>
+ <tr>
+ <td>Versandadresse<br />für die Urkunde:<br /><br /><br /></td>
+ <td></td>
+ <td>
+<!-- left-aligned in order to aid formatting -->
+<textarea cols="24" rows="3" name="address">$(name)
+$(address)
+$(postcode)
+$(country)</textarea>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="10"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="1" bgcolor="#c0c0c0"> </td>
+ </tr>
+ <tr>
+ <td height="12"></td>
+ </tr>
+ <tr>
+ <td colspan="3" align="right">
+ <input type="submit" class="form_big" name="Button"
+ onclick="return check_versand_info();"
+ value="speichern und weiter" />
+ </td>
+ </tr>
+ </table>
+ </form>
+ </div>
+ </div>
+ </bos:process-payment>
+ <div id="content_right">
+ <div id="helpbox">
+ <br /><br />
+ [<strong>Zahlungsbestätigung</strong>]<br />
+ Diese Zahlungsbestätigung von WorldPay ist bereits per E-Mail unterwegs zu Ihnen. Sollten Sie wider Erwarten keine
+ Nachricht erhalten, wenden Sie sich bitte an
+ <br />
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
+ <a href="mailto:service@create-rainforest.org" class="more">
+ service(a)create-rainforest.org
+ </a>
+ <br /><br /><br /><br /><br /><br /><br /><br /><br />
+ [<strong>Regenwald-Urkunde</strong>]<br />
+ Sie oder der Beschenkte erhalten auf dem Postweg eine attraktive
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
+ <a href="javascript:window_extra('certificat')" class="more">
+ Urkunde
+ </a>
+ von uns. Sollte diese wider Erwarten nicht innerhalb der nächsten zwei Wochen eingetroffen sein, wenden Sie sich bitte an
+ <br />
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
+ <a href="mailto:service@create-rainforest.org" class="more">
+ service(a)create-rainforest.org
+ </a>
+ <br /><br /><br /><br /><br /><br />
+ </div>
+ </div>
+ </div>
+ </body>
+</html>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/versand_info.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/versand_info.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/versand_info.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,185 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ suppress-xml-headers="1"
+ >
+ <head>
+ <base href="$(website-url)/en/versand_info" />
+ <link rel="stylesheet" href="/static/toplevel_style.css" />
+ <link rel="stylesheet" href="/static/content_style.css" />
+ <script src="/static/bos.js" type="text/javascript"><!-- x -->
+ </script>
+ <!--<meta http-equiv="content-type" content="text/html; charset=UTF-8" />-->
+ <title>RAINFOREST for SAMBOJA LESTARI</title>
+ </head>
+ <body>
+
+ <!-- header and menu_top -->
+ <div id="header">
+
+ <div id="menue_banner">
+ <img src="../images/header_ganzneu.gif" border="0" />
+ </div>
+
+ <div id="menue_header_left">
+ BOS Foundation
+ </div>
+
+ </div>
+ <!-- /header and menu_top -->
+ <!-- content 3teilig-->
+ <div id="content">
+ <div id="content_left"><!-- content left-->
+ <div id="textbox_left_form">
+ <table border="0" cellpadding="1" cellspacing="0">
+ <tr>
+ <td></td>
+ <td colspan="2">
+ <img src="/images/step3.gif" width="120" height="20" border="0" alt="" />
+ </td>
+ </tr>
+ <tr><td colspan="4" height="40"></td></tr>
+ <tr>
+ <td> </td>
+ <td colspan="2"><span class="link_titlered">Thank you</span><br /><br /></td>
+ <td> </td>
+ </tr>
+ <tr>
+ <td></td>
+ <td colspan="2"> for your support and for trusting in BOS. <br /><br />The m² you sponsor are in good hands. </td>
+ <td></td>
+ </tr>
+ </table>
+ </div>
+ <!-- footer -->
+ <div id="menue_footer">
+ <a href="javascript:window_extra('privacy')" class="footer">
+ privacy statement
+ </a>
+ l
+ <a href="javascript:window_extra('impressum')" class="footer">
+ imprint
+ </a>
+ </div>
+ <!-- /footer -->
+ </div>
+ <!-- /content left-->
+ <!-- container content_main -->
+ <bos:process-payment>
+ <div id="content_main">
+ <div id="textbox_content_big" >
+ <form name="formular" method="post" action="versand_quittung">
+ <input type="hidden" name="sponsor-id" value="$(sponsor-id)" />
+ <input type="hidden" name="master-code" value="$(master-code)" />
+ <input type="hidden" name="contract-id" value="$(cartId)" />
+ <input type="hidden" name="email" value="$(email)" />
+ <input type="hidden" name="next-step-name" value="weiter" />
+ <table id="formTable" width="95%" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="3"><span class="headline">Your payment has been successful:</span></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="140">
+ <bos:worldpay-receipt />
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="8"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="1" bgcolor="#c0c0c0"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="8"> </td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ Under which name would you like to have your rainforest certificate? [We accept the name entered in this field.]
+ </td>
+ </tr>
+ <tr>
+ <td height="30">
+ Name on the Rainforest certificate:
+ </td>
+ <td></td>
+ <td>
+ <input type="text" class="form_big" size="35" name="name" value="$(name)" />
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="6"> </td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ Please correct the indicated address if necessary for printing into your rainforest certificate:
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="10"> </td>
+ </tr>
+ <tr>
+ <td>
+ Address<br />for your Rainforest certificate::<br /><br /><br /></td>
+ <td></td>
+ <td>
+<!-- left-aligned in order to aid formatting -->
+<textarea cols="24" rows="3" name="address">$(name)
+$(address)
+$(country)</textarea>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="10"> </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="1" bgcolor="#c0c0c0"> </td>
+ </tr>
+ <tr>
+ <td height="12"></td>
+ </tr>
+ <tr>
+ <td colspan="3" align="right">
+ <input type="submit" class="form_big" name="Button"
+ onclick="return check_versand_info();"
+ value="save and continue" />
+ </td>
+ </tr>
+ </table>
+ </form>
+ </div>
+ </div>
+ </bos:process-payment>
+ <div id="content_right">
+ <div id="helpbox">
+ <br /><br />
+ [<strong>Payment confirmation</strong>]<br />
+ This payment confirmation by WorldPay is already under way to your e-mail account.
+In the unexpected case that you will not receive a message please contact
+ <br />
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
+ <a href="mailto:service@create-rainforest.org" class="more">
+ service(a)create-rainforest.org
+ </a>
+ <br /><br /><br /><br /><br /><br /><br /><br /><br />
+ [<strong>Rainforest certificate</strong>]<br />
+ Starting with 1 m² only you receive
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
+ <a href="javascript:window_extra('certificat')" class="more">
+ a Rainforest certificate
+ </a>
+ from your personal sponsor profile as a pdf-download. If you have any problems or questions please contact
+ <br />
+ <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
+ <a href="mailto:service@create-rainforest.org" class="more">
+ service(a)create-rainforest.org
+ </a>
+ <br /><br /><br /><br /><br /><br />
+ </div>
+ </div>
+ </div>
+ </body>
+</html>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/versand_quittung.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/versand_quittung.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/versand_quittung.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,148 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ title="RAINFOREST for SAMBOJA LESTARI"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <!-- content 3teilig-->
+ <div id="content">
+ <!-- content left-->
+ <div id="content_left">
+ <div id="textbox_left_form">
+ <table border="0" cellpadding="1" cellspacing="0">
+ <tr>
+ <td></td>
+ <td colspan="2">
+ <img src="/images/step4.gif" width="120" height="20" border="0" alt="" />
+ </td>
+ </tr>
+ <tr><td colspan="4" height="40"></td></tr>
+ </table>
+ </div>
+ <!-- footer -->
+ <div id="menue_footer">
+ <a href="javascript:window_extra('privacy')" class="footer">
+ privacy statement
+ </a>
+ l
+ <a href="javascript:window_extra('impressum')" class="footer">
+ imprint
+ </a>
+ <!-- /footer -->
+ </div>
+ <!-- /content left-->
+ </div>
+ <!-- container content_main -->
+ <div id="content_main">
+ <div id="textbox_content_big" >
+ <form method="post" action="generate-cert">
+ <input type="hidden" name="sponsor-id" value="$(sponsor-id)" />
+ <input type="hidden" name="__sponsorid" value="$(sponsor-id)" />
+ <input type="hidden" name="__password" value="$(master-code)" />
+ <input type="hidden" name="contract-id" value="$(contract-id)" />
+ <input type="hidden" name="name" value="$(name)" />
+ <input type="hidden" name="address" value="$(address)" />
+ <input type="hidden" name="email" value="$(email)" />
+ <input type="hidden" name="gift" value="$(gift)" />
+ <table id="formTable" width="95%" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="3">
+ We will issue the Rainforest Certificate in the following name at the following address:
+ <br /><br /><br />
+ Name on the Rainforest Certificate: $(name)
+ <br /><br />
+ Address for the certificate: <br />
+<pre>
+$(address)
+$(postcode)
+$(country)
+</pre>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="10">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ <span class="help_text">
+ Please check that the details given are accurate.
+ </span>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="20">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="1" bgcolor="#c0c0c0">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="10">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="40">
+ This payment has created a new sponsor profile with the following sponsor ID:
+ </td>
+ </tr>
+ <tr>
+ <td height="20" width="40%">
+ <strong>Your sponsor ID:</strong>
+ </td>
+ <td width="15">
+ </td>
+ <td>$(sponsor-id)
+ </td>
+ </tr>
+ <!--<tr>
+ <td height="20"> <strong> You Password:</strong></td>
+ <td></td>
+ <td>$(sponsor-password)</td>
+ </tr>-->
+ <tr>
+ <td colspan="3" height="20">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="1" bgcolor="#c0c0c0">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" height="10">
+ </td>
+ </tr>
+ <tr>
+ <td height="12">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3" align="right">
+ <input class="form_big" type="button"
+ value="back"
+ onclick="javascript:history.back()"
+ id="back" name="back" />
+ <input type="submit" class="form_big" name="Button" value="$(next-step-name)" />
+ </td>
+ </tr>
+ </table>
+ </form>
+ </div>
+ </div>
+ <div id="content_right">
+ <div id="helpbox">
+ <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
+ [<strong>Sponsor ID</strong>]<br />
+ You can check your sponsored m²
+ at any time using your sponsor ID. The ID enables you to easily locate your m².
+ Visitors of this website can look at all m² and their personal profiles.
+ If you wish to remain anonymous you can restrict access by the use of a password.
+ <br /><br /><br /><br /><br /><br />
+ </div>
+ </div>
+ </div>
+</bknr:toplevel>
Added: branches/xml-class-rework/projects/bos/payment-website/templates/en/verschenken.xml
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/en/verschenken.xml 2006-03-12 11:03:55 UTC (rev 1915)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/en/verschenken.xml 2006-03-12 11:35:12 UTC (rev 1916)
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<bknr:toplevel
+ template="toplevel_extra"
+ title="REGENWALD für SAMBOJA LESTARI - Verschenken"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:bknr="http://bknr.net"
+ xmlns:bos="http://headcraft.de/bos"
+ >
+ <p class="text_content">
+
+ <p>Suchen Sie ein sinnvolles Geschenk?</p>
+
+ <p><b>Verschenken Sie Quadratmeter wiederentstehenden Regenwaldes!</b></p>
+
+<p>
+Der/Die Beschenkte erhält eine attraktive Urkunde und persönliche
+Zugangscodes, um "seine/ihre" Quadratmeter in Borneo leicht orten zu
+können. Zudem kann er/sie den Quadratmetern einen Grußtext anhängen,
+der für jeden Besucher einsehbar ist.
+</p>
+<p>
+Auch Sie erhalten die gleichen Zugangscodes und können z.B. einen
+Geburtstagsgruß "auf" den verschenkten Quadratmetern
+hinterlassen.
+</p>
+<p>
+Setzen Sie das Häckchen und fahren Sie wie gewünscht fort.
+</p>
+<p>
+Unmittelbar nach erfolgter Zahlung (wenige Sekunden später) werden Sie
+nach Namen und Versandadresse der zu Beschenkenden Person gefragt.
+</p>
+<p>
+Der Geschenkservice ist aus administrativen Gründen leider nur bei Online-Spenden ab 30 Euro möglich.
+</p>
+ </p>
+</bknr:toplevel>
1
0

[bknr-cvs] r1915 - in branches/xml-class-rework/projects/bos/payment-website/templates: . de
by bknr@bknr.net 12 Mar '06
by bknr@bknr.net 12 Mar '06
12 Mar '06
Author: hhubner
Date: 2006-03-12 06:03:55 -0500 (Sun, 12 Mar 2006)
New Revision: 1915
Added:
branches/xml-class-rework/projects/bos/payment-website/templates/baustelle.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/archive.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/bestellung.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/bos.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/buy-sqm.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/certificat.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/contact.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/disclaimer.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/generate-cert.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/headline2.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/headline3.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/idea.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/idea_subtitle1.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/idea_subtitle2.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/impressum.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/index.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/info-request.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-poidetail.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-poifoto.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-qmdetail.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-uebersicht.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/infosystem.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/mail-transfer.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/news.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/print_profil_setup.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/print_ueberweisung.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/print_versand_quittung.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/privacy.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/profil.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/profil_setup.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/quittung.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/ring-detail.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/save-initial-profile.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/sponsor_canceled.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel_extra.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel_main.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/ueberweisung.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_geschenk.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_info.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_quittung.xml
branches/xml-class-rework/projects/bos/payment-website/templates/de/verschenken.xml
branches/xml-class-rework/projects/bos/payment-website/templates/user-error.xml
Removed:
branches/xml-class-rework/projects/bos/payment-website/templates/baustelle.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/archive.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/bestellung.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/bos.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/buy-sqm.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/certificat.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/contact.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/disclaimer.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/generate-cert.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/headline2.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/headline3.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/idea.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/idea_subtitle1.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/idea_subtitle2.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/impressum.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/index.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/info-request.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-poidetail.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-poifoto.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-qmdetail.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-uebersicht.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/infosystem.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/mail-transfer.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/news.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/print_profil_setup.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/print_ueberweisung.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/print_versand_quittung.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/privacy.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/profil.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/profil_setup.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/quittung.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/ring-detail.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/save-initial-profile.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/sponsor_canceled.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel_extra.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel_main.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/ueberweisung.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_geschenk.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_info.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_quittung.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/de/verschenken.bknr
branches/xml-class-rework/projects/bos/payment-website/templates/user-error.bknr
Log:
change file extensions from bknr to xml
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/baustelle.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/baustelle.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/baustelle.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- suppress-xml-headers="1"
- >
- <head>
- <base href="http://createrainforest.org/quittung" />
- <link rel="stylesheet" href="/static/toplevel_style.css" />
- <link rel="stylesheet" href="/static/content_style.css" />
- <script src="/static/bos.js" type="text/javascript"><!-- x -->
- </script>
- <!--<meta http-equiv="content-type" content="text/html; charset=UTF-8" />-->
- <title>REGENWALD für SAMBOJA LESTARI</title>
- </head>
- <body>
-
- <!-- link zurueck zur startseite via header -->
- <map id="startseite" name="startseite">
- <area shape="rect" coords="3,3,650,47" href="index" alt="zur Startseite" />
- </map>
- <!-- /link zurück -->
-
- <!-- header and menu_top -->
- <div id="header">
- <div id="menue_header_left">
- BOS Deutschland e.V.
- </div>
- <div id="header_transgif">
- <img src="/images/trans.gif" width="575" height="65" alt="" border="0" usemap="#startseite" />
- </div>
- </div>
- <!-- /header and menu_top -->
- <!-- content 3teilig-->
- <div id="content">
- <!-- /content left-->
- <!-- container content_main -->
- <div id="content_main">
- <div id="textbox_content_big" >
- <form method="post" action="profil_setup">
- <input type="hidden" name="cartId" value="$(cartId)" />
- <table id="formTable" width="95%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td colspan="3">
- <span class="titlegray">
- Hier entsteht die Website "create rainforest".
- Bitte schauen Sie in ein paar Wochen wieder
- vorbei!
- </span>
- </td>
- </tr>
- </table>
- </form>
- </div>
- </div>
- </div>
- </body>
-</html>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/baustelle.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/baustelle.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/archive.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/archive.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/archive.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_extra"
- title="REGENWALD für SAMBOJA LESTARI - News-Archiv"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <h1 class="extra">NEWS im ARCHIV</h1>
- <p class="text_content">
- <bos:news-headlines archive="1" />
- </p>
-</bknr:toplevel>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/archive.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/archive.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/bestellung.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/bestellung.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/bestellung.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,236 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- title="REGENWALD für SAMBOJA LESTARI"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <!-- content 3teilig-->
- <div id="content">
- <!-- content left-->
- <div id="content_left">
- <div id="textbox_left_form">
- <table border="0" cellpadding="1" cellspacing="0">
- <tr>
- <td></td>
- <td colspan="2">
- <img src="/images/step1.gif" width="120" height="20" border="0" alt="" />
- </td>
- </tr>
- <tr><td colspan="4" height="40"></td></tr>
- <tr>
- <td> </td>
- <td colspan="2">
- <span class="link_titlered">
- Regenwald schaffen
- <br />für nur 3,- Euro pro m²
- </span>
- <br /><br />
- </td>
- <td></td>
- </tr>
- <tr>
- <td></td>
- <td colspan="2">
- Wir freuen uns über Ihre Entscheidung, sich mit BOS für Natur und Mensch in Indonesien zu engagieren.
- <br /><br />
- Mit Ihrer Unterstützung leisten Sie einen wichtigen Beitrag zur nachhaltigen Projektarbeit in Samboja Lestari
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="idea_subtitle2" class="more">
- mehr...
- </a>
- </td>
- <td></td>
- </tr>
- </table>
- </div>
- <!-- footer -->
- <div id="menue_footer">
- <a href="javascript:window_extra('privacy')" class="footer">
- Datenschutzinfo
- </a>
- l
- <a href="javascript:window_extra('impressum')" class="footer">
- Impressum
- </a>
- </div>
- <!-- /footer -->
- </div>
- <!-- /content left-->
- <!-- container content_main -->
- <div id="content_main">
- <div id="textbox_content_big" >
- <form name="bestellformular" method="post" action="buy-sqm">
- <table id="formTable" width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td colspan="3">
- <span class="headline">
- Ich bin dabei. Ich möchte sehen wie Samboja Lestari grüner wird und schaffe...
- </span>
- </td>
- </tr>
- <tr>
- <td colspan="3" height="5"> </td>
- </tr>
- <tr>
- <td colspan="3">
- <input type="radio" name="numsqm" value="1"
- onclick="document.bestellformular.numsqm1.value = '';" />
- 1 m² Regenwald [3 Euro],
- <br />
- <input type="radio" name="numsqm" value="5"
- onclick="document.bestellformular.numsqm1.value = '';" />
- 5 m² Regenwald [15 Euro],
- <br />
- <input type="radio" name="numsqm" value="10" checked="checked"
- onclick="document.bestellformular.numsqm1.value = '';" />
- 10 m² Regenwald [30 Euro],
- <br />
- <input type="radio" name="numsqm" value="30"
- onclick="document.bestellformular.numsqm1.value = '';" />
- 30 m² Regenwald [90 Euro]
- <br />
- <input type="radio" name="numsqm" value=""/>
- oder
- <input type="text" name="numsqm1" size="5" value=""
- onfocus="document.bestellformular.numsqm[4].click()"/>
- Quadratmeter [zu je 3 Euro].
- <br />
- </td>
- </tr>
- <tr>
- <td colspan="3" height="8"> </td>
- </tr>
-
- <tr>
- <td colspan="3">
- <input type="checkbox" name="gift" value="1" />
- Ich möchte die m² symbolisch verschenken.
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="javascript:window_extra('verschenken')" class="more">
- Info
- </a>
- </td>
- </tr>
- <tr>
- <td colspan="3" height="10">
- </td>
- </tr>
- <tr>
- <td colspan="3" height="1" bgcolor="#c0c0c0">
- </td>
- </tr>
- <tr>
- <td colspan="3" height="10">
- </td>
- </tr>
- <tr>
- <td colspan="3">
- <span class="headline">Spenden sind steuerlich absetzbar!</span><br />
- </td>
- </tr>
- <tr>
- <td colspan="3" height="10">
- </td>
- </tr>
- <tr>
- <td colspan="3">
- <input type="checkbox" name="donationcert-yearly" value="1" />
- Ich möchte eine Spendenbescheinigung am Jahresende.
- </td>
- </tr>
- <tr>
- <td colspan="3" height="10">
- </td>
- </tr>
- <tr>
- <td colspan="3" height="1" bgcolor="#c0c0c0">
- </td>
- </tr>
- <tr>
- <td colspan="3" height="10">
- </td>
- </tr>
-
- <tr>
- <td colspan="4">
- <span class="help_text">
- Ihre Daten werden elektronisch über unseren Partner WorldPay erfasst und bearbeitet.
- Die Bestimmungen des Datenschutzgesetzes werden eingehalten. Daten werden nicht an Dritte
- weitergegeben.
- </span>
- <br />
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="javascript:window_extra('privacy')" class="more">
- Datenschutzinformation
- </a>
- </td>
- </tr>
- <tr>
- <td colspan="3" height="9"> </td>
- </tr>
- <tr>
- <td colspan="3">
- <span class="help_text">
- Spenden Sie bequem online via Kreditkarte oder Lastschriftverfahren.
- Sie verringern damit administrative Kosten für BOS.
- </span>
- <!--
- Ich möchte den administrativen Aufwand und Kosten für BOS verringern und
- spende deshalb bequem online via Kreditkarte oder per Lastschrift.
- -->
- </td>
- </tr>
- <tr>
- <td colspan="3" height="15"> </td>
- </tr>
- <tr>
- <td colspan="3">
- <input type="checkbox" name="disclaimer_read" value="1" />
- Ich habe die
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="javascript:show_disclaimer()" class="more">
- Verzichtsklausel
- </a> gelesen und stimme ihr zu. <br /> <br />
- </td>
- </tr>
- <tr>
- <td align="right" colspan="3">
- <input type="submit" class="form_big_bold" name="action" value="Online Spenden"
- onclick="return check_online();" />
- <input type="submit" class="form_big" name="action" value="Überweisen"
- onclick="return check_ueberweisung();" />
- </td>
- </tr>
- </table>
- </form>
- </div>
- </div>
- <div id="content_right">
- <div id="helpbox">
- <br /><br /><br />
- [<strong>Regenwald-Urkunde</strong>]
- <br />
- Ab einer Spende von 30,- Euro senden wir Ihnen oder dem Beschenkten eine attraktive Regenwald-Urkunde zu.
- Schon ab 1 m² erhalten Sie eine
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="javascript:window_extra('certificat')" class="more">
- Urkunde
- </a>
- als pdf-Download im eigenen Sponsoren-Profil.
- <br /><br /><br />
- [<strong>Spendenquittung</strong>]
- <br />
- Bei Spenden über 100,- Euro schicken wir Ihnen eine Spendenbescheinigung per Post zu. Bei Spenden
- unter 100,- Euro gilt die Zahlungsbestätigung per E-Mail.
- <br /> <br />
- [<strong>Vertrauensgarantie</strong>]<br />
- Worldpay ist ein international anerkannter Onlinezahlungsanbieter.
- Ihre Daten werden über WorldPay verschlüsselt versendet und nach erfolgreicher Transaktion sofort gelöscht.
- <br /><br />
- </div>
- </div>
- </div>
-</bknr:toplevel>
\ No newline at end of file
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/bestellung.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/bestellung.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/bos.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/bos.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/bos.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,97 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_main"
- title="REGENWALD für SAMBOJA LESTARI - Über BOS"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <div id="content_main">
- <div id="textbox_content">
- <table border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td colspan="3"><span class="headline">BOS Foundation</span></td>
- <td></td>
- </tr>
- <tr>
- <td height="15"></td>
- </tr>
- <tr>
- <td>
- Die <b>Borneo Orangutan Survival Foundation</b> (BOS) ist die weltweit größte Organisation zur Rettung der vom Aussterben bedrohten
- Orang-Utans. Ihr Lebensraum, der Regenwald mit seiner Artenvielfalt, wird in Zusammenarbeit mit der lokalen Bevölkerung geschützt.
- BOS ist eine indonesische Nicht-Regierungs-Organisation, die im Jahr 1991 gegründet wurde.
- <br /><br />
- Die Aufgabenschwerpunkte von BOS in Indonesien sind:
- <br /><br />
- <ul>
- <li>
- Konfiszierung illegal gehaltener Orang-Utans, Malaienbären und anderer Arten
- </li>
- <li>
- Rehabilitation der Orang-Utans in Stationen
- </li>
- <li>
- Auswilderung der Tiere in geschützte Regenwaldgebiete
- </li>
- <li>
- Rettung und Umsiedlung von gefährdeten Orang-Utans und anderen Arten
- </li>
- <li>
- Aufforstung und Schutz von Regenwald
- </li>
- <li>
- Schaffung von Alternativen für die lokale Bevölkerung
- </li>
- <li>
- Umweltbildung und Aufklärung der lokalen Bevölkerung
- </li>
- <li>
- Überwachung von Schutzgebieten
- </li>
- <li>
- Auswertung von Satellitenbildern
- </li>
- <li>
- und vieles mehr.
- </li>
- </ul>
- <br />
- Die Projekte von BOS werden aufgrund der sehr schwierigen wirtschaftlichen Lage in Indonesien hauptsächlich durch ausländische Spendengelder finanziert.
- </td>
- </tr>
- </table>
- </div>
- </div>
- <div id="content_right">
- <div id="textbox_right_top">
- <table id="rightTable" border="0" cellpadding="0" cellspacing="0">
-
- <tr><td height="30"></td></tr>
- <tr>
- <td colspan="2"><img src="/images/bos-logo.gif" width="116" height="85" alt="" /></td>
- </tr>
- <tr>
- <td colspan="2">Möchten Sie gerne mehr über die Projekte von BOS erfahren?
- <br /><br />
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="http://www.bos-deutschland.de" target="_blank" class="more">
- bos-deutschland.de
- </a>
- <br />
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="http://www.savetheorangutan.info" target="_blank" class="more">
- savetheorangutan.info
- </a>
- <br /><br />
- </td>
- </tr>
- <tr>
- <td colspan="2">Dort finden Sie auch Links zu unseren BOS- Schwesterorganisationen weltweit.</td>
- </tr>
- </table>
- </div>
- </div>
-</bknr:toplevel>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/bos.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/bos.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/buy-sqm.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/buy-sqm.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/buy-sqm.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<bos:buy-sqm
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <bknr:redirect-request target="$(worldpay-url)"/>
-</bos:buy-sqm>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/buy-sqm.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/buy-sqm.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/certificat.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/certificat.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/certificat.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_extra"
- title="REGENWALD für SAMBOJA LESTARI - Urkunde"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <h1 class="extra">So sieht Ihre Regenwald-Urkunde aus:</h1>
- <center>
- <img src="/images/certificat.jpg" width="300" height="424" alt="" border="0" />
- </center>
-</bknr:toplevel>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/certificat.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/certificat.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/contact.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/contact.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/contact.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_main"
- title="REGENWALD für SAMBOJA LESTARI - Kontakt"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <div id="content_main">
- <div id="textbox_content">
- <table border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td colspan="3"><span class="headline">Kontakt</span>
- </td>
- <td>
- </td>
- </tr>
- <tr>
- <td height="15">
- </td>
- </tr>
- <tr>
- <td>Wenn Sie Fragen haben, wenden Sie sich an uns!<br />
- Wir freuen uns auf Ihre Anregungen und beantworten Ihre Fragen jederzeit gerne.
- <br /><br />
- BOS Deutschland e.V.<br />
- Schöneberger Ufer 69<br />
- D - 10785 Berlin
- <br /><br />
- Telefon: +49.30.26 36 78 33<br />
- Fax: +49.30.26 36 78 15<br /><br />
- E-Mail:
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="mailto:info@bos-deutschland.de" class="more">
- info(a)bos-deutschland.de
- </a>
- <br /><br /><br /><br /><br /><br />
- Wir werden alle Anfragen baldmöglichst beantworten. Bitte haben Sie etwas Geduld.
- <br />
- </td>
- </tr>
- </table>
- </div>
- </div>
- <div id="content_right">
- <div id="textbox_right_top">
- <table id="rightTable" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td height="30">
- </td>
- </tr>
- <tr>
- <td colspan="2"><img src="/images/bos-logo.gif" width="116" height="85" alt="" />
- </td>
- </tr>
- <tr>
- <td height="10">
- </td>
- </tr>
- <tr>
- <td colspan="2">Möchten Sie gern mehr über die Projekte von BOS erfahren?
- <br /><br />
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="http://www.bos-deutschland.de" target="_blank" class="more">
- bos-deutschland.de
- </a>
- <br />
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="http://www.savetheorangutan.info" target="_blank" class="more">
- savetheorangutan.info
- </a>
- <br /><br />
- </td>
- </tr>
- <tr>
- <td>Dort finden Sie auch Links zu unseren BOS- Schwesterorganisationen weltweit.
- </td>
- </tr>
- </table>
- </div>
- </div>
-</bknr:toplevel>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/contact.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/contact.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/disclaimer.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/disclaimer.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/disclaimer.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_extra"
- title="REGENWALD für SAMBOJA LESTARI - Verschenken"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <p class="text_content">
-
- <p><b>Verzichtserklärung</b></p>
-
- <p>
-Jeder Sponsor eines oder mehrerer Quadratmeter wiederentstehenden
-Regenwaldes im Aufforstungs- und Naturschutzprojekt Samboja Lestari / Borneo
-/ Indonesien hat keinerlei Besitzanrechte oder sonstige Ansprüche auf das
-entsprechende Land. Niemand wird berechtigt das Land weiter zu verkaufen.
-Kein Sponsor geht Pflichten ein. Es handelt sich hierbei um eine rein
-symbolische Handlung mit informativem Charakter. BOS garantiert, dass das
-Land für ewig dem Nutzen des nachhaltigen Natur- und Tierschutzes reserviert
-bleibt.
- </p>
- </p>
-</bknr:toplevel>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/disclaimer.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/disclaimer.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/generate-cert.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/generate-cert.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/generate-cert.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<bos:generate-cert
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- />
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/generate-cert.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/generate-cert.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/headline2.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/headline2.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/headline2.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,86 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_main"
- title="REGENWALD für SAMBOJA LESTARI"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <div id="content_main">
- <div id="textbox_content_bigger">
- <table border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td colspan="2">
- <span class="headline">
- Der Schlüssel zum Erfolg - die lokale Bevölkerung
- </span>
- </td>
- <td align="center" valign="top">
- <img src="../images/pfeil_back.gif" width="10" height="9" alt="" />
- <a href="javascript:history.back()" class="titlegray">
- zurück
- </a>
- </td>
- </tr>
- <tr>
- <td height="6"><img src="../images/trans.gif" width="120" height="10" alt="" />
- </td>
- <td><img src="../images/trans.gif" width="130" height="6" alt="" />
- </td>
- <td width="150"><img src="../images/trans.gif" width="140" height="6" alt="" />
- </td>
- </tr>
- <tr>
- <td valign="top">
- Der Naturschutz und die Bedürfnisse der Bevölkerung dürfen sich nicht im Wege stehen.
- <br /><br />
- Das Naturreservat Samboja Lestari bietet der lokalen Bevölkerung ein gesichertes Einkommen, Gesundheit
- und Bildung. Die Menschen werden in alle Phasen des Projektes mit einbezogen. Landwirtschaft, Baumschule,
- Kompostproduktion, Aufforstung, Anpflanzung, Forschung und Aufbau der Infrastruktur bieten sichere Arbeitsplätze.
- <br />
- </td>
- <td align="right" colspan="2"><img src="../images/pic_headline2_big.jpg" width="256" height="150" border="0" alt="" /></td>
- </tr>
- <tr>
- <td height="10">
- </td>
- </tr>
- <tr>
- <td colspan="3">
- <b>"Auf diese Weise wird den Menschen eine Alternative geboten, und sie brauchen den Wald nicht mehr zu roden. So können
- wir der Welt zeigen, dass Natur und Menschen zusammenleben können und einander nicht auszuschließen brauchen."</b>
- <br />
- sagt Dr. Willie Smits, Vorsitzender von BOS Indonesien.
- <br />
- </td>
- <td></td>
- </tr>
- <tr>
- <td height="6">
- </td>
- </tr>
- <tr>
- <td colspan="3">
- </td>
- </tr>
- <tr>
- <td height="6">
- </td>
- </tr>
- <tr>
- <td height="6">
- </td>
- </tr>
- <tr>
- <td colspan="3">
- Die Sicherheit des Naturschutzreservates ist durch die Akzeptanz der indonesischen Bevölkerung gewährleistet.
- Der Erfolg des Projektes garantiert einen besseren Lebensstandard und umgekehrt.
- </td>
- </tr>
- <tr><td height="16"></td></tr>
- </table>
- </div>
- </div>
-</bknr:toplevel>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/headline2.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/headline2.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/headline3.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/headline3.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/headline3.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_main"
- title="REGENWALD für SAMBOJA LESTARI"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <!-- container content_main -->
- <div id="content_main">
- <div id="textbox_content_bigger">
- <table border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td colspan="2">
- <span class="headline">
- Orang-Utan, Malaienbär und Nashornvogel
- </span>
- </td>
- <td align="center" valign="top">
- <img src="/images/pfeil_back.gif" width="10" height="9" alt="" />
- <a href="javascript:history.back()" class="titlegray">
- zurück
- </a>
- </td>
- </tr>
- <tr>
- <td><img src="/images/trans.gif" width="120" height="15" alt="" /></td>
- <td><img src="/images/trans.gif" width="130" height="10" alt="" /></td>
- <td width="150"><img src="/images/trans.gif" width="140" height="10" alt="" /></td>
- </tr>
- <tr>
- <td colspan="3">
- Orang-Utans, auch Menschen des Waldes genannt, gehören zu den unmittelbar vom Aussterben bedrohten Menschenaffen.
- <br /><br />
- Orang-Utans gehören nicht nur zu unseren nahen Verwandten im Tierreich, sie sind als Samenverbreiter auch unentbehrlich
- für die Vielfalt des Regenwaldes - sie sind die so genannte Schirmspezies. Somit dient der Schutz dieser faszinierenden
- Menschenaffen gleichzeitig auch dem Erhalt des Waldökosystems.
- <br /><br />
- Heute leben Orang-Utans nur noch auf Sumatra und Borneo. Massive Regenwaldzerstörung und skrupelloser Tierhandel
- könnten bald das Ende ihrer Art bedeuten. Auch die Malaienbären verlieren ihren Lebensraum. Das Naturreservat Samboja Lestari
- bietet zahlreichen Tieren eine letzte Zuflucht - eine Chance zum Überleben. Bereits heute leben Malaienbären dort in
- einem abgegrenzten Areal und in wenigen Jahren können auch Orang-Utans ein Leben in Freiheit genießen.
- <br /><br />
- Seltene Arten wie z.B. Nashornvogel, Zwerghirsch und Königskobra können heute schon wieder in Samboja Lestari beobachtet werden.
- </td>
- </tr>
- <tr><td height="50"></td></tr>
- <tr>
- <td valign="top" colspan="3">
- <img src="/images/pic_h3_orangutan.jpg" width="169" height="88" border="0" alt="" />
- <img src="/images/pic_h3_baer.jpg" width="169" height="88" border="0" alt="" />
- <img src="/images/pic_h3_vogel.jpg" width="169" height="88" alt="" />
- </td>
- </tr>
- <tr><td height="20"></td></tr>
- </table>
- </div>
- </div><!-- /container content_main -->
-</bknr:toplevel>
\ No newline at end of file
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/headline3.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/headline3.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/idea.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/idea.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/idea.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,122 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_main"
- title="REGENWALD für SAMBOJA LESTARI"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <!-- container content_main -->
- <div id="content_main">
- <div id="textbox_content">
- <table border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td colspan="2">
- <span class="headline">
- Samboja Lestari - kreative Aufforstung.
- <br />
- Eine Zufluchtstätte für Borneo
- </span>
- </td>
- <td align="center"><img src="/images/pfeil_back.gif" width="10" height="9" alt="" />
- <a href="javascript:history.back()" class="titlegray">
- zurück
- </a>
- </td>
- </tr>
- <tr><td height="6"> </td></tr>
- <tr>
- <td colspan="3" align="left"><img src="/images/start_pic_headline1.jpg" width="363" height="120" alt="" border="0" /></td>
- <td></td>
- </tr>
- <tr><td height="6"></td></tr>
- <tr>
- <td colspan="3">
- BOS schafft durch ein einzigartiges Aufforstungskonzept die vielleicht letzte Zufluchtstätte für Orang-Utans,
- Malaienbären und andere bedrohte Arten in Borneo. Die Fortschritte können Sie anhand von Satellitenbildern hier
- im Internet beobachten.
- <br /><br />
- Der ehemals artenreiche Regenwald von
- <a href="javascript:window_infosys()" class="titlegreen">
- Samboja Lestari
- </a>
- wurde in den letzten Jahrzehnten rücksichtslos gerodet und abgebrannt. Nährstoffzehrendes Alang-Alang-Gras breitete
- sich flächendeckend aus. Zurück blieb eine ökologische Wüste. Doch schon heute kann man deutlich erkennen, dass
- dies nicht so bleiben muss - denn BOS schafft seit 2001 neuen Regenwald. Das Gebiet von über 17 Millionen m² wird
- durch ein innovatives Aufforstungs- und Schutzkonzept wieder in natürlichen Lebensraum verwandelt. Im tropischen
- Borneo wachsen Pflanzen um ein Vielfaches schneller als in Europa. Schon in wenigen Jahren können die ersten
- Orang-Utans im neuen Regenwald ausgewildert werden und die Freiheit mit anderen Tieren teilen. In Samboja Lestari
- ("ewiges Samboja") entsteht ein Naturschutzgebiet zum dauerhaften Nutzen für Menschen, Tiere und Pflanzen.
- </td>
- <td></td>
- </tr>
- </table>
- </div>
- </div>
- <div id="content_right">
- <div id="textbox_right_top">
- <table border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td colspan="2">
- <a href="idea_subtitle1" class="titlegreen">
- Landwirtschaft, Aufforstung und Schutz
- </a>
- </td>
- </tr>
- <tr><td height="6"></td></tr>
- <tr>
- <td>Während der frühen Aufforstungs- phase bauen die indonesischen Landwirte gewinnbringende Agrarprodukte zwischen den </td>
- <td valign="top" align="right">
- <a href="idea_subtitle1" class="titlegreen">
- <img src="/images/projekt_pic_headline1b.jpg" width="69" height="120" alt="" border="0" />
- </a>
- </td>
- </tr>
-
- <tr>
- <td colspan="2">
- neu gepflanzten Bäumen an. Landwirtschaft und Aufforstung beeinflussen sich positiv...
- <br />
- ...
- <a href="idea_subtitle1" class="more">
- mehr
- </a>
- </td>
- </tr>
- <tr><td height="10"> </td></tr>
- </table>
-
- <table border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td colspan="2">
- <a href="idea_subtitle2" class="titlegreen">
- Ein m², der es in sich hat
- </a>
- </td>
- </tr>
- <tr><td height="6"> </td></tr>
- <tr>
- <td>
- <a href="idea_subtitle2" class="titlegreen">
- <img src="/images/projekt_pic_headline1c.gif" width="163" height="80" border="0" alt="" />
- </a>
- </td>
- </tr>
- <tr><td height="4"> </td></tr>
-
- <tr>
- <td colspan="2">
- Zur Finanzierung des Naturreservates hat BOS ein System zum symbolischen Landkauf entwickelt.
- <br />
- ...
- <a href="idea_subtitle2" class="more">
- mehr
- </a>
- </td>
- </tr>
- </table>
- </div>
- </div>
-</bknr:toplevel>
\ No newline at end of file
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/idea.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/idea.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/idea_subtitle1.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/idea_subtitle1.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/idea_subtitle1.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_main"
- title="REGENWALD für SAMBOJA LESTARI"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <!-- container content_main -->
- <div id="content_main">
- <div id="textbox_content_bigger">
- <table border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td colspan="2">
- <span class="headline">
- Landwirtschaft, Aufforstung und Schutz <br /> - eine gute Kombination
- </span>
- </td>
- <td align="center"><img src="/images/pfeil_back.gif" width="10" height="9" alt="" />
- <a href="javascript:history.back()" class="titlegray">
- zurück
- </a>
- </td>
- </tr>
- <tr>
- <td height="6" width="150"><img src="/images/trans.gif" width="160" height="6" alt="" /> </td>
- <td><img src="/images/trans.gif" width="150" height="6" alt="" /></td>
- <td width="150"><img src="/images/trans.gif" width="150" height="6" alt="" /></td>
- </tr>
- <tr>
- <td align="left"><img src="/images/pic_headline1b_big.jpg" width="149" height="180" alt="" border="0" /></td>
- <td colspan="2">
-Während der frühen Aufforstungsphase bauen die indonesischen Landwirte gewinnbringende Agrarprodukte zwischen den neu gepflanzten Bäumen an. Landwirtschaft und Aufforstung beeinflussen sich positiv durch viele Faktoren.
- <br /><br />Agrarprodukte schützen die jungen Tropenbäume vor dem Überwuchern mit Alang-Alang-Gras. Bäume verbessern die Boden- qualität und spenden Schatten.
- <br /><br />
- Früchte wie Papaya und Ananas werden den Bauern garantiert von BOS abgekauft, regional vermarktet oder dienen der Eigenversorgung. Allein für die Versorgung der Orang-Utans in der nahe gelegenen Rehabilitationsstation Wanariset werden rund 1000 kg Früchte täglich benötigt.</td>
- <td></td>
- </tr>
- <tr><td height="6"></td></tr>
- <tr>
- <td colspan="3">
- </td>
- </tr>
- <tr><td height="6"> </td></tr>
- <tr>
- <td colspan="2"><span class="headline">Das Schutz(ring)system</span></td>
- <td rowspan="3">
-
- <img src="/images/ring.jpg" width="215" height="150" border="0" alt="" />
- </td>
- </tr>
- <tr><td height="6"> </td></tr>
- <tr>
- <td colspan="2">
-
-Rund um das Naturreservat wird ein <img
-src="/images/pfeil_link_on.gif" width="10" height="9" alt="" /> <a
-href="javascript:javascript:window_ringdetail();"
-class="content_green">Ring</a> aus Zuckerpalmplantagen angelegt. Über
-650 Familien werden vom Zucker als Hauptprodukt profitieren. Der Ring
-schützt das Naturreservat vor den gefürchteten Waldbränden als
-Feuerbarriere.<br /><br />Ein innerer Schutzring aus dicht wachsenden,
-stacheligen Salakpalmen verhindert das Eindringen von Menschen in das
-Schutzgebiet und das Ausbrechen von Orang-Utans. Die Früchte der
-Salakpalme sind zudem wohlschmeckende Nahrung für Mensch und Tier.
-
- </td>
- </tr>
- <tr><td colspan="3">
-Ultraleichtflugzeuge und moderne Satellitentechnik unterstützen die ständige Überwachung der BOS-Projekte aus Luft und Weltraum. Illegaler Holzeinschlag sowie Brandrodung können so auch in Samboja Lestari sehr viel effektiver verfolgt werden.
- </td>
- </tr>
- </table>
- </div>
- </div>
-</bknr:toplevel>
\ No newline at end of file
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/idea_subtitle1.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/idea_subtitle1.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/idea_subtitle2.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/idea_subtitle2.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/idea_subtitle2.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_main"
- title="REGENWALD für SAMBOJA LESTARI"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <div id="content_main">
- <div id="textbox_content_bigger">
- <table border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td colspan="2"><span class="headline">Ein m², der es in sich hat <br /></span></td>
- <td align="center">
- <img src="/images/pfeil_back.gif" width="10" height="9" alt="" />
- <a href="javascript:history.back()" class="titlegray">
- zurück
- </a>
- </td>
- </tr>
- <tr><td height="16"> </td>
- </tr>
- <tr>
- <td colspan="3">
- Zur Finanzierung des Naturreservates hat BOS ein System zum symbolischen Landkauf entwickelt.
- <br /><br />
- <a href="bestellung" class="titlered">
- Schaffen Sie Regenwald für nur 3 Euro pro m²!
- </a>
- <br /><br />
- </td>
- </tr>
- <tr>
- <td colspan="2">
- Sie finanzieren den Landkauf, ökologische Aufforstung, eine Baumschule, ökologische Landwirtschaft,
- Zuckerpalmplantagen, Löhne für indonesische Mitarbeiter, Überwachung und Schutz des Gebietes,
- Feuerbekämpfung, Umweltbildung, Infrastruktur, Forschung und Arboretum, Orang-Utan-Inseln und das
- Malaienbärareal.
- </td>
- <td>
- <img src="/images/projekt_pic.jpg" width="240" height="120" />
- </td>
- </tr>
- <tr>
- <td colspan="3">
- <br />
- Leisten Sie einen Beitrag für eine bessere Zukunft und beobachten Sie den Projektverlauf von Samboja
- Lestari im Internet. Jeder m², den Sie symbolisch erwerben, wird Ihnen durch ein persönliches Profil
- zugeordnet. Über ein Kennwort können Sie diese m² jederzeit leicht wieder finden.
- Es können auch kurze Infotexte "auf" den jeweiligen m² hinterlassen werden, um sich mit anderen
- Regenwaldsponsoren auszutauschen. Besucher dieser Internetseite dürfen in alle m² und deren
- persönliche Profile einblicken.
- <br /><br />
- <b>Beobachten Sie "Ihre" Fläche aus unterschiedlichen Perspektiven bei der Entwicklung. BOS bietet Ihnen
- einen transparenten Einblick u.a. über Satellitenbilder und berichtet regelmäßig über die
- Fortschritte vor Ort.</b>
- <br /><br />
- Unterstützen Sie das Projekt und Sie erhalten eine Regenwald-Urkunde. Sie können m² auch an Ihre
- Freunde, Verwandten und Bekannten verschenken.
- <br /><br />
- Machen Sie mit und sehen Sie Regenwald wachsen!
-
- </td>
- </tr>
- <tr>
- <td height="6">
- </td>
- </tr>
- </table>
- </div>
- </div>
- <!-- /container content_main -->
-</bknr:toplevel>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/idea_subtitle2.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/idea_subtitle2.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/impressum.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/impressum.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/impressum.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_extra"
- title="REGENWALD für SAMBOJA LESTARI - Impressum"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <h1 class="extra">Impressum</h1>
- <p class="text_content">
- <strong>www.create-rainforest.org </strong>ist eine Webseite von:<br /><br />
-
- The Borneo Orangutan Survival Foundation (BOS) in Zusammenarbeit mit der
- Schwesterorganisation BOS Deutschland e.V.. <br /> <br />
-
- Postanschrift:<br /><br />
- BOS Deutschland e.V.<br /><br />
- Schöneberger Ufer 69<br />
- 10785 Berlin<br /><br />
-
- Tel. +49 - (0)30 - 26 36 78 33<br />
- Fax: +49 - (0)30 - 26 36 78 15<br /><br />
-
- <img src="/images/pfeil_link_on.gif" valign="bottom" width="10" height="9" alt="" />
- <a href="mailto:info@bos-deutschland.de'" class="content_green">
- info(a)bos-deutschland.de
- </a>
- <br />
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="http://www.bos-deutschland.de" target="_empty" class="content_green">
- www.bos-deutschland.de
- </a>
- <br /><br />
- 1. Vorsitzender: Boris Thiemig<br />
- 2. Vorsitzender: Dr. Dr. Klaus Ursus Schendel<br /><br />
- BOS Deutschland e.V. ist im Vereinsregister des Amtsgerichtes Kiel unter Nr. 502 VR 4228 eingetragen.<br /><br />
- Die Fotos auf der Webseite sind copyrightgeschützt und stehen für kommerzielle Zwecke nicht frei zur Verfügung.
- Wenn Sie Fotos von BOS nutzen möchten, wenden Sie sich bitte an die oben genannte Kontaktadresse. <br /><br />
- Wenn Sie Fragen haben sollten, schreiben Sie eine E-Mail oder rufen Sie uns an.<br /><br />
- </p>
-</bknr:toplevel>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/impressum.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/impressum.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/index.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/index.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/index.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,120 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_main"
- title="REGENWALD für SAMBOJA LESTARI"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <!-- container content_main -->
- <div id="content_main">
- <div id="textbox_content">
- <table border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td colspan="3">
- <a href="idea" class="titlegreen">
- Samboja Lestari - kreative Aufforstung in Borneo. <br />
- Eine Zufluchtstätte für bedrohte Tierarten
- </a>
- </td>
- <td></td>
- </tr>
- <tr><td height="6"> </td></tr>
- <tr>
- <td colspan="3" align="left">
- <a href="idea" class="titlegreen">
- <img src="/images/start_pic_headline1.jpg" width="363" height="120" alt="" border="0" />
- </a>
- </td>
- <td></td>
- </tr>
- <tr><td height="6"></td></tr>
- <tr>
- <td colspan="3">
-BOS schafft durch ein einzigartiges Aufforstungskonzept die vielleicht
-letzte Zufluchtstätte für Orang-Utans, Malaienbären und andere
-bedrohte Arten in Borneo. Die Fortschritte können Sie direkt hier im
-Internet beobachten.
- <br />
- ...
- <a href="idea" class="more">
- mehr
- </a>
- </td>
- <td></td>
- </tr>
- <tr><td height="10"></td></tr>
-
- <tr>
- <td>
- <a href="headline2" class="titlegreen">
- Der Schlüssel zum Erfolg - die lokale Bevölkerung
- </a>
- </td>
- <td></td>
- <td>
- <a href="headline3" class="titlegreen">
- Orang-Utan, Malaienbär und Nashornvogel
- </a>
- </td>
- <td></td>
- </tr>
- <tr><td height="6"> </td></tr>
- <tr>
- <td align="left">
- <a href="headline2" class="titlegreen">
- <img src="/images/start_pic_headline2b.jpg" width="175" height="92" alt="" border="0" />
- </a>
- </td>
- <td><img src="/images/trans.gif" width="16" height="1" alt="" border="0" /></td>
- <td align="left">
- <a href="headline3" class="titlegreen">
- <img src="/images/start_pic_headline3.jpg" width="175" height="92" border="0" alt="" />
- </a>
- </td>
- <td></td>
- </tr>
- <tr><td height="6"></td></tr>
- <tr>
- <td>Naturschutz und Bedürfnisse der Bevölkerung dürfen sich nicht im Wege stehen.
- <br />
- ...
- <a href="headline2" class="more">
- mehr
- </a>
- </td>
- <td></td>
- <td>Orang-Utans gehören zu den unmittelbar vom Aussterben bedrohten Menschenaffen.
- <br />
- ...
- <a href="headline3" class="more">
- mehr
- </a>
- </td>
- <td></td>
- </tr>
- </table>
- </div>
- </div>
- <div id="content_right">
- <bos:news-headlines />
- <div id="newsarchive">
- <img src="/images/pfeil_link_on.gif" width="10" height="9" border="0" alt="" />
- <a href="javascript:window_news('archive')" class="menue">
- <strong>NEWS im ARCHIV</strong>
- </a>
- </div>
- <div id="subscribe">
- <form style="margin:0px" name="form" method="post">
- <input value="news" name="list" type="hidden"/>
- <strong>Infos direkt nach Hause? </strong><br />
- Ihre E-Mail-Adresse:
- <br /><br />
- <input type="text" class="form_big" name="email" size="20" maxlength="40" value="" />
- <input value="ja" class="form_big" name="action" type="submit" onclick="return send_info_request();" />
- </form>
- </div>
- </div>
-</bknr:toplevel>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/index.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/index.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/info-request.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/info-request.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/info-request.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_extra"
- title="REGENWALD für SAMBOJA LESTARI - News"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <bos:send-info-request email="$(email)">
- <p>
- <span class="headline">
- Vielen Dank für Ihr Interesse
- </span>
- </p>
-
- <p>
- Wir werden Ihnen gelegentlich Informationen über BOS und das Projekt Samboja Lestari per Email zuschicken.
- </p>
- <p>
- Bei Fragen wenden Sie sich bitte per Email an service(a)create-rainforest.org.
- </p>
- </bos:send-info-request>
-</bknr:toplevel>
\ No newline at end of file
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/info-request.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/info-request.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-poidetail.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-poidetail.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-poidetail.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_extra"
- title="REGENWALD für SAMBOJA LESTARI - Hilfe zur Satellitenkarte"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <h1 class="extra">Hilfe zur Satellitenkarte</h1>
- <p class="text_content">
- <p> Sie befinden sich in der Detail-Anzeige für einen interessanten Punkt (POI) auf dem Projektgelände
- in Samboja Lestari. Links oben in der Übersichtskarte bekommen Sie angezeigt, wo sich dieser POI
- auf dem Gelände befindet.</p>
- <p> Durch Klick auf einen der POI-Titel in der Liste links können Sie einen anderen POI anzeigen.</p>
- <p> Oben rechts im Bild finden Sie sechs Detail-Fotos von diesem POI. Durch Klick auf die
- Miniaturdarstellung können Sie das Foto vergrößert anzeigen.</p>
- <p> Am unteren des Fotos finden Sie bis zu drei Schaltflächen mit den Titeln <strong>Sat-Karte</strong>,
- <strong>Luftbild</strong> und <strong>Panorama</strong>. Durch Klick auf eine der Schaltflächen können Sie
- eine andere Ansicht des POI anzeigen.</p>
- <p style="margin-left: 40px; margin-right: 40px;">
- <bl>
- <li><strong>Sat-Karte</strong> Ausschnitt aus dem Satellitenfoto des Projektgeländes von 2002</li>
- <li><strong>Luftbild</strong> Luftbild des POI, aufgenommen im Herbst 2004 von einem Leichtflugzeug</li>
- <li><strong>Panorama</strong> Panorama-Foto des POI, aufgenommen im Herbst des Jahres 2004. Durch Klicken
- und Ziehen im Panoramabild können Sie die Ansicht verändern.</li>
- </bl>
- </p>
- <p> Durch Klick auf die Übersichtskarte links oben gelangen Sie wieder zurück zur POI-Übersicht.</p>
- </p>
-</bknr:toplevel>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-poidetail.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-poidetail.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-poifoto.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-poifoto.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-poifoto.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_extra"
- title="REGENWALD für SAMBOJA LESTARI - Hilfe zur Satellitenkarte"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <h1 class="extra">Hilfe zur Satellitenkarte</h1>
- <p class="text_content">
- <p> Sie befinden sich in der Detail-Anzeige für einen interessanten Punkt (POI) auf dem Projektgelände
- in Samboja Lestari. Links oben in der Übersichtskarte bekommen Sie angezeigt, wo sich dieser POI
- auf dem Gelände befindet.</p>
- <p> Das angezeigte Bild zeigt eine Ansicht des POI. Durch Klick auf eines der sechs rechts oben
- angezeigten kleinen Bilder können Sie weitere Ansichten des POI sehen. Klicken Sie auf "Zurück",
- um zurück zur Ansicht des Satellitenkarten-Ausschnitts des POI zu kommen.</p>
- <p> Durch Klick auf die Übersichtskarte links oben gelangen Sie wieder zurück zur POI-Übersicht.</p>
- </p>
-</bknr:toplevel>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-poifoto.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-poifoto.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-qmdetail.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-qmdetail.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-qmdetail.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_extra"
- title="REGENWALD für SAMBOJA LESTARI - Hilfe zur Satellitenkarte"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="hbebettp://headcraft.de/bos"
- >
- <h1 class="extra">Hilfe zur Satellitenkarte</h1>
- <p class="text_content">
- <p> Sie befinden sich in der Detailansicht für das Quadratmeter-Verkaufsgebiet. Hier können Sie sehen, wie viele
- Quadratmeter schon verkauft wurden. Weiterhin können Sie die Profile der Sponsoren und die von ihnen dort hinterlegten
- Mitteilungen sehen.</p>
- <p> Wenn Sie angemeldet sind, werden Ihre "eigenen" Quadratmeter in der Satellitenkarte durch ein Icon (<img src="/images/qm.gif"
- border="0" />) markiert. Die "verkauften" Quadratmeter werden in der Satellitenkarte farbig hervorgehoben. Durch Klick in die
- Satellitenkarte in der Mitte des Bildschirms können Sie die "Quadratmeterlupe" verschieben. Der so angeklickte, rot umrahmte
- Bereich wird rechts oben vergrößert dargestellt. Durch Klick auf einen "verkauften" und farbig hervorgehobenen Quadratmeterbereich
- in der vergrößerten Darstellung können Sie das zugehörige Sponsorenprofil aufrufen. Es wird unter dem Vergrößerungsbereich angezeigt
- und kann "aufgezogen" werden, indem man die Maus hinein bewegt.</p>
- <p> Unten rechts in der Satellitenkarte finden Sie das Ebenenauswahl-Menü, in dem sie einzelne Darstellungsebenen der Satellitenkarte
- durch Klick auf den Namen der Ebene ein- und ausblenden können.</p>
- <p>Folgende Ebenen stehen zur Verfügung:</p>
- <p style="margin-left: 40px; margin-right: 40px;">
- <bl>
- <li><strong>Sat-Karte</strong> Die Satelliten-Karte stellt den Hintergrund der Karte dar </li>
- <li><strong>Verkaufsgebiete</strong> Gebiete mit zu verkaufenden Quadratmetern werden in grau dargestellt </li>
- <li><strong>Verkauft</strong> Verkaufte Quadratmeter werden unterschiedlich farbig dargestellt</li>
- </bl>
- </p>
- <p> Durch Klick auf die Übersichtskarte links oben gelangen Sie wieder zurück zur POI-Übersicht.</p>
- </p>
-</bknr:toplevel>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-qmdetail.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-qmdetail.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-uebersicht.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-uebersicht.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-uebersicht.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_extra"
- title="REGENWALD für SAMBOJA LESTARI - Hilfe zur Satellitenkarte"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <h1 class="extra">Hilfe zur Satellitenkarte</h1>
- <p class="text_content">
- <p> Sie befinden sich in unserem Satelliten-Informationssystem.
- Hier können Sie sich selbst ein Bild über das Projektgelände in Samboja Lestari machen, sowie nachsehen, wo
- sich die von Ihnen gesponsorten Quadratmeter auf dem Gelände befinden. </p>
- <p>
- Auf der Übersichtskarte sehen Sie verschiedene Icons, die Sie anklicken können und die sie zu weiteren Bildern
- führen:</p>
- <span style="border-left:30px; border-right:30px">
- <table border="0">
- <tr>
- <td width="20"> </td>
- <td>
- <img src="/images/punkt.gif" border="0" />
- </td>
- <td>
- Hier befindet sich eine Einrichtung von BOS.
- </td>
- <td width="20"> </td>
- </tr>
- <tr>
- <td width="20"> </td>
- <td>
- <img src="/images/palme.gif" border="0" />
- </td>
- <td>
- Dieses Icon markiert einen sehenswürdigen Punkt auf dem Projektgelände.
- </td>
- <td width="20"> </td>
- </tr>
- <tr>
- <td width="20"> </td>
- <td>
- <img src="/images/sale.gif" border="0" />
- </td>
- <td>
- Verkaufsgebiet für Quadratmeter, hier können die Profile der
- Quadratmetersponsoren einsehen.
- </td>
- <td width="20"> </td>
- </tr>
- <tr>
- <td width="20"> </td>
- <td>
- <img src="/images/qm.gif" border="0" />
- </td>
- <td>
- Hier sind "Ihre" Quadratmeter. Dieses Icon wird nur angezeigt, wenn
- Sie sich angemeldet haben.
- </td>
- <td width="20"> </td>
- </tr>
- </table>
- </span>
- <p> Über die Liste unter "Points of Interest" links gelangen Sie direkt zum von Ihnen angeklickten
- sehenswürdigen Punkt. </p>
- <p> Um aus einer der Unterebenen wieder zur Übersicht zu gelangen, klicken Sie bitte auf die links
- oben angezeigte Übersichtskarte. </p>
- <p> Falls Sie bereits Quadratmeter gesponsort haben, können Sie sich durch Eingabe Ihrer Sponsor-ID
- und Ihres Kennworts oder Ihres Mastercodes in des Login-Feld links unten anmelden. Sie haben
- dann Zugriff auf Ihr Sponsoren-Profil und können Ihren Sponsoren-Status sowie ggf. Ihre Regenwald-Urkunde
- im PDF-Format abrufen. </p>
- <p> Wir wünschen Ihnen viel Spaß bei Ihrer virtuellen Entdeckungsreise nach Samboja Lestari! </p>
- </p>
-</bknr:toplevel>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-uebersicht.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/infosys-help-uebersicht.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/infosystem.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/infosystem.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/infosystem.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <!--<BASE HREF="http://jabberwock.dyndns.orgbuy-sqm">-->
- <link rel="stylesheet" href="/static/toplevel_style.css" />
- <link rel="stylesheet" href="/static/content_style.css" />
- <script src="/static/bos.js" type="text/javascript">
- </script>
- <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
- <title>REGENWALD für SAMBOJA LESTARI - Infosystem</title>
- </head>
-
-<body>
-<div id="header_infosystem">
-</div>
-<div id="content_infosystem">
- <h1 class="extra">Infosystem "rund um das Satellitenbild"</h1>
-</div>
-</body>
-</html>
-
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/infosystem.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/infosystem.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/mail-transfer.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/mail-transfer.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/mail-transfer.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,83 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<bknr:toplevel
- title="REGENWALD für SAMBOJA LESTARI"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <bos:mail-transfer />
- <!-- content 3teilig-->
- <div id="content">
- <div id="content_left"><!-- content left-->
- <div id="textbox_left_form">
- <table border="0" cellpadding="1" cellspacing="0">
- <tr>
- <td></td>
- <td colspan="2">
- <img src="/images/step3.gif" width="120" height="20" border="0" alt="" />
- </td>
- </tr>
- <tr><td colspan="4" height="40"></td></tr>
- </table>
- </div>
- <!-- footer -->
- <div id="menue_footer">
- <a href="javascript:window_extra('privacy')" class="footer">
- Datenschutzinfo
- </a>
- l
- <a href="javascript:window_extra('impressum')" class="footer">
- Impressum
- </a>
- </div>
- <!-- /footer -->
- </div>
- <!-- /content left-->
- <!-- container content_main -->
- <div id="content_main">
- <div id="textbox_content">
- <table border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td colspan="3">
- <span class="headline">
- Vielen Dank für Ihre Unterstützung
- </span>
- </td>
- <td></td>
- </tr>
- <tr><td height="6"></td></tr>
- <tr>
- <td colspan="3">
- <strong>Bitte geben Sie unbedingt die ID $(contract-id) als Verwendungszweck
- Ihrer Überweisung an, damit wir Sie nach der Bearbeitung erreichen können!</strong>
- </td>
- </tr>
- <tr><td height="6"></td></tr>
- <tr>
- <td colspan="3">
- <table border="0">
- <tr><td colspan="2">BOS Deutschland e.V.</td></tr>
- <tr><td>Kontonummer:</td><td>32 10 100</td></tr>
- <tr><td>Bank:</td><td>Bank für Sozialwirtschaft</td></tr>
- <tr><td>BLZ:</td><td>100 205 00</td></tr>
- </table>
- </td>
- </tr>
- <tr><td height="6"></td></tr>
- <tr>
- <td colspan="3">
- Wir melden uns direkt nach Eingang Ihrer Überweisung und
- geben Ihnen die Informationen, die Sie benötigen, um Ihre Quadratmeter im Internet zu beobachten.
- <br /><br />
- <a href="index" class="more">
- <img src="/images/pfeil_link_on.gif" width="10" height="9" border="0" alt="" />
- Zurück zur Home Page
- </a>
- </td>
- <td></td>
- </tr>
- </table>
- </div>
- </div>
- </div>
-</bknr:toplevel>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/mail-transfer.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/mail-transfer.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/news.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/news.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/news.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_extra"
- title="REGENWALD für SAMBOJA LESTARI - News"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <bos:news-item />
- <h1 class="extra">
- <img src="/images/pfeil_link_on.gif" width="10" height="9" border="0" alt="" />
- <a href="javascript:window_news('../archive')" class="more">
- NEWS im ARCHIV
- </a>
- </h1>
-</bknr:toplevel>
\ No newline at end of file
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/news.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/news.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/print_profil_setup.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/print_profil_setup.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/print_profil_setup.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,140 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_extra"
- title="REGENWALD für SAMBOJA LESTARI - Profil drucken"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <div id="noprint"><!-- container wird nicht mitgedruckt -->
- <table border="0">
- <tr>
- <td colspan="3" height="20"> </td>
- </tr>
- <tr>
- <td width="10">
- </td>
- <td colspan="2">
- Bitte überprüfen Sie ggf. vor dem Drucken Ihre Druckereinstellungen.
- </td>
- </tr>
- <tr>
- <td colspan="2"> </td>
- <td align="right" height="30">
- <input class="form_big" type="button" value="Seite drucken" onclick="self.print(); return false;" id="drucken" name="drucken" />
- </td>
- </tr>
- </table>
- </div>
- <!-- content_main -->
-
- <table id="formTable" align="center" width="95%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td colspan="3" height="10"><h1 class="extra">Meine m² in Samboja Lestari - mein Sponsoren-Profil</h1>
- </td>
- </tr>
- <tr>
- <td colspan="3" height="10">
- </td>
- </tr>
- <tr>
- <td colspan="3" height="25">Ihre Sponsoren-Profil-Zugangsdaten:
- </td>
- </tr>
- <tr>
- <td height="20" width="40%">
- <strong>Ihre Sponsoren-ID:</strong>
- </td>
- <td width="15">
- </td>
- <td>
- $(sponsor-id)
- </td>
- </tr>
- <tr>
- <td height="30">
- <strong> Ihr Kennwort:</strong>
- </td>
- <td>
- </td>
- <td>
- $(sponsor-password_new)
- </td>
- </tr>
- <tr>
- <td colspan="3" height="20">
- </td>
- </tr>
- <tr>
- <td colspan="3">Momentan führen wir Ihr Profil unter folgendem angegebenem Namen:
- </td>
- </tr>
- <tr>
- <td colspan="3" height="8">
- </td>
- </tr>
- <tr>
- <td width="40%" height="20">
- Name:
- </td>
- <td>
- </td>
- <td>
- $(name)
- </td>
- </tr>
- <tr>
- <td colspan="3" height="15">
- </td>
- </tr>
- <tr>
- <td colspan="3">
- <br />Ihre E-Mail-Adresse wird<strong> nicht</strong> veröffentlicht, sondern lediglich für interne Informationszwecke verwendet.
- </td>
- </tr>
- <tr>
- <td colspan="3" height="18">
- </td>
- </tr>
- <tr>
- <td class="content_text" height="20">
- E-Mail-Adresse:
- </td>
- <td>
- </td>
- <td>
- $(email)
- </td>
- </tr>
- <tr>
- <td height="12">
- </td>
- </tr>
- <tr>
- <td colspan="3" height="10">
- </td>
- </tr>
- <tr>
- <td colspan="3">
- <div id="footer_print_top" align="center">
- <div>
- <a href="mailto:mail@bosf-deutschland.de" class="footer_bold">
- mail(a)bosf-deutschland.de
- </a>
- </div>
- <div style="padding-left:115px"> </div>
- <div><span class="link_footer_bold">BOS Deutschland e.V.</span></div>
- </div>
- <div id="footer_print_bottom" align="center">
- <div>Telefon: +49.30.26 36 78 33</div>
- <div>l</div>
- <div>D-10785 Berlin </div>
- <div>l</div>
- <div>Schöneberger Ufer 69</div>
- </div>
- </td>
- </tr>
- </table>
-</bknr:toplevel>
\ No newline at end of file
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/print_profil_setup.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/print_profil_setup.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/print_ueberweisung.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/print_ueberweisung.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/print_ueberweisung.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,129 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_extra"
- title="REGENWALD für SAMBOJA LESTARI - Überweisungsformular drucken"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <div id="noprint"><!-- container wird nicht mitgedruckt -->
- <table border="0">
- <tr>
- <td colspan="3" height="20"> </td>
- </tr>
- <tr>
- <td colspan="3" align="right">Bitte überprüfen Sie ggf. vor dem Drucken Ihre Druckereinstellungen.</td>
- </tr>
- <tr>
- <td colspan="2"> </td>
- <td align="right" height="30">
- <input class="form_big" type="button" value="Seite drucken" onclick="self.print(); return false;" id="drucken" name="drucken" />
- </td>
- </tr>
- </table>
- </div>
- <!-- content_main -->
- <table id="formTable" width="100%" border="0" cellspacing="10" cellpadding="0">
- <tr>
- <td colspan="3" height="10"><h1 class="extra">Meine Überweisung für das BOS-Projekt "Samboja Lestari"</h1>
- </td>
- </tr>
- <tr>
- <td colspan="3" height="20"> </td>
- </tr>
- <tr>
- <td colspan="3">
- Ich überweise den Betrag von $(Betrag) Euro<br />
- auf das Spendenkonto "Samboja Lestari" von BOS Deutschland e.V.<br /><br />
- Kontonummer:XXXXXXXXXXX<br />
- BLZ:XXXXXXXXXXX<br />
- Bank:XXXXXXXXXXXX<br /><br />
- Verwendungszweck: $(Transaktionsnummer)<br />
- <strong>bitte unbedingt auf dem Überweisungsformular angeben!</strong>
- </td>
- </tr>
- <tr>
- <td colspan="3" height="20"> </td>
- </tr>
-
- <tr>
- <td>Vorname:</td>
- <td width="10"></td>
- <td>$(vorname)</td>
- </tr>
- <tr>
- <td>Name:</td>
- <td></td>
- <td>$(name)</td>
- </tr>
- <tr>
- <td>Straße/Nr.:</td>
- <td></td>
- <td>$(strasse)</td>
- </tr>
- <tr>
- <td>PLZ/Ort</td>
- <td> </td>
- <td>$(plz) $(ort)</td>
- </tr>
- <tr>
- <td>E-Mail:</td>
- <td> </td>
- <td>$(email)</td>
- </tr>
- <tr>
- <td>Telefon:</td>
- <td> </td>
- <td>$(telefon)</td>
- </tr>
- <tr>
- <td colspan="3" height="15"> </td>
- </tr>
- <tr>
- <td colspan="3" >
- <span class="help_text">
- BOS garantiert:
- <br />
- Ihre Daten werden lediglich für die Reservierung "Ihrer" m2 benötigt.
- <br />
- Die Bestimmungen des Datenschutzgesetzes werden eingehalten. Diese Daten werden nicht an Dritte
- weitergegeben.
- </span>
- <br />
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="javascript:window_extra('privacy')" class="more">
- Datenschutzinfo
- </a>
- </td>
- </tr>
- <tr>
- <td colspan="3" height="15"> </td>
- </tr>
- <tr>
- <td colspan="3">
- <div id="footer_print_top" align="center">
- <div>
- <a href="mailto:mail@bosf-deutschland.de" class="footer_bold">
- mail(a)bosf-deutschland.de
- </a>
- </div>
- <div style="padding-left:115px"> </div>
- <div>
- <span class="footer_bold">
- BOS Deutschland e.V.
- </span>
- </div>
- </div>
- <div id="footer_print_bottom" align="center">
- <div>Telefon: +49.30.26 36 78 33</div>
- <div>l</div>
- <div>D-10785 Berlin </div>
- <div>l</div>
- <div>Schöneberger Ufer 69</div>
- </div>
- </td>
- </tr>
- </table>
-</bknr:toplevel>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/print_ueberweisung.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/print_ueberweisung.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/print_versand_quittung.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/print_versand_quittung.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/print_versand_quittung.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_extra"
- title="REGENWALD für SAMBOJA LESTARI - Versand-Quittung drucken"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <div id="noprint">
- <table border="0">
- <tr>
- <td colspan="3" height="20"> </td>
- </tr>
- <tr>
- <td width="10"> </td>
- <td colspan="2" align="right">Bitte überprüfen Sie ggf. vor dem Drucken Ihre Druckereinstellungen.</td>
- </tr>
- <tr>
- <td colspan="2"> </td>
- <td align="right" height="30">
- <input class="form_big" type="button" value="Seite drucken" onclick="self.print(); return false;" id="drucken" name="drucken" />
- </td>
- </tr>
- </table>
- </div>
- <!-- content_main -->
- <table id="formTable" width="100%" border="0" cellspacing="10" cellpadding="0">
- <tr>
- <td colspan="3" height="10"><h1 class="extra">Meine m² in Samboja Lestari </h1>
- </td>
- </tr>
- <tr>
- <td colspan="3" height="20"> </td>
- </tr>
- <tr>
- <td colspan="3">Die Regenwald-Urkunde wird auf folgenden Namen ausgestellt:</td>
- </tr>
- <tr>
- <td>Name:</td>
- <td></td>
- <td>$(name)</td>
- </tr>
- <tr>
- <td colspan="3">und wird an folgende Adresse versendet:</td>
- </tr>
- <tr>
- <td>Adresse:</td>
- <td> </td>
- <td>$(adresse)</td>
- </tr>
- <tr>
- <td colspan="3" height="40">Mit dieser Zahlung wurde ein neues Sponsoren-Profil mit der folgenden Sponsoren-ID angelegt:
- </td>
- </tr>
- <tr>
- <td height="20" width="40%"><strong>Ihre Sponsoren-ID:</strong></td>
- <td width="15"></td>
- <td>$(sponsor-id)</td>
- </tr>
- <tr>
- <td colspan="3" height="15"> </td>
- </tr>
- <tr>
- <td colspan="3" height="15"> </td>
- </tr>
- <tr>
- <td colspan="3">
- <div id="footer_print_top" align="center">
- <div>
- <a href="mailto:mail@bosf-deutschland.de" class="footer_bold">
- mail(a)bosf-deutschland.de
- </a>
- </div>
- <div style="padding-left:115px"> </div>
- <div>
- <span class="footer_bold">
- BOS Deutschland e.V.
- </span>
- </div>
- </div>
- <div id="footer_print_bottom" align="center">
- <div>Telefon: +49.30.26 36 78 33</div>
- <div>l</div>
- <div>D-10785 Berlin </div>
- <div>l</div>
- <div>Schöneberger Ufer 69</div>
- </div>
- </td>
- </tr>
- </table>
-</bknr:toplevel>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/print_versand_quittung.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/print_versand_quittung.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/privacy.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/privacy.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/privacy.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_extra"
- title="REGENWALD für SAMBOJA LESTARI - Datenschutzinformation"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <h1 class="extra">Datenschutzgrundsätze (Privacy Policy) von BOS Deutschland e.V.</h1>
- <p class="text_content">
- <p>
-Der Schutz Ihrer persönlichen Daten durch elektronische Verarbeitung
-ist BOS Deutschland e.V. ein wichtiges Anliegen und streng
-reglementiert. BOS Deutschland e.V. ist ein gemeinnützig anerkannter
-Verein und unterliegt dem Bundesdatenschutzgesetz (BDSG). Eingetragen
-in das Vereinsregister Amtsgericht Kiel, Nr. 502 VR 4228;
-Freistellungsbescheid Finanzamt Kiel-Nord, GL 5105.
- </p>
- <p>
-<b>Was geschieht mit Ihren persönlichen Daten?</b>
- </p>
- <p>
-Wenn Sie sich dazu entschieden haben online zu spenden, müssen Sie
-Ihre Kontoinformationen bekannt geben. Diese Informationen werden
-ausschließlich von WorldPay verarbeitet. WorldPay ist ein
-international anerkannter Onlinezahlungsanbieter. Ihre Daten werden
-über WorldPay im sicheren SSL-Verfahren verschlüsselt versendet und
-nach erfolgreicher Transaktion sofort wieder gelöscht. BOS
-Deutschland e.V. hat keinen Zugriff auf Ihre Kontoinformationen.
- </p>
- <p>
-Jedem Quadratmeter des Naturschutzprojektes, den Sie durch Ihre Spende
-unterstützen, wird Ihr persönliches Profil angehängt. Dieses Profil
-besteht aus Namen, Landesherkunft, Anzahl der gesponsorten
-Quadratmeter, Datum der Unterstützung und einem möglichen,
-persönlichen Grußtext. Alle Profilinformationen (ausschließlich
-E-Mail-Adresse und Postadresse) sind für jeden Besucher unserer
-Webseite einsehbar. Hierdurch soll eine größtmögliche Transparenz und
-Interaktion zwischen den Sponsoren gefördert
-werden. Profilinformationen können von der betreffenden Person durch
-Kennwortzugang jederzeit geändert werden. Hierüber ist es ist Ihnen auch
-möglich, anonym zu bleiben.
- </p>
- <p>
-Um Ihnen Ihr persönliches Profil mit Sponsoren-ID und Kennwort
-zusenden zu können, benötigen wir die Angabe Ihrer E-Mail-Adresse.
-Für die Versendung von Urkunden per Post benötigen wir eine
-entsprechende Adresse und den Namen der Person, auf die die Urkunde
-ausgestellt werden soll. Für die Versendung von
-Newslettern/Nachrichten können Sie uns Ihre E-Mail-Adresse
-bekanntgeben.
- </p>
- <p>
-Wir versichern, dass diese Daten nur zu Zwecken der Verwaltung und
-Information von BOS Deutschland e.V. sowie im internationalen
-BOS-Verbund verwendet werden. Sie können der Zusendung von
-Informationen jederzeit widersprechen und das Löschen Ihrer Daten aus
-dem System bewirken. Bitte geben Sie stets Ihre Sponsor-ID an!
- </p>
- <p>
-Wenn Sie Fragen zu den Datenschutzgrundsätzen von BOS Deutschland
-e.V. haben, wenden Sie sich bitte an datenschutz(a)bos-deutschland.de.
- </p>
- </p>
-</bknr:toplevel>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/privacy.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/privacy.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/profil.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/profil.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/profil.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,128 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <head>
- <title>Profil-Editor</title>
- <meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
- <script language="JavaScript" type="text/JavaScript" src="/static/profil.js"> </script>
- <link href="/static/profil_style.css" rel="stylesheet" type="text/css" />
- </head>
- <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
- <bos:save-profile>
- <form name="form" method="POST">
- <table width="740" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td height="50" colspan="3"><img src="../images/header_infosystem.gif" width="740" height="50"/></td>
- </tr>
- <tr>
- <td height="20" class="BreadCrumbs"> </td>
- <td height="20" colspan="2" class="BreadCrumbs"> </td>
- </tr>
- <tr>
- <td class="Label" valign="top"> </td>
- <td class="Input" valign="top"> </td>
- <td class="Info" valign="top"> </td>
- </tr>
- <tr>
- <td class="Label">Sponsor-ID</td>
- <td class="Input">$(sponsor-id)</td>
- <td class="Info">Vom System zugewiesen</td>
- </tr>
- <tr>
- <td class="Label">Land</td>
- <td class="Input">$(country)</td>
- <td class="Info">Nicht änderbar</td>
- </tr>
- <tr>
- <td class="Label">Name</td>
- <td class="Input"><input type="text" name="name" size="23" value="$(name)"/></td>
- <td class="Info">Für jeden sichtbar</td>
- </tr>
- <tr>
- <td class="Label">Neues Kennwort</td>
- <td class="Input"><input type="password" name="password" size="23"/></td>
- <td class="Info">Bitte zwei mal eingeben</td>
- </tr>
- <tr>
- <td class="Label">Kennwort-Wiederholung</td>
- <td class="Input"><input type="password" name="password1" size="23"/></td>
- <td class="Info"></td>
- </tr>
- <tr>
- <td class="Label">Info-Text</td>
- <td class="Input"><textarea class="Textarea" name="infotext" rows="3" cols="30">$(infotext)</textarea></td>
- <td class="Info">Beliebiger Informationstext, für jeden sichtbar</td>
- </tr>
- <tr>
- <td class="Label">Quadratmeter</td>
- <td class="Input">Insgesamt $(numsqm) Quadratmeter gekauft<br />UTM-Koordinate: N$(sqm-x) E$(sqm-y)</td>
- <td class="Info"></td>
- </tr>
- <tr>
- <td class="Label">Aktionen</td>
- <td class="Input">
- <button name="action" type="submit" value="save" onclick="javascript:return formcheck();">Speichern</button>
- </td>
- <td class="Info">Ihre Profildaten werden mit den eingegeben Werten aktualisiert</td>
- </tr>
- <tr>
- <td class="Label"></td>
- <td class="Input">
- <button name="anonymize" type="submit" value="anonymize" onclick="javascript:return anonymizecheck();">Profil anonymisieren</button>
- </td>
- <td class="Info">Ihre persönlichen Profildaten werden gelöscht</td>
- </tr>
- <tr>
- <td class="Label"></td>
- <td class="Input">
- <button name="action" type="reset">Änderungen verwerfen</button>
- </td>
- <td class="Info">Alle durchgeführten Änderungen werden verworfen.</td>
- </tr>
- <bos:when-certificate>
- <tr>
- <td class="Label"></td>
- <td class="Input"><button name="urkunde" type="button" onclick="javascript:return window_urkunde();">Urkunde zeigen</button></td>
- <td class="Info">Urkunde als PDF ansehen / downloaden</td>
- </tr>
- </bos:when-certificate>
-<!-- not yet
- <tr>
- <td class="Label"></td>
- <td class="Input">
- <input type="text" name="numsqm" value="10" size="1"/>
- <button name="action" type="submit" value="buy" onclick="javascript:return buycheck();">Quadratmeter kaufen</button>
- </td>
- <td class="Info">Weitere Quadratmeter mit WorldPay kaufen</td>
- </tr>
--->
- <tr>
- <td class="Label" height="10"></td>
- <td class="Input"></td>
- <td class="Info"></td>
- </tr>
- <tr>
- <td class="Label"></td>
- <td class="Input">
- <a class="Link" href="#" onclick="document.location.href = '/infosystem'">
- <img src="/images/pfeil_back.gif" border="0"/>
- Zurück
- </a>
- </td>
- <td class="Info"></td>
- </tr>
- <tr>
- <td class="Label" height="300"></td>
- <td class="Input"></td>
- <td class="Info"></td>
- </tr>
- </table>
- </form>
- </bos:save-profile>
- </body>
-</html>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/profil.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/profil.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/profil_setup.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/profil_setup.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/profil_setup.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,172 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- title="REGENWALD für SAMBOJA LESTARI"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <div id="content">
- <!-- content left-->
- <div id="content_left">
- <div id="textbox_left_form">
- <table border="0" cellpadding="1" cellspacing="0">
- <tr>
- <td></td>
- <td colspan="2">
- <img src="/images/step5.gif" width="120" height="20" border="0" alt="" />
- </td>
- </tr>
- <tr><td colspan="4" height="40"></td></tr>
- </table>
- </div>
- <!-- footer -->
- <div id="menue_footer">
- <a href="javascript:window_extra('privacy')" class="footer">
- Datenschutzinfo
- </a>
- l
- <a href="javascript:window_extra('impressum')" class="footer">
- Impressum
- </a>
- </div>
- <!-- /footer -->
- </div>
- <!-- /content left-->
- <!-- container content_main -->
- <div id="content_main">
- <div id="textbox_content_big" >
- <form method="post" action="save-initial-profile" name="form" onsubmit="return check_profil_setup();">
- <input type="hidden" name="sponsor-id" value="$(sponsor-id)" />
- <table id="formTable" width="95%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td colspan="3" height="10">
- </td>
- </tr>
- <tr>
- <td colspan="3" height="25">Richten Sie jetzt Ihr Sponsoren-Profil ein:
- </td>
- </tr>
- <tr>
- <td height="20" width="40%">
- <strong>Ihre Sponsoren-ID:</strong>
- </td>
- <td width="15">
- </td>
- <td>
- $(sponsor-id)
- </td>
- </tr>
- <tr>
- <td height="30">
- <strong> Kennwort:</strong>
- </td>
- <td>
- </td>
- <td>
- <input type="password" name="password" value="" size="20" class="form_big" />
- </td>
- </tr>
- <tr>
- <td height="30">
- <strong> Kennwort wiederholen:</strong>
- </td>
- <td>
- </td>
- <td>
- <input type="password" name="password1" value="" size="20" class="form_big" />
- </td>
- </tr>
- <tr>
- <td colspan="3" height="20">
- </td>
- </tr>
- <tr>
- <td colspan="3">
- Momentan führen wir Ihr Profil unter unten angegebenem Namen. Sie können diesen an
- dieser Stelle auch ändern bzw. angeben, dass Sie anonym bleiben möchten.
- </td>
- </tr>
- <tr>
- <td colspan="3" height="8">
- </td>
- </tr>
- <tr>
- <td width="40%" height="20">
- Name:
- </td>
- <td>
- </td>
- <td>
- <input type="text" name="name" value="$(name)" size="20" class="form_big"
- onclick="javascript:document.form.anonym.checked = false;"
- onblur="javascript:if (this.value == '') { document.form.anonym.checked = true; }"/>
- <br />
- <input type="checkbox" name="anonym" value="1"
- onclick="javascript:if (this.checked) { document.form.name.value = ''; }"/> anonym
- </td>
- </tr>
- <tr>
- <td colspan="3" height="15">
- </td>
- </tr>
- <tr>
- <td colspan="3">
- <br />
- Ihre E-Mail-Adresse wird <strong>nicht</strong> veröffentlicht, sondern lediglich für
- interne Informationszwecke verwendet.
- </td>
- </tr>
- <tr>
- <td colspan="3" height="18">
- </td>
- </tr>
- <tr>
- <td class="content_text" height="20">
- E-Mail-Adresse:
- </td>
- <td>
- </td>
- <td>
- <input type="text" name="email" value="$(email)" size="33" class="form_big" />
- </td>
- </tr>
- <tr>
- <td height="12">
- </td>
- </tr>
- <tr>
- <td colspan="3" height="10">
- </td>
- </tr>
- <tr>
- <td colspan="3" height="1" bgcolor="#c0c0c0">
- </td>
- </tr>
- <tr>
- <td colspan="3" height="15">
- </td>
- </tr>
- <tr>
- <td colspan="3" align="right">
- <input type="submit" class="form_big" name="Button" value="speichern und zu den Quadratmetern" />
- </td>
- </tr>
- </table>
- </form>
- </div>
- </div>
- <div id="content_right">
- <div id="helpbox">
- <br /><br />
- [<strong>Profil-Kennwort</strong>]<br />
- Geben Sie Ihr eigenes Kennwort an. Sollten Sie dieses vergessen, dann finden Sie ein so genanntes Master-Kennwort auf Ihrer
- Zahlungsbestätigung, die per E-Mail verschickt wurde.<br /><br /><br /><br /><br />
- [<strong>Profil-Einrichtung</strong>]<br />
- Legen Sie fest, unter welchem Namen "Ihr" m² angezeigt werden sollen.
- <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
- </div>
- </div>
- </div>
-</bknr:toplevel>
\ No newline at end of file
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/profil_setup.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/profil_setup.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/quittung.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/quittung.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/quittung.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,170 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- suppress-xml-headers="1"
- >
- <head>
- <base href="$(website-url)/de/quittung" />
- <link rel="stylesheet" href="/static/toplevel_style.css" />
- <link rel="stylesheet" href="/static/content_style.css" />
- <script src="/static/bos.js" type="text/javascript"><!-- x -->
- </script>
- <!--<meta http-equiv="content-type" content="text/html; charset=UTF-8" />-->
- <title>REGENWALD für SAMBOJA LESTARI</title>
- </head>
- <body>
-
- <!-- header and menu_top -->
- <div id="header">
-
- <div id="menue_banner">
- <a href="index">
- <img src="../images/header_ganzneu.gif" border="0" />
- </a>
- </div>
-
- <div id="menue_header_left">
- BOS Deutschland e.V.
- </div>
-
- </div>
- <!-- /header and menu_top -->
- <!-- content 3teilig-->
- <div id="content">
- <div id="content_left"><!-- content left-->
- <div id="textbox_left_form">
- <table border="0" cellpadding="1" cellspacing="0">
- <tr>
- <td></td>
- <td colspan="2">
- <img src="/images/step3.gif" width="120" height="20" border="0" alt="" />
- </td>
- </tr>
- <tr><td colspan="4" height="40"></td></tr>
- <tr>
- <td> </td>
- <td colspan="2"><span class="link_titlered">Herzlichen Dank</span><br /><br /></td>
- <td></td>
- </tr>
- <tr>
- <td></td>
- <td colspan="2">
- für Ihre Unterstützung und das Vertrauen, das Sie BOS damit entgegen bringen.
- <br /><br />
- Die von Ihnen gesponserten m² sind in guten Händen.
- </td>
- <td></td>
- </tr>
- </table>
- </div>
- <!-- footer -->
- <div id="menue_footer">
- <a href="javascript:window_extra('privacy')" class="footer">
- Datenschutzinfo
- </a>
- l
- <a href="javascript:window_extra('impressum')" class="footer">
- Impressum
- </a>
- </div>
- <!-- /footer -->
- </div>
- <!-- /content left-->
- <!-- container content_main -->
- <div id="content_main">
- <div id="textbox_content_big" >
- <bos:process-payment>
- <form method="post" action="generate-cert">
- <input type="hidden" name="contract-id" value="$(cartId)" />
- <input type="hidden" name="__sponsorid" value="$(sponsor-id)" />
- <input type="hidden" name="__password" value="$(master-code)" />
- <input type="hidden" name="email" value="$(email)" />
- <table id="formTable" width="95%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td colspan="3"><span class="headline">Ihre Zahlung war erfolgreich:</span></td>
- </tr>
- <tr>
- <td colspan="3" height="140">
- <bos:worldpay-receipt />
- </td>
- </tr>
- <tr>
- <td colspan="3" height="10"> </td>
- </tr>
- <tr>
- <td colspan="3" height="1" bgcolor="#c0c0c0"> </td>
- </tr>
- <tr>
- <td colspan="3" height="10"> </td>
- </tr>
-
- <tr>
- <td colspan="3" height="15">Auf welchen Namen sollen wir Ihre Regenwald-Urkunde ausstellen? </td>
- </tr>
- <tr>
- <td height="30">Name:</td>
- <td></td>
- <td><input type="text" class="form_big" size="35" name="name" value="$(name)" /></td>
- </tr>
- <tr>
- <td colspan="3" height="8">
- <span class="help_text">
- Wir übernehmen den Namen, der in diesem Eingabefeld angegeben wird.
- Bitte korrigieren Sie bei Bedarf die angezeigte Eingabe.
- </span>
- </td>
- </tr>
- <tr>
- <td colspan="3" height="10"> </td>
- </tr>
- <tr>
- <td colspan="3" height="1" bgcolor="#c0c0c0"> </td>
- </tr>
-
- <tr>
- <td height="12"></td>
- </tr>
- <tr>
- <td colspan="3" align="right">
- <input type="submit" class="form_big" name="Button"
- onclick="javascript:return confirm('Ist der Name korrekt angegeben?');"
- value="speichern und weiter" />
- </td>
- </tr>
- </table>
- </form>
- </bos:process-payment>
- </div>
- </div>
- <div id="content_right">
- <div id="helpbox">
- <br /><br />
- [<strong>Zahlungsbestätigung</strong>]
- <br />
- Diese Zahlungsbestätigung von WorldPay ist bereits per E-Mail unterwegs zu Ihnen. Sollten Sie wider
- Erwarten keine Nachricht erhalten, wenden Sie sich bitte an
- <br />
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="mailto:service@create-rainforest.org" class="more">
- service(a)create-rainforest.org
- </a>
- <br /><br /><br />
-
- [<strong>Regenwald-Urkunde</strong>]
- <br />
- Schon ab 1 m² erhalten Sie eine
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="javascript:window_extra('certificat')" class="more">
- Urkunde
- </a>
- als pdf-Download in Ihrem eigenen Sponsoren-Profil.
- <br /><br /><br /><br /><br /><br /><br />
- </div>
- </div>
- </div>
- </body>
-</html>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/quittung.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/quittung.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/ring-detail.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/ring-detail.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/ring-detail.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <head>
- <link rel="stylesheet" href="/static/toplevel_style.css" />
- <link rel="stylesheet" href="/static/content_style.css" />
- <script src="/static/bos.js" type="text/javascript"><!-- x -->
- </script>
- <title>Ringschema</title>
- </head>
- <body>
- <div id="content_extra">
- <h1 class="ringschema">Ringschema</h1>
- <img src="/images/ring_detail.jpg" />
- </div>
- <div style="padding:10px">
- <img src="/images/pfeil_link_on.gif" width="10" height="9" border="0" alt="" />
- <a href="javascript:window.close()" class="more">
- Fenster schließen
- </a>
- </div>
- </body>
-</html>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/ring-detail.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/ring-detail.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/save-initial-profile.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/save-initial-profile.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/save-initial-profile.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<bos:save-profile
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <bknr:redirect-request target="index"/>
-</bos:save-profile>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/save-initial-profile.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/save-initial-profile.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/sponsor_canceled.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/sponsor_canceled.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/sponsor_canceled.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- suppress-xml-headers="1"
- >
- <head>
- <base href="$(website-url)/de/sponsor_canceled" />
- <link rel="stylesheet" href="/static/toplevel_style.css" />
- <link rel="stylesheet" href="/static/content_style.css" />
- <script src="/static/bos.js" type="text/javascript"><!-- x -->
- </script>
- <!--<meta http-equiv="content-type" content="text/html; charset=UTF-8" />-->
- <title>REGENWALD für SAMBOJA LESTARI</title>
- </head>
- <body>
-
- <!-- header and menu_top -->
- <div id="header">
-
- <div id="menue_banner">
- <a href="index">
- <img src="../images/header_ganzneu.gif" border="0" />
- </a>
- </div>
-
- <div id="menue_header_left">
- BOS Deutschland e.V.
- </div>
- <div id="menue_header_main">
- <div>l</div>
- <div>
- <a href="idea" class="menue"
- title="Was genau passiert.">
- Projekt
- </a>
- </div>
- <div>l</div>
- <div>
- <a href="bestellung" class="menue"
- title="Machen Sie mit!">
- Spenden
- </a>
- </div>
- <div>l</div>
- <div>
- <a href="bos" class="menue"
- title="BOS Foundation">
- BOS
- </a>
- </div>
- <div>l</div>
- <div>
- <a href="javascript:window_infosys()" class="menue"
- title="Satellitenkarte">
- Satellitenkarte
- </a>
- </div>
- <div>l</div>
- <div>
- <a href="contact" class="menue"
- title="Kontakten Sie uns.">
- Kontakt
- </a>
- </div>
- <div>l</div>
- </div>
- </div>
- <!-- /header and menu_top -->
- <!-- content 3teilig-->
- <div id="content">
- <div id="content_left"><!-- content left-->
- <div id="textbox_left_form">
- </div>
- <!-- footer -->
- <div id="menue_footer">
- <a href="javascript:window_extra('privacy')" class="footer">
- Datenschutzinfo
- </a>
- l
- <a href="javascript:window_extra('impressum')" class="footer">
- Impressum
- </a>
- </div>
- <!-- /footer -->
- </div>
- <!-- /content left-->
- <!-- container content_main -->
- <div id="content_main">
- <div id="textbox_content_big" >
- <table id="formTable" width="95%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td colspan="3"><span class="headline">Sie haben die Zahlung abgebrochen</span></td>
- </tr>
- </table>
- </div>
- </div>
- <div id="content_right">
- <div id="helpbox">
- <br /><br />
- [<strong>Zahlung abgebrochen</strong>]
- </div>
- </div>
- </div>
- </body>
-</html>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/sponsor_canceled.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/sponsor_canceled.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <head>
- <link rel="stylesheet" href="/static/toplevel_style.css" />
- <link rel="stylesheet" href="/static/content_style.css" />
- <script src="/static/bos.js" type="text/javascript"><!-- x -->
- </script>
- <!--<meta http-equiv="content-type" content="text/html; charset=UTF-8" />-->
- <title>$(title)</title>
- </head>
-<body>
-
- <!-- header and menu_top -->
- <div id="header">
-
- <div id="menue_banner">
- <a href="index">
- <img src="../images/header_ganzneu.gif" border="0" />
- </a>
- </div>
-
- <div id="menue_header_left">
- BOS Deutschland e.V.
- </div>
-
- <div id="menue_header_main">
- <div>l</div>
- <div>
- <a href="idea" class="menue"
- title="Was genau passiert.">
- Projekt
- </a>
- </div>
- <div>l</div>
- <div>
- <a href="bestellung" class="menue"
- title="Machen Sie mit!">
- Spenden
- </a>
- </div>
- <div>l</div>
- <div>
- <a href="bos" class="menue"
- title="BOS Foundation">
- BOS
- </a>
- </div>
- <div>l</div>
- <div>
- <a href="javascript:window_infosys()" class="menue"
- title="Satellitenkarte">
- Satellitenkarte
- </a>
- </div>
- <div>l</div>
- <div>
- <a href="contact" class="menue"
- title="Kontakten Sie uns.">
- Kontakt
- </a>
- </div>
- <div>l</div>
- </div>
- </div>
- <!-- /header and menu_top -->
-
- <!-- content 3teilig-->
- <bknr:tag-body />
- <!-- /content 3teilig-->
-
- </body>
-</html>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel_extra.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel_extra.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel_extra.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <head>
- <bos:maybe-base href="$(base-url)" />
- <link rel="stylesheet" href="/static/toplevel_style.css" />
- <link rel="stylesheet" href="/static/content_style.css" />
- <script src="/static/bos.js" type="text/javascript"><!-- x -->
- </script>
- <!--<meta http-equiv="content-type" content="text/html; charset=UTF-8" />-->
- <title>$(title)</title>
- </head>
- <body>
- <div id="header_extra">
- </div>
- <div id="content_extra">
- <bknr:tag-body />
- </div>
- <div style="padding:10px">
- <img src="/images/pfeil_link_on.gif" width="10" height="9" border="0" alt="" />
- <a href="javascript:window.close()" class="more">
- Fenster schließen
- </a>
- </div>
- </body>
-</html>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel_extra.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel_extra.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel_main.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel_main.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel_main.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,168 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <head>
- <link rel="stylesheet" href="/static/toplevel_style.css" />
- <link rel="stylesheet" href="/static/content_style.css" />
- <script src="/static/bos.js" type="text/javascript"><!-- x -->
- </script>
- <!--<meta http-equiv="content-type" content="text/html; charset=UTF-8" />-->
- <title>$(title)</title>
- </head>
- <body>
- <!-- header and menu_top -->
- <div id="header">
-
- <div id="menue_banner">
- <a href="index">
- <img src="../images/header_ganzneu.gif" border="0" />
- </a>
- </div>
-
- <div id="menue_header_left">
- BOS Deutschland e.V.
- </div>
- <div id="menue_header_main">
- <div>l</div>
- <div>
- <a href="idea" class="menue"
- title="Was genau passiert.">
- Projekt
- </a>
- </div>
- <div>l</div>
- <div>
- <a href="bestellung" class="menue"
- title="Machen Sie mit!">
- Spenden
- </a>
- </div>
- <div>l</div>
- <div>
- <a href="bos" class="menue"
- title="BOS Foundation">
- BOS
- </a>
- </div>
- <div>l</div>
- <div>
- <a href="javascript:window_infosys()" class="menue"
- title="Satellitenkarte">
- Satellitenkarte
- </a>
- </div>
- <div>l</div>
- <div>
- <a href="contact" class="menue"
- title="Kontakten Sie uns.">
- Kontakt
- </a>
- </div>
- <div>l</div>
- </div>
- <div id="menue_header_right" align="right">
- <select name="language" style="width:125px;"
- onchange="jumpMenu('parent', this, 0)">
- <bos:language-options />
- </select>
- </div>
- </div>
- <!-- /header and menu_top -->
-
- <!-- content 3teilig-->
- <div id="content">
- <div id="content_left">
- <!-- content left-->
- <div id="textbox_left_top">
- <table border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td colspan="4" height="10">
- </td>
- </tr>
- <tr>
- <td width="6">
- </td>
- <td colspan="2">
- <strong>Schaffen Sie Regenwald!</strong>
- <br /><br />
- </td>
- <td>
- </td>
- </tr>
- <tr>
- <td>
- </td>
- <td colspan="2" >
- <img src="/images/pfeil_link_on.gif" width="10" height="9" border="0" alt="" />
- <a href="bestellung" class="content_black">
- Spenden Sie!
- </a>
- </td>
- <td>
- </td>
- </tr>
- <tr><td colspan="3" height="5"></td></tr>
- <tr>
- <td colspan="4" valign="bottom">
- <a href="bestellung" class="content_black">
- <img src="/images/spenden.jpg" width="150" height="71" border="0" alt="" />
- </a>
- </td>
- </tr>
- <tr><td colspan="3" height="15"></td></tr>
- </table>
- </div>
- <div id="textbox_left_down">
- <table border="0" cellpadding="0" cellspacing="0">
- <tr><td colspan="4" height="6"></td></tr>
- <tr>
- <td width="6"> </td>
- <td colspan="2">
- <strong>Satellitenkarte</strong>
- <br /></td>
- <td></td>
- </tr>
- <tr><td colspan="3" height="5"></td></tr>
- <tr>
- <td></td>
- <td colspan="2">
- <img src="/images/pfeil_link_on.gif" width="10" height="9" border="0" alt="" />
- <a href="javascript:window_infosys()"
- class="content_black">
- Es dreht sich um m².
- </a>
- </td>
- <td></td>
- </tr>
- <tr>
- <td colspan="3" height="88">
- <a href="javascript:window_infosys()">
- <img src="/images/trans.gif" width="150" height="108" border="0" alt="" />
- </a>
- </td>
- </tr>
- </table>
- </div>
- <!-- footer -->
- <div id="menue_footer">
- <a href="javascript:window_extra('privacy')" class="footer">
- Datenschutzinfo
- </a>
- l
- <a href="javascript:window_extra('impressum')" class="footer">
- Impressum
- </a>
- </div>
- <!-- /footer -->
- </div>
- <!-- /content left-->
- <bknr:tag-body />
- <!-- /content 3teilig-->
- </div>
- </body>
-</html>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel_main.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/toplevel_main.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/ueberweisung.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/ueberweisung.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/ueberweisung.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,157 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- title="REGENWALD für SAMBOJA LESTARI"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <div id="content">
- <div id="content_left"><!-- content left-->
- <div id="textbox_left_form">
- <table border="0" cellpadding="1" cellspacing="0">
- <tr>
- <td></td>
- <td colspan="2">
- <img src="/images/step3.gif" width="120" height="20" border="0" alt="" />
- </td>
- </tr>
- <tr><td colspan="4" height="40"></td></tr>
- </table>
- </div>
- <!-- footer -->
- <div id="menue_footer">
- <a href="javascript:window_extra('privacy')" class="footer">
- Datenschutzinfo
- </a>
- l
- <a href="javascript:window_extra('impressum')" class="footer">
- Impressum
- </a>
- </div>
- <!-- /footer -->
- </div>
- <!-- /content left-->
- <!-- container content_main -->
- <div id="content_main">
- <div id="textbox_content_big" >
- <form action="mail-transfer" method="post"
- enctype="application/x-www-form-urlencoded"
- name="mailtransfer"
- id="mailtransfer"
- onsubmit="YY_checkform('mailtransfer','vorname','#q','0','Bitte das Feld \'Vorname\' ausfuellen.','name','#q','0','Bitte das Feld \'Name\' ausfuellen.','strasse','#q','0','Bitte das Feld \'Strasse\' ausfuellen.','plz','#q','0','Bitte das Feld \'PLZ\' ausfuellen.','ort','#q','0','Bitte das Feld \'Ort\' ausfuellen.');return document.MM_returnValue">
- <input type="hidden" name="contract-id" value="$(contract-id)" />
- <input type="hidden" name="donationcert-yearly" value="$(donationcert-yearly)" />
- <table id="formTable" width="95%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td colspan="3"><span class="headline">Ich möchte meine Spende überweisen.</span></td>
- </tr>
- <tr>
- <td colspan="3" height="7"> </td>
- </tr>
- <tr>
- <td colspan="3">
-Ich habe mich dazu entschieden einen Betrag von $(amount) Euro auf das Spendenkonto "Samboja Lestari" von BOS Deutschland e.V. zu überweisen.
- <table border="0">
- <tr><td>Kontonummer:</td><td>32 10 100</td></tr>
- <tr><td>Bank:</td><td>Bank für Sozialwirtschaft</td></tr>
- <tr><td>BLZ:</td><td>100 205 00</td></tr>
- </table>
- <strong>Bitte unbedingt den Verwendungszweck "SL ID $(contract-id)" auf dem Überweisungsformular angeben!</strong>
- <br /> <br />
- Meine Überweisung muss ich bei meiner Bank eigenständig veranlassen!
- </td>
- </tr>
- <tr>
- <td colspan="3" height="7"> </td>
- </tr>
- <tr>
- <td colspan="3" height="7"> </td>
- </tr>
- <tr>
- <td height="10">Vorname:</td>
- <td width="10"></td>
- <td><input name="vorname" type="text" size="25" maxlength="30" /></td>
- </tr>
- <tr>
- <td height="10">Name:</td>
- <td width="10"></td>
- <td><input name="name" type="text" size="25" maxlength="30" /></td>
- </tr>
- <tr>
- <td height="10">Straße/Nr.:</td>
- <td width="10"></td>
- <td><input name="strasse" type="text" size="25" maxlength="30" /></td>
- </tr>
- <tr>
- <td height="10">PLZ/Ort</td>
- <td width="10"></td>
- <td>
- <input name="plz" type="text" size="5" maxlength="5" />
- <input name="ort" type="text" size="13" maxlength="30" />
- </td>
- </tr>
- <tr>
- <td height="10">E-Mail:</td>
- <td width="10"></td>
- <td><input name="email" type="text" size="25" maxlength="30" /></td>
- </tr>
- <tr>
- <td height="10">Telefon:</td>
- <td width="10"></td>
- <td><input name="telefon" type="text" size="25" maxlength="30" /></td>
- </tr>
- <tr>
- <td colspan="3" height="5"> </td>
- </tr>
- <tr>
- <td colspan="3">
- <bos:urkunde-per-post contract-id="$(contract-id)"
- min-amount="30"
- message="Ich möchte meine Regenwald-Urkunde per Post erhalten" />
- </td>
- </tr>
- <tr>
- <td colspan="3" height="20"> </td>
- </tr>
- <tr>
- <td align="right" colspan="3">
- <input type="submit" class="form_big" name="action" value="Angaben an BOS mailen" />
- </td>
- </tr>
- </table>
- </form>
- </div>
- </div>
- <div id="content_right">
- <div id="helpbox">
- <strong>[Persönliche Daten]</strong>
- <br />
-Wir reservieren gerne die von Ihnen gewünschten m². Für die Zusendung
-der entsprechenden Informationen (Regenwaldurkunde, Sponsorenprofil,
-Geokoordinaten, Spendenbescheinigung) benötigen wir unbedingt die
-Angabe Ihrer Daten. Nach erfolgter Überweisung erhalten Sie diese
-Informationen schriftlich oder per E-Mail von uns.
- <br /><br /><br />
- <strong>[Dieses Formular]</strong>
- <br />
- Bitte senden Sie dieses Formular per E-Mail direkt an uns. Sie können es auch
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="javascript:window.print();" class="more">
- ausdrucken
- </a>
- und per Fax oder Post an unsere
- Kontaktadresse schicken:
- <br /><br />
- BOS Deutschland e.V.
- <br />
- Schöneberger Ufer 69
- <br />
- 10785 Berlin
- <br /><br />
- Fax: (030) 2636 7815
- </div>
- </div>
- </div>
-</bknr:toplevel>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/ueberweisung.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/ueberweisung.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_geschenk.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_geschenk.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_geschenk.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,184 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- suppress-xml-headers="1"
- >
- <head>
- <base href="$(website-url)/de/versand_info" />
- <link rel="stylesheet" href="/static/toplevel_style.css" />
- <link rel="stylesheet" href="/static/content_style.css" />
- <script src="/static/bos.js" type="text/javascript"><!-- x -->
- </script>
- <!--<meta http-equiv="content-type" content="text/html; charset=UTF-8" />-->
- <title>REGENWALD für SAMBOJA LESTARI</title>
- </head>
- <body>
-
- <!-- header and menu_top -->
- <div id="header">
- <div id="menue_banner">
- <img src="../images/header_ganzneu.gif" border="0" />
- </div>
-
- <div id="menue_header_left">
- BOS Deutschland e.V.
- </div>
- </div>
- <!-- /header and menu_top -->
- <!-- content 3teilig-->
- <div id="content">
- <div id="content_left"><!-- content left-->
- <div id="textbox_left_form">
- <table border="0" cellpadding="1" cellspacing="0">
- <tr>
- <td></td>
- <td colspan="2">
- <img src="/images/step3.gif" width="120" height="20" border="0" alt="" />
- </td>
- </tr>
- <tr><td colspan="4" height="40"></td></tr>
- <tr>
- <td> </td>
- <td colspan="2"><span class="link_titlered">Herzlichen Dank</span><br /><br /></td>
- <td> </td>
- </tr>
- <tr>
- <td></td>
- <td colspan="2"> für Ihre Unterstützung und das Vertrauen, das Sie BOS damit entgegen bringen. <br /><br />Die von Ihnen gesponserten m² sind in guten Händen.
- </td>
- <td></td>
- </tr>
- </table>
- </div>
- <!-- footer -->
- <div id="menue_footer">
- <a href="javascript:window_extra('privacy')" class="footer">
- Datenschutzinfo
- </a>
- l
- <a href="javascript:window_extra('impressum')" class="footer">
- Impressum
- </a>
- </div>
- <!-- /footer -->
- </div>
- <!-- /content left-->
- <!-- container content_main -->
- <bos:process-payment>
- <div id="content_main">
- <div id="textbox_content_big" >
- <form name="formular" method="post" action="versand_quittung">
- <input type="hidden" name="sponsor-id" value="$(sponsor-id)" />
- <input type="hidden" name="contract-id" value="$(cartId)" />
- <input type="hidden" name="email" value="$(email)" />
- <input type="hidden" name="gift" value="$(MC_gift)" />
- <input type="hidden" name="next-step-name" value="fertig" />
- <table id="formTable" width="95%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td colspan="3"><span class="headline">Ihre Zahlung war erfolgreich:</span></td>
- </tr>
- <tr>
- <td colspan="3" height="140">
- <bos:worldpay-receipt />
- </td>
- </tr>
- <tr>
- <td colspan="3" height="8"> </td>
- </tr>
- <tr>
- <td colspan="3" height="1" bgcolor="#c0c0c0"> </td>
- </tr>
- <tr>
- <td colspan="3" height="8"> </td>
- </tr>
- <tr>
- <td colspan="3">
- Bitte geben Sie den Namen des Beschenkten für die Urkunde ein:
- </td>
- </tr>
- <tr>
- <td height="30">
- Name:
- </td>
- <td></td>
- <td>
- <input type="text" class="form_big" size="35" name="name" value="" />
- </td>
- </tr>
- <tr>
- <td colspan="3" height="6"> </td>
- </tr>
- <tr>
- <td colspan="3">
- Bitte geben Sie die Versandadresse für die Regenwaldurkunde ein.
- </td>
- </tr>
- <tr>
- <td colspan="3" height="10"> </td>
- </tr>
- <tr>
- <td>Versandadresse<br />für die Urkunde:<br /><br /><br /></td>
- <td></td>
- <td>
-<!-- left-aligned in order to aid formatting -->
-<textarea cols="24" rows="3" name="address">$(name)
-$(address)
-$(postcode)
-$(country)</textarea>
- </td>
- </tr>
- <tr>
- <td colspan="3" height="10"> </td>
- </tr>
- <tr>
- <td colspan="3" height="1" bgcolor="#c0c0c0"> </td>
- </tr>
- <tr>
- <td height="12"></td>
- </tr>
- <tr>
- <td colspan="3" align="right">
- <input type="submit" class="form_big" name="Button"
- onclick="return check_versand_info();"
- value="speichern und weiter" />
- </td>
- </tr>
- </table>
- </form>
- </div>
- </div>
- </bos:process-payment>
- <div id="content_right">
- <div id="helpbox">
- <br /><br />
- [<strong>Zahlungsbestätigung</strong>]<br />
- Diese Zahlungsbestätigung von WorldPay ist bereits per E-Mail unterwegs zu Ihnen. Sollten Sie wider Erwarten keine
- Nachricht erhalten, wenden Sie sich bitte an
- <br />
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="mailto:service@create-rainforest.org" class="more">
- service(a)create-rainforest.org
- </a>
- <br /><br /><br /><br /><br /><br /><br /><br /><br />
- [<strong>Regenwald-Urkunde</strong>]<br />
- Sie oder der Beschenkte erhalten auf dem Postweg eine attraktive
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="javascript:window_extra('certificat')" class="more">
- Urkunde
- </a>
- von uns. Sollte diese wider Erwarten nicht innerhalb der nächsten zwei Wochen eingetroffen sein, wenden Sie sich bitte an
- <br />
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="mailto:service@create-rainforest.org" class="more">
- service(a)create-rainforest.org
- </a>
- <br /><br /><br /><br /><br /><br />
- </div>
- </div>
- </div>
- </body>
-</html>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_geschenk.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_geschenk.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_info.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_info.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_info.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,187 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- suppress-xml-headers="1"
- >
- <head>
- <base href="$(website-url)/de/versand_info" />
- <link rel="stylesheet" href="/static/toplevel_style.css" />
- <link rel="stylesheet" href="/static/content_style.css" />
- <script src="/static/bos.js" type="text/javascript"><!-- x -->
- </script>
- <!--<meta http-equiv="content-type" content="text/html; charset=UTF-8" />-->
- <title>REGENWALD für SAMBOJA LESTARI</title>
- </head>
- <body>
-
- <!-- header and menu_top -->
- <div id="header">
-
- <div id="menue_banner">
- <img src="../images/header_ganzneu.gif" border="0" />
- </div>
-
- <div id="menue_header_left">
- BOS Deutschland e.V.
- </div>
-
- </div>
- <!-- /header and menu_top -->
- <!-- content 3teilig-->
- <div id="content">
- <div id="content_left"><!-- content left-->
- <div id="textbox_left_form">
- <table border="0" cellpadding="1" cellspacing="0">
- <tr>
- <td></td>
- <td colspan="2">
- <img src="/images/step3.gif" width="120" height="20" border="0" alt="" />
- </td>
- </tr>
- <tr><td colspan="4" height="40"></td></tr>
- <tr>
- <td> </td>
- <td colspan="2"><span class="link_titlered">Herzlichen Dank</span><br /><br /></td>
- <td> </td>
- </tr>
- <tr>
- <td></td>
- <td colspan="2"> für Ihre Unterstützung und das Vertrauen, das Sie BOS damit entgegen bringen. <br /><br />Die von Ihnen gesponserten m² sind in guten Händen.
- </td>
- <td></td>
- </tr>
- </table>
- </div>
- <!-- footer -->
- <div id="menue_footer">
- <a href="javascript:window_extra('privacy')" class="footer">
- Datenschutzinfo
- </a>
- l
- <a href="javascript:window_extra('impressum')" class="footer">
- Impressum
- </a>
- </div>
- <!-- /footer -->
- </div>
- <!-- /content left-->
- <!-- container content_main -->
- <bos:process-payment>
- <div id="content_main">
- <div id="textbox_content_big" >
- <form name="formular" method="post" action="versand_quittung">
- <input type="hidden" name="sponsor-id" value="$(sponsor-id)" />
- <input type="hidden" name="master-code" value="$(master-code)" />
- <input type="hidden" name="contract-id" value="$(cartId)" />
- <input type="hidden" name="email" value="$(email)" />
- <input type="hidden" name="next-step-name" value="weiter" />
- <table id="formTable" width="95%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td colspan="3"><span class="headline">Ihre Zahlung war erfolgreich:</span></td>
- </tr>
- <tr>
- <td colspan="3" height="140">
- <bos:worldpay-receipt />
- </td>
- </tr>
- <tr>
- <td colspan="3" height="8"> </td>
- </tr>
- <tr>
- <td colspan="3" height="1" bgcolor="#c0c0c0"> </td>
- </tr>
- <tr>
- <td colspan="3" height="8"> </td>
- </tr>
- <tr>
- <td colspan="3">
- Ist das der Name, der auf der Regenwald-Urkunde als
- Sponsor eingetragen werden soll?
- </td>
- </tr>
- <tr>
- <td height="30">
- Name:
- </td>
- <td></td>
- <td>
- <input type="text" class="form_big" size="35" name="name" value="$(name)" />
- </td>
- </tr>
- <tr>
- <td colspan="3" height="6"> </td>
- </tr>
- <tr>
- <td colspan="3">
- Bitte überprüfen bzw. korrigieren Sie die angegebene Adresse für den Versand
- Ihrer Regenwald-Urkunde:
- </td>
- </tr>
- <tr>
- <td colspan="3" height="10"> </td>
- </tr>
- <tr>
- <td>Versandadresse<br />für die Urkunde:<br /><br /><br /></td>
- <td></td>
- <td>
-<!-- left-aligned in order to aid formatting -->
-<textarea cols="24" rows="3" name="address">$(name)
-$(address)
-$(country)</textarea>
- </td>
- </tr>
- <tr>
- <td colspan="3" height="10"> </td>
- </tr>
- <tr>
- <td colspan="3" height="1" bgcolor="#c0c0c0"> </td>
- </tr>
- <tr>
- <td height="12"></td>
- </tr>
- <tr>
- <td colspan="3" align="right">
- <input type="submit" class="form_big" name="Button"
- onclick="return check_versand_info();"
- value="speichern und weiter" />
- </td>
- </tr>
- </table>
- </form>
- </div>
- </div>
- </bos:process-payment>
- <div id="content_right">
- <div id="helpbox">
- <br /><br />
- [<strong>Zahlungsbestätigung</strong>]<br />
- Diese Zahlungsbestätigung von WorldPay ist bereits per E-Mail unterwegs zu Ihnen. Sollten Sie wider Erwarten keine
- Nachricht erhalten, wenden Sie sich bitte an
- <br />
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="mailto:service@create-rainforest.org" class="more">
- service(a)create-rainforest.org
- </a>
- <br /><br /><br /><br /><br /><br /><br /><br /><br />
- [<strong>Regenwald-Urkunde</strong>]<br />
- Sie oder der Beschenkte erhalten auf dem Postweg eine attraktive
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="javascript:window_extra('certificat')" class="more">
- Urkunde
- </a>
- von uns. Sollte diese wider Erwarten nicht innerhalb der nächsten zwei Wochen eingetroffen sein, wenden Sie sich bitte an
- <br />
- <img src="/images/pfeil_link_on.gif" width="10" height="9" alt="" />
- <a href="mailto:service@create-rainforest.org" class="more">
- service(a)create-rainforest.org
- </a>
- <br /><br /><br /><br /><br /><br />
- </div>
- </div>
- </div>
- </body>
-</html>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_info.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_info.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_quittung.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_quittung.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_quittung.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,149 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- title="REGENWALD für SAMBOJA LESTARI"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <!-- content 3teilig-->
- <div id="content">
- <!-- content left-->
- <div id="content_left">
- <div id="textbox_left_form">
- <table border="0" cellpadding="1" cellspacing="0">
- <tr>
- <td></td>
- <td colspan="2">
- <img src="/images/step4.gif" width="120" height="20" border="0" alt="" />
- </td>
- </tr>
- <tr><td colspan="4" height="40"></td></tr>
- </table>
- </div>
- <!-- footer -->
- <div id="menue_footer">
- <a href="javascript:window_extra('privacy')" class="footer">
- Datenschutzinfo
- </a>
- l
- <a href="javascript:window_extra('impressum')" class="footer">
- Impressum
- </a>
- <!-- /footer -->
- </div>
- <!-- /content left-->
- </div>
- <!-- container content_main -->
- <div id="content_main">
- <div id="textbox_content_big" >
- <form method="post" action="generate-cert">
- <input type="hidden" name="sponsor-id" value="$(sponsor-id)" />
- <input type="hidden" name="__sponsorid" value="$(sponsor-id)" />
- <input type="hidden" name="__password" value="$(master-code)" />
- <input type="hidden" name="contract-id" value="$(contract-id)" />
- <input type="hidden" name="name" value="$(name)" />
- <input type="hidden" name="address" value="$(address)" />
- <input type="hidden" name="email" value="$(email)" />
- <input type="hidden" name="gift" value="$(gift)" />
- <table id="formTable" width="95%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td colspan="3">
- Wir werden Ihre Regenwald-Urkunde auf den folgenden Namen ausstellen und diese an
- die unten angegebene Adresse versenden:
- <br /><br /><br />
- Name für Regenwald-Urkunde: $(name)
- <br /><br />
- Versandadresse für Urkunde: <br />
-<pre>
-$(address)
-$(postcode)
-$(country)
-</pre>
- </td>
- </tr>
- <tr>
- <td colspan="3" height="10">
- </td>
- </tr>
- <tr>
- <td colspan="3">
- <span class="help_text">
- Überprüfen Sie bitte die Richtigkeit der Angaben.
- </span>
- </td>
- </tr>
- <tr>
- <td colspan="3" height="20">
- </td>
- </tr>
- <tr>
- <td colspan="3" height="1" bgcolor="#c0c0c0">
- </td>
- </tr>
- <tr>
- <td colspan="3" height="10">
- </td>
- </tr>
- <tr>
- <td colspan="3" height="40">
- Mit dieser Zahlung wurde ein neues Sponsoren-Profil mit der folgenden Sponsoren-ID angelegt:
- </td>
- </tr>
- <tr>
- <td height="20" width="40%">
- <strong>Ihre Sponsoren-ID:</strong>
- </td>
- <td width="15">
- </td>
- <td>$(sponsor-id)
- </td>
- </tr>
- <!--<tr>
- <td height="20"> <strong> Ihr Kennwort:</strong></td>
- <td></td>
- <td>$(sponsor-password)</td>
- </tr>-->
- <tr>
- <td colspan="3" height="20">
- </td>
- </tr>
- <tr>
- <td colspan="3" height="1" bgcolor="#c0c0c0">
- </td>
- </tr>
- <tr>
- <td colspan="3" height="10">
- </td>
- </tr>
- <tr>
- <td height="12">
- </td>
- </tr>
- <tr>
- <td colspan="3" align="right">
- <input class="form_big" type="button"
- value="zurück"
- onclick="javascript:history.back()"
- id="back" name="back" />
- <input type="submit" class="form_big" name="Button" value="$(next-step-name)" />
- </td>
- </tr>
- </table>
- </form>
- </div>
- </div>
- <div id="content_right">
- <div id="helpbox">
- <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
- [<strong>Sponsoren-ID</strong>]<br />
- Mit Hilfe des Sponsoren-Profils können Sie Ihre gesponserten m² jederzeit wieder finden.
- Diese ID dient der einwandfreien Zuordnung der m².
- Besucher dieser Internetseite dürfen in alle m² und deren persönliche Profile einblicken.
- Wenn Sie anonym bleiben wollen, können Sie dieses in Ihrem Profil mit Kennwortzugang veranlassen.
- <br /><br /><br /><br /><br /><br />
- </div>
- </div>
- </div>
-</bknr:toplevel>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_quittung.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/versand_quittung.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/de/verschenken.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/de/verschenken.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/de/verschenken.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<bknr:toplevel
- template="toplevel_extra"
- title="REGENWALD für SAMBOJA LESTARI - Verschenken"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:bos="http://headcraft.de/bos"
- >
- <p class="text_content">
-
- <p>Suchen Sie ein sinnvolles Geschenk?</p>
-
- <p><b>Verschenken Sie Quadratmeter wiederentstehenden Regenwaldes!</b></p>
-
-<p>
-Der/Die Beschenkte erhält eine attraktive Urkunde und persönliche
-Zugangscodes, um "seine/ihre" Quadratmeter in Borneo leicht orten zu
-können. Zudem kann er/sie den Quadratmetern einen Grußtext anhängen,
-der für jeden Besucher einsehbar ist.
-</p>
-<p>
-Auch Sie erhalten die gleichen Zugangscodes und können z.B. einen
-Geburtstagsgruß "auf" den verschenkten Quadratmetern
-hinterlassen.
-</p>
-<p>
-Setzen Sie das Häckchen und fahren Sie wie gewünscht fort.
-</p>
-<p>
-Unmittelbar nach erfolgter Zahlung (wenige Sekunden später) werden Sie
-nach Namen und Versandadresse der zu Beschenkenden Person gefragt.
-</p>
-<p>
-Der Geschenkservice ist aus administrativen Gründen leider nur bei Online-Spenden ab 30 Euro möglich.
-</p>
- </p>
-</bknr:toplevel>
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/de/verschenken.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/de/verschenken.bknr)
Deleted: branches/xml-class-rework/projects/bos/payment-website/templates/user-error.bknr
===================================================================
--- branches/xml-class-rework/projects/bos/payment-website/templates/user-error.bknr 2006-03-10 20:11:23 UTC (rev 1914)
+++ branches/xml-class-rework/projects/bos/payment-website/templates/user-error.bknr 2006-03-12 11:03:55 UTC (rev 1915)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:bknr="http://bknr.net"
- xmlns:lisp-ecoop05="http://lisp-ecoop05.bknr.net"
- xmlns:menu="http://bknr.net/menu"
- >
-Your request could not be processed because an error occured:
-<pre>
-$(error-message)
-</pre>
-</html>
\ No newline at end of file
Copied: branches/xml-class-rework/projects/bos/payment-website/templates/user-error.xml (from rev 1844, branches/xml-class-rework/projects/bos/payment-website/templates/user-error.bknr)
1
0

10 Mar '06
Author: hhubner
Date: 2006-03-10 15:11:23 -0500 (Fri, 10 Mar 2006)
New Revision: 1914
Modified:
branches/xml-class-rework/projects/lisp-ecoop/src/participant.lisp
Log:
Minor mail text changes.
Modified: branches/xml-class-rework/projects/lisp-ecoop/src/participant.lisp
===================================================================
--- branches/xml-class-rework/projects/lisp-ecoop/src/participant.lisp 2006-03-10 20:04:05 UTC (rev 1913)
+++ branches/xml-class-rework/projects/lisp-ecoop/src/participant.lisp 2006-03-10 20:11:23 UTC (rev 1914)
@@ -120,15 +120,15 @@
(defmethod send-welcome-mail ((participant participant) initial-password)
(user-send-mail participant :subject "Your account on the LISP ECOOP workshop website has been created"
:text (format nil
-"Your participant account on the LISP ECOOP Workshop website has
-been created. Please visit your personal profile page on
-http://lisp-ecoop.bknr.net/edit-profile/ to change your password
+"Your participant account on the LISP ECOOP Workshop website has
+been created. Please visit your personal profile page on
+http://lisp-ecoop.bknr.net/edit-profile/ to change your password
andupdate your profile information.
Your login name is: ~A
Your initial password is: ~A
-Please direct your questions regarding the workshop to Hans Hübner, who can
+Please direct your questions regarding the workshop to Hans Hübner, who can
be reached by email as hans(a)huebner.org.
Have fun and see you on the workshop!"
@@ -140,15 +140,15 @@
(user-send-mail participant
:subject "Your password for the LISP ECOOP workshop website"
:text (format nil
-"Your password on the LISP ECOOP Workshop website has been reset.
-Please visit your personal profile page on
-http://lisp-ecoop.bknr.net/edit-profile/~A to change your password
+"Your password on the LISP ECOOP Workshop website has been reset.
+Please visit your personal profile page on
+http://lisp-ecoop.bknr.net/edit-profile/~A to change your password
and update your profile information.
Your login name is: ~A
Your new password is: ~A
-Please direct your questions regarding the workshop to Hans Hübner, who can
+Please direct your questions regarding the workshop to Hans Hübner, who can
be reached by email as hans(a)huebner.org."
(user-login participant)
(user-login participant)
1
0

[bknr-cvs] r1913 - branches/xml-class-rework/projects/lisp-ecoop/website/templates
by bknr@bknr.net 10 Mar '06
by bknr@bknr.net 10 Mar '06
10 Mar '06
Author: hhubner
Date: 2006-03-10 15:04:05 -0500 (Fri, 10 Mar 2006)
New Revision: 1913
Added:
branches/xml-class-rework/projects/lisp-ecoop/website/templates/add-participant.xml
branches/xml-class-rework/projects/lisp-ecoop/website/templates/admin-menu.xml
branches/xml-class-rework/projects/lisp-ecoop/website/templates/login.xml
Log:
add new files
Added: branches/xml-class-rework/projects/lisp-ecoop/website/templates/add-participant.xml
===================================================================
--- branches/xml-class-rework/projects/lisp-ecoop/website/templates/add-participant.xml 2006-03-10 15:22:38 UTC (rev 1912)
+++ branches/xml-class-rework/projects/lisp-ecoop/website/templates/add-participant.xml 2006-03-10 20:04:05 UTC (rev 1913)
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl" href="lisp-ecoop.xsl" ?>
+<lisp-ecoop:page name="login"
+ xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+
+ <h1>Add Participant</h1>
+
+ <lisp-ecoop:add-participant>
+ <p>Using this form, new participants can be created.</p>
+
+ <form method="post" onsubmit="return check_new_participant_form(this);">
+ <table>
+ <tr>
+ <td>Login</td>
+ <td><input name="login" size="15"/></td>
+ </tr>
+ <tr>
+ <td>Full Name</td>
+ <td><input name="full-name" type="text" size="25"/></td>
+ </tr>
+ <tr>
+ <td>Email Address</td>
+ <td><input name="email" type="text" size="25"/></td>
+ </tr>
+ <tr>
+ <td>Submission</td>
+ <td>
+ <select name="submission" id="submission-selector" size="1">
+ <lisp-ecoop:submission-option-list/>
+ <input type="submit" onclick="return create_submission_window()" value="new"/>
+ </select>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <input type="submit" name="action" value="create"/>
+ </td>
+ </tr>
+ </table>
+ </form>
+ </lisp-ecoop:add-participant>
+</lisp-ecoop:page>
\ No newline at end of file
Added: branches/xml-class-rework/projects/lisp-ecoop/website/templates/admin-menu.xml
===================================================================
--- branches/xml-class-rework/projects/lisp-ecoop/website/templates/admin-menu.xml 2006-03-10 15:22:38 UTC (rev 1912)
+++ branches/xml-class-rework/projects/lisp-ecoop/website/templates/admin-menu.xml 2006-03-10 20:04:05 UTC (rev 1913)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<menu name="admin">
+ <item url="stats" title="Statistics" />
+ <item url="add-participant" title="Add Participant" />
+</menu>
Added: branches/xml-class-rework/projects/lisp-ecoop/website/templates/login.xml
===================================================================
--- branches/xml-class-rework/projects/lisp-ecoop/website/templates/login.xml 2006-03-10 15:22:38 UTC (rev 1912)
+++ branches/xml-class-rework/projects/lisp-ecoop/website/templates/login.xml 2006-03-10 20:04:05 UTC (rev 1913)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl" href="lisp-ecoop.xsl" ?>
+<lisp-ecoop:page name="login"
+ xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+
+ <h1>Login</h1>
+
+ <p>Please log in to the website of the LISP ECOOP Workshop</p>
+
+ <form method="post">
+ <table>
+ <tr>
+ <td>Username</td>
+ <td><input name="__username"/></td>
+ </tr>
+ <tr>
+ <td>Password</td>
+ <td><input name="__password" type="password"/></td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <input type="submit" name="action" value="login"/>
+ </td>
+ </tr>
+ </table>
+ </form>
+</lisp-ecoop:page>
\ No newline at end of file
1
0