some functionality for login etc.

This commit is contained in:
rolux 2010-12-24 17:13:51 +00:00
parent dfda9a0e6d
commit 631a64b32d
4 changed files with 7780 additions and 396 deletions

View file

@ -18,7 +18,8 @@ if(typeof(console)=='undefined') {
<script type="text/javascript" src="/static/oxjs/build/js/ox.js"></script>
<script type="text/javascript" src="/static/oxjs/build/js/ox.ui.js"></script>
<script type="text/javascript" src="/static/js/pandora.js"></script>
<script type="text/javascript" src="/static/js/pandora.local.js"></script>
<!--
<script type="text/javascript" src="/static/js/pandora.local.js"></script> -->
</head>
<body></body>
</html>

View file

@ -58,8 +58,7 @@
{"id": "history", "title": "History"},
{"id": "lists", "title": "My Lists"},
{"id": "public", "title": "Public Lists"},
{"id": "featured", "title": "Featured Lists"},
{"id": "admin", "title": "Admin"}
{"id": "featured", "title": "Featured Lists"}
],
"sortKeys": [
{"id": "title", "title": "Title", "operator": "", "align": "left", "width": 180, "removable": false},
@ -121,17 +120,19 @@
"findQuery": {"conditions": [], "operator": ""},
"groupsQuery": {"conditions": [], "operator": "|"},
"groupsSize": 176,
"item": "",
"itemView": "timeline",
"listQuery": {"conditions": [], "operator": ""},
"listsSize": 256,
"listView": "icons",
"section": "items",
"sections": ["history", "lists", "public", "featured", "admin"],
"sections": ["history", "lists", "public", "featured"],
"showAnnotations": true,
"showGroups": true,
"showInfo": true,
"showLists": true,
"showMovies": true,
"sitePage": "home",
"sort": [
{"key": "director", "operator": ""}
],

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff