mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-31 12:40:49 +00:00
remove non-functional "Site" search
This commit is contained in:
parent
b4d706c5cc
commit
eb60c7044b
1 changed files with 99 additions and 99 deletions
198
parts/menu.php
198
parts/menu.php
|
@ -1,99 +1,99 @@
|
||||||
<!-- menus -->
|
<!-- menus -->
|
||||||
<?
|
<?
|
||||||
function menuItemLink ($url, $desc)
|
function menuItemLink ($url, $desc)
|
||||||
{
|
{
|
||||||
echo '<A CLASS="menus" HREF="' . $url . '">' . $desc . '</A><BR>';
|
echo '<A CLASS="menus" HREF="' . $url . '">' . $desc . '</A><BR>';
|
||||||
}
|
}
|
||||||
|
|
||||||
function menuSectionHeader ($name, $fgColor , $bgColor, $intBgColor)
|
function menuSectionHeader ($name, $fgColor , $bgColor, $intBgColor)
|
||||||
{
|
{
|
||||||
echo "\n<!-- menuSectionHeader(" . $name . ') -->' .
|
echo "\n<!-- menuSectionHeader(" . $name . ') -->' .
|
||||||
'<TABLE cellSpacing="0" cellPadding="3" width="100%" border=0 bgColor="' . $bgColor . '">' .
|
'<TABLE cellSpacing="0" cellPadding="3" width="100%" border=0 bgColor="' . $bgColor . '">' .
|
||||||
' <TR bgColor="' . $bgColor . '">' .
|
' <TR bgColor="' . $bgColor . '">' .
|
||||||
' <TD align="center">' .
|
' <TD align="center">' .
|
||||||
' <IMG src="/img/blank.gif" height="1" width="135" alt="" border="0"><BR>' .
|
' <IMG src="/img/blank.gif" height="1" width="135" alt="" border="0"><BR>' .
|
||||||
' <SPAN class="titlebar">' . $name . '</SPAN>' .
|
' <SPAN class="titlebar">' . $name . '</SPAN>' .
|
||||||
' </TD>' .
|
' </TD>' .
|
||||||
' </TR>' .
|
' </TR>' .
|
||||||
' <TR align="right" bgColor="' . $intBgColor . '">' .
|
' <TR align="right" bgColor="' . $intBgColor . '">' .
|
||||||
' <TD>';
|
' <TD>';
|
||||||
}
|
}
|
||||||
|
|
||||||
function menuSectionFooter ()
|
function menuSectionFooter ()
|
||||||
{
|
{
|
||||||
echo ' </TD>' .
|
echo ' </TD>' .
|
||||||
' </TR>' .
|
' </TR>' .
|
||||||
'</TABLE>';
|
'</TABLE>';
|
||||||
}
|
}
|
||||||
|
|
||||||
function qfMenu ()
|
function qfMenu ()
|
||||||
{
|
{
|
||||||
menuSectionHeader ("Project", 'white', menuHeadColor, menuBgColor);
|
menuSectionHeader ("Project", 'white', menuHeadColor, menuBgColor);
|
||||||
menuItemLink ("/", "Latest News");
|
menuItemLink ("/", "Latest News");
|
||||||
menuItemLink ("/news.php", "Old News");
|
menuItemLink ("/news.php", "Old News");
|
||||||
menuItemLink ("/files.php", "Downloads");
|
menuItemLink ("/files.php", "Downloads");
|
||||||
menuItemLink ("http://sourceforge.net/bugs/?group_id=882", "Bug Reports");
|
menuItemLink ("http://sourceforge.net/bugs/?group_id=882", "Bug Reports");
|
||||||
menuItemLink ("http://sourceforge.net/mail/?group_id=882", "Mailing Lists");
|
menuItemLink ("http://sourceforge.net/mail/?group_id=882", "Mailing Lists");
|
||||||
menuItemLink ("/board/", "Web Forum");
|
menuItemLink ("/board/", "Web Forum");
|
||||||
menuSectionFooter ();
|
menuSectionFooter ();
|
||||||
}
|
}
|
||||||
|
|
||||||
function develMenu ()
|
function develMenu ()
|
||||||
{
|
{
|
||||||
menuSectionHeader ("Developers", 'white', menuHeadColor, menuBgColor);
|
menuSectionHeader ("Developers", 'white', menuHeadColor, menuBgColor);
|
||||||
menuItemLink ("http://sourceforge.net/cvs/?group_id=882", "CVS Access");
|
menuItemLink ("http://sourceforge.net/cvs/?group_id=882", "CVS Access");
|
||||||
menuItemLink ("/devtools.php", "Developer Tools");
|
menuItemLink ("/devtools.php", "Developer Tools");
|
||||||
menuItemLink ("/plans.php", "Developer Plans");
|
menuItemLink ("/plans.php", "Developer Plans");
|
||||||
menuItemLink ("/progress.php", "Progress");
|
menuItemLink ("/progress.php", "Progress");
|
||||||
menuItemLink ("/sotc/", "State of the Code");
|
menuItemLink ("/sotc/", "State of the Code");
|
||||||
menuItemLink ("/research/", "Research Center");
|
menuItemLink ("/research/", "Research Center");
|
||||||
// menuItemLink ("http://sourceforge.net/patch/?group_id=882", "Patch Manager");
|
// menuItemLink ("http://sourceforge.net/patch/?group_id=882", "Patch Manager");
|
||||||
// menuItemLink ("http://sourceforge.net/support/?group_id=882", "Support Manager");
|
// menuItemLink ("http://sourceforge.net/support/?group_id=882", "Support Manager");
|
||||||
menuItemLink ("http://sourceforge.net/pm/?group_id=882", "Task Manager");
|
menuItemLink ("http://sourceforge.net/pm/?group_id=882", "Task Manager");
|
||||||
menuSectionFooter ();
|
menuSectionFooter ();
|
||||||
}
|
}
|
||||||
|
|
||||||
function sfMenu ()
|
function sfMenu ()
|
||||||
{
|
{
|
||||||
menuSectionHeader ("SourceForge", 'white', menuHeadColor, menuBgColor);
|
menuSectionHeader ("SourceForge", 'white', menuHeadColor, menuBgColor);
|
||||||
menuItemLink ("http://sourceforge.net/", "Homepage");
|
menuItemLink ("http://sourceforge.net/", "Homepage");
|
||||||
menuItemLink ("http://sourceforge.net/snippet/", "Code Snippet Library");
|
menuItemLink ("http://sourceforge.net/snippet/", "Code Snippet Library");
|
||||||
menuItemLink ("http://sourceforge.net/softwaremap/", "Software Map");
|
menuItemLink ("http://sourceforge.net/softwaremap/", "Software Map");
|
||||||
menuItemLink ("http://sourceforge.net/new/", "New Releases");
|
menuItemLink ("http://sourceforge.net/new/", "New Releases");
|
||||||
menuItemLink ("http://sourceforge.net/docs/site/", "Site Documentation");
|
menuItemLink ("http://sourceforge.net/docs/site/", "Site Documentation");
|
||||||
menuItemLink ("http://sourceforge.net/top/", "Top Projects");
|
menuItemLink ("http://sourceforge.net/top/", "Top Projects");
|
||||||
menuItemLink ("http://sourceforge.net/mirrors/", "Other Site Mirrors");
|
menuItemLink ("http://sourceforge.net/mirrors/", "Other Site Mirrors");
|
||||||
menuSectionFooter ();
|
menuSectionFooter ();
|
||||||
}
|
}
|
||||||
|
|
||||||
function searchMenu ()
|
function searchMenu ()
|
||||||
{
|
{
|
||||||
menuSectionHeader ("Search", 'white', menuHeadColor, menuBgColor);
|
menuSectionHeader ("Search", 'white', menuHeadColor, menuBgColor);
|
||||||
echo '<CENTER><FONT size="-2">' .
|
echo '<CENTER><FONT size="-2">' .
|
||||||
'<FORM action="search.php" method="POST">' .
|
'<FORM action="search.php" method="POST">' .
|
||||||
' <SELECT name="type_of_search">' .
|
' <SELECT name="type_of_search">' .
|
||||||
' <OPTION value="news">News</OPTION>' .
|
' <OPTION value="news">News</OPTION>' .
|
||||||
' <OPTION value="site">Site</OPTION>' .
|
// ' <OPTION value="site">Site</OPTION>' .
|
||||||
' <OPTION value="bugs">Bug Tracking</OPTION>' .
|
' <OPTION value="bugs">Bug Tracking</OPTION>' .
|
||||||
' <OPTION value="lists">Mailing Lists</OPTION>' .
|
' <OPTION value="lists">Mailing Lists</OPTION>' .
|
||||||
' <OPTION value="patches">Patches</OPTION>' .
|
' <OPTION value="patches">Patches</OPTION>' .
|
||||||
' </SELECT>' .
|
' </SELECT>' .
|
||||||
' <BR>' .
|
' <BR>' .
|
||||||
' <INPUT TYPE="CHECKBOX" NAME="exact" VALUE="1" CHECKED> Require Exact Match' .
|
' <INPUT TYPE="CHECKBOX" NAME="exact" VALUE="1" CHECKED> Require Exact Match' .
|
||||||
' <BR>' .
|
' <BR>' .
|
||||||
' <INPUT TYPE="HIDDEN" NAME="forum_id" VALUE="">' .
|
' <INPUT TYPE="HIDDEN" NAME="forum_id" VALUE="">' .
|
||||||
' <INPUT TYPE="HIDDEN" NAME="is_bug_page" VALUE="">' .
|
' <INPUT TYPE="HIDDEN" NAME="is_bug_page" VALUE="">' .
|
||||||
' <INPUT TYPE="HIDDEN" NAME="group_id" VALUE="882">' .
|
' <INPUT TYPE="HIDDEN" NAME="group_id" VALUE="882">' .
|
||||||
' <INPUT TYPE="text" NAME="words" SIZE="15" VALUE="">' .
|
' <INPUT TYPE="text" NAME="words" SIZE="15" VALUE="">' .
|
||||||
' <BR>' .
|
' <BR>' .
|
||||||
' <INPUT TYPE="submit" NAME="Search" VALUE="Search">' .
|
' <INPUT TYPE="submit" NAME="Search" VALUE="Search">' .
|
||||||
'</FORM></FONT>' .
|
'</FORM></FONT>' .
|
||||||
'</CENTER>';
|
'</CENTER>';
|
||||||
menuSectionFooter ();
|
menuSectionFooter ();
|
||||||
}
|
}
|
||||||
|
|
||||||
qfMenu ();
|
qfMenu ();
|
||||||
develMenu ();
|
develMenu ();
|
||||||
// sfMenu ();
|
// sfMenu ();
|
||||||
searchMenu ();
|
searchMenu ();
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue