﻿<?xml version="1.0" encoding="UTF-8"?>

<!--
  For more information on how to configure your ASP.NET application, please visit
  http://go.microsoft.com/fwlink/?LinkId=169433
  -->

<configuration>
	<system.web>
		<compilation targetFramework="4.7.2" />
		<httpRuntime targetFramework="4.7.2" requestValidationMode="2.0" />
		<httpCookies httpOnlyCookies="true" requireSSL="true" />
		<webServices>
			<protocols>
				<add name="HttpPost"/>
			</protocols>
		</webServices>
	</system.web>
	<!--
	<system.net>
		<mailSettings>
			<smtp>
				<network clientDomain="westvancouver.ca" />
			</smtp>
		</mailSettings>
	</system.net>
	-->
	<system.webServer>
		<defaultDocument>
			<files>
				<add value="DocuPro.asmx" />
			</files>
		</defaultDocument>
		<directoryBrowse enabled="false" />
        <validation validateIntegratedModeConfiguration="false" />
	</system.webServer>
	<connectionStrings>
		<add name="MpoweredSQL" connectionString="Server=YOURHOST;Database=INSTANCE;User ID=MpoweredWeb;Password=*****" />
	</connectionStrings>
	<appSettings>
    	<add key="dsn" value="MpoweredSQL" />

		<add key="debugglobal" value="N" /> <!-- Y = turn on debugging for ALL users -->

		<!-- MAIN APP SETTINGS - because this config file is XML, special xml chars within a value must be quoted, for example: '<'=&lt; '"'=&quot; HELPFUL website: https://www.freeformatter.com/xml-escape.html for XML escaping/unescaping-->
		<!-- ALWAYS: make a backup of this file before starting to make changes, and make sure you test any changes on your TEST system before promoting to LIVE -->
		<!-- NOTICE: free form text (e.g. phone numbers, etc) within a setting are usually fine to change to suit your liking, but any other changes should be thoroughly tested across the whole app -->
		<!-- for example, a change to a tag attribute (id, style, class, etc) can be far-reaching and affect many things, including breaking the javascript that depends on them -->
		<!-- with great flexibility comes great possibilities for messing up... if in doubt about making a change here, please contact Mpowered for advice -->
		<!-- FOR INITIAL CONFIGURATION: -->
		<!-- For sure: review and change keys app-000.040, app-000.080. app-000.090, app-000.100, app-725.010, app-725.120, app-725.130, app-725.015 -->
		<!-- For sure: you will want to search for and replace [Corp of Mpowered] and [604-555-1234] in the settings below -->
		<!-- If you are doing application fees: you will want to search for and replace [TEMPEST-LIVE-ECOM-BASE-URL] and [TEMPEST-TEST-ECOM-BASE-URL] in the settings below -->
		<!-- Optionally: change any text in the settings below to customize for your site, bearing in mind the NOTICE above -->

		<!-- each setting in this group is required -->
		<add key="app-000.000" value="15" /> <!-- this is in minutes (usually 15), how long the client session will be active before the client js will redirect to page 010 -->
		<add key="app-000.010" value="" /> <!-- notifications to clients should go here, these go into the yellow info box at the top of the page, if any. e.g. This Application portal is scheduled to be down for regular maintenance this Sunday, March 21, 2021 from 9am - 12pm. -->
		<add key="app-000.020" value="DOCUPRO" /> <!-- the Tempest UserId used when creating, modifying Prospero Folders - must have Maintain access to the folder types used in DocuPro -->
		<add key="app-000.030" value="Internal technical failure:" /> <!-- error prefix if this is a program/logic/database error , e.g. folder_id supplied was not found -->
		<add key="app-000.035" value="Internal setup failure:" /> <!-- error prefix if this is a folder setup error , e.g. folder type does not have a file location (for attachments) -->
		<add key="app-000.040" value="Please send a screenshot to info@mpowered.biz so we can fix this as soon as possible." /> <!-- CHANGE THIS email TO YOURS! tacked onto the end of 030, 035 errors -->
		<add key="app-000.050" value=".jpg,.jpeg,.png,.pdf,.rtf,.txt,.ora" /> <!-- upload extensions allowed as a CSV, used as a replacement for @@@UPLOAD_ACCEPT@@@ below, double-checked on attempt to upload -->
		<add key="app-000.060" value="[your.mail.server]" /> <!-- SMTP (mail) server name -->
		<add key="app-000.070" value="25" /> <!-- SMTP (mail) server port -->
		<add key="app-000.080" value="[docupro@mpowered.biz]" /> <!-- ALL failure notifications email FROM: address -->
		<add key="app-000.090" value="[info@mpowered.biz]" /> <!-- technical/correctable failure notifications email TO: address (multiples separated by ;) AE_EmailTest will attempt to send email here -->
		<add key="app-000.100" value="[info@mpowered.biz]" /> <!-- setup/correctable failure notifications email TO: address (multiples separated by ;) -->
		<add key="app-000.110" value="There are one or more issues with the data you entered for this form. See fields with the &lt;span id=\&quot;propaddr-glyph\&quot; class=\&quot;glyphicon glyphicon-warning-sign\&quot;>&lt;/span> icon below." /> <!-- generic form issues error -->
		<add key="app-000.120" value="[c:\inetpub\wwwroot\mpowered\download\]" /> <!-- aka webappfiledir - this is a directory on the external web server where downloads are staged. the MpoweredApps app pool identity on the external server must have write access to this dir in order not to get that error. For example, if the app pool is named MpoweredApps (as per documentation), then the identity/account to give write permissions to is the AppPool\MpoweredApps. Also, you will want to create a batch job to delete files in this dir that are older than a few days or so -->
		<add key="app-000.130" value="[https://your.web.server/Mpowered/Download/]" /> <!-- aka webapplinkdir - this is the above directory from a web perspective -->

		<!-- the settings in this group are loaded in order, and make the page contents -->
		<add key="app-010.000" value="&lt;div class=&quot;panel panel-primary&quot;>&lt;div class=&quot;panel-heading&quot;>Application Portal Home &lt;i class=&quot;fa fa-home&quot;>&lt;/i>&lt;/div>&lt;div class=&quot;panel-body&quot;>" />
		<add key="app-010.020" value="&lt;span style=&quot;font-weight:normal;&quot;>Welcome to the [Corp of Mpowered]'s application portal. You can create new applications and upload supporting documents. To create a new application, you must have access to the email address you supply at the start of the process. For general questions, please contact [604-555-1234]&lt;/span>&lt;br>&lt;br>" />
		<add key="app-010.050" value="&lt;br>&lt;center>&lt;a href=&quot;#&quot; class=&quot;btn btn-success dp-action gremlins-test&quot; style=&quot;margin-top:5px;&quot; data-val1=&quot;loadpage&quot; data-val2=&quot;020&quot; role=&quot;button&quot;>Create a new Application&lt;/a>&lt;/center>" />
		<add key="app-010.060" value="&lt;br>&lt;center>&lt;a href=&quot;#&quot; class=&quot;btn btn-success dp-action gremlins-test&quot; style=&quot;margin-top:5px;&quot; data-val1=&quot;loadpage&quot; data-val2=&quot;050&quot; role=&quot;button&quot;>Access an existing Application/Folder&lt;/a>&lt;/center>" />
		<add key="app-010.090" value="&lt;br>&lt;br>" />
		<add key="app-010.900" value="&lt;/div>&lt;/div>" />

		<!-- the settings in this group are loaded in order, and make the page contents -->
		<add key="app-020.000" value="&lt;div class=&quot;panel panel-success&quot;>&lt;div class=&quot;panel-heading&quot;>Create a new Application&lt;/div>&lt;div class=&quot;panel-body&quot;>" />
		<add key="app-020.010" value="&lt;form id=&quot;form020&quot; name=&quot;form020&quot; method=&quot;POST&quot; action=&quot;025&quot; class=&quot;gremlins-test&quot;>" />
		<add key="app-020.020" value="Part 1: We need to verify your email address&lt;br>&lt;br>" />
		<add key="app-020.030" value="&lt;span style=&quot;font-weight:normal;&quot;>This is the email address we'll use to correspond with you about this Application. Once you hit Send Code below, we'll send you a verification code. You must have access to the email address you supply so that you can retrieve the code we send you and continue.&lt;/span>&lt;br>&lt;br>" />
		<add key="app-020.040" value="&lt;label style=&quot;font-weight:normal;margin-top:5px;&quot;>Enter your email address:&lt;/label>&lt;br>&lt;input id=&quot;EMAIL_ADDRESS&quot; type=&quot;email&quot; maxlength=&quot;100&quot; class=&quot;form-control dp-input gremlins-test&quot; placeholder=&quot;e.g. me@gmail.com&quot; required=&quot;required&quot; value=&quot;&quot;/>" />
		<add key="app-020.050" value="&lt;br>&lt;br>&lt;input type=&quot;submit&quot; id=&quot;submitBtn&quot;class=&quot;btn btn-success dp-submit gremlins-test&quot; style=&quot;margin-top:5px;&quot; value=&quot;Send Code&quot;/>" />
		<add key="app-020.060" value="&amp;nbsp;&amp;nbsp;&lt;input type=&quot;reset&quot; class=&quot;btn btn-success dp-reset&quot; style=&quot;margin-top:5px;&quot; value=&quot;Clear Form&quot;/>" />
		<add key="app-020.070" value="&amp;nbsp;&amp;nbsp;&lt;a href=&quot;#&quot; class=&quot;btn btn-success dp-loadpage&quot; style=&quot;margin-top:5px;&quot; data-val1=&quot;loadpage&quot; data-val2=&quot;010&quot; role=&quot;button&quot;>Home &lt;i class=&quot;fa fa-home&quot;>&lt;/i>&lt;/a>" />
		<add key="app-020.080" value="&lt;/form>" />
		<add key="app-020.090" value="&lt;br>&lt;br>" />
		<add key="app-020.900" value="&lt;/div>&lt;/div>" />

		<!-- the settings in this group are loaded in order, and make the page contents -->
		<add key="app-025.000" value="&lt;div class=&quot;panel panel-success&quot;>&lt;div class=&quot;panel-heading&quot;>Create a new Application&lt;/div>&lt;div class=&quot;panel-body&quot;>" />
		<add key="app-025.010" value="&lt;form id=&quot;form025&quot; name=&quot;form025&quot; method=&quot;POST&quot; action=&quot;030&quot; class=&quot;gremlins-test&quot;>" />
		<add key="app-025.020" value="Part 2: Enter the verification code we sent you&lt;br>&lt;br>" />
		<add key="app-025.030" value="&lt;span style=&quot;font-weight:normal;&quot;>Check your email for the verification code we sent from @@@EMAIL_FROM@@@ to &lt;span style=&quot;font-weight:bold;&quot;>@@@EMAIL_TO@@@&lt;/span>. Didn't get the email? Check your junk/spam folder or &lt;a href=&quot;#&quot; class=&quot;btn btn-info btn-xs dp-loadpage&quot; data-val1=&quot;loadpage&quot; data-val2=&quot;020&quot; role=&quot;button&quot;>try again&lt;/a>&lt;/span>&lt;br>&lt;br>" />
		<add key="app-025.040" value="&lt;label style=&quot;font-weight:normal;margin-top:5px;&quot;>Verification code &lt;small>(not case sensitive)&lt;/small>:&lt;/label>&lt;br>&lt;input id=&quot;VERIFICATION_CODE_CONF&quot; type=&quot;password&quot; maxlength=&quot;6&quot; class=&quot;form-control dp-input gremlins-test&quot; required=&quot;required&quot; autocomplete=&quot;off&quot;/>" />
		<add key="app-025.050" value="&lt;br>&lt;br>&lt;input type=&quot;submit&quot; id=&quot;submitBtn&quot; class=&quot;btn btn-success dp-submit gremlins-test&quot; style=&quot;margin-top:5px;&quot; value=&quot;Confirm Code&quot;/>" />
		<add key="app-025.060" value="&amp;nbsp;&amp;nbsp;&lt;input type=&quot;reset&quot; class=&quot;btn btn-success dp-reset&quot; style=&quot;margin-top:5px;&quot; value=&quot;Clear Form&quot;/>" />
		<add key="app-025.070" value="&amp;nbsp;&amp;nbsp;&lt;a href=&quot;#&quot; class=&quot;btn btn-success dp-loadpage&quot; style=&quot;margin-top:5px;&quot; data-val1=&quot;loadpage&quot; data-val2=&quot;010&quot; role=&quot;button&quot;>Home &lt;i class=&quot;fa fa-home&quot;>&lt;/i>&lt;/a>" />
		<add key="app-025.080" value="&lt;/form>" />
		<add key="app-025.090" value="&lt;br>&lt;span style=&quot;font-weight:normal;&quot;>By tapping Confirm Code, you agree to the [Corp of Mpowered]'s &lt;a href=&quot;https://google.ca&quot; target=&quot;_blank&quot;>Privacy Statement&lt;/a> and &lt;a href=&quot;https://google.ca&quot; target=&quot;_blank&quot;>Terms and Conditions&lt;/a>. You understand that you are creating an Application which will contain personal information (email, name and address) that will be protected by our Privacy Statement above, but also subject to &lt;a href=&quot;https://google.ca&quot; target=&quot;_blank&quot;>FOIP&lt;/a>.&lt;/span>" />
		<add key="app-025.100" value="&lt;br>&lt;br>" />
		<add key="app-025.900" value="&lt;/div>&lt;/div>" />

		<!-- each setting in this group is required -->
		<add key="app-725.000" value="4" /> <!-- verification code length, emailed to the requestor -->
		<add key="app-725.010" value="[info@mpowered.biz]" /> <!-- verification, confirmation email "from" address  - used for both emails -->
		<add key="app-725.015" value="[tech@mpowered.biz]" /> <!-- if this is a TEST database, the verification, confirmation email will always be sent to this "to" address -->
		<add key="app-725.017" value="QWER" /> <!-- if this is a TEST database, the verification code AND folder access code will always be set to this -->
		<add key="app-725.020" value="Use @@@VERIFICATION_CODE@@@ to verify your email address with the [Corp of Mpowered]" /> <!-- verification email "subject" -->
		<!---<add key="app-725.030" value="Use @@@VERIFICATION_CODE@@@ to verify your email address and continue the Application process with the [Corp of Mpowered]. If you didn't request this code, you can safely ignore this email. Someone else might have typed your email address by mistake. Thanks, [Corp of Mpowered]" />--> <!-- verification email "body" -->
		<add key="app-725.030" value="&lt;html>&lt;body>Use @@@VERIFICATION_CODE@@@ to verify your email address and continue the Application process with the [Corp of Mpowered].&lt;br>If you didn't request this code, you can safely ignore this email. Someone else might have typed your email address by mistake. Thanks, [Corp of Mpowered]&lt;/body>&lt;/html>" /> <!-- verification email "body" -->

		<!-- the settings in this group are loaded in order, and make the page contents -->
		<add key="app-030.000" value="&lt;div class=&quot;panel panel-success&quot;>&lt;div class=&quot;panel-heading&quot;>Create a new Application&lt;/div>&lt;div class=&quot;panel-body&quot;>" />
		<add key="app-030.010" value="&lt;form id=&quot;form030&quot; name=&quot;form030&quot; method=&quot;POST&quot; action=&quot;040&quot; class=&quot;gremlins-test&quot;>" />
		<add key="app-030.020" value="Part 3: Enter the Application details&lt;br>&lt;br>" />
		<add key="app-030.030" value="&lt;label style=&quot;font-weight:normal;margin-top:5px;&quot;>Application Type:&lt;/label>&lt;span style=&quot;float:right;&quot;>&lt;span id=&quot;apptype-glyph&quot; class=&quot;glyphicon glyphicon-warning-sign&quot;>&lt;/span>&lt;/span>&lt;br>&lt;select id=&quot;APP_TYPE&quot; class=&quot;form-control dp-input gremlins-test&quot; required=&quot;required&quot;>@@@APPTYPE_HTML@@@&lt;/select>&lt;br>&lt;div id=&quot;APP_TYPE_MSG&quot; style=&quot;font-weight:normal;margin-top:0px;margin-bottom:0px;padding:7px;display:none;&quot; class=&quot;alert alert-warning&quot; role=&quot;alert&quot;>&lt;/div>" />
		<add key="app-030.040" value="&lt;br>&lt;label style=&quot;font-weight:normal;margin-top:5px;&quot;>Property address for the Application:&lt;/label>&lt;span style=&quot;float:right;&quot;>&lt;span id=&quot;propaddr-glyph&quot; class=&quot;glyphicon glyphicon-warning-sign&quot;>&lt;/span>&amp;nbsp;&lt;a id=&quot;propaddr-help-open-btn&quot; href=&quot;#&quot; class=&quot;btn btn-info btn-default btn-xs&quot; role=&quot;button&quot;>?&lt;/a>&lt;a id=&quot;propaddr-help-close-btn&quot; href=&quot;#&quot; class=&quot;btn btn-info btn-default btn-xs&quot; role=&quot;button&quot; style=&quot;display:none;&quot;>X&lt;/a>&lt;/span>" />
		<add key="app-030.050" value="&lt;div id=&quot;propaddr-help&quot; style=&quot;margin-top:5px;margin-bottom:0px;display:none;font-weight:normal;&quot; class=&quot;alert alert-info&quot; role=&quot;alert&quot;>&lt;small>After entering 3 characters or more, a search is done on our property database and results are returned. Most times, you can find the property by entering the house number first, e.g. &lt;b>750&lt;/b>. When a property has a unit number, enter the unit number first. If the unit number is less than 3 characters, enter the house number afterwards, e.g. &lt;b>22 750&lt;/b>. If you cannot find the property address, please use &lt;b>750 17 ST&lt;/b> (City Hall), and add a note in the &quot;Purpose of the Application&quot; field below to indicate the actual address you wanted. We will contact you to clarify, if neccessary. &lt;b>You must get the &lt;span class=&quot;glyphicon glyphicon-ok&quot;>&lt;/span> by choosing an address from the search result list to continue.&lt;/b>&lt;/small>&lt;/div>" />
		<add key="app-030.060" value="&lt;br>&lt;input id=&quot;PROP_ADDR&quot; type=&quot;text&quot; maxlength=&quot;50&quot; class=&quot;form-control dp-input dp-propsrch gremlins-test&quot; placeholder=&quot;&quot; required=&quot;required&quot; autocomplete=&quot;off&quot;/>&lt;input id=&quot;PROP_NUMBER&quot; class=&quot;dp-input&quot; type=&quot;hidden&quot; value=&quot;&quot;/>" />
		<add key="app-030.070" value="&lt;div class=&quot;dropdown show&quot;>&lt;button id=&quot;addr-button&quot; class=&quot;btn btn-default dropdown-toggle&quot; style=&quot;display:none;&quot; type=&quot;button&quot; data-toggle=&quot;dropdown&quot;>Properties&lt;/button>&lt;ul id=&quot;addr-list&quot; class=&quot;dropdown-menu&quot;>&lt;/ul>&lt;/div>" />
		<add key="app-030.080" value="&lt;br>&lt;label style=&quot;font-weight:normal;margin-top:5px;&quot;>Purpose of the Application:&lt;/label>&lt;br>&lt;textarea id=&quot;APP_PURPOSE&quot; maxlength=&quot;1000&quot; rows=&quot;5&quot; class=&quot;form-control dp-input gremlins-test&quot; required=&quot;required&quot; placeholder=&quot;&quot;>&lt;/textarea>" />
		<add key="app-030.090" value="&lt;br>&lt;label style=&quot;font-weight:normal;margin-top:5px;&quot;>Applicant email address:&lt;/label>&lt;br>&lt;span style=&quot;font-weight:bold;&quot;>@@@APP_EMAIL@@@&lt;/span>" />
		<add key="app-030.200" value="&lt;br>&lt;label style=&quot;font-weight:normal;margin-top:7px;&quot;>Applicant name/address/phone:&lt;/label>&lt;span style=&quot;float:right;margin-top:5px;&quot;>&lt;a id=&quot;appladdr-help-open-btn&quot; href=&quot;#&quot; class=&quot;btn btn-info btn-default btn-xs&quot; role=&quot;button&quot;>?&lt;/a>&lt;a id=&quot;appladdr-help-close-btn&quot; href=&quot;#&quot; class=&quot;btn btn-info btn-default btn-xs&quot; role=&quot;button&quot; style=&quot;display:none;&quot;>X&lt;/a>&lt;/span>" />
		<add key="app-030.210" value="&lt;div id=&quot;appladdr-help&quot; style=&quot;margin-top:5px;margin-bottom:0px;display:none;font-weight:normal;&quot; class=&quot;alert alert-info&quot; role=&quot;alert&quot;>&lt;small>Address formatting example:&lt;br>First name: &lt;b>Jane&lt;/b>&lt;br>Last name: &lt;b>Doe&lt;/b>&lt;br>Company: &lt;b>Coast Elevators Ltd.&lt;/b> (optional field)&lt;br>Address line 1: &lt;b>123 Acorn St&lt;/b>&lt;br>Address line 2: &lt;b>Any City BC  V1V 2X3&lt;/b>&lt;br>For best results, the postal/zip code should be positioned as shown - after the City and Province.&lt;/small>&lt;/div>" />
		<add key="app-030.220" value="&lt;input id=&quot;APPL_FNAME&quot; type=&quot;text&quot; maxlength=&quot;70&quot; class=&quot;form-control dp-input gremlins-test&quot; placeholder=&quot;First name&quot; required=&quot;required&quot; style=&quot;margin-top:3px&quot;/>" />
		<add key="app-030.250" value="&lt;input id=&quot;APPL_LNAME&quot; type=&quot;text&quot; maxlength=&quot;70&quot; class=&quot;form-control dp-input gremlins-test&quot; placeholder=&quot;Last name&quot; required=&quot;required&quot; style=&quot;margin-top:3px&quot;/>" />
		<add key="app-030.260" value="&lt;input id=&quot;APPL_ADDR1&quot; type=&quot;text&quot; maxlength=&quot;100&quot; class=&quot;form-control dp-input gremlins-test&quot; placeholder=&quot;Optional - Company name OR Care of info&quot; style=&quot;margin-top:7px;&quot;/>" />
		<add key="app-030.270" value="&lt;input id=&quot;APPL_ADDR2&quot; type=&quot;text&quot; maxlength=&quot;100&quot; class=&quot;form-control dp-input gremlins-test&quot; placeholder=&quot;123 Main St&quot; required=&quot;required&quot; style=&quot;margin-top:3px;&quot;/>" />
		<add key="app-030.280" value="&lt;input id=&quot;APPL_ADDR3&quot; type=&quot;text&quot; maxlength=&quot;100&quot; class=&quot;form-control dp-input gremlins-test&quot; placeholder=&quot;Any City BC  V1V 2X3&quot; required=&quot;required&quot; style=&quot;margin-top:3px;&quot;/>" />
		<add key="app-030.290" value="&lt;input id=&quot;APPL_PHONE&quot; type=&quot;text&quot; maxlength=&quot;60&quot; class=&quot;form-control dp-input gremlins-test&quot; placeholder=&quot;[604-555-1234]&quot; required=&quot;required&quot; style=&quot;margin-top:3px;&quot;/>" />
		<add key="app-030.390" value="&lt;br>&lt;span style=&quot;font-weight:normal;&quot;>After tapping Create Application below, an application will be created and will be reviewed by the [Corp of Mpowered] staff. You will be able to upload supporting application forms in the next step.&lt;/span>" />
		<add key="app-030.400" value="&lt;br>&lt;br>&lt;input type=&quot;submit&quot; id=&quot;submitBtn&quot; class=&quot;btn btn-success dp-submit gremlins-test&quot; style=&quot;margin-top:5px;&quot; value=&quot;Create Application&quot;/>" />
		<add key="app-030.410" value="&amp;nbsp;&amp;nbsp;&lt;input type=&quot;reset&quot; class=&quot;btn btn-success dp-reset&quot; style=&quot;margin-top:5px;&quot; value=&quot;Clear Form&quot;/>" />
		<add key="app-030.420" value="&amp;nbsp;&amp;nbsp;&lt;a href=&quot;#&quot; class=&quot;btn btn-success dp-loadpage&quot; style=&quot;margin-top:5px;&quot; data-val1=&quot;loadpage&quot; data-val2=&quot;010&quot; role=&quot;button&quot;>Home &lt;i class=&quot;fa fa-home&quot;>&lt;/i>&lt;/a>" />
		<add key="app-030.450" value="&lt;/form>" />
		<add key="app-030.460" value="&lt;br>&lt;br>" />
		<add key="app-030.900" value="&lt;/div>&lt;/div>" />

		<!-- each setting in this group is required -->
		<add key="app-730.000" value="The information you entered does not match our records. Please try again." />
		<add key="app-730.010" value="*** Select an Application Type ***" /> <!-- set to "" if you don't want to have this text as the first option in the Application Type dropbox. Displays an error if this value is chosen -->
		<add key="app-730.015" value="First select an Application Type in the above drop box" /> <!-- placeholder text in the Purpose field if 730.010 is not "" -->
		<add key="app-730.020" value="7" /> <!-- TOP ? records returned in address searches -->
		<add key="app-730.100" value="#52BE80" /> <!-- glyph positive color: green is #52BE80 see http://htmlcolorcodes.com for nice colours -->
		<add key="app-730.110" value="#EC7063" /> <!-- glyph negative color: red is #EC7063, yellow is #F4D03F -->
		<add key="app-730.140" value="Confirmation of Application @@@FOLDER_NUMBER@@@ created. (@@@APPL_LNAME@@@, @@@APPL_FNAME@@@)" /> <!-- application created email "subject" -->
		<add key="app-730.150" value="Dear @@@APPL_FNAME@@@ @@@APPL_LNAME@@@, This email confirms that Application @@@FOLDER_NUMBER@@@ has been created for type &quot;@@@DP_TYPE@@@&quot;. After signing out, if you wish to add further documents to your Application, use the &quot;Access an existing Application/Folder&quot; button. Enter Application number: @@@FOLDER_NUMBER@@@ and Access Code: @@@ACCESS_CODE@@@. Thanks, [Corp of Mpowered]" /> <!-- application created email "body" -->

		<!-- the settings in this group are loaded in order, and make the page contents -->
		<add key="app-040.000" value="&lt;div class=&quot;panel panel-success&quot;>&lt;div class=&quot;panel-heading&quot;>@@@APPFLDR@@@ Information&lt;/i>&lt;/div>&lt;div class=&quot;panel-body&quot;>" />
		<add key="app-040.065" value="@@@740.550@@@" /> <!-- Application Fee Balance section - replaced with "" if no application fee, or application fee is not approved -->
		<add key="app-040.067" value="@@@740.555@@@" /> <!-- Application Fee Balance Pay Now section - replaced with "" if Balance Owing is $0.00 -->
		<add key="app-040.068" value="@@@740.557@@@" /> <!-- Other Fee(s) Balance section - replaced with "" if no application fee, or no Other Fee(s) are approved -->
		<add key="app-040.069" value="@@@740.558@@@" /> <!-- Other Fee(s) Pay Now section - replaced with "" if Other Fee(s) Balance is $0.00 -->
		<add key="app-040.010" value="@@@APPFLDR@@@ Number: &lt;span id=&quot;FOLDER_NUMBER&quot; style=&quot;font-weight:normal;&quot;>@@@FOLDER_NUMBER@@@&lt;/span>" />
		<add key="app-040.020" value="&lt;br>@@@APPFLDR@@@ Type: &lt;span style=&quot;font-weight:normal;&quot;>@@@DP_TYPE@@@&lt;/span>" />
		<add key="app-040.030" value="&lt;br>Questions/Make Changes: &lt;span style=&quot;font-weight:normal;&quot;>@@@DP_PHONE@@@&lt;/span>" />
		<add key="app-040.040" value="&lt;br>Property address: &lt;span style=&quot;font-weight:normal;&quot;>@@@FOLDER_CIVIC@@@&lt;/span>" />
		<add key="app-040.050" value="&lt;br>@@@APPFLDR@@@ Purpose: &lt;span style=&quot;font-weight:normal;&quot;>@@@FOLDER_PURPOSE@@@&lt;/span>" />
		<add key="app-040.060" value="&lt;br>&lt;br>Applicant details:&lt;br>&lt;table id=&quot;contactstable&quot; class=&quot;display nowrap&quot; style=&quot;width:100%; div.dataTables_wrapper { width: 800px; margin: 0 auto; }&quot;>&lt;thead>&lt;tr>&lt;th>&lt;span style=&quot;font-weight:normal;&quot;>Contact&lt;/span>&lt;/th>&lt;th>&lt;span style=&quot;font-weight:normal;&quot;>Name/Mailing Address&lt;/span>&lt;/th>&lt;th>&lt;span style=&quot;font-weight:normal;&quot;>Contact Info&lt;/span>&lt;/th>&lt;/tr>&lt;/thead>&lt;tbody>@@@APPLICANT_TABLE@@@&lt;/tbody>&lt;/table>&lt;script>$('#contactstable').DataTable( { scrollX: true, searching: false, paging: false, ordering: false, bInfo: false });&lt;/script>" />
		<!-- START of Uploads/Downloads section (to completely remove the ability for DocuPro to do Uploads/Downloads change the keys in this section to app-04X) -->
		<add key="app-040.069A" value="&lt;span class=&quot;dp-attach-stage1&quot;>" />
		<add key="app-040.069B" value="@@@REQDOCS_SECTION@@@" /> <!-- replaced with "" if no requested docs for this application type -->
		<add key="app-040.069C" value="&lt;div class=&quot;modal&quot; id=&quot;add-reqdocs-help&quot;>&lt;div class=&quot;modal-dialog&quot;>&lt;div class=&quot;modal-content&quot;>&lt;div class=&quot;modal-header&quot;>&lt;h3 class=&quot;modal-title&quot;>Requested supporting documents&lt;/h3>&lt;/div>&lt;div class=&quot;modal-body&quot;>&lt;span style=&quot;font-weight:normal&quot;>For this application type, we are requesting Uploads of certain documents in support of your application. We will continue to process this application once these documents have been received. Simply tap the orange button to upload that requested document. If you aren't ready with all the requested documents listed here, you can always come back at a later time and add them.&lt;/span>&lt;/div>&lt;div class=&quot;modal-footer&quot;>&lt;button type=&quot;button&quot; class=&quot;btn btn-sm btn-success&quot; data-dismiss=&quot;modal&quot;>Close&lt;/button>&lt;/div>&lt;/div>&lt;/div>&lt;/div>" />
		<add key="app-040.069D" value="&lt;div style=&quot;display:none;&quot;>&lt;input id=&quot;add-reqdoc-input&quot; type=&quot;file&quot; accept=&quot;@@@UPLOAD_ACCEPT@@@&quot;>&lt;/div>" />
		<add key="app-040.069E" value="&lt;div id=&quot;add-reqdocs-first&quot; style=&quot;display:none;font-weight:normal;margin-top:10px;margin-bottom:0px;&quot; class=&quot;alert alert-warning&quot; role=&quot;alert&quot;>Please upload the requested supporting document(s) first! Tap any orange button to get started.&lt;/div>" />
		<add key="app-040.070" value="&lt;br>Uploaded documents:&lt;div style=&quot;float:right;&quot;>&lt;a id=&quot;add-attach-btn-help&quot; href=&quot;#&quot; class=&quot;btn btn-info btn-default btn-xs&quot; role=&quot;button&quot; data-toggle=&quot;modal&quot; data-target=&quot;#add-attach-help&quot;>?&lt;/a>&amp;nbsp;@@@ADD_ATTACH_BTN@@@&lt;/div>&lt;br>&lt;table id=&quot;attachmentstable&quot; class=&quot;display nowrap&quot; style=&quot;width:100%; div.dataTables_wrapper { width: 800px; margin: 0 auto; }&quot;>&lt;thead>&lt;tr>&lt;th>&lt;span style=&quot;font-weight:normal;&quot;>File Name&lt;/span>&lt;/th>&lt;th>&lt;span style=&quot;font-weight:normal;&quot;>Description&lt;/span>&lt;/th>&lt;th>&lt;span style=&quot;font-weight:normal;&quot;>Date Uploaded&lt;/span>&lt;/th>&lt;th>&lt;span style=&quot;font-weight:normal;&quot;>Sorter&lt;/span>&lt;/th>&lt;/tr>&lt;/thead>&lt;tbody>@@@ATTACHMENT_TABLE@@@&lt;/tbody>&lt;/table>&lt;script>$('#attachmentstable').DataTable({scrollX:true,searching:false,paging:false,ordering:true,order:[[3,&quot;desc&quot;]],columnDefs:[{targets:&quot;_all&quot;,orderable:false},{targets:3,visible:false}],bInfo:false,language:{emptyTable:&quot;Use + button(s) to upload documents&quot;}});&lt;/script>" />
		<add key="app-040.073" value="&lt;div class=&quot;modal&quot; id=&quot;add-attach-na&quot;>&lt;div class=&quot;modal-dialog&quot;>&lt;div class=&quot;modal-content&quot;>&lt;div class=&quot;modal-header&quot;>&lt;h5 class=&quot;modal-title&quot;>@@@ADD_ATTACH_HDR@@@&lt;/h5>&lt;/div>&lt;div class=&quot;modal-body&quot;>@@@ADD_ATTACH_BODY@@@&lt;/div>&lt;div class=&quot;modal-footer&quot;>&lt;button type=&quot;button&quot; class=&quot;btn btn-sm btn-success&quot; data-dismiss=&quot;modal&quot;>Close&lt;/button>&lt;/div>&lt;/div>&lt;/div>&lt;/div>" />
		<add key="app-040.075" value="&lt;div style=&quot;display:none;&quot;>&lt;input id=&quot;add-attach-input&quot; type=&quot;file&quot; accept=&quot;@@@UPLOAD_ACCEPT@@@&quot;>&lt;/div>" />
		<add key="app-040.090" value="&lt;div class=&quot;modal&quot; id=&quot;add-attach-help&quot;>&lt;div class=&quot;modal-dialog&quot;>&lt;div class=&quot;modal-content&quot;>&lt;div class=&quot;modal-header&quot;>&lt;h3 class=&quot;modal-title&quot;>Uploading documents&lt;/h3>&lt;/div>&lt;div class=&quot;modal-body&quot;>&lt;span style=&quot;font-weight:normal&quot;>Click on the +Document button to upload a document to our system.  This button will be blue (enabled) when you are able to upload.  If the button is red, uploads have been frozen due to our internal status.&lt;/span>&lt;/div>&lt;div class=&quot;modal-footer&quot;>&lt;button type=&quot;button&quot; class=&quot;btn btn-sm btn-success&quot; data-dismiss=&quot;modal&quot;>Close&lt;/button>&lt;/div>&lt;/div>&lt;/div>&lt;/div>" />
		<add key="app-040.120" value="@@@DOWNLOADS_SECTION@@@" /> <!-- replaced with "" if no downloads available -->
		<!-- END of Uploads/Downloads section -->
		<add key="app-040.130" value="@@@REQREV_SECTION@@@" /> <!-- replaced with "" if no request revision functionality -->
		<!-- START of closing section, starting with the Home/Sign Out button -->
		<add key="app-040.190" value="&lt;br>&lt;br>&lt;a href=&quot;#&quot; class=&quot;btn btn-success dp-signout gremlins-test&quot; role=&quot;button&quot;>Home/Sign Out &lt;i class=&quot;fa fa-home&quot;>&lt;/i>&lt;/a>&amp;nbsp;&lt;a id=&quot;signout-btn-help&quot; href=&quot;#&quot; class=&quot;btn btn-info btn-default btn-xs&quot; role=&quot;button&quot; data-toggle=&quot;modal&quot; data-target=&quot;#signout-help&quot;>?&lt;/a>" />
		<add key="app-040.195" value="&lt;div class=&quot;modal&quot; id=&quot;signout-help&quot;>&lt;div class=&quot;modal-dialog&quot;>&lt;div class=&quot;modal-content&quot;>&lt;div class=&quot;modal-header&quot;>&lt;h3 class=&quot;modal-title&quot;>Signing out&lt;/h3>&lt;/div>&lt;div class=&quot;modal-body&quot;>&lt;span style=&quot;font-weight:normal&quot;>When you are finished uploading your documents, click Sign Out.  Everything on this page will have been saved and will be reviewed by our staff. To return here at a later time, use the &quot;Access an existing Application/Folder&quot; button from the Home page.&lt;/span>&lt;/div>&lt;div class=&quot;modal-footer&quot;>&lt;button type=&quot;button&quot; class=&quot;btn btn-sm btn-success&quot; data-dismiss=&quot;modal&quot;>Close&lt;/button>&lt;/div>&lt;/div>&lt;/div>&lt;/div>" />
		<add key="app-040.200" value="&lt;/span>" />
		<!-- START of Uploads Stage 2 section (to completely remove the ability for DocuPro to do Uploads/Downloads change the keys in this section to app-04X) -->
		<add key="app-040.210" value="&lt;span class=&quot;dp-attach-stage2&quot; style=&quot;display:none;&quot;>&lt;br>&lt;br>&lt;form id=&quot;form040&quot; name=&quot;form040&quot; method=&quot;POST&quot; action=&quot;upload&quot;>File to attach:&lt;br>&lt;span id=&quot;dp-upload-sel-fn&quot; style=&quot;font-weight:normal;&quot;>&lt;/span>&lt;br>File description:" />
		<add key="app-040.220" value="&lt;br>&lt;div class=&quot;&quot;>&lt;textarea class=&quot;dp-attach-desc gremlins-test&quot; style=&quot;width:100%;font-weight:normal;&quot; maxlength=&quot;100&quot; rows=&quot;3&quot; placeholder=&quot;Enter a brief description of the file (10 chars min/100 chars max)&quot;>&lt;/textarea>&lt;/div>" />
		<add key="app-040.230" value="&lt;br>&lt;input type=&quot;submit&quot; class=&quot;btn btn-success dp-attach-upload gremlins-test&quot; value=&quot;Upload&quot;/>&amp;nbsp;&amp;nbsp;&lt;input type=&quot;reset&quot; class=&quot;btn btn-success dp-reset&quot; value=&quot;Clear Form&quot;/>" />
		<add key="app-040.240" value="&amp;nbsp;&amp;nbsp;&lt;a href=&quot;#&quot; class=&quot;btn btn-success dp-attach-cancel&quot; role=&quot;button&quot;>Cancel&lt;/a>" />
		<add key="app-040.250" value="&lt;/form>&lt;br>&lt;div id=&quot;dp-rdfnamechg&quot; style=&quot;display:none;font-weight:normal;font-size:0.75em;margin-top:0px;margin-bottom:5px;&quot; class=&quot;alert alert-warning&quot; role=&quot;alert&quot;>Note: Once uploaded, we will save your file: '&lt;span id=&quot;dp-rdfname1&quot;>&lt;/span>' on our system as '&lt;span id=&quot;dp-rdfname2&quot;>&lt;/span>'.&lt;/div>&lt;div style=&quot;font-weight:normal;margin-top:0px;&quot; class=&quot;alert alert-warning&quot; role=&quot;alert&quot;>All uploaded files are scanned for viruses, and quarantined if found to be suspicious.&lt;/div>&lt;/span>" />
		<!-- END of Uploads Stage 2 section -->
		<add key="app-040.400" value="&lt;br>&lt;br>" />
		<add key="app-040.900" value="&lt;/div>&lt;/div>" />

		<!-- each setting in this group is required -->
		<add key="app-740.000" value="Y" /> <!-- a value of Y here will store the fields exactly as entered by the user on page 030 - can be useful for debugging issues -->
		<add key="app-740.010" value="Application" /> <!-- if the folder is an Application (as defined in app-740.200 below), this is the describing word replaced into @@@APPFLDR@@@ above -->
		<add key="app-740.020" value="Folder" /> <!-- if the folder is NOT an Application (as defined in app-740.200 below), this is the describing word replaced into @@@APPFLDR@@@ above -->
		<add key="app-740.050" value="&lt;span style=&quot;font-weight:normal;&quot;>" /> <!-- style used for table data (td) items  -->
		<add key="app-740.060" value="APPLICANT" /> <!-- the APPLICANT person type displayed on this page -->
		<add key="app-740.070" value="N" /> <!-- Y/N display phone and emails as hyperlinks on this page -->
		<add key="app-740.080" value="Y" /> <!-- Y/N Y=when a Company name is entered, create the Company as Primary and Person as Joint; N=legacy: create a non-Joint Primary contact with Company in 1st line of address -->
		<add key="app-740.100" value="An application/folder with the information you entered was not found in our system. Please review and try again. If you need assistance, please call [604-555-1234]." />
		<add key="app-740.101" value="This application/folder is in our system, but is currently not available in this app (ERR-900). If you need assistance, please call [604-555-1234]." /> <!-- DocuPro user (000.020) does not have View security to the folder type -->
		<add key="app-740.110" value="ALLOW" /> <!-- anything other than ALLOW here creates an Exception if the folder cat/type not found in app-740.200 below, otherwise DocuPro uses the app-045 "Folder" page definition below -->
		<!-- if the above app-740.110 config is set to ALLOW, then a user can open folders not on the "Application" config in app-740.200 below IF they have the folder number and access code, and the DOCUPRO userid has View security -->
		<!-- make sure the DOCUPRO user (app-000.020 above) has at least View security on folder types or the app will report an ERR-900 when they try to access a folder in the non-740.200 list -->
		<!-- this can be useful if you want to allow users to add further documents to a non-"Application" folder, for example, after an "Application" folder is accepted, and a new folder in the standard category/type is created -->
		<add key="app-740.120" value="This application/folder is in our system, but is currently not available in this app (ERR-901). If you need assistance, please call [604-555-1234]." /> <!-- Category/Type not in 740.200 config and 740.110 not set to ALLOW -->
		<add key="app-740.123" value="&lt;a id=&quot;add-attach-btn&quot; href=&quot;#&quot; class=&quot;btn btn-info btn-default btn-xs&quot; role=&quot;button&quot;>&lt;i class=&quot;fa fa-plus&quot;>&lt;/i> Document&lt;/a>" /> <!-- uploads available button -->
		<add key="app-740.125" value="&lt;a id=&quot;add-attach-btn-na&quot; href=&quot;#&quot; class=&quot;btn btn-danger btn-default btn-xs&quot; role=&quot;button&quot; data-toggle=&quot;modal&quot; data-target=&quot;#add-attach-na&quot;>&lt;i class=&quot;fa fa-plus&quot;>&lt;/i> Document N/A&lt;/a>" /> <!-- uploads NOT available button -->
		<add key="app-740.127" value="&lt;h3>Uploads currently unavailable&lt;/h3>" /> <!-- modal dialog title, this dialog will only ever be displayed in "Application" mode; "Folder" mode will always allow uploads  -->
		<add key="app-740.129" value="&lt;span style=&quot;font-weight:normal;&quot;>We have currently frozen uploading of documents due to our internal status of this @@@APPFLDR@@@.&lt;span>" /> <!-- modal dialog body -->  
		<add key="app-740.130" value="~DP~" /> <!-- this is the attachment prefix and filter for DocuPro - any other attachments will not be displayed (DO NOT CHANGE THIS ONCE YOU HAVE STARTED) -->
		<add key="app-740.135" value="This application/folder is currently not accepting uploads." /> <!-- error message if status is changed while on the page, or user-manipulation of the page, by showing the Upload button with $('#add-attach-btn').show() -->
		<add key="app-740.137" value="" /> <!-- for non-Application folders only, if this setting has any value other than "", Uploads will ALWAYS be accepted (trumped by value of folder attribute DOCUPRO-ALLOWUPLOADS - if it exists) -->
		<add key="app-740.140" value="A unique file name could not be derived on our system for this upload. If possible, rename the file, and try the upload again." /> <!-- very rare, if we tried (00) to (99) and still could derice a unique name -->
		<add key="app-740.150" value=".ultmp" /> <!-- the temp file extension as a file is uploaded in chunks -->
		<add key="app-740.160" value="Unfortunately, the file extension you chose is not accepted by our system. Our system accepts these file extensions: " /> <!-- on the desktop, a user can try to override our acept list by choosing All Files -->
		<add key="app-740.170" value="Unfortunately, an error occurred while uploading your file. It may be that the file is too large. Please try again." />
		<add key="app-740.180" value="&lt;span class=&quot;dp-reqdocsdesc&quot;>&lt;br>Requested supporting documents:&lt;div style=&quot;float:right;&quot;>&lt;a id=&quot;add-reqdocs-btn-help&quot; href=&quot;#&quot; class=&quot;btn btn-info btn-default btn-xs&quot; role=&quot;button&quot; data-toggle=&quot;modal&quot; data-target=&quot;#add-reqdocs-help&quot;>?&lt;/a>&lt;/div>&lt;span style=&quot;font-weight:normal;font-size:0.75em;&quot;>&lt;br>(Tap an orange button below to begin upload of that document)&lt;br>&lt;/span>&lt;/span>" />
		<add key="app-740.185" value="&lt;a href=&quot;#&quot; class=&quot;add-reqdoc-btn btn btn-warning btn-default btn-sm&quot; role=&quot;button&quot; style=&quot;margin-top:5px&quot; data-reqdoc-name=&quot;@@@REQDOC@@@&quot;>&lt;i class=&quot;fa fa-plus&quot;>&lt;/i> @@@REQDOC@@@&lt;/a>" /> <!-- requested document button -->
		<add key="app-740.186" value="&lt;a href=&quot;#&quot; class=&quot;btn btn-info btn-default btn-xs&quot; role=&quot;button&quot; data-toggle=&quot;modal&quot; data-target=&quot;#dp-rdmh-@@@RDMHID@@@&quot;>?&lt;/a>" /> <!-- requested document modal help button -->
		<add key="app-740.187" value="&lt;div class=&quot;modal&quot; id=&quot;dp-rdmh-@@@RDMHID@@@&quot;>&lt;div class=&quot;modal-dialog&quot;>&lt;div class=&quot;modal-content&quot;>&lt;div class=&quot;modal-header&quot;>&lt;h3 class=&quot;modal-title&quot;>@@@RDMHTITLE@@@&lt;/h3>&lt;/div>&lt;div class=&quot;modal-body&quot;>&lt;span style=&quot;font-weight:normal&quot;>@@@RDMHBODY@@@&lt;/span>&lt;/div>&lt;div class=&quot;modal-footer&quot;>&lt;button type=&quot;button&quot; class=&quot;btn btn-sm btn-success&quot; data-dismiss=&quot;modal&quot;>Close&lt;/button>&lt;/div>&lt;/div>&lt;/div>&lt;/div>" /> <!-- RDMH = Requested Docs Modal Help - help button modal popup template -->

		<!-- THIS is the MAIN config setting for configuring which applications are available - the app-740.200 setting in this group is required, settings app-740.201-app-740.299 can be used for references for example the attribute appstngfldrtask-->
		<!-- use AD_ConfigAndDatabaseTest AFTER EVERY CHANGE of this Web.config to make sure the app-740.200 information is valid -->
		<!-- if app-740.110 above is set to ALLOW, and there is no app-740.200 definition for the Tempest (cdcat/cdtype) folder type, then uploads will ALWAYS be allowed for that cat/type -->
		<!-- if the app-740.200 below does not have a valid appsetting key, or the data in the referred-to appsetting is not valid, then uploads will ALWAYS be allowed for that cat/type -->
		<add key="app-740.200" value="&lt;root>&lt;xrefs>
			&lt;x dptype=&quot;BUILDING - Residential&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;RESIDENTIAL-SFD&quot; cdrepcode=&quot;NORTH&quot; appstngfldrtask=&quot;app-740.201&quot; appstngproptypes=&quot;app-740-251&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. To build a...&quot; />
			&lt;x dptype=&quot;Single Family New WV&quot; dpphone=&quot;604-925-7040&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;RESIDENTIAL-SFD&quot; cdrepcode=&quot;NORTH&quot; dptaskoncreate=&quot;app-740.275&quot; appstngfldrtask=&quot;app-740.201&quot; appstngproptypes=&quot;app-740-251&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. To build a...&quot; dptypemsg=&quot;&quot; dpreqrev=&quot;app-740.280&quot;/>

			&lt;x dptype=&quot;BUILDING - Commercial&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;COMMERCIAL-NEW&quot; cdrepcode=&quot;NORTH&quot; appstngfldrtask=&quot;app-740.201&quot; appstngproptypes=&quot;app-740-251&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. To build a...&quot;  dptypemsg=&quot;&amp;lt;small>An application fee of $@@@APPLFEE_AMT@@@ will be required at the next step. Please see this link: &amp;lt;a href=&amp;quot;http://google.ca&amp;quot; target=&amp;quot;_blank&amp;quot;>More information&amp;lt;/a>&amp;lt;/small>&quot; appstngapplfee=&quot;app-740.262&quot; />
			&lt;x dptype=&quot;BUILDING - Industrial (allows no prop)&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;INDUSTRIAL-NEW&quot; cdrepcode=&quot;NORTH&quot; appstngfldrtask=&quot;app-740.201&quot; appstngproptypes=&quot;app-740-251&quot; dpnopropfail=&quot;N&quot; dppurp=&quot;e.g. To build a...&quot; />
			&lt;x dptype=&quot;BUILDING - Institutional (allows OOT)&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;INSTITUTIONAL-NEW&quot; cdrepcode=&quot;NORTH&quot; appstngfldrtask=&quot;app-740.201&quot; appstngproptypes=&quot;app-740-255&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. To open a business to...&quot; dptypemsg=&quot;&amp;lt;small>If the business address is outside of the [Corp of Mpowered], use &amp;lt;b>BUSINESS - OUT OF TOWN&amp;lt;/b> for the property address below. &amp;lt;a href=&amp;quot;http://google.ca&amp;quot; target=&amp;quot;_blank&amp;quot;>More information&amp;lt;/a>&amp;lt;/small>&quot; />
			&lt;x dptype=&quot;BUILDING - Plumbing Permit (WR)&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;PLUMBING PERMIT&quot; cdrepcode=&quot;NORTH&quot; appstngfldrtask=&quot;app-740.202&quot; appstngproptypes=&quot;app-740-251&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. To install XX plumbing fixtures.&quot; dptypemsg=&quot;&amp;lt;small>Required Application Forms:&amp;lt;br>&amp;lt;a href=&amp;quot;https://www.whiterockcity.ca/DocumentCenter/View/244/Agent-Authorization-Form-PDF&amp;quot; target=&amp;quot;_blank&amp;quot;>Agent Authorization Form&amp;lt;/a>&amp;lt;br>&amp;lt;a href=&amp;quot;https://www.whiterockcity.ca/DocumentCenter/View/4698/Plumbing-Permit-Application-Form&amp;quot; target=&amp;quot;_blank&amp;quot;>Plumbing Permit Application Form&amp;lt;/a>&amp;lt;br>Please fill out, save, and have ready for upload at the next step.&amp;lt;br>A non-refundable application fee of $@@@APPLFEE_AMT@@@ will also be required at the next step.&amp;lt;/small>&quot; appstngapplfee=&quot;app-740.263&quot; appstngnonapplfees=&quot;Y&quot; appstngreqdocs=&quot;app-740.290,app-740.291&quot; />
			&lt;x dptype=&quot;BUILDING - Test Permit (75)&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;PLUMBING PERMIT&quot; cdrepcode=&quot;NORTH&quot; appstngfldrtask=&quot;app-740.202&quot; appstngproptypes=&quot;app-740-251&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. To install XX plumbing fixtures.&quot; dptypemsg=&quot;&amp;lt;small>Required Application Forms:&amp;lt;br>&amp;lt;a href=&amp;quot;https://www.whiterockcity.ca/DocumentCenter/View/244/Agent-Authorization-Form-PDF&amp;quot; target=&amp;quot;_blank&amp;quot;>Agent Authorization Form&amp;lt;/a>&amp;lt;br>&amp;lt;a href=&amp;quot;https://www.whiterockcity.ca/DocumentCenter/View/4698/Plumbing-Permit-Application-Form&amp;quot; target=&amp;quot;_blank&amp;quot;>Plumbing Permit Application Form&amp;lt;/a>&amp;lt;br>Please fill out, save, and have ready for upload at the next step.&amp;lt;br>A non-refundable application fee of $@@@APPLFEE_AMT@@@ will also be required at the next step.&amp;lt;/small>&quot; appstngapplfee=&quot;app-740.264&quot; appstngnonapplfees=&quot;Y&quot; />
			&lt;x dptype=&quot;LAND DEV - Tree Cutting Permit&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;CP&amp;amp;D MISC&quot; cdtype=&quot;TREE CUTTING PERMIT&quot; cdrepcode=&quot;NORTH&quot; appstngfldrtask=&quot;app-740.207&quot; appstngproptypes=&quot;app-740-251&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. Describe the exact location, type, and height of the tree to be cut. (Notes: App type also allows payment of non-app fees.)&quot; dptypemsg=&quot;&amp;lt;small>An application fee of $@@@APPLFEE_AMT@@@ will be required at the next step. For general information about our tree-cutting policy, please see this link: &amp;lt;a href=&amp;quot;http://google.ca&amp;quot; target=&amp;quot;_blank&amp;quot;>More information&amp;lt;/a>&amp;lt;/small>&quot; appstngapplfee=&quot;app-740.261&quot; appstngnonapplfees=&quot;Y&quot; appstngreqdocs=&quot;app-740.290&quot; />
			&lt;x dptype=&quot;PAR - Burn Permit (Lake Country)&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;PRE APPLICATION REQUEST&quot; appstngfldrtask=&quot;app-740.207&quot; appstngproptypes=&quot;app-740-251&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. To burn yard trimmings from {startdate} to {enddate}&quot; dptypemsg=&quot;&amp;lt;small>You are required to follow the regulations found at:&amp;lt;br>&amp;lt;a href=&amp;quot;https://lakecountry.formbuilder.ca/Administration/Notification-of-Open-Burning&amp;quot; target=&amp;quot;_blank&amp;quot;>Notification of open burning&amp;lt;/a>&amp;lt;br>A non-refundable fee of $@@@APPLFEE_AMT@@@ will also be required at the next step.&amp;lt;/small>&quot; appstngapplfee=&quot;app-740.265&quot; appstngnonapplfees=&quot;Y&quot; />
			&lt;x dptype=&quot;PAR - CP Program Building Permit&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;PRE APPLICATION REQUEST&quot; appstngfldrtask=&quot;app-740.207&quot; appstngproptypes=&quot;app-740-251&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. CP program application details...&quot; />
			&lt;x dptype=&quot;PAR - Electrical Permit&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;PRE APPLICATION REQUEST&quot; appstngfldrtask=&quot;app-740.207&quot; appstngproptypes=&quot;app-740-251&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. To build a...&quot; />
			&lt;x dptype=&quot;PAR - Mechanical Permit&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;PRE APPLICATION REQUEST&quot; appstngfldrtask=&quot;app-740.207&quot; appstngproptypes=&quot;app-740-251&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. To build a...&quot; />
			&lt;x dptype=&quot;PAR - Sign Permit&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;PRE APPLICATION REQUEST&quot; appstngfldrtask=&quot;app-740.207&quot; appstngproptypes=&quot;app-740-251&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. To build a...&quot; />
			&lt;x dptype=&quot;PAR - House Plans Request&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;PRE APPLICATION REQUEST&quot; appstngfldrtask=&quot;app-740.207&quot; appstngproptypes=&quot;app-740-251&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. To build a...&quot; />
			&lt;x dptype=&quot;PAR - Address Change Request&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;PRE APPLICATION REQUEST&quot; appstngfldrtask=&quot;app-740.207&quot; appstngproptypes=&quot;app-740-251&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. To build a...&quot; />
			&lt;x dptype=&quot;FINANCE - Tax / Utility Pre Authorized Withdrawals&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;PRE APPLICATION REQUEST&quot; appstngfldrtask=&quot;app-740.201&quot; appstngproptypes=&quot;app-740-251&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. Pre-auth information details...&quot; />
			&lt;x dptype=&quot;FINANCE - Water / Sewer Leak Adjustments&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;PRE APPLICATION REQUEST&quot; appstngfldrtask=&quot;app-740.201&quot; appstngproptypes=&quot;app-740-251&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. Leak adjustment information details...&quot; />
			&lt;x dptype=&quot;FINANCE - Mailing Address Change&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;PRE APPLICATION REQUEST&quot; appstngfldrtask=&quot;app-740.201&quot; appstngproptypes=&quot;app-740-251&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. Mailing address change details...&quot; />
			&lt;x dptype=&quot;FINANCE - Power of Attorney&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;PRE APPLICATION REQUEST&quot; appstngfldrtask=&quot;app-740.201&quot; appstngproptypes=&quot;app-740-251&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. Power of Attorney details...&quot; />
			&lt;x dptype=&quot;FINANCE - Special Meter Read&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;PRE APPLICATION REQUEST&quot; appstngfldrtask=&quot;app-740.201&quot; appstngproptypes=&quot;app-740-251&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. Special Meter Read details...&quot; />
			&lt;x dptype=&quot;LICENCES - Business Licence&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;PRE APPLICATION REQUEST&quot; appstngfldrtask=&quot;app-740.207&quot; appstngproptypes=&quot;app-740-255&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. To open a business to...&quot; dptypemsg=&quot;&amp;lt;small>If the business address is outside of the [Corp of Mpowered], use &amp;lt;b>BUSINESS - OUT OF TOWN&amp;lt;/b> for the property address below. &amp;lt;a href=&amp;quot;http://google.ca&amp;quot; target=&amp;quot;_blank&amp;quot;>More information&amp;lt;/a>&amp;lt;/small>&quot; />
			&lt;x dptype=&quot;LICENCES - Dog Licence&quot; dpphone=&quot;[604-555-1234]&quot; cdcat=&quot;BUILDING PERMITS&quot; cdtype=&quot;PRE APPLICATION REQUEST&quot; appstngfldrtask=&quot;app-740.207&quot; appstngproptypes=&quot;app-740-255&quot; dpnopropfail=&quot;Y&quot; dppurp=&quot;e.g. To open a business to...&quot; dptypemsg=&quot;&amp;lt;small>If the business address is outside of the [Corp of Mpowered], use &amp;lt;b>BUSINESS - OUT OF TOWN&amp;lt;/b> for the property address below. &amp;lt;a href=&amp;quot;http://google.ca&amp;quot; target=&amp;quot;_blank&amp;quot;>More information&amp;lt;/a>&amp;lt;/small>&quot; />
			&lt;/xrefs>&lt;/root>" />
		<!-- use app-740-201 and greater for folder status/task name/task status groupings referred to by the app-740.200 "appstngfldrtask" attribute in 740.200 above -->
		<!-- groups control whether or not a new upload gets a task as well - based on folder status, and what status that task should be set to -->
		<!-- grp1: initial folder status, allows uploads, DocuPro sets any folders it creates to this status. MAKE SURE there is only ONE folder status in this group! -->
		<!-- grp2: returned folder status, allows uploads, Set by staff to allow further uploads (for example, the applicant forgot something in the application) -->
		<!-- grp3: review folder status, no uploads allowed, Set by staff to stop further action by the Applicant so internal review can take place -->
		<!-- grp4: active folder status, allows uploads, Set by staff to allow further uploads (this is usually well after the review is done in case the City wants to allow uploads again) -->
		<!-- grp5: "done" folder status, no uploads allowed, Set by staff to indicate "done" -->
		<add key="app-740.201" value="&lt;root>&lt;xref grp1fldrstat=&quot;RECEIVED&quot; grp1taskname=&quot;DOCUPRO-UPLOAD&quot; grp1taskstat=&quot;RECEIVED&quot; grp2fldrstat=&quot;ACTIVE,ON HOLD&quot; grp2taskname=&quot;DOCUPRO-UPLOAD&quot; grp2taskstat=&quot;RECEIVED&quot; grp3fldrstat=&quot;IN-PROGRESS&quot; grp4fldrstat=&quot;ACTIVE&quot; grp4taskname=&quot;DOCUPRO-ACTIVE&quot; grp4taskstat=&quot;COMPLETED&quot; grp5fldrstat=&quot;CANCELLED,COMPLETED,DENIED,EXPIRED,RETIRED,STOP WORK&quot; />&lt;/root>" />
		<add key="app-740.202" value="&lt;root>&lt;xref grp1fldrstat=&quot;RECEIVED&quot; grp1taskname=&quot;DOCUPRO-UPLOAD&quot; grp1taskstat=&quot;COMPLETED&quot; grp2fldrstat=&quot;ACTIVE,ON HOLD&quot; grp2taskname=&quot;DOCUPRO-ADDTL-UPLOAD&quot; grp2taskstat=&quot;IN-PROGRESS&quot; grp3fldrstat=&quot;IN-PROGRESS&quot; grp4fldrstat=&quot;ACTIVE&quot; grp4taskname=&quot;DOCUPRO-ADDTL-UPLOAD&quot; grp4taskstat=&quot;COMPLETED&quot; grp5fldrstat=&quot;CANCELLED,COMPLETED,DENIED,EXPIRED,RETIRED,STOP WORK&quot; />&lt;/root>" />
		<add key="app-740.203" value="&lt;root>&lt;xref grp5fldrstat=&quot;ACTIVE,CANCELLED,COMPLETED,DENIED,EXPIRED,HOLDBACK,IN-PROGRESS,NEW,ON HOLD,RECEIVED,RETIRED,STOP WORK&quot; />&lt;/root>" />
		<add key="app-740.204" value="&lt;root>&lt;xref />&lt;/root>" />
		<add key="app-740.205" value="&lt;root>" /> <!-- for testing errors -->
		<add key="app-740.207" value="&lt;root>&lt;xref grp1fldrstat=&quot;RECEIVED&quot; grp1taskname=&quot;DOCUPRO-UPLOAD&quot; grp1taskstat=&quot;RECEIVED&quot; grp2fldrstat=&quot;ON HOLD&quot; grp2taskname=&quot;DOCUPRO-ADDTL-UPLOAD&quot; grp2taskstat=&quot;RECEIVED&quot; grp3fldrstat=&quot;IN-PROGRESS&quot; grp4fldrstat=&quot;ACTIVE&quot; grp4taskname=&quot;DOCUPRO-ACTIVE&quot; grp4taskstat=&quot;COMPLETED&quot; grp5fldrstat=&quot;CANCELLED,COMPLETED,DENIED,EXPIRED,RETIRED,STOP WORK&quot; />&lt;/root>" />
		<add key="app-740.208" value="&lt;root>&lt;xref grp1fldrstat=&quot;&quot; grp2fldrstat=&quot;&quot; grp2taskname=&quot;&quot; grp2taskstat=&quot;&quot; grp3fldrstat=&quot;&quot; grp4fldrstat=&quot;&quot; grp4taskname=&quot;&quot; grp4taskstat=&quot;&quot; grp5fldrstat=&quot;ACTIVE,CANCELLED,COMPLETED,EXPIRED,IN-PROGRESS,ON HOLD,RECEIVED,RETIRED,STOP WORK&quot; />&lt;/root>" />
		<!-- use app-740-251 and greater for settings referred-to by the "appstngproptypes" attribute in 740.200 above -->
		<!-- property types we will search for in LAND: full list = ALIAS,OUT OF TOWN,STRATA,OTHER,LAND -->
		<add key="app-740-251" value="ALIAS,STRATA,OTHER,LAND" />
		<add key="app-740-255" value="ALIAS,OUT OF TOWN,STRATA,OTHER,LAND" /> <!-- for application types that can have an OUT OF TOWN address -->
		<!-- use app-740-261 and greater for settings referred-to by the "appstngapplfee" attribute in 740.200 above -->
		<add key="app-740.261" value="TREE CUTTING APPLICATION FEE" /> <!-- the actual fee name as defined in Tempest -->
		<add key="app-740.262" value="BUILDING PERMIT FEE" /> <!-- the actual fee name as defined in Tempest -->
		<add key="app-740.263" value="STD APPLICATION FEE $50" /> <!-- the actual fee name as defined in Tempest -->
		<add key="app-740.264" value="STD APPLICATION FEE $75" /> <!-- the actual fee name as defined in Tempest -->
		<add key="app-740.265" value="BURN PERMIT (LAKE COUNTRY)" /> <!-- the actual fee name as defined in Tempest -->

		<!-- to create a task and set it's status on folder create, add dptaskoncreate=&quot;app-740.275&quot; to the desired 740.200 config above -->
		<!-- taskname, taskstat - this task will be created as the folder is created - one time, and set to the taskstat status. An email can be automated on this task/status. -->
		<add key="app-740.275" value="&lt;root>&lt;taskoncreate taskname=&quot;DOCUPRO - APPLICATION CREATED&quot; taskstat=&quot;COMPLETED&quot; />&lt;/root>" />

		<!-- "Request Revision" config. To enable, add dpreqrev=&quot;app-740-280&quot; to the desired 740.200 config above -->
		<!-- buttontext - the text on the button, e.g. Request Revision -->
		<!-- showonfldrstats - the folder stats display the Request Revision button -->
		<!-- taskname, taskstat1 - when the Request Revision is performed, this task and status is created on the folder. A Tempest email template can be automated on this. -->
		<!-- taskstat2 - staff manually set the task status to this to indicate the document review system is ready for customer action -->
		<add key="app-740.280" value="&lt;root>&lt;reqrev
			buttontext=&quot;Request Revision&quot;
			showonfldrstats=&quot;ACTIVE,STOP WORK&quot;
			taskname=&quot;DOCUPRO - REVISION REQUESTED&quot;
			taskstat1=&quot;IN-PROGRESS&quot;
			taskstat2=&quot;COMPLETED&quot;
			/>&lt;/root>" />
		<add key="app-740.280A" value="&lt;br>&lt;div class=&quot;panel panel-default&quot;>&lt;div class=&quot;panel-body&quot;>&lt;span style=&quot;font-weight:normal;font-size:0.8em;&quot;>" />
		<add key="app-740.280C" value="Revision Request of @@@act_start@@@ is &lt;b>@@@taskstatus@@@&lt;/b> (@@@act_end@@@)&lt;br>" />
		<add key="app-740.280D" value="Rats, we experienced a slight glitch and we will work to find a solution. Please be patient, and try loading this application again later." />
		<add key="app-740.280E" value="Thank you, this application has been received, and the City will begin processing it." />
		<add key="app-740.280E2" value="To submit a revision request for this application, tap the @@@REQREV_BTNTXT@@@ button below. We will contact you with instructions as to how to send us your revision." />
		<add key="app-740.280E5" value="This application is now in progress. If needed, you can submit a revision request using the @@@REQREV_BTNTXT@@@ button below.&lt;br>." />
		<add key="app-740.280F" value="&lt;br>After the City processes this request, an email with further instructions will be sent to the registered Applicant.&lt;br>" />
		<add key="app-740.280G" value="&lt;br>The City has processed the most recent revision request. Please see the instructions in the email sent to the registered Applicant.&lt;br>" />
		<add key="app-740.280T" value="&lt;br>&lt;a href=&quot;#&quot; class=&quot;btn btn-primary btn-sm dp-action gremlins-test&quot; data-val1=&quot;dp-reqrev-modal&quot; role=&quot;button&quot;>@@@REQREV_BTNTXT@@@&lt;/a>" />
		<add key="app-740.280U" value="&lt;div class=&quot;modal&quot; id=&quot;dp-reqrev-modal&quot;>&lt;div class=&quot;modal-dialog&quot;>&lt;div class=&quot;modal-content&quot;>&lt;div class=&quot;modal-header&quot;>&lt;h3 class=&quot;modal-title&quot;>@@@REQREV_BTNTXT@@@&lt;/h3>&lt;/div>&lt;div class=&quot;modal-body&quot;>&lt;span style=&quot;font-weight:normal&quot;>@@@REQREV_DLGBODY@@@&lt;/span>&lt;/div>&lt;div class=&quot;modal-footer&quot;>&lt;button id=&quot;dp-action-go&quot; type=&quot;button&quot; class=&quot;btn btn-sm btn-success dp-action gremlins-test&quot; data-val1=&quot;dp-reqrev&quot; data-dismiss=&quot;modal&quot;>@@@REQREV_BTNTXT@@@&lt;/button>&lt;button type=&quot;button&quot; class=&quot;btn btn-sm btn-success gremlins-test&quot; data-dismiss=&quot;modal&quot;>Cancel&lt;/button>&lt;/div>&lt;/div>&lt;/div>&lt;/div>" />
		<add key="app-740.280Z" value="&lt;/div>&lt;/div>&lt;/span>" />

		<!-- definitions of requested documents lists, the 740.200 settings above optionally will need a reference to configurations in this list -->
		<!-- for example: appstngreqdocs=&quot;app-740.290,app-740.291&quot; where we are requesting doc configuration lists 740.290 and 740.291 -->
		<!-- sample landing page for WR's forms: https://www.whiterockcity.ca/171/Applications-Forms-Guidelines -->
		<add key="app-740.290" value="&lt;root>&lt;xrefs>
			&lt;x doc=&quot;Application Form&quot; help=&quot;Download a blank Application Form as a fillable PDF &amp;lt;a href=&amp;quot;https://www.whiterockcity.ca/DocumentCenter/View/7508/Plumbing-Sprinkler-Heat-combined-Application-Fillable&amp;quot; target=&amp;quot;_blank&amp;quot;>here&amp;lt;/a>.&quot; />
			&lt;x doc=&quot;Agent Authorization Form&quot; help=&quot;This document must be supplied if the registered property owner is not the Applicant as entered on this application. Download a blank form &amp;lt;a href=&amp;quot;https://www.whiterockcity.ca/DocumentCenter/View/7517/Agent-Authorization-Form-PDF&amp;quot; target=&amp;quot;_blank&amp;quot;>here&amp;lt;/a>. (If, as the Applicant, you are the registered property owner, please upload a simple text file stating this.)&quot; />
			&lt;x doc=&quot;Title Search&quot; help=&quot;Obtain this document from the &amp;lt;a href=&amp;quot;https://ltsa.ca/property-owners/how-can-i/search-for-a-title/&amp;quot; target=&amp;quot;_blank&amp;quot;>LTSA&amp;lt;/a>.&quot; />
			&lt;x doc=&quot;Site Plan&quot; help=&quot;Produced by a registered land surveyor, the purpose of the Site Plan is to have a visual representation of your project area that shows the location of all improvements (i.e. buildings width, length and height, access roads, etc.) within the application area.&quot;/>
			&lt;/xrefs>&lt;/root>" />
		<add key="app-740.291" value="&lt;root>&lt;xrefs>
			&lt;x asof=&quot;20231206&quot; doc=&quot;Structural Drawings&quot; />
			&lt;x asof=&quot;20231206&quot; doc=&quot;Structural Schedule B&quot; />
			&lt;/xrefs>&lt;/root>" />

		<!-- each setting in this group is required -->
		<add key="app-740.300" value="Y" /> <!-- Y or N - add default tasks to folder -->
		<add key="app-740.310" value="Y" /> <!-- Y or N - add default conditions to folder -->
		<add key="app-740.315" value="Y" /> <!-- Y or N - add default charges to folder -->
		<add key="app-740.320" value="Y" /> <!-- Y or N - add PROSPERO - CHECK NAME ENTERED ON WEB activity to APPLICANT contact -->
		<add key="app-740.420" value="&lt;div class=&quot;modal&quot; id=&quot;signout-warning&quot;>&lt;div class=&quot;modal-dialog&quot;>&lt;div class=&quot;modal-content&quot;>&lt;div class=&quot;modal-header&quot;>&lt;h3 class=&quot;modal-title&quot;>Application item(s) are missing&lt;/h3>&lt;/div>&lt;div class=&quot;modal-body&quot;>&lt;span style=&quot;font-weight:normal&quot;>&lt;span id=&quot;signout-warning-applfee&quot; style=&quot;display:none;&quot;>&lt;b>Fee payment.&lt;/b> We will not be able to begin/continue processing your @@@APPFLDR@@@ until we receive payment. Use the green Pay button to pay using our secure online payment service.&lt;br>&lt;br>&lt;/span>&lt;span id=&quot;signout-warning-reqdocs&quot; style=&quot;display:none;&quot;>&lt;b>Requested support document(s)&lt;/b> 1 or more requested support documents may still be outstanding. Use the orange button to choose and upload your document. Do not leave the page until the progress bar indicates the upload succeeded, and you see your document listed in the &quot;Uploaded documents&quot; section. We will not be able to begin processing your @@@APPFLDR@@@ until we receive document(s).&lt;/span>&lt;span id=&quot;signout-warning-uploads&quot; style=&quot;display:none;&quot;>&lt;b>There are no uploads found in the &quot;Uploaded documents&quot; section.&lt;/b> At least one document containing your @@@APPFLDR@@@ form(s) should be supplied. Use the +Document button to choose your document, add a brief description, and hit the Upload button. Do not leave the page until the progress bar indicates the upload succeeded, and you see your document listed in the &quot;Uploaded documents&quot; section. We will not be able to begin processing your @@@APPFLDR@@@ until we receive document(s).&lt;/span>&lt;/span>&lt;/div>&lt;div class=&quot;modal-footer&quot;>&lt;button id=&quot;dp-signout-force&quot; type=&quot;button&quot; class=&quot;btn btn-sm btn-success&quot; data-dismiss=&quot;modal&quot;>Sign Out Anyway&lt;/button>&lt;button type=&quot;button&quot; class=&quot;btn btn-sm btn-success gremlins-test&quot; data-dismiss=&quot;modal&quot;>Close&lt;/button>&lt;/div>&lt;/div>&lt;/div>&lt;/div>" />
		<add key="app-740.500" value="&lt;br>&lt;br>Downloadable documents:&lt;div style=&quot;float:right;&quot;>&lt;a id=&quot;download-btn-help&quot; href=&quot;#&quot; class=&quot;btn btn-info btn-default btn-xs&quot; role=&quot;button&quot; data-toggle=&quot;modal&quot; data-target=&quot;#download-help&quot;>?&lt;/a>&lt;/div>&lt;br>&lt;table id=&quot;downloadstable&quot; class=&quot;display nowrap&quot; style=&quot;width:100%; div.dataTables_wrapper { width: 800px; margin: 0 auto; }&quot;>&lt;thead>&lt;tr>&lt;th>&lt;span style=&quot;font-weight:normal;&quot;>&lt;/span>&lt;/th>&lt;th>&lt;span style=&quot;font-weight:normal;&quot;>Description&lt;/span>&lt;/th>&lt;th>&lt;span style=&quot;font-weight:normal;&quot;>Date Available&lt;/span>&lt;/th>&lt;th>&lt;span style=&quot;font-weight:normal;&quot;>Sorter&lt;/span>&lt;/th>&lt;/tr>&lt;/thead>&lt;tbody>@@@DOWNLOADS_TABLE@@@&lt;/tbody>&lt;/table>&lt;script>$('#downloadstable').DataTable({scrollX:true,searching:false,paging:false,ordering:true,order:[[3,&quot;desc&quot;]],columnDefs:[{targets:&quot;_all&quot;,orderable:false},{targets:3,visible:false}],bInfo:false,language:{emptyTable:&quot;No downloadable documents currently available&quot;}});&lt;/script>&lt;div id=&quot;wrndivATTACH&quot; style=&quot;margin-top:5px;display:none;&quot; class=&quot;alert alert-warning&quot; role=&quot;alert&quot;>&lt;/div>" />
		<add key="app-740.505" value="&lt;div class=&quot;modal&quot; id=&quot;download-help&quot;>&lt;div class=&quot;modal-dialog&quot;>&lt;div class=&quot;modal-content&quot;>&lt;div class=&quot;modal-header&quot;>&lt;h3 class=&quot;modal-title&quot;>Downloading documents&lt;/h3>&lt;/div>&lt;div class=&quot;modal-body&quot;>&lt;span style=&quot;font-weight:normal&quot;>These are documents that we make available to you as part of this @@@APPFLDR@@@.&lt;br>&lt;br>Downloading is a two step process, first tap the &lt;img src=&quot;images/sideload.png&quot;> icon to prepare the document for download. Once the download preparation is complete, tap the &lt;img src=&quot;images/view.png&quot;> icon to proceed to the download.&lt;/span>&lt;/div>&lt;div class=&quot;modal-footer&quot;>&lt;button type=&quot;button&quot; class=&quot;btn btn-sm btn-success&quot; data-dismiss=&quot;modal&quot;>Close&lt;/button>&lt;/div>&lt;/div>&lt;/div>&lt;/div>" />
		<add key="app-740.510" value="&lt;div class=&quot;modal&quot; id=&quot;largedl-warning&quot;>&lt;div class=&quot;modal-dialog&quot;>&lt;div class=&quot;modal-content&quot;>&lt;div class=&quot;modal-header&quot;>&lt;h3 class=&quot;modal-title&quot;>Large download&lt;/h3>&lt;/div>&lt;div class=&quot;modal-body&quot;>&lt;span style=&quot;font-weight:normal&quot;>This is a large download and will take a significant amount of time to prepare and download to your device - &lt;b>during which time you cannot close or leave this page&lt;/b> in order to complete the download successfully. We strongly suggest doing this download on a desktop device.&lt;/span>&lt;/div>&lt;div class=&quot;modal-footer&quot;>&lt;button id=&quot;dp-download-force&quot; type=&quot;button&quot; class=&quot;btn btn-sm btn-success&quot; data-dismiss=&quot;modal&quot;>Download&lt;/button>&lt;button type=&quot;button&quot; class=&quot;btn btn-sm btn-success gremlins-test&quot; data-dismiss=&quot;modal&quot;>Cancel&lt;/button>&lt;/div>&lt;/div>&lt;/div>&lt;/div>" />
		<add key="app-740.520" value="20971520" /> <!-- 20971520 = 20Mb: make sure this is a number - the threshhold number of bytes a download must be over - to display the large file download warning -->
		<add key="app-740.523" value="Tap &lt;img src='images/view.png'> to open the document." /> <!-- the viewing instructions that display once a sideload is completed -->
		<add key="app-740.525" value="Attachment &quot;@@@FILE_DESC@@@&quot; was downloaded. (@@@FILE_SPEC@@@)" /> <!-- event text when a user downloads an attachment (use "" if you don't want an event written) -->
		<add key="app-740.530" value="&lt;!DOCTYPE html>&lt;html>&lt;head>&lt;title>Document&lt;/title>&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; />&lt;script src=&quot;https://code.jquery.com/jquery-3.4.1.min.js&quot;>&lt;/script>&lt;link rel=&quot;stylesheet&quot; href=&quot;https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css&quot; />&lt;script src=&quot;https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js&quot;>&lt;/script>&lt;style type=&quot;text/css&quot;>body {padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px}&lt;/style>&lt;/head>&lt;body@@@AUTO_OPEN@@@>&lt;div class=&quot;panel panel-success&quot;>&lt;div class=&quot;panel-heading&quot;>&lt;strong>Document description:&lt;/strong>&lt;br>@@@ATTACH_DESC@@@&lt;/div>&lt;div class=&quot;panel-body&quot;>&lt;center>&lt;a id=&quot;dlbtn&quot; href=&quot;@@@ATTACH_HREF@@@&quot; class=&quot;btn btn-success&quot; role=&quot;button&quot;>Download&lt;/a>&lt;br>&lt;br>(The Document has been prepared for download, you must still download it with the Download button above.)&lt;/center>&lt;/div>&lt;/div>&lt;/div>&lt;/body>&lt;/html>" />
		<add key="app-740.550" value="@@@APPFLDR@@@ Fee Balance: &lt;span style=&quot;font-weight:normal;&quot;>$@@@BAL_OWING@@@&lt;/span>&lt;br>" />
		<add key="app-740.555" value="&lt;a href=&quot;@@@PAYNOW_HREF@@@&quot; id=&quot;dp-pay-now&quot; class=&quot;btn btn-success&quot; style=&quot;margin-top:5px;&quot; role=&quot;button&quot; target=&quot;_blank&quot;>Pay Now&lt;/a>&lt;br>&lt;span style=&quot;font-weight:normal;&quot;>(Note: The City cannot begin processing this @@@APPFLDR@@@ until the fee noted above has been paid. Payment of the @@@APPFLDR@@@ fee does not guarantee that this @@@APPFLDR@@@ will be accepted. You will receive a payment receipt once the fee has been successfully paid.)&lt;/span>&lt;span id=&quot;dp-after-pay-now&quot; style=&quot;font-weight:normal;display:none;&quot;>&lt;br>(To refresh the balance, click &lt;a href=&quot;#&quot; id=&quot;dp-reload-page&quot; class=&quot;btn btn-info btn-xs&quot; style=&quot;margin-top:5px;&quot; role=&quot;button&quot; target=&quot;_blank&quot;>here&lt;/a>)&lt;/span>&lt;br>&lt;br>" />
		<add key="app-740.557" value="Other Fee(s) Balance: &lt;span style=&quot;font-weight:normal;&quot;>$@@@BAL_OWING@@@&lt;/span>&lt;br>" />
		<add key="app-740.558" value="&lt;a href=&quot;@@@PAYOTH_HREF@@@&quot; id=&quot;dp-pay-now&quot; class=&quot;btn btn-success&quot; style=&quot;margin-top:5px;&quot; role=&quot;button&quot; target=&quot;_blank&quot;>Pay Other Fee(s) Now&lt;/a>&lt;br>&lt;span style=&quot;font-weight:normal;&quot;>(Note: A Fee Slip (Invoice) is available below under &lt;i>Downloadable documents&lt;/i> decribing the other fee item(s). The City cannot continue processing this @@@APPFLDR@@@ until the fee(s) noted above have been paid. You will receive a payment receipt once the fee(s) have been successfully paid.)&lt;/span>&lt;span id=&quot;dp-after-pay-now&quot; style=&quot;font-weight:normal;display:none;&quot;>&lt;br>(To refresh the balance, click &lt;a href=&quot;#&quot; id=&quot;dp-reload-page&quot; class=&quot;btn btn-info btn-xs&quot; style=&quot;margin-top:5px;&quot; role=&quot;button&quot; target=&quot;_blank&quot;>here&lt;/a>)&lt;/span>&lt;br>&lt;br>" />
		<add key="app-740.559" value="NOTE: &lt;span style=&quot;font-weight:normal;&quot;>There are approved charges on this @@@APPFLDR@@@ which cannot be paid online (DCCs and/or Deposits); however, they can be paid in person. Please contact the City for advice on how to make payment.&lt;/span>&lt;br>&lt;br>" />
		<add key="app-740.560" value="[TEMPEST-LIVE-ECOM-BASE-URL]ecom/PayableItems/PROSPERO/Search.aspx" /> <!-- your LIVE Tempest external eCom access point (use @@@740.560@@@ as the replacement var, if this is a Live system, Docupro will replace @@@740.560@@@ with setting value for app-740.560) -->
		<add key="app-740.561" value="[TEMPEST-TEST-ECOM-BASE-URL]ecom/PayableItems/PROSPERO/Search.aspx" /> <!-- your TEST Tempest external eCom access point (use @@@740.560@@@ as the replacement var, if this is a Test system, Docupro will replace @@@740.560@@@ with setting value for app-740.561) -->
		<add key="app-740.565" value="Folder/Permit/Application" /> <!-- Payable Item Name  - must match what you have set in Tempest > eCommerce > Configuration > eCom Templates > {template name } > Payable Items > PROSPERO > Options > Search Method -->
		<add key="app-740.570" value="foldernumberandaccesscode" /> <!-- foldernumber OR foldernumberandaccesscode  - must match what you have set in Tempest > eCommerce > Configuration > eCom Templates > {template name } > Payable Items > PROSPERO > Payable Item Name -->
		<add key="app-740.575" value="&lt;!DOCTYPE html>&lt;html>&lt;head>&lt;title>Pay Now Forwarder&lt;/title>&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no&quot; />&lt;script src=&quot;https://code.jquery.com/jquery-3.4.1.min.js&quot;>&lt;/script>&lt;link rel=&quot;stylesheet&quot; href=&quot;https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css&quot; />&lt;script src=&quot;https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js&quot;>&lt;/script>&lt;style type=&quot;text/css&quot;>body {padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px}&lt;/style>&lt;/head>&lt;body onload=&quot;document.getElementById('submitBtn').click();&quot;>&lt;div class=&quot;panel panel-success&quot;>&lt;div class=&quot;panel-heading&quot;>Loading&lt;/div>&lt;div class=&quot;panel-body&quot;>&lt;center>Loading the payment page, please be patient...&lt;/center>&lt;form id=&quot;ecom-launch&quot; action=&quot;@@@740.560@@@&quot; method=&quot;POST&quot; style=&quot;display:none;&quot;>&lt;input id=&quot;payableItemName&quot; name=&quot;payableItemName&quot; type=&quot;hidden&quot; value=&quot;@@@740.565@@@&quot;>&lt;input id=&quot;searchby&quot; name=&quot;searchby&quot; type=&quot;hidden&quot; value=&quot;@@@740.570@@@&quot;>&lt;input id=&quot;foldernumber&quot; name=&quot;foldernumber&quot; type=&quot;hidden&quot; value=&quot;@@@FOLDER_NUMBER@@@&quot;>&lt;input id=&quot;accesscode&quot; name=&quot;accesscode&quot; type=&quot;hidden&quot; value=&quot;@@@ACCESS_CODE@@@&quot;>&lt;center>&lt;input id=&quot;submitBtn&quot; type=&quot;submit&quot; value=&quot;Pay Now&quot;>&lt;/center>&lt;/form>&lt;/div>&lt;/div>&lt;/div>&lt;/body>&lt;/html>" />

		<!-- the settings in this group are loaded in order, and make the page contents -->
		<add key="app-050.000" value="&lt;div class=&quot;panel panel-success&quot;>&lt;div class=&quot;panel-heading&quot;>Access an existing Application/Folder&lt;/div>&lt;div class=&quot;panel-body&quot;>" />
		<add key="app-050.020" value="&lt;form id=&quot;form050&quot; name=&quot;form050&quot; method=&quot;POST&quot; action=&quot;040&quot; class=&quot;gremlins-test&quot;>" />
		<add key="app-050.050" value="&lt;label style=&quot;font-weight:normal;margin-top:5px;&quot;>Application/Folder Number &lt;small>(not case sensitive)&lt;/small>:&lt;/label>&lt;br>&lt;input id=&quot;APP_NUMBER&quot; type=&quot;text&quot; maxlength=&quot;10&quot; class=&quot;form-control dp-input gremlins-test&quot; placeholder=&quot;e.g. AP20326&quot; required=&quot;required&quot; value=&quot;&quot;/>" />
		<add key="app-050.060" value="&lt;br>&lt;label style=&quot;font-weight:normal;margin-top:5px;&quot;>Access Code - sent via email &lt;small>(not case sensitive)&lt;/small>:&lt;/label>&lt;br>&lt;input id=&quot;ACC_CODE&quot; type=&quot;password&quot; maxlength=&quot;10&quot; class=&quot;form-control dp-input gremlins-test&quot; placeholder=&quot;&quot; required=&quot;required&quot; value=&quot;&quot;/>" />
		<add key="app-050.070" value="&lt;br>&lt;br>&lt;input type=&quot;submit&quot; id=&quot;submitBtn&quot; class=&quot;btn btn-success dp-submit gremlins-test&quot; style=&quot;margin-top:5px;&quot; value=&quot;Go to Application&quot;/>" />
		<add key="app-050.075" value="&amp;nbsp;&amp;nbsp;&lt;input type=&quot;reset&quot; class=&quot;btn btn-success dp-reset&quot; style=&quot;margin-top:5px;&quot; value=&quot;Clear Form&quot;/>" />
		<add key="app-050.080" value="&amp;nbsp;&amp;nbsp;&lt;a href=&quot;#&quot; class=&quot;btn btn-success dp-loadpage&quot; style=&quot;margin-top:5px;&quot; data-val1=&quot;loadpage&quot; data-val2=&quot;010&quot; role=&quot;button&quot;>Home &lt;i class=&quot;fa fa-home&quot;>&lt;/i>&lt;/a>" />
		<add key="app-050.085" value="&lt;/form>" />
		<add key="app-050.090" value="&lt;br>&lt;br>" />
		<add key="app-050.900" value="&lt;/div>&lt;/div>" />

	</appSettings>
</configuration>

