Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/views/default/user.html
blob: 755d1c0972450feb17f5e526ea5d81ada7c7be09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
  <link rel="stylesheet" href="../../static/glike.css" type="text/css" />
  <head>
  <title>Turtle Art Image Database</title>
  </head>
  <body>
  <div id="header">
  <h1><a href="index" >Home</a></h1>
  </div>
  <div id='bodycontent'>
<h2>{{=request.args(0)}}</h2>
{{=form}}
{{if request.args(0)=='login':}}
<a href="{{=URL(r=request, args='register')}}" >register</a><br />
<a href="{{=URL(r=request, args='request_reset_password')}}" >lost password</a><br />
{{pass}}
  </div>
  </body>
  </style>
</html>