Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
4702e74f
Commit
4702e74f
authored
Sep 19, 1998
by
terry%netscape.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add simple support for a version string.
parent
7ddceed1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
CGI.pl
CGI.pl
+1
-1
defparams.pl
defparams.pl
+3
-1
globals.pl
globals.pl
+3
-0
No files found.
CGI.pl
View file @
4702e74f
...
...
@@ -403,7 +403,7 @@ sub PutHeader {
print
"<BODY BGCOLOR=\"#FFFFFF\" TEXT=\"#000000\"\n"
;
print
"LINK=\"#0000EE\" VLINK=\"#551A8B\" ALINK=\"#FF0000\">\n"
;
print
P
aram
(
"bannerhtml"
);
print
P
erformSubsts
(
Param
(
"bannerhtml"
),
undef
);
print
"<TABLE BORDER=0 CELLPADDING=12 CELLSPACING=0 WIDTH=\"100%\">\n"
;
print
" <TR>\n"
;
...
...
defparams.pl
View file @
4702e74f
...
...
@@ -133,7 +133,9 @@ sub check_despotbaseurl {
DefParam
(
"bannerhtml"
,
"The html that gets emitted at the head of every Bugzilla page."
,
"The html that gets emitted at the head of every Bugzilla page.
Anything of the form %<i>word</i>% gets replaced by the defintion of that
word (as defined on this page)."
,
"l"
,
q{<TABLE BGCOLOR="#000000" WIDTH="100%" BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR><TD><A HREF="http://www.mozilla.org/"><IMG
...
...
globals.pl
View file @
4702e74f
...
...
@@ -26,6 +26,9 @@ use Mysql;
use
Date::
Format
;
# For time2str().
# Contains the version string for the current running Bugzilla.
$::param
{
'version'
}
=
'1.1'
;
$::dontchange
=
"--do_not_change--"
;
$::chooseone
=
"--Choose_one:--"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment