[ Index ]
 

Code source de Plume CMS 1.2.2

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/manager/install/ -> _top.php (source)

   1  <?php
   2  header('Content-Type: text/html; charset='.strtolower($GLOBALS['_PX_config']['encoding']));  
   3  ?>
   4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   5   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
   6  
   7  <html xmlns="http://www.w3.org/1999/xhtml">
   8  <head>
   9  <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $_PX_config['encoding']; ?>" />
  10  <title><?php echo __('PLUME CMS Installation'); ?></title>
  11  <style type="text/css">
  12  <!--
  13  body {
  14      background : #fcfcfc url("../themes/default/images/fond.jpg");
  15      font-family : Verdana,Arial,Helevetica,sans-serif;
  16      color : #000;
  17      font-size : 0.8em;
  18      margin : 2em 8% 2em 8%;
  19  }
  20  
  21  h1,h2, h3, h4 {
  22      font-family: "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
  23  }
  24  
  25  h1 {
  26      color: #069;
  27  }
  28  
  29  h2, h3 {
  30      color: #f60;
  31  }
  32  
  33  ul.checklist li 
  34  {
  35      list-style-type: none;
  36  }
  37  
  38  a { color : #039; }
  39  
  40  html*a:hover, html*a:focus { text-decoration : none; }
  41  
  42  #main { background:#fff;color:#000;border:2px solid #999;padding:1em; }
  43  
  44  .install { border-collapse : collapse; }
  45  
  46  .install td { padding : 0.5em 1em 0.2em 0; }
  47  
  48  .install .t { white-space: nowrap; }
  49  
  50  .important { font-weight: bold; color: #f00; }
  51  
  52  input, textarea, option, select {
  53      
  54      background: #eef3f5;
  55      color: #000;
  56      font-family: Verdana,Arial,Helvetica,sans-serif;
  57      font-size: 1em;
  58      margin-top: 2px;
  59  }
  60  input, textarea {
  61      border: 1px inset #000;
  62  }
  63  
  64  label, span.label {
  65      display: block;
  66  }
  67  
  68  input.submit {
  69      
  70      border-style: outset;
  71      background: #d2e0e6 url("images/degrade_bleu.png") repeat-x 0 100%;
  72      font-weight: bold;
  73  }
  74  
  75  input.submit:hover, input.submit:focus {
  76      background: #fc3 url("images/degrade_orange.png") repeat-x 0 100%;
  77  }
  78  
  79  input.submit:active {
  80      border-style: inset;
  81  }
  82  
  83  p.field {
  84      clear: left;
  85      margin: 0;
  86      padding: 1em 0 0 0;
  87  }
  88  
  89  label.float, span.label {
  90      position: relative;
  91      float: left;
  92      width: 25%;
  93      padding-right: 0.5em;
  94  }
  95  
  96  
  97  .small {
  98      font-size: 0.8em;
  99  }
 100  
 101  .install-info {
 102      float: right;
 103      position: relative;
 104      border: 1px solid #ccc;
 105      -moz-border-radius: 8px;
 106      margin: 0;
 107      padding: 8px 8px 8px 8px;
 108      white-space: nowrap;
 109      background-color: #eceade;
 110      z-index: 5;
 111  }
 112  -->
 113  </style>
 114  </head>
 115  
 116  <body>
 117  
 118  <div id="main">
 119  <h1><?php echo __('PLUME CMS Installation'); ?></h1>
 120  
 121  <p class="install-info"><?php echo sprintf(__('%s%% of the installation completed'),$_px_p); ?></p>
 122  


Généré le : Mon Nov 26 11:57:01 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics