You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sv...@apache.org on 2004/12/27 16:29:44 UTC

cvs commit: incubator-myfaces/webapps/examples/web css.jsp

svieujot    2004/12/27 07:29:44

  Modified:    webapps/examples/web css.jsp
  Log:
  Remove useless includes.
  
  Revision  Changes    Path
  1.7       +1 -20     incubator-myfaces/webapps/examples/web/css.jsp
  
  Index: css.jsp
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/webapps/examples/web/css.jsp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- css.jsp	27 Dec 2004 04:11:12 -0000	1.6
  +++ css.jsp	27 Dec 2004 15:29:44 -0000	1.7
  @@ -24,26 +24,7 @@
     <meta HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">
     <title>MyFaces - the free JSF Implementation</title>
   
  -  <!-- JSCook Menu -->
  -  <script src="jscookmenu/JSCookMenu.js" type="text/javascript"></script>
  -  <script type="text/javascript" src="jscookmenu/ThemeOffice/theme.js"></script>
  -  <x:stylesheet path="/jscookmenu/ThemeOffice/theme.css" />
  -  <script type="text/javascript" src="jscookmenu/ThemeMiniBlack/theme.js"></script>
  -  <x:stylesheet path="/jscookmenu/ThemeMiniBlack/theme.css"/>
  -  <script type="text/javascript" src="jscookmenu/ThemeIE/theme.js"></script>
  -  <x:stylesheet path="/jscookmenu/ThemeIE/theme.css" />
  -  <script type="text/javascript" src="jscookmenu/ThemePanel/theme.js"></script>
  -  <x:stylesheet path="/jscookmenu/ThemePanel/theme.css" />
  -
  -  <!-- JSCalendar -->
  -  <script src="jscalendar/popcalendar.js" type="text/javascript"></script>
  -  <x:stylesheet path="/jscalendar/jscalendar-WH/theme.css"/>
  -  <x:stylesheet path="/jscalendar/jscalendar-DB/theme.css"/>
  -
  -  <!-- JSPopup -->
  -  <script src="jspopup/JSPopup.js" type="text/javascript"></script>
  -
  -<x:stylesheet path="/css/basic.css"/>
  +  <x:stylesheet path="/css/basic.css"/>
   </head>
   <body>