|
From: <tob...@us...> - 2014-08-27 21:49:59
|
Revision: 8625
http://sourceforge.net/p/bigdata/code/8625
Author: tobycraig
Date: 2014-08-27 21:49:55 +0000 (Wed, 27 Aug 2014)
Log Message:
-----------
Added documentation links above query/update editors
Modified Paths:
--------------
branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/css/style.css
branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/index.html
Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/css/style.css
===================================================================
--- branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/css/style.css 2014-08-27 21:08:13 UTC (rev 8624)
+++ branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/css/style.css 2014-08-27 21:49:55 UTC (rev 8625)
@@ -193,6 +193,10 @@
clear: both;
}
+.links {
+ float: left;
+}
+
.namespace-shortcuts {
float: right;
margin-bottom: 20px;
Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/index.html
===================================================================
--- branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/index.html 2014-08-27 21:08:13 UTC (rev 8624)
+++ branches/BIGDATA_RELEASE_1_3_0/bigdata-war/src/html/index.html 2014-08-27 21:49:55 UTC (rev 8625)
@@ -35,6 +35,11 @@
<div class="box">
+ <div class="links">
+ <a href="http://wiki.bigdata.com/wiki/index.php/Main_Page">Wiki</a> -
+ <a href="http://www.w3.org/TR/sparql11-update/">SPARQL Update</a>
+ </div>
+
<div class="namespace-shortcuts">
</div>
@@ -87,6 +92,11 @@
<div class="tab" id="query-tab">
<div class="box">
+ <div class="links">
+ <a href="http://wiki.bigdata.com/wiki/index.php/Main_Page">Wiki</a> -
+ <a href="http://www.w3.org/TR/sparql11-query/">SPARQL Query</a>
+ </div>
+
<div class="namespace-shortcuts">
</div>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|