Warning: Can't use blame annotator:
svn blame failed on branches/LCSv1/errors/127.0.0.1.2020-03-17.09-21-04.ca5848da-4cb9-4f6f-86fd-035366053610: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator/branches/LCSv1/errors/127.0.0.1.2020-03-17.09-21-04.ca5848da-4cb9-4f6f-86fd-035366053610 @ 593

Revision 593, 60.9 KB checked in by jdalbey, 6 years ago (diff)

Add branch LCSv1

RevLine 
1(dp1
2S'output'
3p2
4S"<type 'exceptions.NameError'> name 'form' is not defined"
5p3
6sS'layer'
7p4
8S'/home/jdalbey/Dropbox/web2py/applications/Multiform/views/default/results.html'
9p5
10sS'code'
11p6
12S'response.write(\'<!DOCTYPE html>\\n<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="\', escape=False)\nresponse.write(T.accepted_language or \'en\')\nresponse.write(\'"> <!--<![endif]-->\\n  <head>\\n    <meta charset="utf-8">\\n    <!-- www.phpied.com/conditional-comments-block-downloads/ -->\\n    <!-- Always force latest IE rendering engine\\n         (even in intranet) & Chrome Frame\\n         Remove this if you use the .htaccess -->\\n    <meta http-equiv="X-UA-Compatible" content="IE=edge\', escape=False)\nresponse.write(not request.is_local and \',chrome=1\' or \'\')\nresponse.write(\'">\\n    <!--  Mobile Viewport Fix\\n          j.mp/mobileviewport & davidbcalhoun.com/2010/viewport-metatag\\n          device-width: Occupy full width of the screen in its current orientation\\n          initial-scale = 1.0 retains dimensions instead of zooming out if page height > device height\\n          user-scalable = yes allows the user to zoom in -->\\n    <meta name="viewport" content="width=device-width, initial-scale=1.0">\\n    <title>\', escape=False)\nresponse.write(response.title or request.application)\nresponse.write(\'</title>\\n    <!-- http://dev.w3.org/html5/markup/meta.name.html -->\\n    <meta name="application-name" content="\', escape=False)\nresponse.write(request.application)\nresponse.write(\'">\\n    <!-- Speaking of Google, don\\\'t forget to set your site up:\\n         http://google.com/webmasters -->\\n    <meta name="google-site-verification" content="">\\n    <!-- include stylesheets -->\\n    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>\\n    <link rel="stylesheet" href="\', escape=False)\nresponse.write(URL(\'static\',\'css/bootstrap.min.css\'))\nresponse.write(\'"/>\\n    <link rel="stylesheet" href="\', escape=False)\nresponse.write(URL(\'static\',\'css/web2py-bootstrap4.css\'))\nresponse.write(\'"/>\\n    <link rel="shortcut icon" href="\', escape=False)\nresponse.write(URL(\'static\',\'images/favicon.ico\'))\nresponse.write(\'" type="image/x-icon">\\n    <link rel="apple-touch-icon" href="\', escape=False)\nresponse.write(URL(\'static\',\'images/favicon.png\'))\nresponse.write(\'">\\n    <!-- All JavaScript at the bottom, except for Modernizr which enables\\n         HTML5 elements & feature detects -->\\n    <script src="\', escape=False)\nresponse.write(URL(\'static\',\'js/modernizr-2.8.3.min.js\'))\nresponse.write(\'"></script>\\n    <!-- Favicons -->\\n    \', escape=False)\nresponse.write(\'<script type="text/javascript"><!--\\n    // These variables are used by the web2py_ajax_init function in web2py_ajax.js (which is loaded below).\\n    \', escape=False)\nresponse.write(ASSIGNJS(\nw2p_ajax_confirm_message = T(\'Are you sure you want to delete this object?\'),\nw2p_ajax_disable_with_message = T(\'Working...\'),\nw2p_ajax_date_format = T(\'%Y-%m-%d\'),\nw2p_ajax_datetime_format = T(\'%Y-%m-%d %H:%M:%S\'),\najax_error_500 = T.M(\'An error occured, please [[reload %s]] the page\') % URL(args=request.args, vars=request.get_vars)\n))\nresponse.write(\'\\n    //--></script>\\n\', escape=False)\nresponse.files.insert(0,URL(\'static\',\'js/jquery.js\'))\nresponse.files.insert(1,URL(\'static\',\'css/calendar.css\'))\nresponse.files.insert(2,URL(\'static\',\'js/calendar.js\'))\nresponse.files.insert(3,URL(\'static\',\'js/web2py.js\'))\nresponse.include_meta()\nresponse.include_files()\nresponse.write(\'\\n\', escape=False)\nresponse.write(\' <!-- this includes jquery.js, calendar.js/.css and web2py.js -->\\n    \', escape=False)\nresponse.write(\'\\n  </head>\\n  <body>\\n    <div class="w2p_flash alert alert-dismissable">\', escape=False)\nresponse.write(response.flash or \'\')\nresponse.write(\'</div>\\n      <div class="container" id="banner">\\n  <div class="title">\\n     <h2>\\n         Lane Closure System\\n      </h2>\\n  </div>\\n  <div class = "toplinks">\\n      Help   Logout\\n          </div>\\n          </div>\\n</div>\\n    <!-- Navbar ======================================= -->\\n    <nav class="navbar navbar-light navbar-expand-md bg-faded bg-dark navbar-dark justify-content-center">\\n       <a href="http://dev.tmcacad.com:8888" class="navbar-brand d-flex w-50 mr-auto">LCS</a>\\n       <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">\\n         <span class="navbar-toggler-icon"></span>\\n       </button>\\n       <div class="navbar-collapse collapse w-100" id="navbarNavDropdown">\\n         <ul class="navbar-nav w-100 justify-content-center">\\n          \', escape=False)\nfor _item in response.menu or []:\n    response.write(\'\\n          \', escape=False)\n    if len(_item)<4 or not _item[3]:\n        response.write(\'\\n          <li class="nav-item \', escape=False)\n        if _item[1]:\n            response.write(\'active\', escape=False)\n            pass\n        response.write(\'">\\n            <a class="nav-link" href="\', escape=False)\n        response.write(_item[2])\n        response.write(\'">\', escape=False)\n        response.write(_item[0])\n        response.write(\'</a>\\n          </li>\\n          \', escape=False)\n    else:\n        response.write(\'\\n          <li class="nav-item dropdown">\\n            <a class="nav-link dropdown-toggle" href="\', escape=False)\n        response.write(_item[2])\n        response.write(\'" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">\', escape=False)\n        response.write(_item[0])\n        response.write(\'</a>\\n            <div class="dropdown-menu">\\n              \', escape=False)\n        for _subitem in _item[3]:\n            response.write(\'\\n              <a class="dropdown-item" href="\', escape=False)\n            response.write(_subitem[2])\n            response.write(\'">\', escape=False)\n            response.write(_subitem[0])\n            response.write(\'</a>\\n              \', escape=False)\n            pass\n        response.write(\'\\n            </div>\\n          </li>\\n          \', escape=False)\n        pass\n    response.write(\'\\n          \', escape=False)\n    pass\nresponse.write(\'\\n        </ul>\\n         <form class="form-inline my-2 my-lg-0">\\n             <input class="form-control mr-sm-2" type="text" placeholder="">\\n         </form>\\n        \', escape=False)\nif \'auth\' in globals():\n    response.write(\'\\n        <ul class="nav navbar-nav ml-auto w-100 justify-content-end">\\n          <li class="nav-item dropdown">\\n            <a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">\\n              \', escape=False)\n    if auth.user:\n        response.write(auth.user.first_name)\n    else:\n        response.write(\'LOGIN\', escape=False)\n        pass\n    response.write(\'\\n            </a>\\n            <div class="dropdown-menu dropdown-menu-right">\\n              \', escape=False)\n    if auth.user:\n        response.write(\'\\n              <a class="dropdown-item" href="\', escape=False)\n        response.write(URL(\'default\',\'user/profile\'))\n        response.write(\'">\', escape=False)\n        response.write(T(\'Profile\'))\n        response.write(\'</a>\\n              \', escape=False)\n        if \'change_password\' not in auth.settings.actions_disabled:\n            response.write(\'\\n              <a class="dropdown-item" href="\', escape=False)\n            response.write(URL(\'default\',\'user/change_password\'))\n            response.write(\'">\', escape=False)\n            response.write(T(\'Change Password\'))\n            response.write(\'</a>\\n              \', escape=False)\n            pass\n        response.write(\'\\n              <a class="dropdown-item" href="\', escape=False)\n        response.write(URL(\'default\',\'user/logout\'))\n        response.write(\'">\', escape=False)\n        response.write(T(\'Logout\'))\n        response.write(\'</a>\\n              \', escape=False)\n    else:\n        response.write(\'\\n              <a class="dropdown-item" href="\', escape=False)\n        response.write(URL(\'default\',\'user/login\'))\n        response.write(\'">\', escape=False)\n        response.write(T(\'Login\'))\n        response.write(\'</a>\\n              \', escape=False)\n        if \'register\' not in auth.settings.actions_disabled:\n            response.write(\'\\n              <a class="dropdown-item" href="\', escape=False)\n            response.write(URL(\'default\',\'user/register\'))\n            response.write(\'">\', escape=False)\n            response.write(T(\'Sign up\'))\n            response.write(\'</a>\\n              \', escape=False)\n            pass\n        response.write(\'\\n              \', escape=False)\n        if \'retrieve_password\' not in auth.settings.actions_disabled:\n            response.write(\'\\n              <a class="dropdown-item" href="\', escape=False)\n            response.write(URL(\'default\',\'user/retrieve_password\'))\n            response.write(\'">\', escape=False)\n            response.write(T(\'Lost Password\'))\n            response.write(\'</a>\\n              \', escape=False)\n            pass\n        response.write(\'\\n              \', escape=False)\n        pass\n    response.write(\'\\n            </div>\\n          </li>\\n        </ul>\\n        \', escape=False)\n    pass\nresponse.write(\'\\n      </div>\\n    </nav>\\n\\n    <!-- Masthead ===================================== -->\\n    \', escape=False)\nresponse.write(\'\\n    \', escape=False)\nresponse.write(\'\\n    <!-- Main ========================================= -->\\n    <!-- Begin page content -->\\n    <div class="container-fluid main-container">\\n      \', escape=False)\nresponse.write(\'\\n\\n<h2>\\n    Search Results\\n</h2>\\n\\n<hr>\\n<!-- NB:  Python code within comment is STILL executed -->\\nQuery: \', escape=False)\nresponse.write(msg)\nresponse.write(\'\\n<br>\\nNumber of records found: \', escape=False)\nresponse.write(count)\nresponse.write(\'\\n<br>\\n\', escape=False)\nif (count > 0):\n    response.write(\'\\n<!-- \\n<form action="statuslist.html" enctype="multipart/form-data" method="post">\\n    <input type="submit" value="show status form" />\\n    <button class="w2p-form-button" onclick="window.location=&#x27;/HLD/default/showhistory&#x27;;return false">show history</button><br>\\n    <table border="1" cellpadding="5">\\n        <tr>\\n        <th></th>\\n        <th>DTM<br>Area</th>\\n        <th>Closure ID / <br>Log No.</th>\\n        <th>Route &amp; Dir /<br>Type of Closure</th>\\n        <th>Start Date<br>End Date<br>Est. Delay</th>\\n        <th>Facility</th>\\n        <th>Limits</th>\\n        <th>Work<br>Description</th>\\n        <th>TMP</th>\\n        <th>Requestor/<br>Radio Call No.</th>\\n        </tr>\\n\', escape=False)\n    for hwy in highways:\n        response.write(\'\\n        <tr>\\n        <td><INPUT type="checkbox" name="ckb1" value="\', escape=False)\n        response.write(hwy.closureid)\n        response.write(\'"/></td>\\n        <td align="center">\', escape=False)\n        response.write(hwy.closureid[0])\n        response.write(\'</td>\\n        <td align="center">\', escape=False)\n        response.write(hwy.closureid)\n        response.write(\'<BR><HR>\', escape=False)\n        response.write(hwy.lognum)\n        response.write(\'</td>\\n        <td align="center">\', escape=False)\n        response.write(hwy.route)\n        response.write(\'&nbsp;\', escape=False)\n        response.write(hwy.direction)\n        response.write(\'<BR><HR>\', escape=False)\n        response.write(hwy.closuretype)\n        response.write(\'</td>\\n        <td align="center">\', escape=False)\n        response.write(hwy.startdate)\n        response.write(\'<BR><HR>\', escape=False)\n        response.write(hwy.enddate)\n        response.write(\'<BR><HR>\', escape=False)\n        response.write(hwy.estdelay)\n        response.write(\'</td>\\n        \', escape=False)\n        response.write(TD(hwy.facility))\n        response.write(\'\\n        <td align="center">\', escape=False)\n        response.write(hwy.startlocation)\n        response.write(\'<BR><HR>\', escape=False)\n        response.write(hwy.endlocation)\n        response.write(\'</td>\\n        \', escape=False)\n        response.write(TD(hwy.worktype))\n        response.write(\'\\n            <td align="center">\', escape=False)\n        response.write(hwy.tmpcozeep)\n        response.write(\'<BR>\', escape=False)\n        response.write(hwy.tmpdetour)\n        response.write(\'</td>\\n        \', escape=False)\n        response.write(TD(hwy.supervisor))\n        response.write(\'\\n\', escape=False)\n        pass\n    response.write(\'\\n        </tr>\\n    </table>\\n    <div style="display:none;">\\n        <input name="_formkey" type="hidden" value="8138fabc-b5fc-4787-9f49-80e9ac931cf2" />\\n        <input name="_formname" type="hidden" value="default" />\\n    </div>\\n</form>\\n-->\\n\', escape=False)\n    pass\nresponse.write(\'\\n<HR>\\n    \\n\', escape=False)\nresponse.write(form)\nresponse.write(\'\\n\', escape=False)\nfor idx in (1,2):\n    response.write(\'    \\n\', escape=False)\n    response.write(form+idx)\n    response.write(\'\\n\', escape=False)\n    pass\nresponse.write(\'\\n<HR>\\n\', escape=False)\nresponse.write(\'\\n      \', escape=False)\nresponse.write(response.toolbar() if response.show_toolbar else \'\')\nresponse.write(\'\\n    </div>\\n\\n    \', escape=False)\nresponse.write(\' <!-- this is default footer -->\\n    <footer class="footer container-fluid">\\n      <div class="row">\\n        <div class="col-md-12">\\n          <div class="copyright pull-left">\', escape=False)\nresponse.write(T(\'Copyright\'))\nresponse.write(\' &#169; \', escape=False)\nresponse.write(request.now.year)\nresponse.write(\'</div>\\n          <div id="poweredBy" class="pull-right">\\n          </div>\\n        </div>\\n      </div>\\n    </footer>\\n    \', escape=False)\nresponse.write(\'\\n    <!-- The javascript =============================== -->\\n    <script src="\', escape=False)\nresponse.write(URL(\'static\',\'js/bootstrap.bundle.min.js\'))\nresponse.write(\'"></script>\\n    <script src="\', escape=False)\nresponse.write(URL(\'static\',\'js/web2py-bootstrap4.js\'))\nresponse.write(\'"></script>\\n    \', escape=False)\nresponse.write(\'\\n    \', escape=False)\nif response.google_analytics_id:\n    response.write(\'\\n    <!-- Analytics ==================================== -->\\n    <script src="\', escape=False)\n    response.write(URL(\'static\',\'js/analytics.min.js\'))\n    response.write(\'"></script>\\n    <script type="text/javascript">\\n      analytics.initialize({\\n      \\\'Google Analytics\\\':{trackingId:\\\'\', escape=False)\n    response.write(response.google_analytics_id)\n    response.write("\'}\\n      });\\n    </script>\\n    ", escape=False)\n    pass\nresponse.write(\'\\n  </body>\\n</html>\\n\', escape=False)'
13p7
14sS'snapshot'
15p8
16(dp9
17S'exception'
18p10
19(dp11
20S'__getslice__'
21p12
22S"<method-wrapper '__getslice__' of exceptions.NameError object>"
23p13
24sS'__str__'
25p14
26S"<method-wrapper '__str__' of exceptions.NameError object>"
27p15
28sS'__reduce__'
29p16
30S'<built-in method __reduce__ of exceptions.NameError object>'
31p17
32sS'__dict__'
33p18
34S'{}'
35p19
36sS'message'
37p20
38S'"name \'form\' is not defined"'
39p21
40sS'__sizeof__'
41p22
42S'<built-in method __sizeof__ of exceptions.NameError object>'
43p23
44sS'__init__'
45p24
46S"<method-wrapper '__init__' of exceptions.NameError object>"
47p25
48sS'__setattr__'
49p26
50S"<method-wrapper '__setattr__' of exceptions.NameError object>"
51p27
52sS'__reduce_ex__'
53p28
54S'<built-in method __reduce_ex__ of exceptions.NameError object>'
55p29
56sS'__new__'
57p30
58S'<built-in method __new__ of type object>'
59p31
60sS'__format__'
61p32
62S'<built-in method __format__ of exceptions.NameError object>'
63p33
64sS'__class__'
65p34
66S"<type 'exceptions.NameError'>"
67p35
68sS'__doc__'
69p36
70S"'Name not found globally.'"
71p37
72sS'__getitem__'
73p38
74S"<method-wrapper '__getitem__' of exceptions.NameError object>"
75p39
76sS'__setstate__'
77p40
78S'<built-in method __setstate__ of exceptions.NameError object>'
79p41
80sS'__getattribute__'
81p42
82S"<method-wrapper '__getattribute__' of exceptions.NameError object>"
83p43
84sS'args'
85p44
86S'("name \'form\' is not defined",)'
87p45
88sS'__subclasshook__'
89p46
90S'<built-in method __subclasshook__ of type object>'
91p47
92sS'__unicode__'
93p48
94S'<built-in method __unicode__ of exceptions.NameError object>'
95p49
96sS'__delattr__'
97p50
98S"<method-wrapper '__delattr__' of exceptions.NameError object>"
99p51
100sS'__repr__'
101p52
102S"<method-wrapper '__repr__' of exceptions.NameError object>"
103p53
104sS'__hash__'
105p54
106S"<method-wrapper '__hash__' of exceptions.NameError object>"
107p55
108ssS'evalue'
109p56
110S"name 'form' is not defined"
111p57
112sS'request'
113p58
114cgluon.html
115XML_unpickle
116p59
117(S's\xbc`\x00\x00<div><table><tr><td style="font-weight:bold;vertical-align:top;">ajax</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">application</td><td style="vertical-align:top;">:</td><td><div>Multiform</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">args</td><td style="vertical-align:top;">:</td><td><div><table></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">cid</td><td style="vertical-align:top;">:</td><td><div>None</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">client</td><td style="vertical-align:top;">:</td><td><div>127.0.0.1</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">controller</td><td style="vertical-align:top;">:</td><td><div>default</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">cookies</td><td style="vertical-align:top;">:</td><td><div><table><tr><td style="font-weight:bold;vertical-align:top;">session_id_admin</td><td style="vertical-align:top;">:</td><td><div>127.0.0.1-5c45d7cd-3db4-46c4-9ec0-79ecd7e19129<table><tr><td style="font-weight:bold;vertical-align:top;">comment</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">domain</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">expires</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">httponly</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">max-age</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">path</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">samesite</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">secure</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">version</td><td style="vertical-align:top;">:</td><td><div></div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_id_multiform</td><td style="vertical-align:top;">:</td><td><div>127.0.0.1-813e6ba9-b6f7-45b5-b559-5ce108aed215<table><tr><td style="font-weight:bold;vertical-align:top;">comment</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">domain</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">expires</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">httponly</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">max-age</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">path</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">samesite</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">secure</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">version</td><td style="vertical-align:top;">:</td><td><div></div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_id_welcome</td><td style="vertical-align:top;">:</td><td><div>127.0.0.1-ef0783aa-c08a-4af8-bf0a-acc0c74419a5<table><tr><td style="font-weight:bold;vertical-align:top;">comment</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">domain</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">expires</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">httponly</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">max-age</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">path</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">samesite</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">secure</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">version</td><td style="vertical-align:top;">:</td><td><div></div></td></tr></table></div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">env</td><td style="vertical-align:top;">:</td><td><div><table><tr><td style="font-weight:bold;vertical-align:top;">HTTP_ACCEPT</td><td style="vertical-align:top;">:</td><td><div>text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">HTTP_ACCEPT_ENCODING</td><td style="vertical-align:top;">:</td><td><div>gzip, deflate</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">HTTP_ACCEPT_LANGUAGE</td><td style="vertical-align:top;">:</td><td><div>en-US,en;q=0.5</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">HTTP_CACHE_CONTROL</td><td style="vertical-align:top;">:</td><td><div>max-age=0</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">HTTP_CONNECTION</td><td style="vertical-align:top;">:</td><td><div>keep-alive</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">HTTP_COOKIE</td><td style="vertical-align:top;">:</td><td><div>session_id_welcome=127.0.0.1-ef0783aa-c08a-4af8-bf0a-acc0c74419a5; session_id_admin=127.0.0.1-5c45d7cd-3db4-46c4-9ec0-79ecd7e19129; session_id_multiform=127.0.0.1-813e6ba9-b6f7-45b5-b559-5ce108aed215</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">HTTP_HOST</td><td style="vertical-align:top;">:</td><td><div>localhost:8000</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">HTTP_REFERER</td><td style="vertical-align:top;">:</td><td><div>http://localhost:8000/Multiform/default/search</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">HTTP_UPGRADE_INSECURE_REQUESTS</td><td style="vertical-align:top;">:</td><td><div>1</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">HTTP_USER_AGENT</td><td style="vertical-align:top;">:</td><td><div>Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:73.0) Gecko/20100101 Firefox/73.0</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">PATH_INFO</td><td style="vertical-align:top;">:</td><td><div>/Multiform/default/results</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">QUERY_STRING</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">REMOTE_ADDR</td><td style="vertical-align:top;">:</td><td><div>127.0.0.1</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">REMOTE_PORT</td><td style="vertical-align:top;">:</td><td><div>50536</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">REQUEST_METHOD</td><td style="vertical-align:top;">:</td><td><div>GET</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">SCRIPT_NAME</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">SERVER_NAME</td><td style="vertical-align:top;">:</td><td><div>Omen</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">SERVER_PORT</td><td style="vertical-align:top;">:</td><td><div>8000</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">SERVER_PROTOCOL</td><td style="vertical-align:top;">:</td><td><div>HTTP/1.1</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">SERVER_SOFTWARE</td><td style="vertical-align:top;">:</td><td><div>Rocket 1.2.6</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">app_folders</td><td style="vertical-align:top;">:</td><td><div>set([&#x27;/home/jdalbey/Dropbox/web2py/applications/HLD&#x27;, &#x27;/home/jdalbey/Dropbox/web2py/applications/LCSv0&#x27;, &#x27;/home/jdalbey/Dropbox/web2py/applications/Multiform&#x27;, &#x27;/home/jdalbey/Dropbox/web2py/applications/Highways&#x27;, &#x27;/home/jdalbey/Dropbox/web2py/applications/welcome&#x27;, &#x27;/home/jdalbey/Dropbox/web2py/applications/admin&#x27;])</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">applications_parent</td><td style="vertical-align:top;">:</td><td><div>/home/jdalbey/Dropbox/web2py</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">cmd_args</td><td style="vertical-align:top;">:</td><td><div><table></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">cmd_options</td><td style="vertical-align:top;">:</td><td><div>&lt;Values at 0x7f28db0199b0: {&#x27;verbose&#x27;: False, &#x27;ip&#x27;: &#x27;127.0.0.1&#x27;, &#x27;debuglevel&#x27;: 30, &#x27;with_scheduler&#x27;: False, &#x27;shutdown_timeout&#x27;: 5, &#x27;taskbar&#x27;: False, &#x27;with_coverage&#x27;: False, &#x27;pid_filename&#x27;: &#x27;httpserver.pid&#x27;, &#x27;maxthreads&#x27;: None, &#x27;softcron&#x27;: False, &#x27;server_name&#x27;: &#x27;Omen&#x27;, &#x27;bpython&#x27;: False, &#x27;nogui&#x27;: False, &#x27;port&#x27;: 8000, &#x27;print_errors&#x27;: False, &#x27;extcron&#x27;: False, &#x27;runcron&#x27;: False, &#x27;run_system_tests&#x27;: False, &#x27;test&#x27;: None, &#x27;folder&#x27;: &#x27;/home/jdalbey/Dropbox/web2py&#x27;, &#x27;config&#x27;: &#x27;&#x27;, &#x27;minthreads&#x27;: None, &#x27;shell&#x27;: None, &#x27;run&#x27;: &#x27;&#x27;, &#x27;log_filename&#x27;: &#x27;httpserver.log&#x27;, &#x27;profiler_dir&#x27;: None, &#x27;args&#x27;: [], &#x27;socket_timeout&#x27;: 5, &#x27;ssl_ca_certificate&#x27;: None, &#x27;scheduler&#x27;: None, &#x27;interfaces&#x27;: None, &#x27;ssl_private_key&#x27;: &#x27;&#x27;, &#x27;gae&#x27;: None, &#x27;password&#x27;: &#x27;******&#x27;, &#x27;request_queue_size&#x27;: 5, &#x27;ssl_certificate&#x27;: &#x27;&#x27;, &#x27;cronjob&#x27;: False, &#x27;numthreads&#x27;: None, &#x27;quiet&#x27;: False, &#x27;import_models&#x27;: False, &#x27;timeout&#x27;: 10, &#x27;plain&#x27;: False, &#x27;nobanner&#x27;: False}&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">db_sessions</td><td style="vertical-align:top;">:</td><td><div>set([])</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">debugging</td><td style="vertical-align:top;">:</td><td><div>True</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">gluon_parent</td><td style="vertical-align:top;">:</td><td><div>/home/jdalbey/Dropbox/web2py</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_accept</td><td style="vertical-align:top;">:</td><td><div>text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_accept_encoding</td><td style="vertical-align:top;">:</td><td><div>gzip, deflate</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_accept_language</td><td style="vertical-align:top;">:</td><td><div>en-US,en;q=0.5</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_cache_control</td><td style="vertical-align:top;">:</td><td><div>max-age=0</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_connection</td><td style="vertical-align:top;">:</td><td><div>keep-alive</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_cookie</td><td style="vertical-align:top;">:</td><td><div>session_id_welcome=127.0.0.1-ef0783aa-c08a-4af8-bf0a-acc0c74419a5; session_id_admin=127.0.0.1-5c45d7cd-3db4-46c4-9ec0-79ecd7e19129; session_id_multiform=127.0.0.1-813e6ba9-b6f7-45b5-b559-5ce108aed215</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_host</td><td style="vertical-align:top;">:</td><td><div>localhost:8000</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_referer</td><td style="vertical-align:top;">:</td><td><div>http://localhost:8000/Multiform/default/search</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_upgrade_insecure_requests</td><td style="vertical-align:top;">:</td><td><div>1</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_user_agent</td><td style="vertical-align:top;">:</td><td><div>Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:73.0) Gecko/20100101 Firefox/73.0</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_jython</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_py2</td><td style="vertical-align:top;">:</td><td><div>True</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_pypy</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_source</td><td style="vertical-align:top;">:</td><td><div>True</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">local_hosts</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div>::1</div></td></tr><tr><td><div>127.0.1.1</div></td></tr><tr><td><div>::ffff:127.0.0.1</div></td></tr><tr><td><div>127.0.0.1</div></td></tr><tr><td><div>Omen</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">path_info</td><td style="vertical-align:top;">:</td><td><div>/Multiform/default/results</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">query_string</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">remote_addr</td><td style="vertical-align:top;">:</td><td><div>127.0.0.1</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">remote_port</td><td style="vertical-align:top;">:</td><td><div>50536</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">request_method</td><td style="vertical-align:top;">:</td><td><div>GET</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">request_uri</td><td style="vertical-align:top;">:</td><td><div>/Multiform/default/results</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">script_name</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">server_name</td><td style="vertical-align:top;">:</td><td><div>Omen</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">server_port</td><td style="vertical-align:top;">:</td><td><div>8000</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">server_protocol</td><td style="vertical-align:top;">:</td><td><div>HTTP/1.1</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">server_software</td><td style="vertical-align:top;">:</td><td><div>Rocket 1.2.6</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">web2py_path</td><td style="vertical-align:top;">:</td><td><div>/home/jdalbey/Dropbox/web2py</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">web2py_version</td><td style="vertical-align:top;">:</td><td><div>2.18.5-stable+timestamp.2019.04.08.04.22.03</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi.errors</td><td style="vertical-align:top;">:</td><td><div>&lt;open file &#x27;&lt;stderr&gt;&#x27;, mode &#x27;w&#x27; at 0x7f28e2095270&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi.file_wrapper</td><td style="vertical-align:top;">:</td><td><div>&lt;class wsgiref.util.FileWrapper at 0x7f28db04f980&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi.input</td><td style="vertical-align:top;">:</td><td><div>&lt;socket._fileobject object at 0x7f28a97d78d0&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi.multiprocess</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi.multithread</td><td style="vertical-align:top;">:</td><td><div>True</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi.run_once</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi.url_scheme</td><td style="vertical-align:top;">:</td><td><div>http</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi.version</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div>1</div></td></tr><tr><td><div>0</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi_errors</td><td style="vertical-align:top;">:</td><td><div>&lt;open file &#x27;&lt;stderr&gt;&#x27;, mode &#x27;w&#x27; at 0x7f28e2095270&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi_file_wrapper</td><td style="vertical-align:top;">:</td><td><div>&lt;class wsgiref.util.FileWrapper at 0x7f28db04f980&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi_input</td><td style="vertical-align:top;">:</td><td><div>&lt;socket._fileobject object at 0x7f28a97d78d0&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi_multiprocess</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi_multithread</td><td style="vertical-align:top;">:</td><td><div>True</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi_run_once</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi_url_scheme</td><td style="vertical-align:top;">:</td><td><div>http</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi_version</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div>1</div></td></tr><tr><td><div>0</div></td></tr></table></div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">extension</td><td style="vertical-align:top;">:</td><td><div>html</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">folder</td><td style="vertical-align:top;">:</td><td><div>/home/jdalbey/Dropbox/web2py/applications/Multiform</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">function</td><td style="vertical-align:top;">:</td><td><div>results</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">global_settings</td><td style="vertical-align:top;">:</td><td><div><table><tr><td style="font-weight:bold;vertical-align:top;">app_folders</td><td style="vertical-align:top;">:</td><td><div>set([&#x27;/home/jdalbey/Dropbox/web2py/applications/HLD&#x27;, &#x27;/home/jdalbey/Dropbox/web2py/applications/LCSv0&#x27;, &#x27;/home/jdalbey/Dropbox/web2py/applications/Multiform&#x27;, &#x27;/home/jdalbey/Dropbox/web2py/applications/Highways&#x27;, &#x27;/home/jdalbey/Dropbox/web2py/applications/welcome&#x27;, &#x27;/home/jdalbey/Dropbox/web2py/applications/admin&#x27;])</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">applications_parent</td><td style="vertical-align:top;">:</td><td><div>/home/jdalbey/Dropbox/web2py</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">cmd_args</td><td style="vertical-align:top;">:</td><td><div><table></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">cmd_options</td><td style="vertical-align:top;">:</td><td><div>&lt;Values at 0x7f28db0199b0: {&#x27;verbose&#x27;: False, &#x27;ip&#x27;: &#x27;127.0.0.1&#x27;, &#x27;debuglevel&#x27;: 30, &#x27;with_scheduler&#x27;: False, &#x27;shutdown_timeout&#x27;: 5, &#x27;taskbar&#x27;: False, &#x27;with_coverage&#x27;: False, &#x27;pid_filename&#x27;: &#x27;httpserver.pid&#x27;, &#x27;maxthreads&#x27;: None, &#x27;softcron&#x27;: False, &#x27;server_name&#x27;: &#x27;Omen&#x27;, &#x27;bpython&#x27;: False, &#x27;nogui&#x27;: False, &#x27;port&#x27;: 8000, &#x27;print_errors&#x27;: False, &#x27;extcron&#x27;: False, &#x27;runcron&#x27;: False, &#x27;run_system_tests&#x27;: False, &#x27;test&#x27;: None, &#x27;folder&#x27;: &#x27;/home/jdalbey/Dropbox/web2py&#x27;, &#x27;config&#x27;: &#x27;&#x27;, &#x27;minthreads&#x27;: None, &#x27;shell&#x27;: None, &#x27;run&#x27;: &#x27;&#x27;, &#x27;log_filename&#x27;: &#x27;httpserver.log&#x27;, &#x27;profiler_dir&#x27;: None, &#x27;args&#x27;: [], &#x27;socket_timeout&#x27;: 5, &#x27;ssl_ca_certificate&#x27;: None, &#x27;scheduler&#x27;: None, &#x27;interfaces&#x27;: None, &#x27;ssl_private_key&#x27;: &#x27;&#x27;, &#x27;gae&#x27;: None, &#x27;password&#x27;: &#x27;******&#x27;, &#x27;request_queue_size&#x27;: 5, &#x27;ssl_certificate&#x27;: &#x27;&#x27;, &#x27;cronjob&#x27;: False, &#x27;numthreads&#x27;: None, &#x27;quiet&#x27;: False, &#x27;import_models&#x27;: False, &#x27;timeout&#x27;: 10, &#x27;plain&#x27;: False, &#x27;nobanner&#x27;: False}&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">db_sessions</td><td style="vertical-align:top;">:</td><td><div>set([])</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">debugging</td><td style="vertical-align:top;">:</td><td><div>True</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">gluon_parent</td><td style="vertical-align:top;">:</td><td><div>/home/jdalbey/Dropbox/web2py</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_jython</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_py2</td><td style="vertical-align:top;">:</td><td><div>True</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_pypy</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_source</td><td style="vertical-align:top;">:</td><td><div>True</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">local_hosts</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div>::1</div></td></tr><tr><td><div>127.0.1.1</div></td></tr><tr><td><div>::ffff:127.0.0.1</div></td></tr><tr><td><div>127.0.0.1</div></td></tr><tr><td><div>Omen</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">web2py_version</td><td style="vertical-align:top;">:</td><td><div>2.18.5-stable+timestamp.2019.04.08.04.22.03</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_https</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_local</td><td style="vertical-align:top;">:</td><td><div>True</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_restful</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_scheduler</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_shell</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">method</td><td style="vertical-align:top;">:</td><td><div>GET</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">now</td><td style="vertical-align:top;">:</td><td><div>datetime.datetime(2020, 3, 17, 9, 21, 4, 934599)</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">raw_args</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">raw_extension</td><td style="vertical-align:top;">:</td><td><div>None</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">url</td><td style="vertical-align:top;">:</td><td><div>/Multiform/default/results</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">utcnow</td><td style="vertical-align:top;">:</td><td><div>datetime.datetime(2020, 3, 17, 16, 21, 4, 934615)</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi</td><td style="vertical-align:top;">:</td><td><div>&lt;gluon.main.LazyWSGI object at 0x7f28a8a92810&gt;</div></td></tr></table></div>'
118tRp60
119sS'frames'
120p61
121(lp62
122(dp63
123S'file'
124p64
125S'/home/jdalbey/Dropbox/web2py/gluon/restricted.py'
126p65
127sS'dump'
128p66
129(dp67
130S'environment'
131p68
132S"{'A': <class 'gluon.html.A'>, 'ANY_OF': <class 'pydal.validators.ANY_OF'>, 'ASSIGNJS': <function ASSIGNJS>, 'B': <class 'gluon.html.B'>, 'BEAUTIFY': <class 'gluon.html.BEAUTIFY'>, 'BODY': <class 'gluon.html.BODY'>, 'BR': <class 'gluon.html.BR'>, 'BUTTON': <class 'gluon.html.BUTTON'>, 'CAT': <class 'gluon.html.CAT'>, 'CENTER': <class 'gluon.html.CENTER'>, ...}"
133p69
134sS'ccode'
135p70
136S'<code object <module> at 0x7f28a88fb7b0, file "/...ns/Multiform/views/default/results.html", line 1>'
137p71
138ssS'lnum'
139p72
140I219
141sS'lines'
142p73
143(dp74
144I214
145S'    if environment is None:'
146p75
147sI215
148S'        environment = {}'
149p76
150sI216
151S"    environment['__file__'] = layer"
152p77
153sI217
154S"    environment['__name__'] = '__restricted__'"
155p78
156sI218
157S'    try:'
158p79
159sI219
160S'        exec(ccode, environment)'
161p80
162sI220
163S'    except HTTP:'
164p81
165sI221
166S'        raise'
167p82
168sI222
169S'    except RestrictedError:'
170p83
171sI223
172S'        # do not encapsulate (obfuscate) the original RestrictedError'
173p84
174ssS'call'
175p85
176S'(ccode=<code object <module> at 0x7f28a88fb7b0, file "/...ns/Multiform/views/default/results.html", line 1>, environment={\'A\': <class \'gluon.html.A\'>, \'ANY_OF\': <class \'pydal.validators.ANY_OF\'>, \'ASSIGNJS\': <function ASSIGNJS>, \'B\': <class \'gluon.html.B\'>, \'BEAUTIFY\': <class \'gluon.html.BEAUTIFY\'>, \'BODY\': <class \'gluon.html.BODY\'>, \'BR\': <class \'gluon.html.BR\'>, \'BUTTON\': <class \'gluon.html.BUTTON\'>, \'CAT\': <class \'gluon.html.CAT\'>, \'CENTER\': <class \'gluon.html.CENTER\'>, ...}, layer=\'/home/jdalbey/Dropbox/web2py/applications/Multiform/views/default/results.html\', scode=r"response.write(\'<!DOCTYPE html>\\n<!--[if (gt IE ...nse.write(\'\\n  </body>\\n</html>\\n\', escape=False)")'
177p86
178sS'func'
179p87
180S'restricted'
181p88
182sa(dp89
183g64
184S'/home/jdalbey/Dropbox/web2py/applications/Multiform/views/default/results.html'
185p90
186sg66
187(dp91
188sg72
189I171
190sg73
191(dp92
192I162
193S"        response.write('<BR>', escape=False)"
194p93
195sI163
196S'        response.write(hwy.tmpdetour)'
197p94
198sI164
199S"        response.write('</td>\\n        ', escape=False)"
200p95
201sI165
202S'        response.write(TD(hwy.supervisor))'
203p96
204sI166
205S"        response.write('\\n', escape=False)"
206p97
207sI167
208S'        pass'
209p98
210sI168
211S'    response.write(\'\\n        </tr>\\n    </table>\\n    <div style="display:none;">\\n        <input name="_formkey" type="hidden" value="8138fabc-b5fc-4787-9f49-80e9ac931cf2" />\\n        <input name="_formname" type="hidden" value="default" />\\n    </div>\\n</form>\\n-->\\n\', escape=False)'
212p99
213sI169
214S'    pass'
215p100
216sI170
217S"response.write('\\n<HR>\\n    \\n', escape=False)"
218p101
219sI171
220S'response.write(form)'
221p102
222sI172
223S"response.write('\\n', escape=False)"
224p103
225sI173
226S'for idx in (1,2):'
227p104
228sI174
229S"    response.write('    \\n', escape=False)"
230p105
231sI175
232S'    response.write(form+idx)'
233p106
234sI176
235S"    response.write('\\n', escape=False)"
236p107
237sI177
238S'    pass'
239p108
240sI178
241S"response.write('\\n<HR>\\n', escape=False)"
242p109
243sI179
244S"response.write('\\n      ', escape=False)"
245p110
246sI180
247S"response.write(response.toolbar() if response.show_toolbar else '')"
248p111
249sI181
250S"response.write('\\n    </div>\\n\\n    ', escape=False)"
251p112
252ssg85
253S'()'
254p113
255sg87
256S'<module>'
257p114
258sasS'pyver'
259p115
260S'Python 2.7.17: /usr/bin/python (prefix: /usr)'
261p116
262sS'session'
263p117
264g59
265(S's\x1d\x03\x00\x00<div><table><tr><td style="font-weight:bold;vertical-align:top;">closureid</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">direction</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">enddate</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">lognum</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">route</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">startdate</td><td style="vertical-align:top;">:</td><td><div></div></td></tr></table></div>'
266tRp118
267sS'etype'
268p119
269S"<type 'exceptions.NameError'>"
270p120
271sS'date'
272p121
273S'Tue Mar 17 09:21:05 2020'
274p122
275sS'response'
276p123
277g59
278(S'sJ\x1e\x00\x00<div><table><tr><td style="font-weight:bold;vertical-align:top;">body</td><td style="vertical-align:top;">:</td><td><div>&lt;cStringIO.StringO object at 0x7f28a8a920f0&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">cookies</td><td style="vertical-align:top;">:</td><td><div><table><tr><td style="font-weight:bold;vertical-align:top;">session_id_multiform</td><td style="vertical-align:top;">:</td><td><div>127.0.0.1-813e6ba9-b6f7-45b5-b559-5ce108aed215<table><tr><td style="font-weight:bold;vertical-align:top;">comment</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">domain</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">expires</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">httponly</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">max-age</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">path</td><td style="vertical-align:top;">:</td><td><div>/</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">samesite</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">secure</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">version</td><td style="vertical-align:top;">:</td><td><div></div></td></tr></table></div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">delimiters</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div>{{</div></td></tr><tr><td><div>}}</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">files</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div>/Multiform/static/js/jquery.js</div></td></tr><tr><td><div>/Multiform/static/css/calendar.css</div></td></tr><tr><td><div>/Multiform/static/js/calendar.js</div></td></tr><tr><td><div>/Multiform/static/js/web2py.js</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">flash</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">form_label_separator</td><td style="vertical-align:top;">:</td><td><div>: </div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">formstyle</td><td style="vertical-align:top;">:</td><td><div>table3cols</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">generic_patterns</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div>*</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">headers</td><td style="vertical-align:top;">:</td><td><div><table><tr><td style="font-weight:bold;vertical-align:top;">X-Powered-By</td><td style="vertical-align:top;">:</td><td><div>web2py</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">menu</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div><table><tr><td><div>Home</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/Multiform/default/index</div></td></tr></table></div></td></tr><tr><td><div><table><tr><td><div>List</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/Multiform/default/list</div></td></tr></table></div></td></tr><tr><td><div><table><tr><td><div>Search</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/Multiform/default/search</div></td></tr></table></div></td></tr><tr><td><div><table><tr><td><div>Request</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/Multiform/default/submit</div></td></tr></table></div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">meta</td><td style="vertical-align:top;">:</td><td><div><table><tr><td style="font-weight:bold;vertical-align:top;">author</td><td style="vertical-align:top;">:</td><td><div>Author</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">description</td><td style="vertical-align:top;">:</td><td><div>describe your app</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">keywords</td><td style="vertical-align:top;">:</td><td><div>keyword</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">models_to_run</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div>^\\w+\\.py$</div></td></tr><tr><td><div>^default/\\w+\\.py$</div></td></tr><tr><td><div>^default/results/\\w+\\.py$</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">postprocessing</td><td style="vertical-align:top;">:</td><td><div><table></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_client</td><td style="vertical-align:top;">:</td><td><div>127.0.0.1</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_cookie_compression_level</td><td style="vertical-align:top;">:</td><td><div>None</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_cookie_expires</td><td style="vertical-align:top;">:</td><td><div>None</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_data_name</td><td style="vertical-align:top;">:</td><td><div>session_data_multiform</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_file</td><td style="vertical-align:top;">:</td><td><div>&lt;open file &#x27;/home/jdalbey/Dropbox/web2py/applications/Multiform/sessions/011/0ed/127.0.0.1-813e6ba9-b6f7-45b5-b559-5ce108aed215&#x27;, mode &#x27;rb+&#x27; at 0x7f28a8b94540&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_filename</td><td style="vertical-align:top;">:</td><td><div>/home/jdalbey/Dropbox/web2py/applications/Multiform/sessions/127.0.0.1-813e6ba9-b6f7-45b5-b559-5ce108aed215</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_hash</td><td style="vertical-align:top;">:</td><td><div>09a40dd7b17e2a53b7e3d997ffdea5d1</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_id</td><td style="vertical-align:top;">:</td><td><div>127.0.0.1-813e6ba9-b6f7-45b5-b559-5ce108aed215</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_id_name</td><td style="vertical-align:top;">:</td><td><div>session_id_multiform</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_locked</td><td style="vertical-align:top;">:</td><td><div>True</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_masterapp</td><td style="vertical-align:top;">:</td><td><div>Multiform</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_new</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_storage_type</td><td style="vertical-align:top;">:</td><td><div>file</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">status</td><td style="vertical-align:top;">:</td><td><div>200</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">subtitle</td><td style="vertical-align:top;">:</td><td><div>subtitle customize me!</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">title</td><td style="vertical-align:top;">:</td><td><div>Multiform</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">view</td><td style="vertical-align:top;">:</td><td><div>default/results.html</div></td></tr></table></div>'
279tRp124
280sS'locals'
281p125
282(dp126
283S'PY2'
284p127
285S'True'
286p128
287sS'OBJECT'
288p129
289S"<class 'gluon.html.OBJECT'>"
290p130
291sS'SQLDB'
292p131
293S"<class 'pydal.base.DAL'>"
294p132
295sS'highways'
296p133
297S'<Rows (7)>'
298p134
299sg117
300S"<Storage {'startdate': '', 'direction': '', 'end...f0a3d', 'fc8353c2-a80f-4ca8-89a1-d836e6d23bd8']}>"
301p135
302sS'LINK'
303p136
304S"<class 'gluon.html.LINK'>"
305p137
306sS'BR'
307p138
308S"<class 'gluon.html.BR'>"
309p139
310sS'local_import'
311p140
312S'<function <lambda>>'
313p141
314sS'OPTGROUP'
315p142
316S"<class 'gluon.html.OPTGROUP'>"
317p143
318sS'PRE'
319p144
320S"<class 'gluon.html.PRE'>"
321p145
322sS'IS_INT_IN_RANGE'
323p146
324S"<class 'pydal.validators.IS_INT_IN_RANGE'>"
325p147
326sS'to_bytes'
327p148
328S'<function to_bytes>'
329p149
330sS'IS_LOWER'
331p150
332S"<class 'pydal.validators.IS_LOWER'>"
333p151
334sS'IS_STRONG'
335p152
336S"<class 'pydal.validators.IS_STRONG'>"
337p153
338sS'cache'
339p154
340S'<gluon.cache.Cache object>'
341p155
342sS'IS_IN_DB'
343p156
344S"<class 'pydal.validators.IS_IN_DB'>"
345p157
346sS'TAG'
347p158
348S'<gluon.html.__TAG__ object>'
349p159
350sS'SQLField'
351p160
352S"<class 'pydal.objects.Field'>"
353p161
354sS'BODY'
355p162
356S"<class 'gluon.html.BODY'>"
357p163
358sS'IS_DATE_IN_RANGE'
359p164
360S"<class 'pydal.validators.IS_DATE_IN_RANGE'>"
361p165
362sS'IFRAME'
363p166
364S"<class 'gluon.html.IFRAME'>"
365p167
366sS'URL'
367p168
368S'<function URL>'
369p169
370sS'__file__'
371p170
372S"'/home/jdalbey/Dropbox/web2py/applications/Multiform/views/default/results.html'"
373p171
374sS'db'
375p172
376S'<DAL uri="sqlite://storage.sqlite">'
377p173
378sS'P'
379S"<class 'gluon.html.P'>"
380p174
381sS'TFOOT'
382p175
383S"<class 'gluon.html.TFOOT'>"
384p176
385sS'iteritems'
386p177
387S'<function <lambda>>'
388p178
389sS'XHTML'
390p179
391S"<class 'gluon.html.XHTML'>"
392p180
393sS'ON'
394p181
395g128
396sS'OL'
397p182
398S"<class 'gluon.html.OL'>"
399p183
400sS'TEXTAREA'
401p184
402S"<class 'gluon.html.TEXTAREA'>"
403p185
404sS'MENU'
405p186
406S"<class 'gluon.html.MENU'>"
407p187
408sS'form2'
409p188
410S'<gluon.html.FORM object>'
411p189
412sS'form1'
413p190
414S'<gluon.html.FORM object>'
415p191
416sS'IS_IMAGE'
417p192
418S"<class 'pydal.validators.IS_IMAGE'>"
419p193
420sS'EM'
421p194
422S"<class 'gluon.html.EM'>"
423p195
424sS'CODE'
425p196
426S"<class 'gluon.html.CODE'>"
427p197
428sS'HTTP'
429p198
430S"<class 'gluon.http.HTTP'>"
431p199
432sS'HR'
433p200
434S"<class 'gluon.html.HR'>"
435p201
436sS'IS_DATETIME'
437p202
438S"<class 'pydal.validators.IS_DATETIME'>"
439p203
440sS'reduce'
441p204
442S'<built-in function reduce>'
443p205
444sS'STYLE'
445p206
446S"<class 'gluon.html.STYLE'>"
447p207
448sS'LABEL'
449p208
450S"<class 'gluon.html.LABEL'>"
451p209
452sS'CLEANUP'
453p210
454S"<class 'pydal.validators.CLEANUP'>"
455p211
456sS'SELECT'
457p212
458S"<class 'gluon.html.SELECT'>"
459p213
460sS'CENTER'
461p214
462S"<class 'gluon.html.CENTER'>"
463p215
464sS'__builtins__'
465p216
466S"{'ArithmeticError': <type 'exceptions.ArithmeticError'>, 'AssertionError': <type 'exceptions.AssertionError'>, 'AttributeError': <type 'exceptions.AttributeError'>, 'BaseException': <type 'exceptions.BaseException'>, 'BufferError': <type 'exceptions.BufferError'>, 'BytesWarning': <type 'exceptions.BytesWarning'>, 'DeprecationWarning': <type 'exceptions.DeprecationWarning'>, 'EOFError': <type 'exceptions.EOFError'>, 'Ellipsis': Ellipsis, 'EnvironmentError': <type 'exceptions.EnvironmentError'>, ...}"
467p217
468sS'HTML'
469p218
470S"<class 'gluon.html.HTML'>"
471p219
472sS'SQLFORM'
473p220
474S"<class 'gluon.sqlhtml.SQLFORM'>"
475p221
476sS'_item'
477p222
478S"['Request', False, '/Multiform/default/submit']"
479p223
480sS'LOAD'
481p224
482S'<function LOAD>'
483p225
484sS'redirect'
485p226
486S'<function redirect>'
487p227
488sS'FIELDSET'
489p228
490S"<class 'gluon.html.FIELDSET'>"
491p229
492sS'IS_EQUAL_TO'
493p230
494S"<class 'pydal.validators.IS_EQUAL_TO'>"
495p231
496sS'embed64'
497p232
498S'<function embed64>'
499p233
500sS'IS_LIST_OF'
501p234
502S"<class 'pydal.validators.IS_LIST_OF'>"
503p235
504sS'INPUT'
505p236
506S"<class 'gluon.html.INPUT'>"
507p237
508sS'EMBED'
509p238
510S"<class 'gluon.html.EMBED'>"
511p239
512sS'H2'
513p240
514S"<class 'gluon.html.H2'>"
515p241
516sS'H3'
517p242
518S"<class 'gluon.html.H3'>"
519p243
520sS'BUTTON'
521p244
522S"<class 'gluon.html.BUTTON'>"
523p245
524sS'H1'
525p246
526S"<class 'gluon.html.H1'>"
527p247
528sS'H6'
529p248
530S"<class 'gluon.html.H6'>"
531p249
532sS'H4'
533p250
534S"<class 'gluon.html.H4'>"
535p251
536sS'H5'
537p252
538S"<class 'gluon.html.H5'>"
539p253
540sS'UL'
541p254
542S"<class 'gluon.html.UL'>"
543p255
544sS'IS_UPPER'
545p256
546S"<class 'pydal.validators.IS_UPPER'>"
547p257
548sS'xmlescape'
549p258
550S'<function xmlescape>'
551p259
552sS'IS_TIME'
553p260
554S"<class 'pydal.validators.IS_TIME'>"
555p261
556sS'OPTION'
557p262
558S"<class 'gluon.html.OPTION'>"
559p263
560sS'TITLE'
561p264
562S"<class 'gluon.html.TITLE'>"
563p265
564sS'CRYPT'
565p266
566S"<class 'pydal.validators.CRYPT'>"
567p267
568sS'IS_EMPTY_OR'
569p268
570S"<class 'pydal.validators.IS_EMPTY_OR'>"
571p269
572sS'MARKMIN'
573p270
574S"<class 'gluon.html.MARKMIN'>"
575p271
576sS'__name__'
577p272
578S"'__restricted__'"
579p273
580sS'STRONG'
581p274
582S"<class 'gluon.html.STRONG'>"
583p275
584sS'COL'
585p276
586S"<class 'gluon.html.COL'>"
587p277
588sS'SCRIPT'
589p278
590S"<class 'gluon.html.SCRIPT'>"
591p279
592sS'msg'
593p280
594S"'Start Date >= '"
595p281
596sS'TABLE'
597p282
598S"<class 'gluon.html.TABLE'>"
599p283
600sS'IS_IPV4'
601p284
602S"<class 'pydal.validators.IS_IPV4'>"
603p285
604sS'IS_LENGTH'
605p286
606S"<class 'pydal.validators.IS_LENGTH'>"
607p287
608sS'IS_IPV6'
609p288
610S"<class 'pydal.validators.IS_IPV6'>"
611p289
612sS'XML'
613p290
614S"<class 'gluon.html.XML'>"
615p291
616sS'B'
617S"<class 'gluon.html.B'>"
618p292
619sS'IMG'
620p293
621S"<class 'gluon.html.IMG'>"
622p294
623sS'SQLTABLE'
624p295
625S"<class 'gluon.sqlhtml.SQLTABLE'>"
626p296
627sS'IS_MATCH'
628p297
629S"<class 'pydal.validators.IS_MATCH'>"
630p298
631sS'IS_ALPHANUMERIC'
632p299
633S"<class 'pydal.validators.IS_ALPHANUMERIC'>"
634p300
635sS'count'
636p301
637S'7'
638sS'SPAN'
639p302
640S"<class 'gluon.html.SPAN'>"
641p303
642sS'IS_JSON'
643p304
644S"<class 'pydal.validators.IS_JSON'>"
645p305
646sS'IS_IPADDRESS'
647p306
648S"<class 'pydal.validators.IS_IPADDRESS'>"
649p307
650sS'IS_SLUG'
651p308
652S"<class 'pydal.validators.IS_SLUG'>"
653p309
654sS'BEAUTIFY'
655p310
656S"<class 'gluon.html.BEAUTIFY'>"
657p311
658sS'META'
659p312
660S"<class 'gluon.html.META'>"
661p313
662sS'IS_DATE'
663p314
664S"<class 'pydal.validators.IS_DATE'>"
665p315
666sS'IS_EMAIL'
667p316
668S"<class 'pydal.validators.IS_EMAIL'>"
669p317
670sS'IS_NOT_EMPTY'
671p318
672S"<class 'pydal.validators.IS_NOT_EMPTY'>"
673p319
674sS'xrange'
675p320
676S"<type 'xrange'>"
677p321
678sS'TBODY'
679p322
680S"<class 'gluon.html.TBODY'>"
681p323
682sS'CAT'
683p324
684S"<class 'gluon.html.CAT'>"
685p325
686sS'Field'
687p326
688S"<class 'pydal.objects.Field'>"
689p327
690sS'IS_LIST_OF_EMAILS'
691p328
692S"<class 'pydal.validators.IS_LIST_OF_EMAILS'>"
693p329
694sg58
695S"<Storage {'function': 'results', 'cookies': <Sim...False, 'is_https': False, 'client': '127.0.0.1'}>"
696p330
697sS'DIV'
698p331
699S"<class 'gluon.html.DIV'>"
700p332
701sS'LEGEND'
702p333
703S"<class 'gluon.html.LEGEND'>"
704p334
705sS'to_native'
706p335
707S'<function to_native>'
708p336
709sS'COLGROUP'
710p337
711S"<class 'gluon.html.COLGROUP'>"
712p338
713sS'DAL'
714p339
715S"<class 'pydal.base.DAL'>"
716p340
717sS'ASSIGNJS'
718p341
719S'<function ASSIGNJS>'
720p342
721sS'TR'
722p343
723S"<class 'gluon.html.TR'>"
724p344
725sS'LI'
726p345
727S"<class 'gluon.html.LI'>"
728p346
729sS'TH'
730p347
731S"<class 'gluon.html.TH'>"
732p348
733sS'TD'
734p349
735S"<class 'gluon.html.TD'>"
736p350
737sS'IS_URL'
738p351
739S"<class 'pydal.validators.IS_URL'>"
740p352
741sS'A'
742S"<class 'gluon.html.A'>"
743p353
744sS'HEAD'
745p354
746S"<class 'gluon.html.HEAD'>"
747p355
748sS'IS_DATETIME_IN_RANGE'
749p356
750S"<class 'pydal.validators.IS_DATETIME_IN_RANGE'>"
751p357
752sS'FORM'
753p358
754S"<class 'gluon.html.FORM'>"
755p359
756sS'I'
757S"<class 'gluon.html.I'>"
758p360
759sS'IS_NOT_IN_DB'
760p361
761S"<class 'pydal.validators.IS_NOT_IN_DB'>"
762p362
763sS'IS_FILE'
764p363
765S"<class 'pydal.validators.IS_FILE'>"
766p364
767sS'hwy'
768p365
769S"<Row {'s1097phone': None, 'supervisor': 'Sue', '...', 'starttime': '0115', 'worktype': 'Connector'}>"
770p366
771sg123
772S"<Storage {'body': <cStringIO.StringO object at 0...0x7f28a8a891d0>, 'view': 'default/results.html'}>"
773p367
774sS'THEAD'
775p368
776S"<class 'gluon.html.THEAD'>"
777p369
778sS'ANY_OF'
779p370
780S"<class 'pydal.validators.ANY_OF'>"
781p371
782sS'IS_NULL_OR'
783p372
784S"<class 'pydal.validators.IS_EMPTY_OR'>"
785p373
786sS'IS_FLOAT_IN_RANGE'
787p374
788S"<class 'pydal.validators.IS_FLOAT_IN_RANGE'>"
789p375
790sS'IS_EXPR'
791p376
792S"<class 'pydal.validators.IS_EXPR'>"
793p377
794sS'T'
795S'<gluon.languages.TranslatorFactory object>'
796p378
797sS'IS_IN_SET'
798p379
799S"<class 'pydal.validators.IS_IN_SET'>"
800p380
801sS'IS_UPLOAD_FILENAME'
802p381
803S"<class 'pydal.validators.IS_UPLOAD_FILENAME'>"
804p382
805sS'TT'
806p383
807S"<class 'gluon.html.TT'>"
808p384
809sS'IS_DECIMAL_IN_RANGE'
810p385
811S"<class 'pydal.validators.IS_DECIMAL_IN_RANGE'>"
812p386
813sssS'traceback'
814p387
815S'Traceback (most recent call last):\n  File "/home/jdalbey/Dropbox/web2py/gluon/restricted.py", line 219, in restricted\n    exec(ccode, environment)\n  File "/home/jdalbey/Dropbox/web2py/applications/Multiform/views/default/results.html", line 171, in <module>\nNameError: name \'form\' is not defined\n'
816p388
817s.
Note: See TracBrowser for help on using the repository browser.