The 6 pins involved in programing are being connected and disconnected with the dip switches. One row of switches for each chip style. One row are all "on" and the other 2 rows of switches are all "off". You can see what I mean by the picture on this page.
http://jeffmurchison.com/blog/arduinoisp-deluxe-shield-updated/Yep, that's exactly how it works (that's my shield design).
OP, if you only want your shield to program ATtiny25/45/85 and ATmega328 then you don't need DIP switches like mine, at the very minimum, you can get away with using only two jumpers (or a small 2-position DIP switch). Here's a reference sheet for the microcontrollers:

Note that the ATtiny*5 pins on the right side (pins 8-5) are:
VCC
SCK
MISO
MOSI
And pins 20-17 on the ATmega328 are the same. So those can be directly connected to VCC, Arduino pin 13, pin 12, and pin 11 (double check that those pins are right, that's off the top of my head and might be wrong).
The only jumpers you would need would be for pins 1 and 4 on the ATtiny*5.