Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
header.php
1 <?php
27 ?>
28 <html>
29 <head>
30  <style type="text/css">
31  html, body {
32  background: #FCFCFC;
33  color: #000000;
34  font: 11px Tahoma,Verdana,sans-serif;
35  margin: 0px;
36  padding: 0px;
37  padding: 0px;
38  }
39 
40  table {
41  font: 11px Tahoma,Verdana,sans-serif;
42  }
43 
44  /* main popup title */
45  .title {
46  background: #402F48;
47  color: #FFFFFF;
48  font-weight: bold;
49  font-size: 120%;
50  padding: 3px 10px;
51  margin-bottom: 10px;
52  border-bottom: 1px solid black;
53  letter-spacing: 4px;
54  }
55 
56  /* fieldset styles */
57  fieldset {
58  width: 90%;
59  padding: 0px 5px 5px 5px;
60  border-color: #725B7D;
61  }
62 
63  .fl { width: 9em; float: left; padding: 2px 5px; text-align: right; }
64  .fr { width: 7em; float: left; padding: 2px 5px; text-align: right; }
65 
66  /* form and form fields */
67  form { padding: 0px; margin: 0px; }
68 
69  select, input, button, textarea {
70  font: 11px Tahoma,Verdana,sans-serif;
71  }
72 
73  button {
74  width: 70px;
75  }
76 
77  /* colour picker button styles */
78  .buttonColor, .buttonColor-hilite {
79  cursor: default;
80  border: 1px solid;
81  border-color: #9E86AA #725B7D #725B7D #9E86AA;
82  }
83 
84  .buttonColor-hilite {
85  border-color: #402F48;
86  }
87 
88  .buttonColor-chooser, .buttonColor-nocolor, .buttonColor-nocolor-hilite {
89  height: 0.6em;
90  border: 1px solid;
91  padding: 0px 1em;
92  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
93  }
94 
95  .buttonColor-nocolor, .buttonColor-nocolor-hilite { padding: 0px; }
96  .buttonColor-nocolor-hilite { background: #402F48; color: #FFFFFF; }
97  </style>
98  <?php
99 
100  if ($_GET['browser'] != 'ns') {
101  ?><script language="JavaScript" src="<?php echo sq_web_path('lib').'/js/detect.js';?>"></script><?php
102  }
103  ?>
104 
105  <script language="JavaScript" type="text/javascript">
106  if (is_ie4up || is_dom) {
107  var owner = parent;
108  } else {
109  var owner = window;
110  }// end if
111 
112  function popup_close() {
113  popup_init = null;
114  owner.bodycopy_hide_popup();
115  }
116  </script>
117 </head>
118 
119 <?php
120  if ($_GET['page_width']) {
121  $table_width = 'width="'.htmlspecialchars($_GET['page_width']).'"';
122  }
123 
124  if ($_GET['page_height']) {
125  $table_height = 'height="'.htmlspecialchars($_GET['page_height']).'"';
126  }
127 ?>
128 
129 <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" onload="javascript: if(typeof popup_init == 'function') popup_init();" <?php echo htmlspecialchars($_GET['body_extra']) ?>>
130 
131 <table <?php echo $table_width; ?> <?php echo $table_height; ?> cellspacing="1" cellpadding="0" border="0" bgcolor="#402F48">
132  <tr>
133  <td valign="top" align="center" bgcolor="#FCFCFC">