re-work the image edit super page to use jQuery and add image tag editing
[bse.git] / site / templates / admin / basej.tmpl
1 <!DOCTYPE html>
2 <html lang="<:= request.language | html -:>">
3   <head>
4     <title><:= params.title :> - BSE</title>
5     <link rel="stylesheet" href="/css/admin.css" type="text/css" />
6 <:.if params.css -:>
7   <link rel="stylesheet" href="/css/<:= params.css :>" type="text/css" />
8 <:- .end if:>
9 <:ajax jquery:>
10 <:.if params.api -:>
11   <script type="text/javascript" src="/js/bse_apij.js"></script>
12 <:.end if -:>   
13 <:.if params.js -:>
14   <script type="text/javascript" src="/js/<:= params.js:>"></script>
15 <:.end if -:>
16   </head>
17   <body<:.if params.bodyid :> id="<:= params.bodyid :>"<:.end if:>>
18 <:.if params.showtitle :>
19 <h1><:= params.title :></h1>
20 <:.end if:>
21 <:wrap here:>
22   </body>
23 </html>