Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
sip creator page
  • Loading branch information
zemyatin committed Nov 9, 2011
1 parent febdb60 commit c214066
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
19 changes: 10 additions & 9 deletions app/views/organization/SipCreator/index.html
Expand Up @@ -2,12 +2,13 @@
#{set title: 'Sip-Creator' /}

<h1 class="sep">SIP-Creator</h1>
<table>
<tr>
<td><a href="/${userName}/sip-creator.jnlp"><img src="@{'/public/sip-creator/sip-creator-logo.png'}" alt="logo"/></a></td>
<td>
<p>&{'organization.sipcreator.p1'}</p>
<p>&{'organization.sipcreator.p2'}</p>
</td>
</tr>
</table>

<div class="row">
<div class="g-3of12">
<a href="/${userName}/sip-creator.jnlp"><img src="@{'/public/sip-creator/sip-creator-logo.png'}" alt="logo"/></a>
</div>
<div class="g-8of12">
<p>&{'organization.sipcreator.p1'}</p>
<p>&{'organization.sipcreator.p2'}</p>
</div>
</div>
2 changes: 1 addition & 1 deletion conf/messages
Expand Up @@ -421,7 +421,7 @@ organization.dataset.save=Save DataSet
organization.members=Members

organization.sipcreator.p1=The SIP-Creator is a stand-alone tool that you can use to manage your data sets. It allows you to map any existing XML format to the record definitions that have been chosen as target for each data set individually. Once mapped and validated, the SIP-Creator lets you upload the source XML and the mapping instruction files to the Delving Culture Hub so that the mappings can also be executed there.
organization.sipcreator.p2=Launch the SIP-Creator by clicking on the logo on the left. This will cause your browser to download a launch file called <b>sip-creator.jnlp</b> which should cause the application to be downloaded and installed on your machine. You will need to have <b>Java</b> installed on your machine. Whenever you start up the SIP-Creator it will check the Culture Hub for a new version and update automatically.
organization.sipcreator.p2=Launch the SIP-Creator by clicking on the logo on the left. This will cause your browser to download a launch file called <strong>sip-creator.jnlp</strong> which should cause the application to be downloaded and installed on your machine. You will need to have <strong>Java</strong> installed on your machine. Whenever you start up the SIP-Creator it will check the Culture Hub for a new version and update automatically.


# Controllers
Expand Down
2 changes: 1 addition & 1 deletion conf/messages.nl
Expand Up @@ -389,7 +389,7 @@ organization.dataset.save=Save DataSet
organization.members=Leden

organization.sipcreator.p1=The SIP-Creator is a stand-alone tool that you can use to manage your data sets. It allows you to map any existing XML format to the record definitions that have been chosen as target for each data set individually. Once mapped and validated, the SIP-Creator lets you upload the source XML and the mapping instruction files to the Delving Culture Hub so that the mappings can also be executed there.
organization.sipcreator.p2=Launch the SIP-Creator by clicking on the logo on the left. This will cause your browser to download a launch file called <b>sip-creator.jnlp</b> which should cause the application to be downloaded and installed on your machine. You will need to have <b>Java</b> installed on your machine. Whenever you start up the SIP-Creator it will check the Culture Hub for a new version and update automatically.
organization.sipcreator.p2=Launch the SIP-Creator by clicking on the logo on the left. This will cause your browser to download a launch file called <strong>sip-creator.jnlp</strong> which should cause the application to be downloaded and installed on your machine. You will need to have <strong>Java</strong> installed on your machine. Whenever you start up the SIP-Creator it will check the Culture Hub for a new version and update automatically.



Expand Down
1 change: 1 addition & 0 deletions public/themes/default/stylesheets/style.less
Expand Up @@ -111,6 +111,7 @@ h1.sep {

p {
line-height: 20px;
margin-bottom: 10px;
}

ul, ol {
Expand Down

0 comments on commit c214066

Please sign in to comment.