~automne-team/automne/4.1

« back to all changes in this revision

Viewing changes to html/1.php

  • Committer: sebastien
  • Date: 2010-10-13 15:57:36 UTC
  • mto: This revision was merged to the branch mainline in revision 303.
  • Revision ID: sebastien.pauchet@ws-interactive.fr-20101013155736-y74xmc1d0zb6es2l
Move directories :
/html to /automne/html
/sql to /automne/sql
/automne_bin to /automne/bin
/automne_modules_files to /files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php require_once(dirname(__FILE__).'/../cms_rc_frontend.php');
2
 
CMS_view::redirect('http://automne4.codename/web/demo/2-accueil.php', true, 302);
3
 
 ?><?php //Generated on Tue, 12 Oct 2010 14:54:50 +0200 by Automne (TM) 4.1.0a2
4
 
require_once(dirname(__FILE__).'/../cms_rc_frontend.php');
5
 
if (!isset($cms_page_included) && !$_POST && !$_GET) {
6
 
        CMS_view::redirect('http://automne4.codename/web/1-demo-automne.php', true, 301);
7
 
}
8
 
 ?><?php /* Template [Splash - splash.xml] */   ?><?php if (defined('APPLICATION_XHTML_DTD')) echo APPLICATION_XHTML_DTD."\n";   ?>
9
 
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr">
10
 
<head>
11
 
        <?php echo '<meta http-equiv="Content-Type" content="text/html; charset='.strtoupper(APPLICATION_DEFAULT_ENCODING).'" />';     ?>
12
 
        <link rel="icon" type="image/x-icon" href="http://automne4.codename/favicon.ico" />
13
 
        <meta name="language" content="fr" />
14
 
        <meta name="generator" content="Automne (TM)" />
15
 
        <meta name="identifier-url" content="http://automne4.codename" />
16
 
        <base href="http://automne4.codename/" />       <script type="text/javascript" src="/js/CMS_functions.js"></script>
17
 
 
18
 
        <style type="text/css">
19
 
                body{
20
 
                        background-color:       #e9f1da;
21
 
                        font-family:            arial,verdana,helvetica,sans-serif;
22
 
                        font-size:                      12px;
23
 
                        margin:                         0;
24
 
                        padding:                        0;
25
 
                }
26
 
                #atm-center{
27
 
                        position:                       absolute;
28
 
                        left:                           45%;
29
 
                        top:                            40%;
30
 
                        padding:                        2px;
31
 
                        z-index:                        20001;
32
 
                    height:                             auto;
33
 
                }
34
 
                .atm-alert {
35
 
                        position:                       absolute;
36
 
                        top:                            0px;
37
 
                        left:                           0px;
38
 
                        width:                          400px;
39
 
                        border:                         1px solid #dde6cb;
40
 
                        text-align:                     center;
41
 
                        background:                     #FFFFFF url(<?php echo PATH_REALROOT_WR;     ?>/automne/admin/img/logo_small.gif) top right no-repeat;
42
 
                        padding:                        20px;
43
 
                        left:                           -150px;
44
 
                        margin:                         0 auto 0 auto;
45
 
                }
46
 
                hr {
47
 
                        border:                         1px solid #dde6cb;
48
 
                }
49
 
        </style>
50
 
</head>
51
 
<body>
52
 
<!-- empty template, only used for pages with redirection -->
53
 
<div id="atm-center">
54
 
        <div class="atm-alert">Cette page utilise le mod&egrave;le "Splash" qui ne comporte aucun contenu.<hr />This page use template "Splash" which does not have any content.</div>
55
 
</div>
56
 
<?php if (SYSTEM_DEBUG && STATS_DEBUG) {view_stat();}   ?>
57
 
</body>
58
 
</html>
 
 
b'\\ No newline at end of file'