File: user_admin.html

package info (click to toggle)
pyscrabble 1.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 15,276 kB
  • ctags: 1,396
  • sloc: python: 11,667; sh: 429; makefile: 67
file content (25 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html xmlns:nevow="http://nevow.com/ns/nevow/0.1">

<head>
	<title>PyScrabble Server Admin -- User Administration</title>
	<link rel="stylesheet" type="text/css" href="/styles/index.css" />
</head>

<body>
	<div align="center">
		<h2>
		User Administration -- <span nevow:render="userName"/>
		</h2>
	</div>
	
	<br/>
	
	<span nevow:render="userForm"/>
	
	<br/><br/>
	<div align="center">
		<a href="/">Home</a>
	</div>
</body>

</html>