var ArtlogicCaptcha = {
build_form: function(filename) {
    var container = document.createElement('div');
    container.setAttribute('id', 'captcha');

    var img = document.createElement('img');
    img.setAttribute('src', 'https://captcha.artlogic.net' + filename);
    container.appendChild(img);

    var label = document.createElement('label');
    label.setAttribute('for', 'captcha_answer');
    label.appendChild(document.createTextNode(
                'Please enter the word you can see in the above image'));
    container.appendChild(label);

    container.innerHTML += '<input type="text" name="captcha_answer" id="captcha_answer" class="captcha_field" />';
    container.innerHTML += '<input type="hidden" name="captcha_filename" id="captcha_filename" value="' + filename + '"/>';

    var dummy = document.createElement('div');
    dummy.appendChild(container);
    document.write(dummy.innerHTML);
}

};//end ArtlogicCaptcha object

ArtlogicCaptcha.build_form('/usr/captcha_images/43519a75a2b591fb429e1f76b3606b9c88867011.jpg');HTTP/1.1 404 NOT FOUND
Server: gunicorn/19.10.0
Date: Fri, 11 Sep 2026 03:30:10 GMT
Connection: keep-alive
Transfer-Encoding: chunked
content-type: text/html; charset=utf-8
pragma: no-cache
cache-control: no-cache
expires: Fri, 11 Sep 2026 03:35:10 GMT

4BA
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>NOT FOUND</title>
        <meta name="robots" content="noindex,nofollow,noarchive,NOODP" />
	
	<style type="text/css" media="all">
		@import url(/lib/archimedes/styles/archimedes-frontend-core.css);
		@import url(/styles/base.css);
		@import url(/styles/main.css);
	</style>
	
	<style type="text/css" media="print">
		@import url(/styles/print.css);
	</style>
	
</head> 
<body class="section-pagenotfound">
    <div id="wrapper">

        <div id="toolbar">
        </div>
            
        <div id="container">
            <div id="header">
                <div id="logo"><a href="/">Home</a></div>
            </div>
            
            <div id="mainContent">
                
                <h1>NOT FOUND</h1>

                The page requested was not found on this server.
                <div class="divider inner"></div>
                
                <div class="link"><a href="/">Go to the homepage</a></div>
                
            </div>
            
        </div>
    </div>
</body>
</html>

0

