[51] in Project_DB
Re: Tying Delivery Web Pages into pdb
daemon@ATHENA.MIT.EDU (Mike Barker)
Fri Mar 21 10:43:28 1997
To: tjm@MIT.EDU (Tim McGovern)
Cc: project-db@MIT.EDU
In-Reply-To: Your message of "Thu, 20 Mar 1997 16:00:08 -0400."
<v02140b12af574546e7f9@[18.177.0.17]>
Date: Fri, 21 Mar 1997 10:43:07 EST
From: Mike Barker <mbarker@MIT.EDU>
This link
<A HREF="https://arachne.mit.edu/pdb/db.cgi/pdb.pdb_user.frontpage">All Projects</A>
provides all the projects in the database...
I thought at first that we would have to go through
https://arachne.mit.edu/show_project.html
and click delivery to get the delivery projects in
https://arachne.mit.edu/pdb/db.cgi/pdb.pdb_user.show_project
(incidentally, this points to something we may want to note--people
can't bookmark random pages in the project db, because the system
depends on you doing things in a certain order)
actually, Bruce showed me how to turn it into a "one button click"
which will cause the database to do the right thing...
<FORM ACTION="https://arachne.mit.edu/pdb/db.cgi/pdb.pdb_user.show_project" METHOD="POST">
<INPUT TYPE="hidden" NAME="Process" value="delivery">
<INPUT TYPE="hidden" NAME="practice" value="">
<INPUT TYPE="hidden" NAME="name" value="">
<INPUT TYPE="hidden" NAME="team_leader" value="">
<INPUT TYPE="hidden" NAME="pstatus" value="">
<INPUT TYPE="submit" NAME="this is the button" VALUE="Submit">
</FORM>
This link also does the job...
<A HREF="https://arachne.mit.edu/pdb/db.cgi/pdb.pdb_user.show_project?Process=delivery&practice=&name=&team_leader=&pstatus=&this+is+the+button=Submit">All Delivery Projects</a>
So the answer to getting all projects in the database is -- put the
link in and we've got it.
The answer to the other one is also put the link in, but the link is
a bit fancier.
mike