mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
67 lines
3.0 KiB
HTML
67 lines
3.0 KiB
HTML
<?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"
|
|
xmlns:xhtml2="http://www.w3.org/TR/xhtml2"
|
|
xmlns:wairole="http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy#"
|
|
xmlns:aaa="http://www.w3.org/2005/07/aaa"
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<head>
|
|
<title>&feedPage.title;</title>
|
|
<link rel="stylesheet" href="chrome://browser/skin/feeds/subscribe.css"
|
|
type="text/css" media="all"/>
|
|
<script type="application/x-javascript"
|
|
src="chrome://browser/content/feeds/subscribe.js"/>
|
|
</head>
|
|
<body onload="SubscribeHandler.init();" onunload="SubscribeHandler.uninit();">
|
|
<div id="feedHeaderContainer">
|
|
<div id="feedHeader" dir="&locale.dir;">
|
|
<div id="feedIntroText">
|
|
<p id="feedSubscriptionInfo1">
|
|
&feedSubscriptionInfo1a;<strong>&feedName;</strong>&feedSubscriptionInfo1b;
|
|
</p>
|
|
<p id="feedSubscriptionInfo2">&feedSubscriptionInfo2;</p>
|
|
</div>
|
|
|
|
<!-- XXXmano this has to be in one line. Otherwise you would see
|
|
how much XUL-in-XHTML sucks, see bug 348830 -->
|
|
<div id="feedSubscribeLine"><xul:vbox><xul:hbox align="center"><xul:label value="&subscribeUsing;" id="subscribeUsingDescription"/><xul:menulist id="handlersMenuList" aaa:valuenow="&feedLiveBookmarks;" aaa:labelledby="subscribeUsingDescription" xhtml2:role="wairole:combobox" aaa:multiselect="false"><xul:menupopup menugenerated="true" id="handlersMenuPopup"><xul:menuitem class="menuitem-iconic" id="liveBookmarksMenuItem" label="&feedLiveBookmarks;" title="&feedLiveBookmarks;" src="chrome://browser/skin/page-livemarks.png" selected="true" xhtml2:role="wairole:listitem"/><xul:menuseparator/></xul:menupopup></xul:menulist></xul:hbox><xul:hbox><xul:checkbox id="alwaysUse" xhtml2:role="wairole:checkbox" aaa:checked="false" checked="false"/></xul:hbox><xul:hbox align="center"><xul:spacer flex="1"/><xul:button label="&feedSubscribeNow;" title="&feedSubscribeNow;" id="subscribeButton" xhtml2:role="wairole:button"/></xul:hbox></xul:vbox></div></div>
|
|
</div>
|
|
|
|
<!-- XXXben - get rid of me when the feed processor is bug free! -->
|
|
<div id="feedError" style="display:none;" dir="&locale.dir;">
|
|
<h1>&error.title;</h1>
|
|
<p>&error.message;</p>
|
|
<p id="errorCode"/>
|
|
</div>
|
|
|
|
<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>
|