Subversion Repositories ALCASAR

Rev

Rev 593 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 593 Rev 596
1
<?php
1
<?php
2
/*
2
/*
3
 
3
 
4
 
4
 
5
*/
5
*/
6
require_once('includes/defines.inc.php');
6
require_once('includes/defines.inc.php');
7
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
7
require_once(ALCASAR_ADMIN_PATH_INC.'/session.inc.php');
8
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
8
?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN//2.0">
9
<html>
9
<html>
10
<head>
10
<head>
11
<title>Admins page</title>
11
<title>Admins page</title>
-
 
12
<!-- include default CSS -->
12
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
13
<link rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/default.css" type="text/css">
-
 
14
<!-- include JQUERY UI CSS -->
-
 
15
<link type="text/css"  rel="stylesheet" href="<?php echo ALCASAR_ADMIN_PATH_CSS; ?>/default/ui-lightness/jquery-ui-1.8.10.custom.css">
-
 
16
<!-- include custom page CSS -->
-
 
17
<style type="text/css">
-
 
18
 
13
</head>
19
</style>
-
 
20
<!-- include JQUERY -->
-
 
21
<script type="text/javascript" src="<?php echo ALCASAR_ADMIN_PATH_JS; ?>/jquery-1.5.min.js"></script>
-
 
22
<!-- include JQUERY UI -->
-
 
23
<script type="text/javascript" src="<?php echo ALCASAR_ADMIN_PATH_JS; ?>/jquery-ui-1.8.10.all.min.js"></script>
-
 
24
<!-- include page javascript -->
-
 
25
<script type="text/javascript">
14
 
26
 
-
 
27
</script>
-
 
28
</head>
-
 
29
<body>
15
<h1>ADMINS PAGE</h1>
30
<h1>ADMINS PAGE</h1>
16
</body>
31
</body>
17
</html>
32
</html>
18
 
33
 
19

Generated by GNU Enscript 1.6.6.
34

Generated by GNU Enscript 1.6.6.
20
 
35
 
21
 
36
 
22
 
37