summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-09-02 21:59:24 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-09-02 21:59:24 (GMT)
commit32f5cc87d7e4d2d87b84c777641e1c2bd185612f (patch)
tree1a9f96cfaca2fff2443926276c3f7de9ab4f1712
parentfe6f4327ce2946ef2ea3624065deed33c724b2d5 (diff)
added description for external import sources
-rw-r--r--www/index.html31
-rw-r--r--www/styles/main-style.css16
2 files changed, 43 insertions, 4 deletions
diff --git a/www/index.html b/www/index.html
index cde478f..b2eee1b 100644
--- a/www/index.html
+++ b/www/index.html
@@ -116,17 +116,40 @@
<form>
<label for="sourceUri"></label>
<input id="sourceUri" name="sourceUri" size="50" list="sampleSources"
- placeholder="https://, ftps://, archiv://, ..." />
+ placeholder="http://, https://, ftp://, ..." />
<datalist id="sampleSources">
<option value="http://">
<option value="https://">
<option value="ftp://">
<option value="ftps://">
- <option value="archiv://YYYY/MM/DD/hh/00">
- <!--<option value="public://<username>/">-->
- <!--<option value="cba://<cba-id>">-->
+ <option value="https://cba.fro.at/285534">
</datalist>
</form>
+ <p>
+ Externe Quellen können Links zu Dateien auf Webseiten oder von FTP Servern sein.
+ Ausserdem können hier Links zu Beiträgen auf der CBA und anderen Portalen verwendet werden.
+ Eine nicht vollständige Liste der Seiten die unterstützt werden:
+ <br />
+ <a href="https://cba.fro.at">CBA</a>,
+ <a href="https://dropbox.com">Dropbox</a>,
+ <a href="https://www.soundcloud.com">Soundcloud</a>,
+ <a href="https://www.mixcloud.com">Mixcloud</a>,
+ <a href="https://www.youtube.com">YouTube</a>,
+ <a href="https://www.vimeo.com">Vimeo</a>, uvm...
+ <br /><br />
+ Um einen Beitrag von diesen Portalen zu importieren einfach den Link aus der Adressleiste
+ des Browser kopieren während der ensptrechende Beitrag angezeigt wird.
+ </p>
+ <div class="well well-sm">
+ <h3><span class="label label-warning">Wichtig</span></h3>
+ <b>Natürlich ist besonders beim Import von externen Quellen darauf zu achten das
+ das Material auch ausgestrahlt werden darf!</b>
+ </div>
+ <h4>Beispiele</h4>
+ <ul>
+ <li>https://cba.fro.at/285534</li>
+ <li>https://www.mixcloud.com/disko404/sub-fm-radio-helsinki-disko404-radio-w-videogames-ost-special-simonoff-b2b-doze-23-07-15/</li>
+ </ul>
</div>
</div>
</div>
diff --git a/www/styles/main-style.css b/www/styles/main-style.css
index c01e238..7f4ec9f 100644
--- a/www/styles/main-style.css
+++ b/www/styles/main-style.css
@@ -145,6 +145,22 @@ body {
text-align: left;
}
+#uploadModal div.modal-body .upload-tabs .tab-external {
+ padding: 1em 2em;
+}
+
+#uploadModal div.modal-body .upload-tabs .tab-external p {
+ margin: 2em 0;
+}
+
+#uploadModal div.modal-body .upload-tabs .tab-external .well h3 {
+ margin: 0.1em 0 0.7em 0;
+}
+
+#uploadModal div.modal-body .upload-tabs .tab-external input {
+ max-width: 90%;
+}
+
.text-center {
text-align: center;
}