/[projects]/misc/horsensspejder-web/header.php
ViewVC logotype

Annotation of /misc/horsensspejder-web/header.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2128 - (hide annotations) (download)
Sat Mar 15 12:29:02 2014 UTC (10 years, 2 months ago) by torben
File size: 2837 byte(s)
first edition of view page
1 torben 2125 <?php
2     header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
3     header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past
4    
5     session_start();
6     if ($_SESSION["login"] != 1) {
7     header("Location: index.php");
8     exit();
9     }
10    
11     header("Content-Type: text/html; charset=iso-8859-1");
12    
13     ?>
14     <html>
15     <head>
16     <title>De gr&oslash;nne spejdere i Horsens - kommunikation</title>
17     <script type="text/javascript" src="jquery/jquery-ui-1.10.3/jquery-1.9.1.js"></script>
18     <script type="text/javascript" src="jquery/jquery.ui.widget.min.js"></script>
19     <!-- <script type="text/javascript" src="jquery/jquery-picklist.min.js"></script>-->
20     <script type="text/javascript" src="jquery/DataTables-1.9.4/media/js/jquery.dataTables.min.js"></script>
21     <script type="text/javascript" src="jquery/chosen_v1.0.0/chosen.jquery.min.js"></script>
22    
23     <!-- <link rel="stylesheet" type="text/css" href="jquery/jquery-picklist.css">
24     <link rel="stylesheet" type="text/css" href="jquery/jquery/jquery-picklist-ie7.css">-->
25     <link rel="stylesheet" type="text/css" href="jquery/chosen_v1.0.0/chosen.css">
26    
27     <style>
28    
29     a {
30     color: black;
31     }
32    
33     .pickList_list {
34     width: 300px;
35     height: 120px;
36     }
37    
38     .pickList_controlsContainer {
39     width: 40px;
40     margin-top: 20px;
41     }
42    
43     #menu {
44     position: fixed;
45     left: 20px;
46     top: 80px;
47     width: 150px;
48     background: #004B19 ;
49     color: #ffffff;
50     padding: 10px;
51     z-index: 10;
52     }
53    
54     #logo {
55     position: fixed;
56     left: 10px;
57     top: 30px;
58     }
59    
60     #main {
61     position: absolute;
62     left: 210px;
63     /* margin-left: 200px;*/
64    
65     top: 90px;
66     }
67    
68     a.menu {
69     color: #ffffff;
70     }
71    
72     .even {
73     background: #B1FEAA;
74     }
75    
76     .odd{
77     background: #F0F0F0;
78     }
79    
80     .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
81     height: 25px;
82     }
83    
84     </style>
85     </head>
86     <body bgcolor="white">
87    
88     <a href="start.php"><img src="gfx/dgs-logo.png" id="logo" border="0"></a>
89    
90     <div id="menu">
91     <br>
92     <b>Kommunikation:</b><br>
93     <a href="nybesked.php" class="menu">Ny mail/sms</a><br>
94     <a href="simpelsms.php" class="menu">Simpel sms</a><br>
95    
96     <a href="inbox.php" class="menu">SMS Indbakke</a><br>
97    
98     <a href="smsjobs.php" class="menu">SMS Jobs</a><br>
99     <a href="outbox.php" class="menu">SMS Udbakke</a><br>
100    
101     <br>
102 torben 2128 <b>M&oslash;deprotokol</b><br>
103     <a href="moedeprotokol.php?enhed=b_ver" class="menu">B&aelig;ver</a><br>
104     <a href="moedeprotokol.php?enhed=ulv" class="menu">Ulv</a><br>
105     <a href="moedeprotokol.php?enhed=junior" class="menu">Junior</a><br>
106     <a href="moedeprotokol.php?enhed=spejder" class="menu">Spejder</a><br>
107     <a href="moedeprotokol.php?enhed=senior" class="menu">Senior</a><br>
108    
109    
110    
111     <br>
112 torben 2125 <b>Stamdata:</b><br>
113     <a href="enheder.php" class="menu">Enheder</a><br>
114     <a href="personer.php" class="menu">Personer</a><br>
115     <a href="mangler.php" class="menu">Mangler data</a><br>
116    
117 torben 2128
118 torben 2125 <br>
119     <a href="admin.php" class="menu">Administration</a><br>
120     <br>
121     <a href="logout.php" class="menu">Logout</a><br>
122    
123     </div>
124    
125     <div id="main">

  ViewVC Help
Powered by ViewVC 1.1.20