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:37:06 UTC

svn commit: r1554700 - in /juddi/cms-site/trunk: content/favicon.ico templates/skeleton.html

Author: alexoree
Date: Wed Jan  1 23:37:06 2014
New Revision: 1554700

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

Added:
    juddi/cms-site/trunk/content/favicon.ico   (with props)
Modified:
    juddi/cms-site/trunk/templates/skeleton.html

Added: juddi/cms-site/trunk/content/favicon.ico
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/favicon.ico?rev=1554700&view=auto
==============================================================================
Binary file - no diff available.

Propchange: juddi/cms-site/trunk/content/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: juddi/cms-site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/templates/skeleton.html?rev=1554700&r1=1554699&r2=1554700&view=diff
==============================================================================
--- juddi/cms-site/trunk/templates/skeleton.html (original)
+++ juddi/cms-site/trunk/templates/skeleton.html Wed Jan  1 23:37:06 2014
@@ -1,6 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
+<!DOCTYPE html>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more
@@ -19,31 +17,113 @@
     limitations under the License.
 -->
 
-  <link href="/stanbol/css/stanbol.css" rel="stylesheet" type="text/css">
-  <title>Apache Stanbol - {% block title %}{{ headers.title }}{% endblock %}</title>
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</head>
-
-<body>
-  <div id="navigation"> 
-  {% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
-  </div>
-  
-  <div id="content">
+<html lang="en" dir="LTR">
+    <head>
+        <meta charset="utf-8">
+        <title>Apache jUDDI{% block title %}{{ headers.title }}{% endblock %}</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <meta name="description" content="jUDDI (pronounced Judy) is an open source Java implementation of the Universal Description, Discovery, and Integration (UDDI v3) specification for (Web) Services.">
+        <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]>
+        <link rel="stylesheet" href="css/font-awesome-ie7.min.css">
+        <![endif]-->
+
+        <link rel="shortcut icon" href="favicon.ico" />
+        <style type="text/css">
+            body {
+                padding-top: 60px;
+                padding-bottom: 40px;
+            }
+        </style>
+        <link href="css/bootstrap-responsive.min.css" rel="stylesheet">
+        <link href="css/bootstrap-modal.css" rel="stylesheet">
+
+        <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
+        <!--[if lt IE 9]>
+          <script src="js/html5shiv.js"></script>
+        <![endif]-->
+
+        <!-- Fav and touch icons -->
+
+        <link rel="shortcut icon" href="ico/favicon.png">
+        <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>
+        
+    </head>
+
+    <body>
+            <div class="alert" style="display:none; position: fixed; top:45px; width:80%; left: 10%; z-index: 1000; opacity: 1.0; background-color: #FFD530; color:black " id="resultBar">
+            </div>
+
+            <div class="navbar navbar-inverse navbar-fixed-top">
+                <div class="navbar-inner">
+                    <div class="container">
+                        <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+                            <span class="icon-bar"></span>
+                            <span class="icon-bar"></span>
+                            <span class="icon-bar"></span>
+                        </button>
+                        <a class="brand" href="home.jsp" style="padding-left:19px; padding-top:0px; padding-bottom:0px"><img src="img/logo2.png"></a>
+                        <div class="nav-collapse collapse">
+                            <ul class="nav">
+                                <li class="dropdown"><a href="home.jsp" data-toggle="dropdown" class="dropdowb-town"><i class="icon-home icon-large"></i>Home
+                                </a></li>
+                                <li class="dropdown" ><a href="#" data-toggle="dropdown" class="dropdowb-town"><i class="icon-search icon-large"></i>Downloads
+                                </a></li>
+
+                                <li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdowb-town"><i class="icon-question-sign icon-large"></i>Help <b class="caret"></b></a>
+                                    <ul class="dropdown-menu">
+                                        <li><a href="http://juddi.apache.org/docs/3.x/userguide/html/index.html" >User Guide</a></li>
+                                        <li><a href="http://juddi.apache.org/docs/3.x/devguide/html/index.html" >Dev Guide</a></li>
+                                        <li><a href="http://juddi.apache.org/docs.html" >API Docs</a></li>
+                                        <li><a href="http://wiki.apache.org/juddi" >Wiki</a></li>
+                                        <li><a href="http://juddi.apache.org/issue-tracking.html" >Issue Tracking</a></li>
+                                        
+                                        <li><a href="http://www.nabble.com/jUDDI-f218.html" >Mailing List Archive</a></li>
+                                        <li><a href="http://svn.apache.org/viewvc/juddi/" >Source Code</a></li>
+
+                                    </ul>
+                                </li>
+                            </ul>
+                            <div id="loginfield">
+                                <%@include file="login.jsp" %>
+                            </div>
+                        </div><!--/.nav-collapse -->
+                    </div>
+                </div>
+            </div>
+
+
+<!-- main content does here -->
+<div id="content">
     <h1 class="title">{% block title %}{{ headers.title }}{% endblock %}</h1>
     {% block content %}{{ content|markdown }}{% endblock %}
-  </div>
+</div>
   
-  <div id="footer">
-    <div class="copyright">
-      <p>
-        Copyright &copy; 2010 The Apache Software Foundation, Licensed under 
+
+
+</div> 
+<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 
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
-        <br />
         Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
-      </p>
-    </div>
-  </div>
-  
+	 
+	 </a</footer></center></div>
 </body>
 </html>
+
+
+



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