summaryrefslogtreecommitdiff
path: root/htroot/IndexImportOAIPMH_p.html
diff options
context:
space:
mode:
authorreger <reger18@arcor.de>2017-04-02 20:36:22 +0200
committerreger <reger18@arcor.de>2017-04-02 20:36:22 +0200
commit9339a6a4c5bc6053bddd823b859b297b82eed462 (patch)
tree94d6becf4ba30c7eabdee1b7887f25794bc4f27e /htroot/IndexImportOAIPMH_p.html
parent777cb5b812033ab2829f83ce80fe8bf7fe0315cd (diff)
use css error class for error msg in IndexImportOAIPMH_p.html,
adjust to xhtml <p> usage rule
Diffstat (limited to 'htroot/IndexImportOAIPMH_p.html')
-rw-r--r--htroot/IndexImportOAIPMH_p.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/IndexImportOAIPMH_p.html b/htroot/IndexImportOAIPMH_p.html
index 671d3acdd..84c9da15f 100644
--- a/htroot/IndexImportOAIPMH_p.html
+++ b/htroot/IndexImportOAIPMH_p.html
@@ -19,12 +19,12 @@
<input name="urlstartone" type="text" value="#[defaulturl]#" size="80" />
<input name="submit" type="submit" class="btn btn-primary" value="Import OAI-PMH source" />
#(import-one)#::
- <p><dl>
+ <dl>
<dt>Source:</dt><dd>#[source]#</dd>
<dt>Processed:</dt><dd>#[count]# records</dd>
<dt>ResumptionToken:</dt><dd>#[rt]#</dd>
- </dl></p>
- ::<p>Import failed: #[error]#</p>
+ </dl>
+ ::<p class="error">Import failed: #[error]#</p>
#(/import-one)#
</fieldset>
</form>