| commit 257: | 5be317a83880 |
| parent 256: | 144008738fe0 |
| branch: | default |
use minified files
Changed (Δ80 bytes):
raw changeset »
shabti/templates/formalchemy/+package+/config/routing.py_tmpl (2 lines added, 2 lines removed)
shabti/templates/formalchemy/+package+/templates/fa_admin/base.mako_tmpl (5 lines added, 4 lines removed)
Up to file-list shabti/templates/formalchemy/+package+/config/routing.py_tmpl:
| … | … | @@ -21,8 +21,8 @@ def make_map(config): |
21 |
21 |
# CUSTOM ROUTES HERE |
22 |
22 |
|
23 |
23 |
# jQuery resource for FA's admin UI |
24 |
map.connect('/jquery_ui/', controller='jquery') |
|
25 |
map.connect('/jquery_ui/*url', controller='jquery') |
|
24 |
map.connect('jquery', '/jquery', controller='jquery') |
|
25 |
map.connect('/jquery/*url', controller='jquery') |
|
26 |
26 |
|
27 |
27 |
# Map the /admin url to FA's AdminController |
28 |
28 |
maps.admin_map(map, controller='admin', url='/admin') |
Up to file-list shabti/templates/formalchemy/+package+/templates/fa_admin/base.mako_tmpl:
| … | … | @@ -4,6 +4,7 @@ from pylons import url |
4 |
4 |
%>\ |
5 |
5 |
<html> |
6 |
6 |
<head> |
7 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
7 |
8 |
<title>${self.title()}</title> |
8 |
9 |
<style media="screen" type="text/css"><!-- @import url(${url(controller=controller, modelname='static_contents', action='admin.css')}); --></style> |
9 |
10 |
<style type="text/css"> |
| … | … | @@ -21,11 +22,11 @@ from pylons import url |
21 |
22 |
float:left; |
22 |
23 |
} |
23 |
24 |
</style> |
24 |
<link rel="stylesheet" href="${url( |
|
25 |
<link rel="stylesheet" href="${url(controller="jquery")}/css/redmond/jquery-ui-1.7.2.custom.css" type="text/css"> |
|
25 |
26 |
</link> |
26 |
<script src="${url("/jquery_ui")}/js/jquery-1.3.2.min.js" type="text/javascript"> |
|
27 |
</script> |
|
28 |
< |
|
27 |
<link rel="stylesheet" href="${url(controller="jquery")}/fa.jquery.min.css" type="text/css"> |
|
28 |
</link> |
|
29 |
<script src="${url(controller="jquery")}/fa.jquery.min.js" type="text/javascript"> |
|
29 |
30 |
</script> |
30 |
31 |
</head> |
31 |
32 |
<body> |
