Project

General

Profile

« Previous | Next » 

Revision 1428

Added by Dietmar over 13 years ago

update Argostheme to version 1.5 (Tks to Argos)
validation fixes
call edit_full_area on the fly

View differences:

header.htt
7 7
<meta http-equiv="content-language" content="{LANGUAGE}" />
8 8
<meta name="description" content="{TEXT_ADMINISTRATION}" />
9 9
<meta name="keywords" content="{TEXT_ADMINISTRATION}" />
10
<meta http-equiv="cache-control" content="no-cache" />
11
<meta http-equiv="cache-control" content="no-store" />
12
<meta http-equiv="cache-control" content="max-age=0" />
13
<meta http-equiv="cache-control" content="must-revalidate" />
14
<meta http-equiv="expires" content="0" />
15
<meta http-equiv="pragma" content="no-cache" />
10
<meta name="author" content="WebsiteBaker Org e.V." />
11
<meta http-equiv="Content-Encoding" content="gzip" />
12
<meta http-equiv="Accept-Encoding" content="gzip, deflate" />
16 13
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
17 14
{BACKEND_MODULE_CSS}
18 15
<script type="text/javascript">
......
25 22
<script src="{WB_URL}/include/jquery/jquery-include.js" type="text/javascript"></script>
26 23
<!--[if lt IE 7]><script type="text/javascript" src="{WB_URL}/include/jquery/plugins/jquery-pngFix.js"></script><![endif]-->
27 24
<script src="{THEME_URL}/jquery/jquery-plugins.js" type="text/javascript"></script>
28
<script src="{WB_URL}/include/editarea/edit_area_full.js" type="text/javascript"></script>
29
{BACKEND_MODULE_JS}
30 25
<script type="text/javascript">
31 26
function confirm_link(message, url) {
32 27
	if(confirm(message)) location.href = url;
33 28
}
34 29
</script>
30
{BACKEND_MODULE_JS}
35 31
</head>
36 32
<body>
37 33
<div id="admin_header">
......
41 37
      <br />
42 38
      <span class="version">CMS Version  {VERSION}</span><br/>
43 39
      <span class="version">Revision {REVISION}</span><br/>
44
      <span class="version">Admin version 1.4</span>
40
      <span class="version">Admin version 1.5</span>
45 41
	 </div>
46 42
    <a href="{ADMIN_URL}" title="{TITLE_START}" id="website_title">
47 43
    {WEBSITE_TITLE} - {TEXT_ADMINISTRATION}

Also available in: Unified diff