mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-10 04:09:58 +00:00
welcome.xhtml: explain MDMF too
This commit is contained in:
parent
62a4b2721c
commit
528364a421
@ -77,12 +77,12 @@
|
||||
|
||||
<label for="upload-sdmf" class="radio">
|
||||
<input type="radio" id="upload-sdmf" value="sdmf" name="format" />
|
||||
<acronym title="Small Distributed Mutable Files">SDMF</acronym>
|
||||
<acronym title="Small Distributed Mutable File">SDMF</acronym>
|
||||
</label>
|
||||
|
||||
<label for="upload-mdmf" class="radio">
|
||||
<input type="radio" id="upload-mdmf" value="mdmf" name="format" />
|
||||
MDMF (experimental)
|
||||
<acronym title="Medium Distributed Mutable File">MDMF</acronym> (experimental)
|
||||
</label>
|
||||
|
||||
<p><input type="submit" class="btn" value="Upload File »" /></p>
|
||||
@ -95,12 +95,12 @@
|
||||
<form action="uri" method="post" enctype="multipart/form-data">
|
||||
<label for="mkdir-sdmf" class="radio">
|
||||
<input type="radio" checked="checked" id="mkdir-sdmf" value="sdmf" name="format" />
|
||||
<acronym title="Small Distributed Mutable Files">SDMF</acronym>
|
||||
<acronym title="Small Distributed Mutable File">SDMF</acronym>
|
||||
</label>
|
||||
|
||||
<label for="mkdir-mdmf" class="radio">
|
||||
<input type="radio" id="mkdir-mdmf" value="mdmf" name="format" />
|
||||
MDMF (experimental)
|
||||
<acronym title="Medium Distributed Mutable File">MDMF</acronym> (experimental)
|
||||
</label>
|
||||
|
||||
<input type="hidden" name="t" value="mkdir" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user