#include "Menu.h" #include "HttpServ.h" Menu::Menu(const String & t, const String & U, String * ts, Action ** as, int nb) : Action(U), tit(t), lt(ts), la(as), nba(nb) { } void Menu::Do(Variables * v, Handle * h) { int i, f = 0; SendHead(h); (*h) << "
" << (i + 1) << " | " "GetURL() : "start") << "\">" << lt[i] << " |