webpiecesxxxxxpackage.web.mainTemplate.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WEBPIECESxAPPNAME Show documentation
Show all versions of WEBPIECESxAPPNAME Show documentation
Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property
#{get 'title' /}#
#{stylesheet href:'%[/assets/crud/css/bootstrap.css]%'/}#
#{stylesheet href:'%[/assets/crud/css/theme.css]%'/}#
#{stylesheet href:'%[/assets/crud/css/index.css]%', media:'screen'/}#
#{stylesheet href:'%[/assets/crud/css/lib/animate.css]%', media:'screen, projection'/}#
#{stylesheet href:'%[/assets/crud/css/about.css]%', media:'screen'/}#
#{stylesheet href:'%[/assets/crud/css/sign-in.css]%', media:'screen'/}#
#{stylesheet href:'%[/assets/crud/css/sign-up.css]%', media:'screen'/}#
#{stylesheet href:'%[/assets/crud/css/lib/flexslider.css]%', media:'screen'/}#
#{stylesheet href:'%[/assets/crud/css/contact.css]%', media:'screen'/}#
#{stylesheet href:'%[/assets/crud/css/blog.css]%', media:'screen'/}#
#{stylesheet href:'%[/assets/crud/css/blogpost.css]%', media:'screen'/}#
*{ }*
#{stylesheet href:'%[/assets/crud/overrides.css]%'/}#
#{script src:'%[/assets/crud/js/jquery/jquery-1.9.1.js]%'/}#
#{if _appContext.googleAnalyticsCode}#
*{UA-162386815-1}*
#{/if}#
#{if _flash.message}#
${_flash.message}$
#{/if}#
#{get 'body'/}#
#{script src:'%[/assets/crud/js/bootstrap/bootstrap.min.js]%'/}#
#{script src:'%[/assets/crud/js/bootstrap/theme.js]%'/}#
#{script src:'%[/assets/crud/js/bootstrap/flexslider.js]%'/}#
#{script src:'%[/assets/crud/js/bootstrap/index-slider.js]%'/}#
#{script src:'%[/assets/crud/js/bootstrap/bootstrap-datepicker.js]%'/}#
*{
#{if controllers.Utility.isLocale('en')}
#{/if}
#{elseif controllers.Utility.isLocale('zh')}
#{/elseif}
}*
© 2015 - 2024 Weber Informatics LLC | Privacy Policy