Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Forked Xestia Scanner Server!
[xestiascansrv/.git] / cgi-files / page.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3         <head>
4                 <title>Xestia Scanner Server<xestiascan:title></title>
5                 <style type="text/css" media="screen">
6                         body {
7                                 margin: 0px; 
8                                 font-family: sans-serif; 
9                                 padding: 0px; 
10                                 font-size: 13px;
11                                 background-color: #402040;
12                                 color: #ffffff;
13                                 background-image: url('<xestiascan:imagespath>/pagebackground.png');
14                                 background-repeat: repeat-x;
15                         }
16                         
17                         a:link {
18                                 color: #ffffff;
19                         }
20                                 
21                         a:hover {
22                                 color: #bbbbbb;
23                         }
24                                 
25                         a:visited {
26                                 color: #ffffff;
27                         }
28                         
29                         table {
30                                 width: 100%;
31                         }
32                         
33                         tr {
34                                 padding: 5px;
35                         }
36                         
37                         /*
38                         
39                         select, input, button {
40                                 font-size: 12px;
41                                 background-color: #408080;
42                                 color: #ffffff;
43                                 border-style: solid;
44                                 border-style: 1px;
45                                 border-color: #102020;
46                                 padding: 2px;
47                         }
48                         
49                         */
50                         
51                         textarea {
52                                 font-size: 12px;
53                                 background-color: #408080;
54                                 color: #ffffff;
55                                 border-style: solid;
56                                 border-style: 1px;
57                                 border-color: #102020;
58                                 padding: 2px;
59                                 white-space: nowrap;
60                         }
61                         
62                         .page {
63                         }
64                         
65                         .pagedata {
66                                 padding: 0px;
67                         }
68                         
69                         .topbar {
70                                 padding: 3px;
71                                 background-color: #753575;
72                                 border-bottom-style: solid;
73                                 border-bottom-width: 1px;
74                                 border-bottom-color: #EE70EE;
75                                 text-align: right;
76                                 min-height: 17px;
77                                 background-image: url('<xestiascan:imagespath>/menutop.png');
78                                 background-repeat: repeat-x;
79                         }
80                         
81                         .title {
82                                 font-size: 16px;
83                                 font-weight: bold;
84                                 position: absolute;
85                                 text-align: left;
86                                 z-index: 0;
87                                 left: 0;
88                                 padding-left: 3px;
89                         }
90                         
91                         .tablecellheader {
92                                 font-size: 12px;
93                                 background-color: #703570;      
94                                 font-weight: bold;
95                                 text-align: left;
96                                 background-image: url('<xestiascan:imagespath>/tabletop.png');
97                                 background-repeat: repeat-x;
98                         }
99                         
100                         .tablecell1 {
101                                 background-color: #603060;
102                                 font-size: 12px;
103                         }
104                         
105                         .tablecell2 {
106                                 background-color: #402040;
107                                 font-size: 12px;
108                         }
109                         
110                         .tablecelldisabled {
111                                 background-color: #808080;
112                                 font-size: 12px;
113                         }
115                         .copyrightbar {
116                                 background-color: #30AAAA;
117                                 padding: 7px;
118                                 border-top: solid;
119                                 border-top-color: #70bbbb;
120                                 border-top-width: 1px;
121                         }
122                         
123                         .errorsectionbox {
124                                 border-color: #A00000;
125                                 border-style: solid;
126                                 border-width: 1px;
127                                 margin: 5px;
128                         }
129                         
130                         .errorboxheader {
131                                 background-color: #700000;
132                                 font-size: 16px;
133                                 padding: 5px;
134                                 text-align: center;
135                         }
136                         
137                         .errorbox {
138                                 padding: 5px;
139                                 background-color: #350000;
140                         }
141                         
142                         .copyrighttext {
143                                 font-size:12px;
144                         }
145                         
146                         .datalist {
147                                 border: solid;
148                                 border-width: 1px;
149                                 border-color: #CC60CC;
150                                 padding: 5px;
151                                 background-color: #703570;
152                         }
154                         .warningcell {
155                                 background-color: #902020;
156                                 font-size: 12px;
157                         }
159                         .warningoption {
160                                 background-color: #902020;
161                         }
163                         .pageheader {
164                                 font-size: 18px;
165                                 font-weight: bold;
166                         }
168                         .smallpageheader{
169                                 font-weight: bold;
170                         }
171                         
172                         .scannermenu{
173                                 text-align: center;
174                                 padding: 3px;
175                                 background-color: #603060;
176                                 border-bottom-style: solid;
177                                 border-bottom-width: 1px;
178                                 border-bottom-color: #CC60CC;
179                                 text-align: center;
180                                 background-image: url('<xestiascan:imagespath>/scannertop.png');
181                                 background-repeat: repeat-x;
182                         }
183                         
184                         .sectionbox {
185                                 float: left;
186                                 width: inherit;
187                                 border-color: #A050A0;
188                                 border-style: solid;
189                                 border-width: 1px;
190                                 padding: 0px;
191                                 margin: 5px;
192                         }
193                         
194                         .sectiontitle{
195                                 background-color: #753575;
196                                 font-size: 16px;
197                                 padding: 5px;
198                                 text-align: center;
199                                 background-image: url('<xestiascan:imagespath>/sectiontop.png');
200                                 background-repeat: repeat-x;
201                                 border-bottom-color: #904590;
202                                 border-bottom-style: solid;
203                                 border-bottom-width: 1px;
204                         }
205                         
206                         .sectionboxnofloat {
207                                 border-color: #A050A0;
208                                 border-style: solid;
209                                 border-width: 1px;
210                                 padding: 0px;
211                                 margin: 5px;
212                         }
213                         
214                         .secondbox{
215                                 padding: 5px;
216                                 background-color: #502550;
217                         }
218                         
219                         .previewimage{
220                                 text-align: center;
221                         }
222                         
223                         .outputmoduletitle, .exportmoduletitle{
224                                 padding: 5px;
225                                 background-color: #603060;
226                                 font-weight: bold;
227                         }
228                         
229                         .outputmoduleoptions, .exportmoduleoptions{
230                                 padding-left: 15px;
231                                 padding-top: 5px;
232                                 padding-right: 5px;
233                                 padding-bottom: 5px;
234                                 background-color: #502550;
235                         }
236                         
237                 </style>
238                 <meta http-equiv="Content-Type" content="text/html; charset=utf-8;">
239         </head>
240         <body>
241                 <div class="topbar">
242                                 <span class="title">Xestia Scanner Server</span>
243                                 <xestiascan:menu>
244                 </div>
245                 <div class="page">
247                         <div class="pagedata">
248                                 <xestiascan:pagedata>
249                         </div>
250                         
251                 </div>
252                 <!--<div class="copyrightbar">
253                         &copy;2010 Steve Brokenshire<br />
254                 </div>-->
255         </body>
256 </html> 
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy