1
0
mirror of https://github.com/php/web-php.git synced 2026-03-29 01:32:15 +01:00

*** empty log message ***

This commit is contained in:
Colin Viebrock
1998-07-28 17:40:39 +00:00
parent ffb56c6740
commit 87fcf3bc3f
2 changed files with 16 additions and 2 deletions

View File

@@ -153,8 +153,12 @@ function makeAddNote() {
<TD ALIGN=right><?
echo "<FONT FACE=\"$FONTFACE\" SIZE=-1>\n";
?>
<INPUT type=submit value="Add Note"><BR>
<A HREF="/manual/about-notes.php3">About</A><BR>
<INPUT TYPE=image VALUE="Add Note" onMouseover="change('addnote',1);" onMouseout="hide();"
SRC='/gifs/b-addnote-p.gif' ALT='Add Note' WIDTH=100 HEIGHT=21 VSPACE=7 HSPACE=10 BORDER=0 NAME='addnote'
align=absmiddle
><A HREF="/manual/about-notes.php3" onMouseover="change('abnote',1);" onMouseout="hide();"
><IMG SRC='/gifs/b-about-p.gif' ALT='About Notes' WIDTH=75 HEIGHT=21 VSPACE=7 BORDER=0 NAME='abnote' align=absmiddle
></A><BR>
</TD>
<TD ALIGN=right WIDTH=18><IMG ALT=" " SRC="/gifs/gcap-right.gif" WIDTH=18 HEIGHT=36 BORDER=0><BR></TD>
</TR>

View File

@@ -109,6 +109,16 @@ function preloadImages() {
b_up1 = new Image();
b_up1.src = "/gifs/b-up-c.gif";
b_addnote0 = new Image();
b_addnote0.src = "/gifs/b-addnote-p.gif";
b_addnote1 = new Image();
b_addnote1.src = "/gifs/b-addnote-c.gif";
b_abnote0 = new Image();
b_abnote0.src = "/gifs/b-about-p.gif";
b_abnote1 = new Image();
b_abnote1.src = "/gifs/b-about-c.gif";
b_bullet0 = new Image();
b_bullet0.src = "/gifs/b-bullet-p.gif";
b_bullet1 = new Image();