-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdialog.html
More file actions
31 lines (28 loc) · 1.41 KB
/
Copy pathdialog.html
File metadata and controls
31 lines (28 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{#example_dlg.title}</title>
<script type="text/javascript" src="js/tiny_mce_popup.js"></script>
<script type="text/javascript" src="js/soundcloud.js?v=1.0"></script>
</head>
<body>
<form onsubmit="SoundcloudDialog.insert();return false;" action="#">
<h1>Soundcloud embed</h1>
<p>
You can add a soundcloud embed here. If you know the ID of the track you
can enter that, alternatively supply the full embed code from the 'share' page
of Soundcloud for any track.
</p>
<p>
Open <a href="http://soundcloud.com/defectedrecords" target="_blank">DefectedRecords</a> on Soundcloud (new tab).
View <a href="/admin/radio/soundcloudtrack/" target="_blank">soundcloud tracks</a> within the admin.</p>
<p><label>Soundcloud Embed data</label><br><textarea cols="50" rows="2" id="sciframe" name="sciframe" class="text"></textarea></p>
<h2>OR</h2>
<p><label>Soundcloud ID</label><br><input id="scid" name="scid" type="text" class="text" /></p>
<div class="mceActionPanel">
<input type="button" id="insert" name="insert" value="{#insert}" onclick="SoundcloudDialog.insert();" />
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="SoundcloudDialog.close();" />
</div>
</form>
</body>
</html>