2007-03-22 10:30:00 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<!DOCTYPE html [
|
|
|
|
<!ENTITY % htmlDTD
|
|
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
|
|
"DTD/xhtml1-strict.dtd">
|
|
|
|
%htmlDTD;
|
|
|
|
<!ENTITY % globalDTD
|
|
|
|
SYSTEM "chrome://global/locale/global.dtd">
|
|
|
|
%globalDTD;
|
|
|
|
<!ENTITY % feedDTD
|
|
|
|
SYSTEM "chrome://browser/locale/feeds/subscribe.dtd">
|
|
|
|
%feedDTD;
|
|
|
|
]>
|
|
|
|
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
|
|
|
|
|
|
<html id="feedHandler"
|
|
|
|
xmlns="http://www.w3.org/1999/xhtml"
|
2008-05-02 02:38:17 -07:00
|
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
2007-03-22 10:30:00 -07:00
|
|
|
<head>
|
|
|
|
<title>&feedPage.title;</title>
|
|
|
|
<link rel="stylesheet"
|
|
|
|
href="chrome://browser/skin/feeds/subscribe.css"
|
|
|
|
type="text/css"
|
|
|
|
media="all"/>
|
2009-11-05 05:53:26 -08:00
|
|
|
<script type="application/javascript"
|
2007-03-22 10:30:00 -07:00
|
|
|
src="chrome://browser/content/feeds/subscribe.js"/>
|
|
|
|
</head>
|
|
|
|
<body onload="SubscribeHandler.writeContent();" onunload="SubscribeHandler.uninit();">
|
|
|
|
<div id="feedHeaderContainer">
|
|
|
|
<div id="feedHeader" dir="&locale.dir;">
|
2009-02-07 03:43:09 -08:00
|
|
|
<div id="feedIntroText">
|
|
|
|
<p id="feedSubscriptionInfo1" />
|
|
|
|
<p id="feedSubscriptionInfo2" />
|
|
|
|
</div>
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2007-11-12 11:15:29 -08:00
|
|
|
<!-- XXXmano this can't have any whitespace in it. Otherwise you would see
|
2007-03-22 10:30:00 -07:00
|
|
|
how much XUL-in-XHTML sucks, see bug 348830 -->
|
2007-11-12 11:15:29 -08:00
|
|
|
<div id="feedSubscribeLine"
|
|
|
|
><xul:vbox
|
|
|
|
><xul:hbox align="center"
|
2008-01-29 20:40:49 -08:00
|
|
|
><xul:description id="subscribeUsingDescription"
|
2008-05-02 01:47:12 -07:00
|
|
|
/><xul:menulist id="handlersMenuList" aria-labelledby="subscribeUsingDescription"
|
2007-11-12 11:15:29 -08:00
|
|
|
><xul:menupopup menugenerated="true" id="handlersMenuPopup"
|
2008-04-17 18:53:37 -07:00
|
|
|
><xul:menuitem id="liveBookmarksMenuItem" label="&feedLiveBookmarks;" class="menuitem-iconic" image="chrome://browser/skin/page-livemarks.png" selected="true"
|
2007-11-12 11:15:29 -08:00
|
|
|
/><xul:menuseparator
|
|
|
|
/></xul:menupopup
|
|
|
|
></xul:menulist
|
|
|
|
></xul:hbox
|
|
|
|
><xul:hbox
|
|
|
|
><xul:checkbox id="alwaysUse" checked="false"
|
|
|
|
/></xul:hbox
|
|
|
|
><xul:hbox align="center"
|
|
|
|
><xul:spacer flex="1"
|
2007-11-12 11:15:52 -08:00
|
|
|
/><xul:button label="&feedSubscribeNow;" id="subscribeButton"
|
|
|
|
/></xul:hbox
|
2007-11-12 11:15:29 -08:00
|
|
|
></xul:vbox
|
|
|
|
></div
|
|
|
|
></div>
|
2007-03-22 10:30:00 -07:00
|
|
|
</div>
|
|
|
|
|
2009-11-05 05:53:26 -08:00
|
|
|
<script type="application/javascript">
|
2007-03-22 10:30:00 -07:00
|
|
|
SubscribeHandler.init();
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<div id="feedBody">
|
|
|
|
<div id="feedTitle">
|
|
|
|
<a id="feedTitleLink">
|
|
|
|
<img id="feedTitleImage"/>
|
|
|
|
</a>
|
|
|
|
<div id="feedTitleContainer">
|
|
|
|
<h1 id="feedTitleText"/>
|
|
|
|
<h2 id="feedSubtitleText"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="feedContent"/>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|