]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/admin/index.xhtml
layout tweak
[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                 <style type='text/css'>
9                         body { background-color: white; }
10                 </style>
11         </head>
12         <body>
13                 <center>
14                         <div style='height: 40px; margin-top: 20px; font-weight: bold; font-size: 14pt;'>
15                                 Local System Administration
16                         </div>
17                         <img src='../skin/media/images/tools.png'/>
18                         <table>
19                                 <tr><th>Workstation Configuration</th><th>Library Configuration</th><th>Maintenance Reports</th></tr>
20                                 <tr valign="top">
21                                         <td>
22                                                 <div style='padding: 8px;'>
23                                                         <a href='javascript:_l("font_settings.xul");'>Global Font Settings</a>
24                                                 </div>
25                                                 <div style='padding: 8px;'>
26                                                         <a href='javascript:_l("printer_settings.html");'>Printer Settings Editor</a>
27                                                 </div>
28                                         </td><td>
29                                                 <div style='padding: 8px;'>
30                                                         <a href='javascript:_l("closed_dates.xhtml");'>Closed Dates Editor</a>
31                                                 </div>
32                                                 <div style='padding: 8px;'>
33                                                         <a href='javascript:_l("copy_locations.xhtml");'>Copy Locations Editor</a>
34                                                 </div>
35                                                 <div style='padding: 8px;'>
36                                                         <a href='javascript:_l("org_settings.xhtml");'>Library Settings Editor</a>
37                                                 </div>
38                                                 <div style='padding: 8px;'>
39                                                         <a href='javascript:_l("non_cat_types.xhtml");'>Non Cataloged Types Editor</a>
40                                                 </div>
41                                                 <div style='padding: 8px;'>
42                                                         <a href='javascript:_l("stat_cat_editor.xhtml");'>Statistical Categories Editor</a>
43                                                 </div>
44                                         </td><td>
45                                                 <div style='padding: 8px;'>
46                                                         <a href='javascript:_l("../patron/holds.xul");'>Pull List for Hold Requests</a> <span style="color: red">(Testing)</span>
47                                                 </div>
48                                                 <div style='padding: 8px;'>
49                                                         <a href='javascript:_l("cash_reports.xhtml");'>Cash Reports</a>
50                                                 </div>
51                                         </td>
52                                 </tr>
53                         </table>
54                 </center>
55         </body>
56 </html>