*** empty log message ***
This commit is contained in:
parent
f9b51438df
commit
00677f28d1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6035
2 changed files with 15 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/ru/includes.sgml,v 1.1 1999/10/20 09:02:01 andy Exp $ -->
|
||||
<!--
|
||||
Base is the absolute URL for the given page, minus the actual page
|
||||
part. It should either be specified as a fully qualified URL, or
|
||||
|
@ -15,8 +15,8 @@
|
|||
<!ENTITY base CDATA ".">
|
||||
|
||||
<!-- Images -->
|
||||
<!ENTITY i.daemon '<img src="&base/gifs/daemon.gif" alt="" align="left" width="80" height="76">'>
|
||||
<!ENTITY i.new '<img src="&base/gifs/new.gif" alt="[New!]" width="28" height="11">'>
|
||||
<!ENTITY i.daemon '<img src="&base/../gifs/daemon.gif" alt="" align="left" width="80" height="76">'>
|
||||
<!ENTITY i.new '<img src="&base/../gifs/new.gif" alt="[New!]" width="28" height="11">'>
|
||||
|
||||
<!-- Components making up the standard headers and footers. -->
|
||||
<!-- Override in the prolog <em>before</em> including this -->
|
||||
|
@ -27,14 +27,16 @@
|
|||
<!ENTITY author '<a href="&base/mailto.html">&email@FreeBSD.ORG</a><br>
|
||||
©right;'>
|
||||
<!ENTITY date ''>
|
||||
<!ENTITY home '<a href="&base/"><img src="&base/gifs/home.gif"
|
||||
<!ENTITY home '<a href="&base/"><img src="&base/../gifs/home.gif"
|
||||
alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"></a>'>
|
||||
|
||||
<!-- Standard headers and footers -->
|
||||
|
||||
<!ENTITY header '<head><title>&title;</title></head><body
|
||||
<!ENTITY header '<head>
|
||||
<meta http-equiv="CONTENT-TYPE" CONTENT="text/html; charset=KOI8-R">
|
||||
<title>&title;</title></head><body
|
||||
text="#000000" bgcolor="#FFFFFF" alink="#FFCC33"><img
|
||||
src="&base/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0" usemap="#bar">
|
||||
src="&base/../gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0" usemap="#bar">
|
||||
<h1 align="left"><font color="#660000">&title;</font></h1><br clear="all">
|
||||
|
||||
|
||||
|
|
|
@ -1,18 +1,20 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY title "FreeBSD Inc.">
|
||||
<!ENTITY date "$FreeBSD: www/ru/index.sgml,v 1.3 1999/10/25 08:09:19 andy Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ru/index.sgml,v 1.4 1999/11/01 04:46:23 andy Exp $">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>ðÒÏÅËÔ FreeBSD</title>
|
||||
|
||||
<meta name="description" content="ðÒÏÅËÔ FreeBSD">
|
||||
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=KOI8-R">
|
||||
|
||||
<meta name="DESCRIPTION" content="ðÒÏÅËÔ FreeBSD">
|
||||
|
||||
<meta name="KEYWORDS" content="FreeBSD, BSD, UNIX, Support, Gallery,
|
||||
Release, Application, Software, Handbook, FAQ, Tutorials, Bugs, CVS,
|
||||
CVSup, News, Commercial Vendors, homepage, CTM, Unix">
|
||||
|
||||
<title>ðÒÏÅËÔ FreeBSD</title>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
@ -319,7 +321,7 @@
|
|||
<tr>
|
||||
<td align="left" valign="top"><small><a
|
||||
href="&base;/mailto.html">ðÉÛÉÔÅ ÎÁÍ</a><br>
|
||||
$FreeBSD: www/ru/index.sgml,v 1.3 1999/10/25 08:09:19 andy Exp $</small></td>
|
||||
$FreeBSD: www/ru/index.sgml,v 1.4 1999/11/01 04:46:23 andy Exp $</small></td>
|
||||
|
||||
<td align="right" valign="top"><small><a href="copyright/">Copyright</a> © 1995-1999
|
||||
FreeBSD Inc.<br>
|
||||
|
|
Loading…
Reference in a new issue