如何在DNN9.x中实现免费的html5响应模板?

时间:2018-11-12 12:25:54

标签: html5 asp.net-mvc-5 dotnetnuke

我尝试在DNN9.x中实现任何HTML 5响应模板,该模板可在asp.net MVC5中使用。 我的问题是在dnn9中看不到jquery,bootsrtapor图像源?他从dnn风格中挑选风格? 因此,如果有任何主题,注释,链接可以帮助我?

1 个答案:

答案 0 :(得分:0)

您可能需要调整添加资源的方式。这是我要在我的一个开源皮肤中导入的资源的示例。

<dnn:META ID="mobileScale" runat="server" Name="viewport" Content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<dnn:JQUERY ID="dnnjQuery" runat="server" jQueryHoverIntent="true" />
<dnn:DnnJsInclude ID="bootstrapJS" runat="server" FilePath="js/bootstrap.min.js" PathNameAlias="SkinPath" Priority="10" />
<dnn:DnnCssInclude ID="bootStrapCSS" runat="server" FilePath="css/bootstrap.min.css" PathNameAlias="SkinPath" Priority="14" />
<dnn:DnnCssInclude ID="DnnCssInclude1" runat="server" FilePath="css/hhfonts.css" PathNameAlias="SkinPath" Priority="14" />

有关更详细的示例,请查看https://github.com/ChrisHammond/HammerHead/blob/master/Home.ascx