~ubuntu-branches/ubuntu/vivid/gosa/vivid

« back to all changes in this revision

Viewing changes to ihtml/themes/default/setup_headers.tpl

Tags: 2.7.1-1
* New upstream release
* Updated packaging to not include smarty (Closes: #620489)
* Fixed case of POSIX (Closes: #620486)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
 
4
 
<head>
5
 
  <title>{if isset($title)}{$title}{else}GOsa{/if}</title>
6
 
 
7
 
  <meta name="generator" content="my hands">
8
 
  <meta name="description" content="GOsa - Login">
9
 
  <meta name="author" lang="de" content="Cajus Pollmeier">
10
 
 
11
 
  <meta http-equiv="Expires" content="Mon, 26 Jul 1997 05:00:00 GMT">
12
 
  <meta http-equiv="Last-Modified" content="{$date} GMT">
13
 
  <meta http-equiv="Cache-Control" content="no-cache">
14
 
  <meta http-equiv="Pragma" content="no-cache">
15
 
  <meta http-equiv="Cache-Control" content="post-check=0, pre-check=0">
16
 
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
17
 
 
18
 
  <style type="text/css">@import url('themes/default/style.css');</style>
19
 
  <link rel="shortcut icon" href="favicon.ico">
20
 
 
21
 
  <script language="javascript"src="include/png.js" type="text/javascript"></script>
22
 
  <script language="javascript"src="include/calendar.js" type="text/javascript"></script>
23
 
  <script language="javascript"src="include/focus.js" type="text/javascript"></script>
24
 
  <script language="javascript"src="include/warning.js" type="text/javascript"></script>
25
 
</head>