From a703bf6f8dd6cd5a75202266f769e3ef2e42bcb2 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 10 Oct 2008 10:21:20 +0000 Subject: Made resume a standalone tag istead of an attribute of the macro tag. --- server/src/template.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'server/src/template.h') diff --git a/server/src/template.h b/server/src/template.h index d047712..0e016d4 100644 --- a/server/src/template.h +++ b/server/src/template.h @@ -51,6 +51,11 @@ public: std::map< std::string, std::string > attributes; }; +class Resume { +public: + std::map< std::string, std::string > attributes; +}; + class Macro { public: std::vector< Query > queries; @@ -58,6 +63,7 @@ public: std::vector< Script > scripts; Widget window; std::map< std::string, std::string > attributes; + Resume resume; }; class Course { -- cgit v1.2.3