From 14aceeb4c29bb90390534c629bd9fefc51829509 Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Fri, 25 Feb 2011 16:49:49 -0800 Subject: [PATCH] Adding new information in shape tracing --HG-- branch : dev --- .../Orchard.Comments/Orchard.Comments.csproj | 6 ++ .../Orchard.DesignerTools.csproj | 6 +- .../orchard-designertools-shapetracing.js | 2 +- .../Services/ShapeTracingFactory.cs | 80 +++++++++++++++- .../orchard-designertools-shapetracing.css | 4 +- .../Views/ShapeTracing.Wrapper.cshtml | 93 ------------------- .../Views/ShapeTracingMeta.cshtml | 61 ++++++++++++ .../Views/ShapeTracingWrapper.cshtml | 31 +++++++ 8 files changed, 181 insertions(+), 102 deletions(-) delete mode 100644 src/Orchard.Web/Modules/Orchard.DesignerTools/Views/ShapeTracing.Wrapper.cshtml create mode 100644 src/Orchard.Web/Modules/Orchard.DesignerTools/Views/ShapeTracingMeta.cshtml create mode 100644 src/Orchard.Web/Modules/Orchard.DesignerTools/Views/ShapeTracingWrapper.cshtml diff --git a/src/Orchard.Web/Modules/Orchard.Comments/Orchard.Comments.csproj b/src/Orchard.Web/Modules/Orchard.Comments/Orchard.Comments.csproj index 4fe191777..9c1889abb 100644 --- a/src/Orchard.Web/Modules/Orchard.Comments/Orchard.Comments.csproj +++ b/src/Orchard.Web/Modules/Orchard.Comments/Orchard.Comments.csproj @@ -137,6 +137,12 @@ + + + + + +