viewing paste Unknown #17622 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250
<?xml version="1.0" encoding="utf-8" ?>
<xfd:document xmlns:xfd="http://www.ecrion.com/xfd/1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xf="http://www.ecrion.com/xf/1.0" xmlns:xc="http://www.ecrion.com/2008/xc" xmlns:svg="http://www.w3.org/2000/svg" sample-xml="..\..\..\Test orders\Order_1204378.xml" dt-namespaces="xsd;xsi;" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css"/> -->
<xf:stylesheet rel="stylesheet" src=".\bootstrap\bootstrap.min.css"/>
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap-theme.min.css"/> -->
<xf:stylesheet rel="stylesheet" src=".\bootstrap\bootstrap-theme.min.css"/>
 
    <xfd:localization>
        <xfd:locale language-id="en_US" language-name="English (United States)"/>
    </xfd:localization>
 
<!-- #Region Java Scripts -->
    <!-- Update Address Label -->
    <xf:annotation id="Script-UpdateAddressLabel">
        <!-- Updates AddressLabel after one of the address components has been changed -->
        <xf:javascript output-type="all">
            // Get address
            var address = document.getElementsByName("Order/Delivery/DeliveryAddress/Street")[0].value;
 
            // Get houseNumber
            var houseNumber = document.getElementsByName("Order/Delivery/DeliveryAddress/HouseNumber")[0].value;
            
            // Get postal code
            var postalCode = document.getElementsByName("Order/Delivery/DeliveryAddress/PostalCode")[0].value;
 
            // Get city
            var city = document.getElementsByName("Order/Delivery/DeliveryAddress/City")[0].value;
 
            // Get Address Label
            var addressLabel = document.getElementById("spnAddress");
 
            // Set Text
            addressLabel.innerHTML = address + " " + houseNumber + " " + postalCode + " te " + city;
        </xf:javascript>
    </xf:annotation>
    
    <!-- Resize Label -->
    <xf:annotation id="Script-ResizeLabel">
        <!-- Updates the size of the label after it changed its value -->
        <xf:javascript output-type="all">
            this.style["width"] = ((this.value.length +1) * 9 + 'px';
        </xf:javascript>
    </xf:annotation>
 
    <!-- Check Call Result -->
    <xf:annotation id="Script-CheckCallResult">
        <!-- Checks if one of the call result radio buttons has been selected. -->
        <xf:javascript output-type="all">
            // Check Call Result radio buttons
            var radioButtonList =  document.getElementsByName("/Call/CallResult");
 
            var isChecked = false;
 
            for (i=0;i&lt;radioButtonList.length;i++)
            {
                if (radioButtonList[i].checked)
                {
                    isChecked = true;
                }
            }
 
 
            if (isChecked)
            {
                return true;
            }
            else
            {
                alert("Selecteer het resultaat van de belpoging!");
                return false;
            }
        </xf:javascript>
    </xf:annotation>
 
<!-- #EndRegion Java Scripts -->
 
 
<xfd:attribute-value object="5012FB66" attribute="xf:value" dynamic-value="/Order/Customer/LastName"/>
<xfd:attribute-value object="15911554" attribute="xf:value" dynamic-value="Order/Delivery/DeliveryAddress/HouseNumber"/>
<xfd:attribute-value object="DF91554C" attribute="xf:value" dynamic-value="Order/Delivery/DeliveryAddress/City"/>
<xfd:attribute-value object="78D5FB74" attribute="xf:value" dynamic-value="/Order/Customer/LastName"/>
<xfd:attribute-value object="16CDFB73" attribute="xf:value" dynamic-value="/Order/Customer/Title"/>
<xfd:attribute-value object="531B10B1" attribute="fo:class" value="btn btn-default"/>
<xfd:attribute-value object="717BFB5D" attribute="xf:value" dynamic-value="/Order/Delivery/DeliveryAddress/Street"/>
<xfd:attribute-value object="717BFB5D" attribute="fo:class" value="form-control"/>
<xfd:attribute-value object="12D4FB5E" attribute="xf:value" dynamic-value="/Order/Delivery/DeliveryAddress/HouseNumber"/>
<xfd:attribute-value object="12D4FB5E" attribute="fo:class" value="form-control"/>
<xfd:attribute-value object="59D8FB5F" attribute="xf:value" dynamic-value="/Order/Delivery/DeliveryAddress/PostalCode"/>
<xfd:attribute-value object="59D8FB5F" attribute="fo:class" value="form-control"/>
<xfd:attribute-value object="22D9FB60" attribute="xf:value" dynamic-value="/Order/Delivery/DeliveryAddress/City"/>
<xfd:attribute-value object="22D9FB60" attribute="fo:class" value="form-control"/>
<xfd:attribute-value object="spnAddress" attribute="xf:value" dynamic-value="concat(Order/Delivery/DeliveryAddress/Street, &quot; &quot;, /Order/Delivery/DeliveryAddress/HouseNumber, &quot; &quot;, /Order/Delivery/DeliveryAddress/PostalCode, &quot; te &quot;, /Order/Delivery/DeliveryAddress/City)"/>
<xfd:attribute-value object="787D8E3A" attribute="xf:value" dynamic-value="/Order/Delivery/DeliveryAddress/PostalCode/text()"/>
<fo:layout-master-set>
    <fo:simple-page-master master-name="Letter Page" >
        <fo:region-body region-name="xsl-region-body" />
        <fo:region-before region-name="xsl-region-before" />
        <fo:region-after region-name="xsl-region-after" />
        <fo:region-start region-name="xsl-region-start" />
        <fo:region-end region-name="xsl-region-end" />
    </fo:simple-page-master>
</fo:layout-master-set>
 
<fo:page-sequence master-reference="Letter Page">
    <fo:static-content flow-name="xsl-region-before">
        <fo:block>&#x00A0;</fo:block>
    </fo:static-content>
    <fo:static-content flow-name="xsl-region-after">
        <fo:block>&#x00A0;</fo:block>
    </fo:static-content>
    <fo:static-content flow-name="xsl-region-start">
        <fo:block>&#x00A0;</fo:block>
    </fo:static-content>
    <fo:static-content flow-name="xsl-region-end">
        <fo:block>&#x00A0;</fo:block>
    </fo:static-content>
    <fo:flow flow-name="xsl-region-body">
    
<fo:block class="container">
 
<xf:form>
 
<!-- Introduction + Logo -->
<fo:block class="row">
 
    <fo:block class="col-md-3 col-md-push-9">
        <fo:external-graphic src="url(https://content.reviva.nl/DocumentImages/Reviva/RCCA/OPD.jpg)" xf:alt-text="Online Pakket Dienst"/>
    </fo:block>
 
 
    <fo:block class="col-md-9 col-md-pull-3">
        <xfd:conditional-block-sequence>
            <xfd:conditional-block test="number(translate($XFCrtLocalTime, ':','')) &lt; 120000">
                <fo:block>Goede morgen, U spreekt met <fo:inline id="spnCallerName" font-weight="bold">{PLACEHOLDER-CALLER-NAME}</fo:inline> van de Online Pakket Dienst namens <xfd:field xpath="/Order/OrderBranding" fo:font-weight="bold"/>. Spreek ik met <xfd:field xpath="/Order/Customer/Title" fo:font-weight="bold"/><fo:inline font-weight="bold">&#x00A0;<xfd:field xpath="/Order/Customer/LastName"/></fo:inline>? </fo:block>
            </xfd:conditional-block>
            <xfd:conditional-block test="number(translate($XFCrtLocalTime, ':','')) &gt;= 120000 and number(translate($XFCrtLocalTime, ':','')) &lt; 180000">
                <fo:block>Goede middag, U spreekt met <fo:inline id="spnCallerName" font-weight="bold">{PLACEHOLDER-CALLER-NAME}</fo:inline> van de Online Pakket Dienst namens <xfd:field xpath="/Order/OrderBranding" fo:font-weight="bold"/>. Spreek ik met <xfd:field xpath="/Order/Customer/Title" fo:font-weight="bold"/><fo:inline font-weight="bold">&#x00A0;<xfd:field xpath="/Order/Customer/LastName"/></fo:inline>? </fo:block>
            </xfd:conditional-block>
            <xfd:conditional-block>
                <fo:block>Goede avond, U spreekt met <fo:inline id="spnCallerName" font-weight="bold">{PLACEHOLDER-CALLER-NAME}</fo:inline> van de Online Pakket Dienst namens <xfd:field xpath="/Order/OrderBranding" fo:font-weight="bold"/>. Spreek ik met <xfd:field xpath="/Order/Customer/Title" fo:font-weight="bold"/>&#x00A0;<xfd:field xpath="/Order/Customer/LastName" fo:font-weight="bold"/>?</fo:block>
            </xfd:conditional-block>
        </xfd:conditional-block-sequence>
        Klopt het dat u een bestelling heeft geplaatst bij <xfd:field xpath="/Order/OrderBranding" fo:font-weight="bold"/>?
    </fo:block>
    
</fo:block>
 
<!-- Lorum ipsum -->
<fo:block class="row">
    <fo:block class="col-md-12">
        <fo:block>&#x00A0;</fo:block>
        <fo:block>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</fo:block>
        <fo:block>&#x00A0;</fo:block>
    </fo:block>
</fo:block>
 
<!-- Addres and appointment -->
<fo:block class="row">
    <fo:block class="col-sm-12 col-md-5 col-lg-6">
        <fo:block class="form-group">
            <fo:block>Adres</fo:block>
            <fo:block>
                <xf:form-control multiline="false" fo:id="717BFB5D" type="text" fo:scaling="non-uniform" editable="true" name="Order/Delivery/DeliveryAddress/Street" id="39C110C2">
                    <xf:form-action action-type="JavaScript" event="onBlur" annotation-reference="Script-UpdateAddressLabel"/>
                </xf:form-control>
            </fo:block>
        </fo:block>
 
        <fo:block class="form-group">
            <fo:block>Huisnummer</fo:block>
            <fo:block>
                <xf:form-control multiline="false" fo:id="12D4FB5E" type="text" fo:scaling="non-uniform" editable="true" name="Order/Delivery/DeliveryAddress/HouseNumber" id="11010C31">
                    <xf:form-action action-type="JavaScript" event="onBlur" annotation-reference="Script-UpdateAddressLabel"/>
                </xf:form-control>
            </fo:block>
        </fo:block>
 
        <fo:block class="form-group">
            <fo:block>Postcode</fo:block>
            <fo:block>
                <xf:form-control multiline="false" fo:id="59D8FB5F" type="text" fo:scaling="non-uniform" editable="true" name="Order/Delivery/DeliveryAddress/PostalCode" id="5AF610C3">
                    <xf:form-action action-type="JavaScript" event="onBlur" annotation-reference="Script-UpdateAddressLabel"/>
                </xf:form-control>
            </fo:block>
        </fo:block>
 
        <fo:block class="form-group">
            <fo:block>Woonplaats</fo:block>
            <fo:block>
                <xf:form-control multiline="false" fo:id="22D9FB60" type="text" fo:scaling="non-uniform" editable="true" name="Order/Delivery/DeliveryAddress/City" id="1D9510C3">
                    <xf:form-action action-type="JavaScript" event="onBlur" annotation-reference="Script-UpdateAddressLabel"/>
                </xf:form-control>
            </fo:block>
        </fo:block>
    </fo:block>
 
    <fo:block class="col-sm-12 col-md-7 col-lg-6">
        <fo:block>
            <xfd:subdocument-content src="url(..\..\..\Building blocks\RCCA\Placeholder-RCM.xfc)"/>
        </fo:block>
    </fo:block>
</fo:block>
 
<!-- Summary -->
<fo:block class="row">
    <fo:block class="col-md-12">
        <fo:block>&#x00A0;</fo:block>
        <fo:block>&#x00A0;</fo:block>
        <fo:block>Ik vat het even samen: We komen op <fo:inline class="js-reservation" font-weight="bold">Selecteer aflevermoment</fo:inline> uw bestelling bezorgen op: <fo:inline id="spnAddress" font-weight="bold">{PLACEHOLDER-ADDRESS}</fo:inline>, U heeft een machtigingsbewijs, uw &quot;ID bewijs&quot; en pinpas, waarmee de order is geplaatst, nodig. Van het getekende contract, uw pinpas en het &quot;ID bewijs&quot; wordt nog een scan of digitale foto gemaakt door de koerier. U dient uw pinpas te gebruiken om of het eventuele remboursbedrag te pinnen of indien het remboursbedrag 0 euro is, een pin transactie te doen van 1 eurocent om te controleren of uw rekening actief is.  U ontvangt op uw email adres een bevestiging van deze afleverafspraak, en zodra uw bestelling is ingepland in de bezorgroute krijgt u een sms met daarin het tijdvenster waarop gepland is dat de koerier bij u langs komt.  Heeft u nog vragen?  </fo:block>
        <fo:block>&#x00A0;</fo:block>
        <fo:block>Indien u woonachtig bent in een flatgebouw of appartement dan vragen wij u voor de aflevering naar beneden te komen, dit in verband met de veiligheid van de koeriers.  Wilt u op dag van aflevering zorgen dat u telefonisch bereikbaar bent, dit om de aflevering zo voorspoedig mogelijk te laten verlopen. U wordt een half uur voor levering door onze koerier met afgeschermd nummer gebeld.</fo:block>
        <fo:block>&#x00A0;</fo:block>
    </fo:block>
</fo:block>
    
<!-- Call Result blocks, General RCCA block + Call type specific block -->
<fo:block class="navbar navbar-default">
    <fo:block class="container-fluid"><xfd:subdocument-content src="url(.\RCCAResult.xfc)">
        <xfd:subdocument-parameter name="NotReachedLabel" value="'Geen gehoor'" />
        <xfd:subdocument-parameter name="HasWrongNumberLabel" value="'Fictief nummer'" />
        <xfd:subdocument-parameter name="CallBackLaterLabel" value="'Later terug bellen'" />
        <xfd:subdocument-parameter name="SucceededLabel" value="'Afspraak gemaakt'" />
        </xfd:subdocument-content>
        <xfd:subdocument-content src="url(.\AppointmentResult.xfc)"/>
    </fo:block>
</fo:block>
 
<!-- Call remark -->
<fo:block class="row">  
    <fo:block class="col-sm-12 col-md-12 col-lg-12">
        <fo:block class="form-group">
            <fo:block>Opmerkingen</fo:block>
            <fo:block>
                <xf:form-control multiline="true" xf:class="form-control" xf:type="text" fo:scaling="non-uniform" xf:id="C3AF2B58" editable="true" name="CallRemark"/>
            </fo:block>
        </fo:block>
    </fo:block>
</fo:block>
 
<!-- Save button -->
<fo:block class="col-md-12">
    <xf:form-control url="Save.aspx" method="post" type="submit" editable="false" value="Submit" name="Submit" fo:id="531B10B1"><xf:form-action action-type="JavaScript" event="onMouseDown" annotation-reference="Script-CheckCallResult"/></xf:form-control></fo:block></xf:form>
</fo:block>
            
    </fo:flow>
        
    </fo:page-sequence>
</xfd:document>
 
Viewed 744 times, submitted by Guest.