#!/bin/sh cat <Malformed URL

Please report this problem to the owner of the page containing the link you followed to get to this page. EOF else title="`tag_pasture_font 0`$title`tag_pasture_font_end`
$xtitle" fi ;; NOTFOUND) stuff="

The game you were looking for was not found in the database. The reason for this may be that the ID number you used was incorrect or has been removed from the database in a recent update. Please use the general search form to locate the correct ID number." ;; NOTID) stuff="

The only type of query available for image pages is a simple ID number lookup. Please notify the maintainer of the page containing the link to this page that there was an error." ;; *) stuff="

Your query has failed for some mysterious and unknown reason ($result). Please report this to byers@lysator.liu.se and include the URL of this document in your message." ;; esac tag_pasture "Internet Pinball Presents $xtitle" tag_pasture_font 0 tag_pasture_hn 1 "$title" cat <

EOF tag_pasture_linkbar "Instructions" "instructions.html" \ "Linking to the IPD" "linking.html" \ "New Basic Search" "search.cgi?qf=b" \ "New Advanced Search" "search.cgi?qf=x" cat <
EOF tag_pasture_text backlink="" if [ ! -z "$QUERY_h" ] ; then href="$QUERY_h" htext="Go back" if [ ! -z "$QUERY_t" ] ; then htext="$QUERY_t" fi backlink="

`tag_pasture_font +1`$htext`tag_pasture_font_end`

" fi echo "$backlink" echo "$stuff" cat echo "$backlink" tag_pasture_footer "The Internet Pinball Database" \ data/pinball.db \ "Back to the Pinball Pasture" "$PASTURE_URL" \ "Back to the Internet Pinball Database" "$IPD_URL" tag_pasture_text_end tag_pasture_font_end tag_pasture_end } if [ ! -z "$QUERY_fm" ] ; then QUERY_STRING="$QUERY_STRING&bfm=$QUERY_fm" QUERY_bfm="$QUERY_fm" export QUERY_bfm QUERY_fm="page" fi QUERY_STRING="$QUERY_STRING&fm=page" export QUERY_STRING QUERY_fm="page" export QUERY_fm if [ ! -z "$QUERY_id" ] ; then id="$QUERY_id" else id="$QUERY_STRING" QUERY_STRING="id=$id" QUERY_id="$id" fi $BINDIR/pdblookup | output exit 0