Project

General

Profile

« Previous | Next » 

Revision 1012

Added by Matthias almost 15 years ago

Major fixes on backend to get XHTML valid output (Thanks to Luisehahne)

View differences:

header.htt
5 5
<title>{WEBSITE_TITLE} >> {TEXT_ADMINISTRATION} - {SECTION_NAME}</title>
6 6
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
7 7
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" />
8
<link href="{WB_URL}/include/jquery//jquery-ui.css" rel="stylesheet" type="text/css" />
8
<link href="{WB_URL}/include/jquery/jquery-ui.css" rel="stylesheet" type="text/css" />
9 9
{BACKEND_MODULE_CSS}
10
<script src="{WB_URL}/include/editarea/edit_area_full.js" type="text/javascript"></script>
10
<script type="text/javascript" src="{WB_URL}/include/editarea/edit_area_full.js"></script>
11 11
<script language="javascript" type="text/javascript">
12
   function confirm_link(message, url) {
13
	  if(confirm(message)) location.href = url;
14
	    }
12
function confirm_link(message, url) {
13
	if(confirm(message)) location.href = url;
14
}
15 15
</script>
16 16
</head>
17 17
<body>

Also available in: Unified diff