Changeset 28322 for trunk/www


Ignore:
Timestamp:
Aug 28, 2007, 5:56:10 AM (17 years ago)
Author:
jmpp@…
Message:

Relocate Id fields.

Location:
trunk/www
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/archives.php

    r28320 r28322  
    11  <?php
     2    /* $Id$ */
    23    $DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
    34    include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
    45    include_once("$DOCUMENT_ROOT/macports/includes/news.inc");
    56    print_header('MacPorts -- News Archive', 'utf-8');
    6     /* $Id$ */
    77  ?>
    88
  • trunk/www/downloads.php

    r28320 r28322  
    11  <?php
     2    /* $Id$ */
    23    $DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
    34    include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
    45    print_header('MacPorts -- Downloads', 'utf-8');
    5     /* $Id$ */
    66  ?>
    77
  • trunk/www/emit_portfile.php

    r28314 r28322  
    11<?php
    2 
     2/* $Id$ */
    33$DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
    44include_once("$DOCUMENT_ROOT/macports/includes/email.inc");
    5 
    65$portname = basename(dirname($_SERVER['PATH_INFO']));
    7 /* $Id$ */
    86?>
    97
  • trunk/www/getmp.php

    r28320 r28322  
    11  <?php
     2    /* $Id$ */
    23    $DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
    34    include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
    45    print_header('MacPorts -- Download & Installation', 'utf-8');
    5     /* $Id$ */
    66  ?>
    77
  • trunk/www/help.php

    r28320 r28322  
    11  <?php
     2    /* $Id$ */
    23    $DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
    34    include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
    45    print_header('MacPorts -- Help', 'utf-8');
    5     /* $Id$ */
    66  ?>
    77
  • trunk/www/includes/footer.inc

    r28314 r28322  
     1    <div id="footer">
    12<!-- $Id$ -->
    2     <div id="footer">
    33        <span class="languages">English, <a href="/macports/fr/">Fran&ccedil;ais</a>, <a href="/macports/es/">Espa&ntilde;ol</a>,
    44            <a href="/macports/ru/">Russian</a>, <a href="/macports/it/">Italiano</a></span>
  • trunk/www/includes/header.inc

    r28320 r28322  
     1      <div id="nav">
    12<!-- $Id$ -->
    2       <div id="nav">
    33        <div id="logo">
    44          <a href="/macports/" title="MacPorts"><img src="/macports/img/dp.jpg"
  • trunk/www/includes/lang.inc

    r28314 r28322  
     1      <p id="lang">
    12<!-- $Id$ -->
    2       <p id="lang">[ <a href="/macports/">English</a>, <a
     3         [ <a href="/macports/">English</a>, <a
    34        href="/macports/ja/">Japanese</a>, <a href="/macports/fr/">Fran&ccedil;ais</a>, <a
    45        href="/macports/es/">Espa&ntilde;ol</a> ]</p>
  • trunk/www/index.php

    r28320 r28322  
    11  <?php
     2    /* $Id$ */
    23    $DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
    34    include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
    45    include_once("$DOCUMENT_ROOT/macports/includes/news.inc");
    56    print_header('MacPorts -- Home', 'utf-8');
    6     /* $Id$ */
    77  ?>
    88
  • trunk/www/ports.php

    r28320 r28322  
    11<?php
     2        /* $Id$ */
    23        $DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
    34        include_once("$DOCUMENT_ROOT/macports/includes/common.inc");
     
    67        $by = isset($_GET['by']) ? $_GET['by'] : '';
    78        $substr = isset($_GET['substr']) ? $_GET['substr'] : '';
    8         /* $Id$ */
    99?>
    1010        <center>
Note: See TracChangeset for help on using the changeset viewer.