]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/admin/index.xhtml
quick way to give hold pull list its own savable columns. really need a default...
[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                         <style>
19                                 td { text-align: center; }
20                         </style>
21                         <br/> <br/>
22                         <table width='100%'>
23                                 <thead>
24                                         <tr>
25                                                 <th width='30%'>Workstation Configuration</th>
26                                                 <th width='30%'>Library Configuration</th>
27                                                 <th width='30%'>Maintenance Reports</th>
28                                         </tr>
29                                 </thead>
30                                 <tbody>
31                                         <tr valign="top">
32                                                 <td>
33                                                         <div style='padding: 8px;'>
34                                                                 <a href='javascript:_l("font_settings.xul");'>Global Font Settings</a>
35                                                         </div>
36                                                         <div style='padding: 8px;'>
37                                                                 <a href='javascript:_l("printer_settings.html");'>Printer Settings Editor</a>
38                                                         </div>
39                                                 </td><td>
40                                                         <div style='padding: 8px;'>
41                                                                 <a href='javascript:_l("closed_dates.xhtml");'>Closed Dates Editor</a>
42                                                         </div>
43                                                         <div style='padding: 8px;'>
44                                                                 <a href='javascript:_l("copy_locations.xhtml");'>Copy Locations Editor</a>
45                                                         </div>
46                                                         <div style='padding: 8px;'>
47                                                                 <a href='javascript:_l("org_settings.xhtml");'>Library Settings Editor</a>
48                                                         </div>
49                                                         <div style='padding: 8px;'>
50                                                                 <a href='javascript:_l("non_cat_types.xhtml");'>Non Cataloged Types Editor</a>
51                                                         </div>
52                                                         <div style='padding: 8px;'>
53                                                                 <a href='javascript:_l("stat_cat_editor.xhtml");'>Statistical Categories Editor</a>
54                                                         </div>
55                                                 </td><td>
56                                                         <div style='padding: 8px;'>
57                                                                 <a href='javascript:_l("hold_pull_list.xul");'>Pull List for Hold Requests</a> <span style="color: red">(Testing)</span>
58                                                         </div>
59                                                         <div style='padding: 8px;'>
60                                                                 <a href='javascript:_l("cash_reports.xhtml");'>Cash Reports</a>
61                                                         </div>
62                                                         <div style='padding: 8px;'>
63                                                                 <a href='javascript:window.xulG.new_tab("/xul/server/admin/transit_list.xul",{"tab_name":"Transits"},{});'>Transit List</a>
64                                                         </div>
65                                                 </td>
66                                         </tr>
67                                 </tbody>
68                         </table>
69                 </center>
70         </body>
71 </html>