Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/errors/127.0.0.1.2010-07-06.22-04-03.c19ffad3-d858-4ba6-a628-374f9db0b6e8
blob: 44a13e23fa7dfa26514693cd59ffbf9b5c6be12c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(dp1
S'output'
p2
S''
sS'layer'
p3
S'/home/jboisture/Desktop/web2py/applications/turtlesite/views/default/index.html'
p4
sS'code'
p5
S'response.write(\'<html>\\n  <link rel="stylesheet" href="../static/glike.css" type="text/css" />\\n  <head>\\n  <title>Turtle Art Image Database</title>\\n  </head>\\n  <body>\\n  <div id="header">\\n  <h1><a href="index.html" >Home</a></h1>\\n  <ul>\\n    \',escape=False)\nif auth.is_logged_in()\nresponse.write(\'<li>\',escape=False)\nresponse.write(auth.user.username+": ")\nresponse.write(\'</li><li><a href="upload.html" >New Image</a></li><li><a href="adminpage.html" >Clear All</a></li>\\n    \',escape=False)\nif not auth.is_logged_in()\nresponse.write(\'<li><a href="user.html">log in</a></li>\\n  </ul>\\n  </div>\\n  <div id=\\\'bodycontent\\\'>\\n  \\n<h1>Submissions</h1>\\n  <table border = 20>\\n    \',escape=False)\nfor row in comments:\n    response.write(\'\\n      <tr>\\n      \',escape=False)\n    for comment in row:\n        response.write(\'<td><a href = \',escape=False)\n        response.write("/turtlesite/default/image.html?title="+comment.title)\n        response.write(\'><img width="250px" src="\',escape=False)\n        response.write(URL(r=request, f=\'download\', args=comment.newimage))\n        response.write(\'" onclick="ajax(\\\'ajaxwiki_onclick\\\',[\\\'text\\\'],\\\'html\\\')"/></a></td>\',escape=False)\n        pass\n    response.write(\'\\n      </tr>\\n  </table>\\n\\n  </div>\\n  </body>\\n  </style>\\n</html>\\n\',escape=False)'
p6
sS'traceback'
p7
S'Traceback (most recent call last):\n  File "/home/jboisture/Desktop/web2py/gluon/restricted.py", line 176, in restricted\n    ccode = compile2(code,layer)\n  File "/home/jboisture/Desktop/web2py/gluon/restricted.py", line 163, in compile2\n    return compile(code.rstrip().replace(\'\\r\\n\',\'\\n\')+\'\\n\', layer, \'exec\')\n  File "/home/jboisture/Desktop/web2py/applications/turtlesite/views/default/index.html", line 2\n    if auth.is_logged_in()\n                         ^\nSyntaxError: invalid syntax\n'
p8
s.