Error processing snippet: WebUI.pageTitle
Reason: Class Not Found
XML causing this error:
          <lift:WebUI.pageTitle><title>Open Bank Project: </title></lift:WebUI.pageTitle>
        
note: this error is displayed in the browser because your application is running in "development" or "test" mode.If you set the system property run.mode=production, this error will not be displayed, but there will be errors in the output logs.
Error processing snippet: WebUI.mainStyleSheet
Reason: Class Not Found
XML causing this error:
          <lift:WebUI.mainStyleSheet><link type="text/css" rel="stylesheet" href="/media/css/website.css?201707241207" id="main_style_sheet"/></lift:WebUI.mainStyleSheet>
        
note: this error is displayed in the browser because your application is running in "development" or "test" mode.If you set the system property run.mode=production, this error will not be displayed, but there will be errors in the output logs.
Error processing snippet: WebUI.overrideStyleSheet
Reason: Class Not Found
XML causing this error:
          <lift:WebUI.overrideStyleSheet><link type="text/css" rel="stylesheet" href="" id="override_style_sheet"/></lift:WebUI.overrideStyleSheet>
        
note: this error is displayed in the browser because your application is running in "development" or "test" mode.If you set the system property run.mode=production, this error will not be displayed, but there will be errors in the output logs.
Error processing snippet: WebUI.cookieConsent
Reason: Class Not Found
XML causing this error:
          <lift:WebUI.cookieConsent><div id="cookies-consent">
		We use cookies to support session management.
		<input id="clickMe"/>
	</div></lift:WebUI.cookieConsent>
        
note: this error is displayed in the browser because your application is running in "development" or "test" mode.If you set the system property run.mode=production, this error will not be displayed, but there will be errors in the output logs.
Error processing snippet: WebUI.concurrentLoginsCookiesCheck
Reason: Class Not Found
XML causing this error:
          <lift:WebUI.concurrentLoginsCookiesCheck><div id="cookie-ipaddress-concurrent-logins"/></lift:WebUI.concurrentLoginsCookiesCheck>
        
note: this error is displayed in the browser because your application is running in "development" or "test" mode.If you set the system property run.mode=production, this error will not be displayed, but there will be errors in the output logs.
Error processing snippet: WebUI.topText
Reason: Class Not Found
XML causing this error:
          <lift:WebUI.topText><div id="top-text"/></lift:WebUI.topText>
        
note: this error is displayed in the browser because your application is running in "development" or "test" mode.If you set the system property run.mode=production, this error will not be displayed, but there will be errors in the output logs.
Error processing snippet: WebUI.headerLogoLeft
Reason: Class Not Found
XML causing this error:
          <lift:WebUI.headerLogoLeft><div>
							<a href="/"><img align="left" id="logo-left-xs" src=""/></a>
						</div></lift:WebUI.headerLogoLeft>
        
note: this error is displayed in the browser because your application is running in "development" or "test" mode.If you set the system property run.mode=production, this error will not be displayed, but there will be errors in the output logs.
Error processing snippet: WebUI.headerLogoRight
Reason: Class Not Found
XML causing this error:
          <lift:WebUI.headerLogoRight><div>
							<a href="/"><img align="right" id="logo-right-xs" src=""/></a>
						</div></lift:WebUI.headerLogoRight>
        
note: this error is displayed in the browser because your application is running in "development" or "test" mode.If you set the system property run.mode=production, this error will not be displayed, but there will be errors in the output logs.
Error processing snippet: ConsumerRegistration.registerForm
Reason: Class Not Found
XML causing this error:
          <lift:ConsumerRegistration.registerForm><div>
		<h1>Register your consumer</h1>

		<div id="register-consumer-input">
			<div id="register-consumer-explanation">Please complete the information about your application below, so we can create your OAuth consumer key and secret.</div>

			<div class="alert alert-danger" id="register-consumer-errors">
				<div class="error">
					<span class="errorContent"/>
				</div>
			</div>

			<form method="post">
				<div class="row">
					<div class="col-xs-12 col-sm-6">
						<div class="form-group">
							<label for="appType">Application Type</label>
							<select class="form-control" id="appType" name="app-type">
								<option class="app-type-option"/>
							</select>
						</div>
						<div class="form-group">
							<label for="appName">Application Name</label>
							<input class="form-control" id="appName" name="app-name" type="text"/>
						</div>
						<div class="form-group">
							<label for="appRedirectUrl">Redirect URL</label>
							<input class="form-control" id="appRedirectUrl" name="app-redirect-url" type="text"/>
						</div>
						
						 
						
						
						
						
						<div class="form-group">
							<label for="appDev">Developer Email</label>
							<input class="form-control" id="appDev" name="app-developer" type="text"/>
						</div>
					</div>
					<div class="col-xs-12 col-sm-6">
						<div class="form-group">
							<label for="appDesc">Description of the application</label>
							<textarea class="form-control" id="appDesc" name="app-description" rows="4"/>
						</div>
					</div>
				</div>
				<input class="btn btn-default" value="Register consumer" type="submit"/>
			</form>
		</div>

		<div id="register-consumer-success">
			<p id="register-consumer-success-message">Thanks for registering your consumer with the Open Bank API! Here is your developer information. Please save it in a secure location.</p>
			<div class="row">
				<div class="col-xs-12 col-sm-4">Consumer ID</div>
				<div class="col-xs-12 col-sm-8"><span id="app-consumer_id">123</span></div>
			</div>
			<div class="row">
				<div class="col-xs-12 col-sm-4">Application Type</div>
				<div class="col-xs-12 col-sm-8"><span id="app-type">web</span></div>
			</div>
			<div class="row">
				<div class="col-xs-12 col-sm-4">Application Name</div>
				<div class="col-xs-12 col-sm-8"><span id="app-name">ABC</span></div>
			</div>
			<div class="row">
				<div class="col-xs-12 col-sm-4">User redirect URL</div>
				<div class="col-xs-12 col-sm-8"><span id="app-redirect-url">ABC</span></div>
			</div>
			
			<div class="row">
				<div class="col-xs-12 col-sm-4">Developer Email</div>
				<div class="col-xs-12 col-sm-8"><span id="app-developer">abc@example.com</span></div>
			</div>
			<div class="row">
				<div class="col-xs-12 col-sm-4">App Description</div>
				<div class="col-xs-12 col-sm-8"><span id="app-description">ABCDEF</span></div>
			</div>
			<div class="row">
				<div class="col-xs-12 col-sm-4">Consumer Key</div>
				<div class="col-xs-12 col-sm-8"><span id="auth-key">23432432432432</span></div>
			</div>
			<div class="row">
				<div class="col-xs-12 col-sm-4">Consumer Secret</div>
				<div class="col-xs-12 col-sm-8"><span id="secret-key">3334543543543</span></div>
			</div>
			<div class="row">
				<div class="col-xs-12 col-sm-4">OAuth Endpoint</div>
				<div class="col-xs-12 col-sm-8"><span id="oauth-endpoint"><a href="#">endpoint</a></span></div>
			</div>
			<div class="row">
				<div class="col-xs-12 col-sm-4">OAuth Documentation</div>
				<div class="col-xs-12 col-sm-8"><a href="https://github.com/OpenBankProject/OBP-API/wiki/OAuth-1.0-Server">How to use OAuth for OpenBankProject</a></div>
			</div>
			<div id="dummy-user-tokens" class="row">
				<div class="col-xs-12 col-sm-4">Dummy Users' Direct Login Tokens</div>
				<div class="col-xs-12 col-sm-8"><span id="create-directlogin"><a href="#" target="_blank">Get dummy users' token</a></span></div>
			</div>
			<div class="row">
				<div class="col-xs-12 col-sm-4">Direct Login Endpoint</div>
				<div class="col-xs-12 col-sm-8"><span id="directlogin-endpoint"><a href="#">endpoint</a></span></div>
			</div>
			<div class="row">
				<div class="col-xs-12 col-sm-4">Direct Login Documentation</div>
				<div class="col-xs-12 col-sm-8"><a href="https://github.com/OpenBankProject/OBP-API/wiki/Direct-Login">How to use Direct Login</a>
			</div>
			</div>
			<div class="row">
				<div class="col-xs-12 col-sm-4"/>
				<div class="col-xs-12 col-sm-8"><span id="post-consumer-registration-more-info-link"><a href="#"/></span></div>
			</div>
		</div>
	</div></lift:ConsumerRegistration.registerForm>
        
note: this error is displayed in the browser because your application is running in "development" or "test" mode.If you set the system property run.mode=production, this error will not be displayed, but there will be errors in the output logs.
Error processing snippet: WebUI.footer2LogoLeft
Reason: Class Not Found
XML causing this error:
          <lift:WebUI.footer2LogoLeft><span id="footer2-logo-left">
				<a href="/"><img alt="" src=""/></a>
			</span></lift:WebUI.footer2LogoLeft>
        
note: this error is displayed in the browser because your application is running in "development" or "test" mode.If you set the system property run.mode=production, this error will not be displayed, but there will be errors in the output logs.
Error processing snippet: WebUI.footer2MiddleText
Reason: Class Not Found
XML causing this error:
          <lift:WebUI.footer2MiddleText><span id="footer2-middle-text">
				This is the footer2 middle text
			</span></lift:WebUI.footer2MiddleText>
        
note: this error is displayed in the browser because your application is running in "development" or "test" mode.If you set the system property run.mode=production, this error will not be displayed, but there will be errors in the output logs.