From 2251426ae420640c082ec0d0109b9be435075411 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Wed, 11 Dec 2013 16:42:34 +0000 Subject: bitbake: toaster: Create the base page navigation structure Updating the general container pages to use the graphical design and features from the design phase. In the process of adapting the Simple UI to the designed interface, we create all the pages and the navigation structure for the Toaster GUI. Views for each page have been added, and the url mapping has been updated to reflect newly added pages. The table page has been refactored to be component-oriented instead of class-oriented in order to facilitate reusage. Changes are made in different layers of the template (base, basetable) in order to maximize code reuse among different pages in the build. (Bitbake rev: d31f039ae31b77023722c06e66542751536a1362) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- .../toastergui/templates/basetable_top.html | 66 ++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 bitbake/lib/toaster/toastergui/templates/basetable_top.html (limited to 'bitbake/lib/toaster/toastergui/templates/basetable_top.html') diff --git a/bitbake/lib/toaster/toastergui/templates/basetable_top.html b/bitbake/lib/toaster/toastergui/templates/basetable_top.html new file mode 100644 index 0000000000..b9277b4a3d --- /dev/null +++ b/bitbake/lib/toaster/toastergui/templates/basetable_top.html @@ -0,0 +1,66 @@ + + + + + + + + + -- cgit v1.2.3-54-g00ecf