There are two types of orwell.ru sidebars: plain HTML sidebar which looks like as some kind of table of contents and similar but rich DHTML sidebar where you can 'open' directories and find almost all important pages on orwell.ru. For the last one, you need to have javascript support installed or javascript switched on. Hereinafter are screenshots of all sidebars that are avilable on the current moment (November 2003):
For Mozilla (Gecko based) browsers, javascript has to be available (supported or/and switched on). For Opera - not. Heading of the next section ('Installation') is quoted because it is not installation in real term of that but simple panel addition to already existed sidebar in your browser. It is very safe script as you can see from the next code:
<!-- ---------------- Code start -------- -->
function addPanel() {
if ((typeof window.sidebar == "object") &&
(typeof window.sidebar.addPanel == "function"))
{
window.sidebar.addPanel ("orwell.ru",
"/map/orwell.ru_sdb_en","");
}}
<!-- ---------------- Code end -------- -->
For Mozilla browsers, in the file panels.rdf
which is located in c:\windows\application data\mozilla\profiles etc...
, the next few lines will be added:
Section: RDF Description:
<RDF:Description about="urn:sidebar:
3rdparty-panel:https://orwell.ru/map/orwell.ru_sdb_en"
NC:title="orwell.ru"
NC:content="https://orwell.ru/map/orwell.ru_sdb_en"
NC:persist="false" />
Section: RDF resource:
<RDF:li resource="urn:sidebar:
3rdparty-panel:https://orwell.ru/map/orwell.ru_sdb_en"/>
Similar with Opera. If you ever find out that Perl Bak is much better writer then George Orwell and decide to delete / erase / remove / 'kill' orwell.ru sidebar from your browser, you don't need to edit file(s) which recorded information about sidebar: you can easily do it from the main browser window by two mouse clicks (right and left... 'my sidebar: right or left'.
Let me know is it everything ok with all of above or not. Good luck.
HTML code:
<div id="orwellrubannerblack">
<a href="https://orwell.ru/" title="www.orwell.ru">
<img src="https://orwell.ru/img/orwell_b.png"
alt="The ultimate multilingual resource about George Orwell on https://orwell.ru/"
height="44" width="180"></a>
</div>
Or just copy and paste the source of this page.
HTML code:
<div id="orwellrubannerwhite">
<a href="https://orwell.ru/" title="www.orwell.ru">
<img src="https://orwell.ru/img/orwell_w.png"
alt="The ultimate multilingual resource about George Orwell on https://orwell.ru/"
height="44" width="180"></a>
</div>
Or just copy and paste the source of this page.
Thanks to Eugenia Kelbert for banner request: seems that I was too lazy for a long time to create one.
Zhenia's web-site:
URI: http://www.finds-office.com/
E-mail: [email protected]