webgui/www/extras/yui-ext/examples/layout/feed-viewer.html
JT Smith cfd09a5cb6 upgraded to yui 0.12.0
upgraded to yui-ext 0.33 rc2
2006-11-28 02:23:34 +00:00

37 lines
2 KiB
HTML

<html>
<head>
<title>RSS Feed Viewer 2.0</title>
<!-- YAHOO UI Utilities Lib, you will need to replace this with the path to your YUI utilities file -->
<script type="text/javascript" src="http://us.js2.yimg.com/us.js.yimg.com/lib/common/utils/2/utilities_2.1.0.js"></script>
<script type="text/javascript" src="../../yui-ext.js"></script>
<link rel="stylesheet" type="text/css" href="../../resources/css/yui-ext.css" />
<link rel="stylesheet" type="text/css" href="feed-viewer.css"/>
<script language="javascript" src="feed-viewer.js"></script>
</head>
<body scroll="no" id="feedViewer2">
<div id="header" class="ylayout-inactive-content">
Simple RSS Feed Viewer - 2.0
</div>
<div id="feeds" class="ylayout-inactive-content">
<div id="myfeeds-tb"></div>
<div id="myfeeds-body" class="feed-list"></div>
</div>
<div id="suggested" class="ylayout-inactive-content feed-list"></div>
<div id="main" class="ylayout-inactive-content">
<div id="feed-grid" class="ylayout-inactive-content"></div>
<div id="preview" class="ylayout-inactive-content">
<div id="preview-tb"></div>
<div id="preview-body"></div>
</div>
</div>
<div id="status" class="ylayout-inactive-content"></div>
<div id="add-feed" style="visibility:hidden;">
<img id="add-feed-close" src="/blog/images/layout/tab-close-on.gif">
<p id="add-title" class="active-msg">Please enter the URL for the feed:</p>
<p id="invalid-feed"><img src="/blog/images/warning.gif" width="16" height="16" align="absmiddle">&nbsp;The feed URL specified is not a valid RSS feed.</p>
<p id="loading-feed"><img src="/blog/images/wait.gif" width="18" height="18" align="absmiddle">&nbsp;Loading feed...</p>
<input type="text" id="feed-url" name="feed-url" class="input-text"/><input id="add-btn" type="button" value="Add"/><br>
<span class="eg">e.g. http://www.jackslocum.com/yui/feed/</span>
</div>
</body>
</html>