#include "Menu.h" #include "HttpServ.h" #include "CopyJob.h" #include "Buffer.h" #include "config.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) { } Task * Menu::Do(Variables * v, Handle * h) { int i, f = 0; Handle * b = new Buffer(); Task * t = new CopyJob(b, h, -1, true); SendHead(b); (*b) << "
" << (i + 1) << " | " "GetURL() : "start") << "\">" << lt[i] << " |