rasmus                                   Mon, 27 Jul 2009 17:51:08 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=286424

Log:
The svn.php.net styling

Changed paths:
    A   SVNROOT/header.ezt
    A   SVNROOT/header.ezt.README

Added: SVNROOT/header.ezt
===================================================================
--- SVNROOT/header.ezt                          (rev 0)
+++ SVNROOT/header.ezt  2009-07-27 17:51:08 UTC (rev 286424)
@@ -0,0 +1,42 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<head>
+  <title>[if-any rootname][[][rootname]][else]ViewVC[end] [page_title]</title>
+  <meta name="generator" content="ViewVC [vsn]" />
+  <link rel="stylesheet" href="[docroot]/styles.css" type="text/css" />
+  <link rel="stylesheet" 
href="http://static.php.net/www.php.net/styles/site.css"; />
+  <link rel="stylesheet" 
href="http://static.php.net/www.php.net/styles/phpnet.css"; />
+  <link rel="shortcut icon" 
href="http://static.php.net/www.php.net/favicon.ico"; />
+  <style type="text/css">
+.paddinghack { margin-left: 5px; margin-top: 5px; }
+  </style>
+  [if-any rss_href]<link rel="alternate" type="application/rss+xml" title="RSS 
[[][rootname]][where]" HREF="[rss_href]">[end]
+</head>
+<body bgcolor="#ffffff" text="#000000" link="#000099" alink="#0000ff" 
vlink="#000099">
+<div>
+<table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr bgcolor="#9999cc">
+  <td align="left" rowspan="2"><a href="/"><img 
src="http://static.php.net/www.php.net/images/php.gif"; alt="PHP" width="120" 
height="67" hspace="3" /></a></td>
+  <td>&nbsp;</td>
+ </tr>
+ <tr bgcolor="#9999cc">
+  <td align="right" valign="bottom">
+ <a style="font-size: 0.8em;" href="http://www.php.net/svn.php";>SVN 
Instructions</a> &nbsp;
+  </td>
+ </tr>
+ <tr bgcolor="#666699">
+   <td style="padding:2px;"><strong>[if-any roots_href]<a 
href="[roots_href]"><span class="pathdiv">/</span></a>[else]<span 
class="pathdiv">/</span>[end][if-any nav_path][for nav_path][if-any 
nav_path.href]<a href="[nav_path.href]">[end][if-index nav_path 
first][[][nav_path.name]][else][nav_path.name][end][if-any 
nav_path.href]</a>[end][if-index nav_path last][else]<span 
class="pathdiv">/</span>[end][end][end]</strong></td>
+   <td align="right" valign="top" class="quicksearch">
+Main trees: <a href="/viewvc/php/php-src/branches/PHP_5_2/">PHP 5.2</a> |
+            <a href="/viewvc/php/php-src/branches/PHP_5_3/">PHP 5.3</a> |
+            <a href="/viewvc/php/php-src/trunk/">PHP 6</a> |
+            <a href="/viewvc/pecl/">pecl</a> |
+            <a href="/viewvc/pear/">pear</a> |
+            <a href="/viewvc/pear/pear-core/">pear-core</a> &nbsp;
+   </td>
+ </tr>
+</table>
+
+</div>
+<div class="paddinghack">

Added: SVNROOT/header.ezt.README
===================================================================
--- SVNROOT/header.ezt.README                           (rev 0)
+++ SVNROOT/header.ezt.README   2009-07-27 17:51:08 UTC (rev 286424)
@@ -0,0 +1,2 @@
+header.ezt contains the PHP-styling for viewvc on http://svn.php.net
+This file lives in /home/svn/viewvc-svn/templates/include

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to