]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/admin/index.xhtml
added xhtml namespace
[Evergreen.git] / Open-ILS / xul / staff_client / server / admin / index.xhtml
1 <?xml version='1.0'?>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3         <head>
4                 <title>Local System Administration</title>
5                 <script>
6                         function _l(l) { location.href = l + location.search; }
7                 </script>
8         </head>
9         <body>
10                 <center>
11                         <div style='height: 40px; margin-top: 20px; font-weight: bold; font-size: 14pt;'>
12                                 Local System Administration
13                         </div>
14                         <img src='../skin/media/images/tools.png'/>
15                         <div style='padding: 5px;'>
16                                 <a href='javascript:_l("copy_locations.xhtml");'>Copy Locations Editor</a>
17                         </div>
18                         <div style='padding: 5px;'>
19                                 <a href='javascript:_l("non_cat_types.xhtml");'>Non Cataloged Types Editor</a>
20                         </div>
21                         <div style='padding: 5px;'>
22                                 <a href='javascript:_l("stat_cat_editor.xhtml");'>Statistical Categories Editor</a>
23                         </div>
24                 </center>
25         </body>
26 </html>