Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
15
Src/Plugins/Library/ml_webdev/resources/pages/podcastApi.htm
Normal file
15
Src/Plugins/Library/ml_webdev/resources/pages/podcastApi.htm
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>JSAPI2::Podcast Api</title>
|
||||
<meta http-equiv="content-type" content="text/html;charset=utf-8">
|
||||
<script type="text/javascript" src="api2.js"></script>
|
||||
</head>
|
||||
<body style="FONT-FAMILY: MS Shell Dlg 2;">
|
||||
<h2>Podcasts API</h2>
|
||||
<h3>Methods:</h3>
|
||||
<input type="button" value="Subscribe URL" onclick="PodcastSubscribeClicked();">
|
||||
<br>
|
||||
URL:<input type="text" size="20" id="podc_t_SubscribeURL_in" value="http://services.winamp.com/rss/news">
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue