You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2014/01/02 00:44:25 UTC

svn commit: r1554702 - /juddi/cms-site/trunk/templates/skeleton.html

Author: alexoree
Date: Wed Jan  1 23:44:24 2014
New Revision: 1554702

URL: http://svn.apache.org/r1554702
Log:
JUDDI-750 test driving the new cms

Modified:
    juddi/cms-site/trunk/templates/skeleton.html

Modified: juddi/cms-site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/templates/skeleton.html?rev=1554702&r1=1554701&r2=1554702&view=diff
==============================================================================
--- juddi/cms-site/trunk/templates/skeleton.html (original)
+++ juddi/cms-site/trunk/templates/skeleton.html Wed Jan  1 23:44:24 2014
@@ -26,8 +26,6 @@
         <meta name="author" content="Apache Software Foundation">
 
         <link href="css/bootstrap.min.css" rel="stylesheet">
-        <link href="css/bootstrap-datetimepicker.min.css" rel="stylesheet">
-        <link href="css/bootstrap-timepicker.min.css" rel="stylesheet">
         <link rel="stylesheet" href="css/font-awesome.min.css">
         <link rel="stylesheet" href="css/ui-lightness/jquery-ui-1.10.2.custom.min.css">
         <!--[if IE 7]>
@@ -52,13 +50,16 @@
         <!-- Fav and touch icons -->
 
         <link rel="shortcut icon" href="ico/favicon.png">
+		<script src="js/jquery-1.9.1.js"></script>
         <script src="js/bootstrap.min.js"></script>
         <script src="js/bootstrap-datetimepicker.min.js"></script>
         <script src="js/bootstrap-timepicker.min.js"></script>
         <script src="js/bootstrap-modalmanager.js"></script>
         <script src="js/bootstrap-modal.js"></script>
         <script src="js/jquery-ui-1.10.2.custom.min.js"></script>
-        
+        <script type="javascript">
+		
+		</script>
     </head>
 
     <body>
@@ -116,8 +117,8 @@
 <div style="
      padding: 0px 0px 0px 0px; bottom: 0px; margin: 0px 0px 0px 0px; width:100%; text-align: center; position: fixed; 
      background-color: white; 
-     "><center><footer><span style="color: red"><b>BETA</b></span> - v3.2 - <a href="http://www.apache.org">
-	  Copyright &copy; 2010 The Apache Software Foundation, Licensed under 
+     "><center><footer><a href="http://www.apache.org">
+	  Copyright &copy; 2014 The Apache Software Foundation, Licensed under 
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
 	 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org