[jboss-user] [JBoss Portal] - Re: How do I output a HTML comment in the head-tag via heade
wa7son
do-not-reply at jboss.com
Tue Oct 10 09:27:38 EDT 2006
Btw... This is the complete jboss-portlet.xml file:
| <portlet-app>
| <portlet>
| <portlet-name>ProductionUnitPortlet</portlet-name>
| <remotable>true</remotable>
| <header-content>
| <link href="/stylesheets/eogs.css" title="" rel="stylesheet" type="text/css" media="screen" />
| <link href="/stylesheets/calendar/calendar-win2k-1.css" title="calendar-win2k-1" rel="stylesheet" type="text/css" media="all" />
| <script src="/javascripts/popup.js" type="text/javascript" defer="defer">// foobar</script>
| <![CDATA[
| <!--[if lt IE 7.]>
| <script src="/javascripts/pngfix.js" type="text/javascript" defer="defer">// foobar</script>
| <![endif]-->
| ]]>
| </header-content>
| <security></security>
| <!-- <transaction>
| <trans-attribute>Required</trans-attribute>
| </transaction> -->
| </portlet>
| </portlet-app>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977232#3977232
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977232
More information about the jboss-user
mailing list