#ifndef ____editview_h__ #define ____editview_h__ #include "HTTPPage.h" #include "File.h" namespace http { class __editview : public HTTPPage { int page(HTTPParameters &p) override { char format[256]; sprintf(format, "/home/barant/jetserver/views/%s.view", p.httpRequest.uriValues["view_name"].str().c_str()); coreutils::File workspace(format); workspace.read(); // coreutils::ZString requestId(putRequest()); p.data << "
" "
" " View Editor" "
" " " "
" << workspace.asString() << "
" "
" " OPTIONS" "
" "
" " Show Grid
" " Snap To Grid
" " Grid Size:
" "
" "
" "
" "

NO DATA

" "
" "
" "
" "
" " Toolbar" "
" " " "
" "
" "
" " Styles" "
" " " "
" "
" " Image Library" "
" " " "
" "
" "
" "