[Lxr-commits] CVS: lxr/templates html-dir.html,1.2,1.3 html-head.html,1.4,1.5 html-ident.html,1.2,1.
Brought to you by:
ajlittoz
|
From: Malcolm B. <mb...@us...> - 2002-03-18 14:55:48
|
Update of /cvsroot/lxr/lxr/templates
In directory usw-pr-cvs1:/tmp/cvs-serv26092/templates
Modified Files:
html-dir.html html-head.html html-ident.html html-search.html
html-tail.html
Log Message:
Apply patch 530997 from Ville Skyttä to improve the HTML produced.
Index: html-dir.html
===================================================================
RCS file: /cvsroot/lxr/lxr/templates/html-dir.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- html-dir.html 27 Sep 2001 16:12:21 -0000 1.2
+++ html-dir.html 18 Mar 2002 14:55:43 -0000 1.3
@@ -1,17 +1,17 @@
-<table border=0 cellspacing=0 width="100%">
- <tr valign=middle>
+<table border="0" cellspacing="0" width="100%">
+ <tr valign="middle">
<th class='dirheader' width="1%"> </th>
- <th class='dirheader' width="1%" nowrap align=left>Name</th>
- <th class='dirheader' width="1%" nowrap align=right>Size</th>
- <th class='dirheader' width="1%" nowrap align=left>Date (GMT)</th>
- <th class='dirheader' width="96%" nowrap align=left>Description</TH>
+ <th class='dirheader' width="1%" nowrap="nowrap" align="left">Name</th>
+ <th class='dirheader' width="1%" nowrap="nowrap" align="right">Size</th>
+ <th class='dirheader' width="1%" nowrap="nowrap" align="left">Date (GMT)</th>
+ <th class='dirheader' width="96%" nowrap="nowrap" align="left">Description</th>
</tr>
$files{
- <tr valign=middle class="$css">
- <td nowrap>$iconlink</td>
- <td nowrap>$namelink</td>
- <td nowrap align=right>$filesize{$bytes bytes} </td>
- <td nowrap align=right>$modtime </td>
+ <tr valign="middle" class="$css">
+ <td nowrap="nowrap">$iconlink</td>
+ <td nowrap="nowrap">$namelink</td>
+ <td nowrap="nowrap" align="right">$filesize{$bytes bytes} </td>
+ <td nowrap="nowrap" align="right">$modtime </td>
<td>$description{<i>$desctext</i>}</td>
</tr>}
</table>
Index: html-head.html
===================================================================
RCS file: /cvsroot/lxr/lxr/templates/html-head.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- html-head.html 17 Nov 2001 03:48:25 -0000 1.4
+++ html-head.html 18 Mar 2002 14:55:43 -0000 1.5
@@ -1,8 +1,8 @@
-<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>$title</title>
-<base href="$baseurl" >
+<base href="$baseurl">
<link href="$stylesheet" rel="STYLESHEET" type="text/css">
</head>
@@ -11,17 +11,17 @@
<tr>
<td rowspan='3'>
<img src="pengmini.gif"
- alt="Penguin" border=0 width=67 height=92 align=middle>
+ alt="Penguin" border="0" width="67" height="92" align="middle">
</td>
<td>
<table width='100%' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td align='center'>
- <a href="blurb.html" class=main>The LXR Cross Referencer</a>
+ <a href="blurb.html" class="main">The LXR Cross Referencer</a>
</td>
</tr>
<tr>
- <td align=center>$banner</td>
+ <td align="center">$banner</td>
</tr>
</table>
<td>
@@ -33,13 +33,13 @@
<tr><td colspan='3'> </td></tr>
<tr>
<td colspan='3'>
- <table width="100%" border=0 cellpadding='0' cellspacing='0'>
+ <table width="100%" border="0" cellpadding='0' cellspacing='0'>
$variables{
<tr>
- <td align=left>
+ <td align="left">
$varname:
</td>
- <td align=right>
+ <td align="right">
$varlinks{
[ $varvalue ]}
<br>
Index: html-ident.html
===================================================================
RCS file: /cvsroot/lxr/lxr/templates/html-ident.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- html-ident.html 18 Nov 2001 03:31:34 -0000 1.2
+++ html-ident.html 18 Mar 2002 14:55:43 -0000 1.3
@@ -4,16 +4,16 @@
<p>
Matches are case-sensitive.
-<form method=get action="ident">
+<form method="get" action="ident">
$variables
<b>Identifier: </b>
-<input type=text name="i" value='$identifier' size="15">
-<input type=submit value="Find">
+<input type="text" name="i" value='$identifier' size="15">
+<input type="submit" value="Find">
</form>
-<span class=search-ident>$identifier</span>
+<span class="search-ident">$identifier</span>
<p>
<table>
<tr><td colspan='2'><b>Declarations:</b></td></tr>
Index: html-search.html
===================================================================
RCS file: /cvsroot/lxr/lxr/templates/html-search.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- html-search.html 4 Aug 2001 18:54:15 -0000 1.1
+++ html-search.html 18 Mar 2002 14:55:43 -0000 1.2
@@ -1,33 +1,41 @@
-<div align=center>
- This searchpage is powered by <a href="http://glimpse.cs.arizona.edu">Glimpse</a>
+<div align="center">
+ This searchpage is powered by <a href="http://www.webglimpse.org/">Glimpse</a>
- <form method=get action="http:search">
+ <form method="get" action="http:search">
$variables{<input type="hidden" name="$variable" value="$value">}
- <table border=1 cellpadding=5 rules=none>
+ <table border="1" cellpadding="5" rules="none">
<tr>
- <td colspan=3>
+ <td colspan="3">
String to search for: <br>
- <input type=text name="string" value="$searchtext" size=60>
- <input type=submit value="Search">
-
- <tr border=0>
- <td align=center>
+ <input type="text" name="string" value="$searchtext" size="60">
+ <input type="submit" value="Search">
+ </td>
+ </tr>
+ <tr border="0">
+ <td align="center">
$casecheck Case sensitive
- <td align=center>
+ </td>
+ <td align="center">
$regexpcheck Regular expression
- <td align=center>
+ </td>
+ <td align="center">
$errorselect
Misspellings allowed
-
+ </td>
+ </tr>
<tr>
- <td colspan=3 align=center>
+ <td colspan="3" align="center">
Maximum number of files returned:
$maxfilesselect
+ </td>
+ </tr>
<tr>
- <td colspan=3 align=center>
+ <td colspan="3" align="center">
Maximum number of matches per file returned:
$maxlinesselect
+ </td>
+ </tr>
</table>
</form>
Index: html-tail.html
===================================================================
RCS file: /cvsroot/lxr/lxr/templates/html-tail.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- html-tail.html 23 Oct 2001 14:05:16 -0000 1.2
+++ html-tail.html 18 Mar 2002 14:55:43 -0000 1.3
@@ -1,27 +1,26 @@
<hr>
-<table width="100%" cellpadding=0 border=0>
- <tr valign=middle>
+<table width="100%" cellpadding="0" border="0">
+ <tr valign="middle">
$modes{
- <td align=center nowrap>
+ <td align="center" nowrap="nowrap">
[ $modelink ]</td>}
</tr>
</table>
<hr>
-<table width="100%" cellpadding=0 border=0>
+<table width="100%" cellpadding="0" border="0">
<tr>
- <td align=left>
+ <td align="left">
This page was automatically generated by the
- <a href="http://lxr.sf.net">LXR engine</a>.
+ <a href="http://lxr.sf.net/">LXR engine</a>.
<address>
<a href="mailto:lxr...@li...">
The LXR team</a>
</address>
</td>
- <td align=right>
- <a href="http://validator.w3.org/check/referer">
- <img src="http://www.w3c.org/Icons/valid-html401.png" border=0
- alt="Valid HTML 4.01" height="31" width="88">
- </a>
+ <td align="right">
+ <a href="http://validator.w3.org/check/referer"><img border="0"
+ src="http://www.w3.org/Icons/valid-html401"
+ alt="Valid HTML 4.01!" height="31" width="88"></a>
</td>
</tr>
</table>
@@ -33,3 +32,4 @@
</table>
</body>
+</html>
|