[ Index ]
 

Code source de SPIP Agora 1.4

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/Agora1-4/ecrire/include/clevermail/admin/design/ -> bottom.php (source)

   1  <?php
   2  /*****************************************************
   3  * This file is part of Agora, web based content management system.
   4  *
   5  * Agora is free software; you can redistribute it and/or modify
   6  * it under the terms of the GNU General Public License as published by
   7  * the Free Software Foundation; version 2 of the License.
   8  *
   9  * Agora is distributed in the hope that it will be useful,
  10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  * GNU General Public License for more details (file "COPYING").
  13  *
  14  * Copyright © Arnaud Martin, Antoine Pitrou et Philippe Rivière.
  15  * List of authors detailed in "copyright_fr.html" file.
  16  * E-mail : agora@sig.premier-ministre.gouv.fr
  17  * Web site : http://www.agora.gouv.fr
  18  *****************************************************/
  19  ?>
  20  
  21  <div id = "navAlpha">
  22      <h2>Menu</h2>
  23  
  24      <p>
  25          <b>Newsletters</b>
  26  
  27          <br/>
  28  
  29          &gt;<a href = "index.php">List</a>
  30  
  31          <br/>
  32  
  33          &gt;<a href = "lists_edit.php?id=-1"> Add new</a>
  34      </p>
  35  
  36      <p>
  37          <b>Subscribers</b>
  38  
  39          <br/>
  40  
  41          &gt;<a href = "subscribers.php">List</a>
  42  
  43          <br/>
  44  
  45          &gt;<a href = "subscribers_new.php"> Add new</a>
  46  
  47          <br/>
  48  
  49          &gt;<a href = "subscribers_remove.php">Remove</a>
  50      </p>
  51  
  52      <p>
  53          <a href = "settings.php">Settings</a>
  54      </p>
  55  </div>
  56  
  57  <div id = "navBeta">
  58      <?php
  59      if (defined('CM_COLUMN_RIGHT')) {
  60          echo CM_COLUMN_RIGHT;
  61      }
  62      else {
  63      ?>
  64  
  65          <h2>Help</h2>
  66  
  67          <p>
  68              Please<a href = "mailto:nhoizey@clever-age.com"> email me</a> if anything goes wrong.</p>
  69  
  70          <h2>Credits</h2>
  71  
  72          <p>
  73              CSS2 inspired from <a href = "http://bluerobot.com/">BlueRobot</a>'s
  74              <a href = "http://bluerobot.com/web/layouts/layout3.html"> Layout Reservoir</a></p>
  75  
  76          <?php
  77          }
  78          ?>
  79  
  80  </div>
  81  
  82  </body>
  83  
  84  </html>


Généré le : Sat Feb 24 14:40:03 2007 par Balluche grâce à PHPXref 0.7