Skip to content

Commit aa19ba4

Browse files
committed
removing plugins demo
1 parent 291e3c3 commit aa19ba4

File tree

6 files changed

+2
-103
lines changed

6 files changed

+2
-103
lines changed

StayWell.WebExample/Controllers/ExampleController.cs

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -108,17 +108,7 @@ public ActionResult Captions()
108108
return Content(media.ClosedCaptioning, "application/ttaf+xml");
109109
}
110110

111-
public ActionResult Anatomy3D()
112-
{
113-
return View();
114-
}
115-
116-
public ActionResult CenterPlugin()
117-
{
118-
return View();
119-
}
120-
121-
public ActionResult Centers(string centerCategorySlug)
111+
public ActionResult Centers(string centerCategorySlug)
122112
{
123113
return View();
124114
}
@@ -128,10 +118,6 @@ public ActionResult Videos()
128118
return View();
129119
}
130120

131-
public ActionResult AtoZPlugin()
132-
{
133-
return View();
134-
}
135121

136122
public ActionResult TopicExplorer(string collectionSlug, string bucketSlug, string contentSlug)
137123
{

StayWell.WebExample/StayWell.WebExample.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,15 +287,12 @@
287287
<Content Include="Views\Example\Captions.cshtml" />
288288
<Content Include="Views\HowTo\DisplayJSONP.cshtml" />
289289
<Content Include="Views\HowTo\DisplayArticleLink.cshtml" />
290-
<Content Include="Views\Example\Anatomy3D.cshtml" />
291290
<Content Include="Views\Example\Videos.cshtml" />
292291
<Content Include="Views\Example\VideosByTopic.cshtml" />
293292
<Content Include="Views\License\DisplayServiceLines.cshtml" />
294293
<Content Include="Views\License\_PublicDemoWarningMessage.cshtml" />
295294
<Content Include="Views\Example\TopicExplorer.cshtml" />
296295
<Content Include="Views\HowTo\SearchByPublishedDate.cshtml" />
297-
<Content Include="Views\Example\CenterPlugin.cshtml" />
298-
<Content Include="Views\Example\AtoZPlugin.cshtml" />
299296
<Content Include="Views\HowTo\ConvertImagePopup.cshtml" />
300297
</ItemGroup>
301298
<ItemGroup>

StayWell.WebExample/Views/Example/Anatomy3D.cshtml

Lines changed: 0 additions & 24 deletions
This file was deleted.

StayWell.WebExample/Views/Example/AtoZPlugin.cshtml

Lines changed: 0 additions & 26 deletions
This file was deleted.

StayWell.WebExample/Views/Example/CenterPlugin.cshtml

Lines changed: 0 additions & 27 deletions
This file was deleted.

StayWell.WebExample/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,7 @@
4444

4545
</ul>
4646
</div>
47-
<div class="col-sm-3 menu-column">
48-
<h3>Plugins (Beta)</h3>
49-
<ul>
50-
<li>@Html.ActionLink("Centers Plugin", "CenterPlugin", "Example")</li>
51-
<li>@Html.ActionLink("A to Z Plugin", "AtoZPlugin", "Example")</li>
52-
<li>@Html.ActionLink("3D Anatomy Plugin", "Anatomy3D", "Example")</li>
53-
</ul>
54-
</div>
47+
5548
<div class="col-sm-6 menu-column">
5649
</div>
5750
</div>

0 commit comments

Comments
 (0)