-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathsubscribe.html
64 lines (62 loc) · 1.98 KB
/
subscribe.html
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!--
* Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this
* source code is governed by a BSD-style license that can be found in the
* LICENSE file.
-->
<html>
<head>
<title></title>
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="subscribe.css" type="text/css" />
<script type="text/javascript" src="common.js"></script>
<script type="text/javascript" src="subscribe.js"></script>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="80" rowspan="2">
<img src="feed-icon-64x64.png" alt="feed-icon" align="absmiddle" />
</td>
<td height="25" valign="bottom"><b><span id="title"></span></b></td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="right" valign="middle">
<div>
<span style="white-space: nowrap"
id="rss_subscription_subscribe_using"></span>
</div>
</td>
<td valign="top">
<div style="margin-left:2px">
<select id="readerDropdown"></select>
<button id="rss_subscription_subscribe_button"></button><br />
</div>
</td>
</tr>
<tr>
<td></td>
<td valign="top" colspan="2">
<span id="alwaysUseSpan" style="display:none"><input
type="checkbox" id="alwaysUse" value="AlwaysUse"
><span id="rss_subscription_always_use"></span></span>
</td>
</tr>
</table>
</td>
</tr>
</table>
<div> </div>
<div class="splitter">
<span class="feedUrlSpan" id="feedUrlSpan">
<span class="feedUrl"
>[ <a id="feedUrl" class="feedUrl" target="_blank"
title="The feed page currently being previewed."
></a> ]</span></span>
<span><b id="rss_subscription_feed_preview"></b></span>
</div>
<div id="items"></div>
</body>
</html>