Revision: cacabef364cd
Branch: default
Author: Marcus Nitzschke
Date: Mon Oct 15 14:36:31 2012
Log: [Mod] more compact layout
http://code.google.com/p/nlp2rdf/source/detail?r=cacabef364cd
Modified:
/
nlp2rdf.lod2.eu/css/style.css
/
nlp2rdf.lod2.eu/demo.php
=======================================
--- /
nlp2rdf.lod2.eu/css/style.css Tue Jul 3 14:25:16 2012
+++ /
nlp2rdf.lod2.eu/css/style.css Mon Oct 15 14:36:31 2012
@@ -1,3 +1,9 @@
+body{
+ max-width:1100px;
+ margin-left:auto;
+ margin-right:auto
+ }
+
.checks{
font-size: 0.9em;
line-height:0.9em;
@@ -7,10 +13,6 @@
#details{
padding-left: 17px;
}
-
-hr.alt2{
- margin: 5px !important;
- }
fieldset{
margin: 0 0 5px 0;
@@ -35,7 +37,9 @@
}
p#about{
- margin-left: 15px;
+ margin-left: 5px;
+ font-size: 0.9em;
+ text-align:justify;
}
.show_hide{
=======================================
--- /
nlp2rdf.lod2.eu/demo.php Tue Aug 7 05:02:31 2012
+++ /
nlp2rdf.lod2.eu/demo.php Mon Oct 15 14:36:31 2012
@@ -119,21 +119,12 @@
<!--p id="about">This web site show cases and combines available demo
nif web services. Note that the list displayed here is not complete. More
tools will be added soon. Read the <a
href="
http://svn.aksw.org/papers/2012/NIF/EKAW_DEMO/ekaw_demo_public_draft.pdf"
target="_blank">full documentation</a>. The code for this demo is available
<a
href="
http://code.google.com/p/nlp2rdf/source/browse/nlp2rdf.lod2.eu/demo.php"
target="_blank" >here</a>. This service also allows you to retrieve the raw
data. Use the <em>format</em> parameter which supports <em>rdfxml, turtle,
rdfjson, ntriples</em> as values. You can also use the <em>Accept:</em>
header with the appropriate content-type. Note that this service is
currently using NIF-1.0, while the NIF-2.0 specification is in work. Take a
look at the <a href="
http://nlp2rdf.org/news/nif-roadmap-2012-and-pointers"
target="_blank">roadmap</a> for further informations.
</p-->
<form>
- <div class="col_6">
- <p id="about">This web site show cases and combines available demo nif
web services. Note that the list displayed here is not complete. More tools
will be added soon. Read the <a
href="
http://svn.aksw.org/papers/2012/NIF/EKAW_DEMO/ekaw_demo_public_draft.pdf"
target="_blank">full documentation</a>. The code for this demo is available
<a
href="
http://code.google.com/p/nlp2rdf/source/browse/nlp2rdf.lod2.eu/demo.php"
target="_blank" >here</a>. This service also allows you to retrieve the raw
data. Use the <em>format</em> parameter which supports <em>rdfxml, turtle,
rdfjson, ntriples</em> as values. You can also use the <em>Accept:</em>
header with the appropriate content-type. Note that this service is
currently using NIF-1.0, while the NIF-2.0 specification is in work. Take a
look at the <a href="
http://nlp2rdf.org/news/nif-roadmap-2012-and-pointers"
target="_blank">roadmap</a> for further informations.
+ <div class="col_4">
+ <p id="about">This web site show cases and combines available demo
nif web services. Note that the list displayed here is not complete. More
tools will be added soon. Read the <a
href="
http://svn.aksw.org/papers/2012/NIF/EKAW_DEMO/public_preprint.pdf"
target="_blank">full documentation</a> [<a
href="
http://dblp.uni-trier.de/rec/bibtex/conf/ekaw/HellmannLAN12"
target=_blank">Bibtex</a>]. The code for this demo is available <a
href="
http://code.google.com/p/nlp2rdf/source/browse/nlp2rdf.lod2.eu/demo.php"
target="_blank" >here</a>. This service also allows you to retrieve the raw
data. Use the <em>format</em> parameter which supports <em>rdfxml, turtle,
rdfjson, ntriples</em> as values. You can also use the <em>Accept:</em>
header with the appropriate content-type. Note that this service is
currently using NIF-1.0, while the NIF-2.0 specification is in work. Take a
look at the <a href="
http://nlp2rdf.org/news/nif-roadmap-2012-and-pointers"
target="_blank">roadmap</a> for further informations.
</p>
- <fieldset>
- <legend>Input text</legend>
- <textarea name="text" ><?php
- if (isset($_REQUEST['text'] )) {
- echo $_REQUEST['text'] ;
- } else {
- echo "President Obama on Monday will call for a new minimum
tax rate for individuals making more than $1 million a year." ;
- } ?>
- </textarea>
- </fieldset>
</div>
- <div class="col_3">
+
+ <div class="col_4">
<fieldset>
<legend>Action</legend>
<input type="radio" id="radio_action_1" name="action" value="merge"
checked="checked" />
@@ -155,7 +146,7 @@
<input id="text1" type="text" name="prefix" value="<?php echo
$prefix; ?>"/>
</fieldset>
</div>
- <div class="col_3">
+ <div class="col_4">
<fieldset>
<legend>Tools</legend>
<?php
@@ -195,21 +186,35 @@
<button type="submit" class="medium green"><span class="icon medium
white" data-icon="C"></span> submit</button>
</div>
</div>
- </form>
- <hr class="alt2" />
+ <hr style="display:none" />
- <div class="col_12">
+ <div class="col_6">
+
<fieldset>
- <legend>Merged Output</legend>
- <textarea name="output"><?php echo $output;?></textarea>
+ <legend>Input text</legend>
+ <textarea name="text" ><?php
+ if (isset($_REQUEST['text'] )) {
+ echo $_REQUEST['text'] ;
+ } else {
+ echo "President Obama on Monday will call for a new minimum
tax rate for individuals making more than $1 million a year." ;
+ } ?>
+ </textarea>
</fieldset>
- <?php if ($output != "") echo '
- <span class="icon small gray show_hide" data-icon="s"></span>
- <span class="show_hide checks">Show/Hide Details</span>
- <div id="details">' . $meta .'</div>';
- ?>
</div>
+ </form>
+ <div class="col_6">
+ <fieldset>
+ <legend>Merged Output</legend>
+ <textarea name="output"><?php echo $output;?></textarea>
+ </fieldset>
+ </div>
+ <hr style="display:none"/>
+ <?php if ($output != "") echo '
+ <span class="icon small gray show_hide" data-icon="s"></span>
+ <span class="show_hide checks">Show/Hide Details</span>
+ <div id="details">' . $meta .'</div>';
+ ?>
</body>
</html>
<?php } ?>