Changeset 296 in t29-www for en/devices


Ignore:
Timestamp:
Sep 12, 2012, 6:43:17 PM (12 years ago)
Author:
sven
Message:

Umfangreiche Abarbeitung der Todo-Liste für das Launching der neuen Website.
Insbesondere wurden alle englischen Geräteseiten in das neue System übersetzt (wurden vergessen), die Univac-Seiten mussten dafür auch noch umbenannt werden.
Dafür wurde auch die englische Navigation um die Extraseiten vervollständigt.

Ferner:

  • Angefangen: Hostsystem zur Implementierung des aus v5 javascript-basierten hostinfo-Systems (aber mächtiger, mit server- und clientseitigen Hooks). Findet derzeit nur Verwendung in hostspezifischer Veränderung der Template-Konfiguration, etwa auf Heriberts Computer. (Mit den momentanen Einstellungen wird das Bearbeiten auf Heriberts Computer derzeit wieder nicht funktionieren)
  • Derzeit sind (kurzfristig) alle Extraseiten im Menü sichtbar, wenn man es aufklappt.
  • Einige Bugs beseitigt (telefunken-t40w.js, etc.)

Es gibt zwei Extraseiten, bei denen die Bilder gelöscht wurden: LAB 8e und Telefunken 650. Wenn sie nicht mehr verlinkt werden, sollten die Extraseiten auch gelöscht und aus dem Menü entfernt werden.

Location:
en/devices
Files:
23 edited
10 moved

Legend:

Unmodified
Added
Removed
  • en/devices/dec-history.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Rise and Fall of DIGITAL (Equipment Corporation)"
    5    --><!--#set var="location"     value="dec-history"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/dec-geschichte.shtm"
    8    --><!--#set var="title_de"     value="Aufstieg und Ende von DIGITAL (Equipment Corporation)"
    9    --><!--#set var="prev"         value="/en/computer/early-computers.shtm"
    10    --><!--#set var="prev_title"   value="Scientifical calculators and mini computers"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><!--#set var="credits"      value="M. Kaye / Ann Arbor, MI, USA"
    14    --><title>technikum29 - <!--#echo var="title" --></title>
    15 
    16     <!--#include virtual="/en/inc/head.inc.shtm" -->
    17     <meta name="t29.SVN" content="$Id$" />
    18 </head>
    19 <body>
    20 <!--#echo encoding="none" var="heading" -->
    21 <div id="content">
    22   <h2><!--#echo var="title" --></h2>
     1<?php
     2        $seiten_id = 'dec-history';
     3        $version = '$Id';
     4        $titel = 'Rise and Fall of DIGITAL (Equipment Corporation)';
     5       
     6        require '../../lib/technikum29.php';
     7?>
     8<!-- translation credits: M. Kaye / Ann Arbor, MI, USA -->
     9<h2><? print $title; ?></h2>
    2310
    2411<div class="cols">
     
    6754</div><!--right col -->
    6855</div><!-- cols -->
    69 
    70 </div><!-- page -->
    71 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    72 </body>
    73 </html>
  • en/devices/diehl-combitronic.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Details of the Diehl Combitronic and Algotronic"
    5    --><!--#set var="location"     value="diehl"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/diehl-combitronic.shtm"
    8    --><!--#set var="title_de"     value="Details der Diehl Combitronic und Diehl Algotronic"
    9    --><!--#set var="prev"         value="/en/computer/ic-technology.shtm#Diehl_Combitronic"
    10    --><!--#set var="prev_title"   value="Programmable third-generation calculators with early IC-technology"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
    14 
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    17     <meta name="t29.SVN" content="$Id$" />
    18 </head>
    19 <body>
    20 <!--#echo encoding="none" var="heading" -->
    21 <div id="content">
    22     <h2><!--#echo var="title" --></h2>
     1<?php
     2        $seiten_id = 'diehl';
     3        $version = '$Id';
     4        $titel = 'Details of the Diehl Combitronic and Algotronic';
     5       
     6        require '../../lib/technikum29.php';
     7?>
     8<h2><?php print $title; ?></h2>
    239
    2410<div class="box center">
     
    5137        that is no more interesting for our museum.</p>
    5238</div>
    53 
    54 </div><!--content -->
    55 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    56 </body>
    57 </html>
  • en/devices/efzet.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Efzet"
    5    --><!--#set var="location"     value="efzet"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/efzet.shtm"
    8    --><!--#set var="title_de"     value="Efzet"
    9    --><!--#set var="prev"         value="/en/computer/electro-mechanical.shtm"
    10    --><!--#set var="prev_title"   value="(Electro-) mechanical calculators"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
     1<?php
     2        $seiten_id = 'efzet';
     3        $version = '$Id';
     4        $titel = 'Efzet';
     5       
     6        require '../../lib/technikum29.php';
     7?>
    148
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16         <meta name="t29.SVN" content="$Id$" />
    17 </head>
    18 <body>
    19 <!--#echo encoding="none" var="heading" -->
    20 <div id="content">
    21     <h2><!--#echo var="title" --></h2>
    22         <p>The EFZET advertisting brochure is only available in German language:</p>
     9<h2>Efzet</h2>
    2310
    24         <div class="gallery no-copyright">
    25                 <div class="thumbnails">
    26                         <a href="/shared/photos/rechnertechnik/efzet/seite1.jpg" class="active"><img src="/shared/photos/rechnertechnik/efzet/seite1.jpg"></a>
    27                         <a href="/shared/photos/rechnertechnik/efzet/seite2.jpg"><img src="/shared/photos/rechnertechnik/efzet/seite2.jpg"></a>
    28                         <a href="/shared/photos/rechnertechnik/efzet/seite3.jpg"><img src="/shared/photos/rechnertechnik/efzet/seite3.jpg"></a>
    29                         <a href="/shared/photos/rechnertechnik/efzet/seite4.jpg"><img src="/shared/photos/rechnertechnik/efzet/seite4.jpg"></a>
    30                 </div>
    31        
    32                 <div class="full">
    33                         <img src="/shared/photos/rechnertechnik/efzet/seite1.jpg" id="gross">
    34                 </div>
     11<p>The EFZET advertisting brochure is only available in German language:</p>
     12
     13<div class="gallery no-copyright">
     14        <div class="thumbnails">
     15                <a href="/shared/photos/rechnertechnik/efzet/seite1.jpg" class="active"><img src="/shared/photos/rechnertechnik/efzet/seite1.jpg"></a>
     16                <a href="/shared/photos/rechnertechnik/efzet/seite2.jpg"><img src="/shared/photos/rechnertechnik/efzet/seite2.jpg"></a>
     17                <a href="/shared/photos/rechnertechnik/efzet/seite3.jpg"><img src="/shared/photos/rechnertechnik/efzet/seite3.jpg"></a>
     18                <a href="/shared/photos/rechnertechnik/efzet/seite4.jpg"><img src="/shared/photos/rechnertechnik/efzet/seite4.jpg"></a>
    3519        </div>
    3620
    37 </div><!--content-->
    38 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    39 </body>
    40 </html>
     21        <div class="full">
     22                <img src="/shared/photos/rechnertechnik/efzet/seite1.jpg" id="gross">
     23        </div>
     24</div>
  • en/devices/hellfax-functionality.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Hellfax functional diagram"
    5    --><!--#set var="location"     value="hellfax"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/hellfax-funktionsschema.shtm"
    8    --><!--#set var="title_de"     value="Hellfax Funktionsschema"
    9    --><!--#set var="prev"         value="/en/communication/fax.shtm#backlink-hellfax"
    10    --><!--#set var="prev_title"   value="Fax engineering: Hellschreiber GL 72"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
     1<?php
     2        $seiten_id = 'hellfax';
     3        $version = '$Id';
     4        $titel = 'Hellfax functional diagram';
     5       
     6        require '../../lib/technikum29.php';
     7?>
    148
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="keywords" lang="en" content="" />
    17     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    18     <meta name="t29.SVN" content="$Id$" />
    19     <meta name="t29.germanoriginal" content="08.2007/v5.7FINAL" />
    20     <meta name="t29.thistranslation" content="23.08.2007/v5.7.5" />
    21     <meta name="t29.comment" content="Extraseite neustrukturiert" />
    22 </head>
    23 <body>
    24 <!--#echo encoding="none" var="heading" -->
    25 <div id="content">
    26     <h2><!--#echo var="title" --></h2>
     9<h2><?php print $title; ?></h2>
    2710
    2811<div class="box center">
     
    3821 </div>
    3922</div>
    40 
    41 </div><!--content-->
    42 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    43 </body>
    44 </html>
  • en/devices/lab_8e.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="LAB 8e"
    5    --><!--#set var="location"     value="lab8e"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/lab_8e.shtm"
    8    --><!--#set var="title_de"     value="DEC Lab 8e"
    9    --><!--#set var="prev"         value="/en/computer/early-computers.shtm#lab8e"
    10    --><!--#set var="prev_title"   value="Scientifical calculators and mini computers: LAB 8e"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
     1<?php
     2        $seiten_id = 'lab8e';
     3        $version = '$Id';
     4        $titel = 'LAB 8e';
     5       
     6        require '../../lib/technikum29.php';
     7?>
    148
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="keywords" lang="en" content="" />
    17     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    18     <meta name="t29.SVN" content="$Id$" />
    19     <meta name="t29.germanoriginal" content="08.2007/v5.7FINAL" />
    20     <meta name="t29.thistranslation" content="23.08.2007/v5.7.5" />
    21     <meta name="t29.comment" content="Extraseite neustrukturiert" />
    22 </head>
    23 <body>
    24 <!--#echo encoding="none" var="heading" -->
    25 <div id="content">
    26     <h2><!--#echo var="title" --></h2>
     9<h2><?php print $title; ?></h2>
    2710
    2811<div class="box center">
    2912   <img src="/shared/photos/rechnertechnik/dec/lab_8e-seitlich.jpg" alt="LAB 8e von der Seite" width="438" height="595"/>
    30    <!--
    31    <div class="bildtext-bildbreite" style="width: 438px;">
    32       <ul id="nav">
    33           <li><a href="/en/computer/early-computers.shtm#lab8e">Scientifical calculators and mini computers</a></li>
    34           <li><a href="/en/">technikum29 homepage</a></li>
    35       </ul>
    36    </div>
    37    -->
    3813</div>
    39 
    40 </div><!--content-->
    41 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    42 </body>
    43 </html>
  • en/devices/magnetic-stick-memory.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="The magnetic stick memory"
    5    --><!--#set var="location"     value="magnetic-stick-memory"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/staebchenspeicher.shtm"
    8    --><!--#set var="title_de"     value="Der Stäbchenspeicher"
    9    --><!--#set var="prev"         value="/en/computer/storage-media.shtm#magnetic-stick-memory"
    10    --><!--#set var="prev_title"   value="Storage media: Magnetic stick memory"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
     1<?php
     2        $seiten_id = 'magnetic-stick-memory';
     3        $version = '$Id';
     4        $titel = 'The magnetic stick memory';
     5       
     6        require '../../lib/technikum29.php';
     7?>
    148
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="keywords" lang="de" content="" />
    17     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    18     <meta name="t29.SVN" content="$Id$" />
    19     <meta name="t29.germanoriginal" content="17.08.2007/v5.7.1" />
    20     <meta name="t29.thistranslation" content="16.09.2007/v5.7.8" />
    21     <meta name="t29.comment" content="Neu eingeführt: Initialübersetzung von B.Ulmann" />
    22 </head>
    23 <body>
    24 <!--#echo encoding="none" var="heading" -->
    25 <div id="content">
    26     <h2><!--#echo var="title" --></h2>
     9<h2><?php print $title; ?></h2>
    2710
    2811<div class="center">
     
    4225   
    4326</div>
    44 
    45 </div><!--content-->
    46 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    47 </body>
    48 </html>
  • en/devices/morse_telegraph.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="TELEGRAPH made by S.-A. HASLER, Bern (Switzerland)"
    5    --><!--#set var="location"     value="morse-telegraph"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/morsetelegraf.shtm"
    8    --><!--#set var="title_de"     value=""
    9    --><!--#set var="prev"         value="/en/communication/fax.shtm#backlink-morse-telegraph"
    10    --><!--#set var="prev_title"   value="Fax and writing engineering"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
    14 
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="keywords" lang="de" content="" />
    17     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    18     <meta name="t29.SVN" content="$Id$" />
    19     <meta name="t29.this.version" content="v5.7.20" />
    20 </head>
    21 <body>
    22 <!--#echo encoding="none" var="heading" -->
    23 <div id="content">
    24     <h2 class="center"><!--#echo var="title" --></h2>
     1<?php
     2        $seiten_id = 'morse-telegraph';
     3        $version = '$Id';
     4        $titel = 'TELEGRAPH made by S.-A. HASLER, Bern (Switzerland)';
     5       
     6        require '../../lib/technikum29.php';
     7?>
     8<h2 class="center"><? print $titel; ?></h2>
    259
    2610<div class="box center">
    2711   <img src="/shared/photos/kommunikationstechnik/telegrafenstation-offen.jpg" alt="Telegrafenstation offen" width="680" height="516" />
    28    <!--
    29    <div class="bildtext-bildbreite" style="width: 680px">
    30       <ul id="nav">
    31           <li><a href="/en/communication/fax.shtm#backlink-morse-telegraph"></a></li>
    32           <li><a href="/en/">technikum29 homepage</a></li>
    33       </ul>
    34    </div>
    35    -->
    3612</div>
    37 
    38 </div><!--content-->
    39 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    40 </body>
    41 </html>
  • en/devices/ncr446.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="NCR 446 program reader and tape puncher"
    5    --><!--#set var="location"     value="ncr446"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/ncr446.shtm"
    8    --><!--#set var="prev"         value="/en/computer/commercial.shtm#NCR_446"
    9    --><!--#set var="prev_title"   value="Early commercial computers: NCR 446"
    10    --><!--#set var="next"         value=""
    11    --><!--#set var="next_title"   value=""
    12    --><title>technikum29 - <!--#echo var="title" --></title>
    13 
    14     <!--#include virtual="/en/inc/head.inc.shtm" -->
    15     <meta name="keywords" lang="en" content="" />
    16     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    17     <meta name="t29.germanoriginal" content="09.07.2008/v5.7.23" />
    18     <meta name="t29.thistranslation" content="28.07.2008/v5.7.24" />
    19     <meta name="t29.SVN" content="$Id$" />
    20     <meta name="t29.comment" content="New from german extrapage" />
    21 </head>
    22 <body>
    23 <!--#echo encoding="none" var="heading" -->
    24 <div id="content">
    25 
    26 <h2><!--#echo var="title" --></h2>
     1<?php
     2        $seiten_id = 'ncr446';
     3        $version = '$Id';
     4        $titel = 'NCR 446 program reader and tape puncher';
     5       
     6        require '../../lib/technikum29.php';
     7?>
     8<h2><?php print $title; ?></h2>
    279
    2810<div class="box center">
     
    3012   <div class="bildtext-bildbreite" style="width: 670px">
    3113      <p>The case on the left contains the program reader station for the program paper tapes. The device on the right side is the paper tape puncher.</p>
    32       <!--
    33       <ul id="nav">
    34           <li><a href="/en/computer/commercial.shtm#ncr-backlink">Early commercial computers: NCR 446</a></li>
    35           <li><a href="/en/">Homepage of technikum29-Website</a></li>
    36       </ul>
    37       -->
    3814   </div>
    3915</div>
    40 
    41 </div><!--content-->
    42 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    43 </body>
    44 </html>
  • en/devices/nixdorf820.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Nixdorf 820 Console"
    5    --><!--#set var="location"     value="nixdorf820"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/nixdorf820.shtm"
    8    --><!--#set var="prev"         value="/en/computer/commercial.shtm#NIXDORF_820"
    9    --><!--#set var="prev_title"   value="Early commercial computers"
    10    --><!--#set var="next"         value=""
    11    --><!--#set var="next_title"   value=""
    12    --><title>technikum29 - <!--#echo var="title" --></title>
    13 
    14     <!--#include virtual="/en/inc/head.inc.shtm" -->
    15     <meta name="keywords" lang="de" content="" />
    16     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    17     <meta name="t29.germanoriginal" content="08.2007/v5.7FINAL" />
    18     <meta name="t29.thistranslation" content="23.08.2007/v5.7.5" />
    19     <meta name="t29.comment" content="Neu eingeführt" />
    20 </head>
    21 <body>
    22 <!--#echo encoding="none" var="heading" -->
    23 <div id="content">
    24     <h2><!--#echo var="title" --></h2>
     1<?php
     2        $seiten_id = 'nixdorf820';
     3        $version = '$Id';
     4        $titel = 'Nixdorf 820 Console';
     5       
     6        require '../../lib/technikum29.php';
     7?>
     8<h2><?php print $titel; ?></h2>
    259
    2610<div class="box center">
    2711   <img src="/shared/photos/rechnertechnik/nixdorf_820-konsole.jpg" alt="Nixdorf 820 Konsole" width="694" height="520" />
    2812</div>
    29 
    30 </div><!--content-->
    31 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    32 </body>
    33 </html>
  • en/devices/plated-wire-storage.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Plated wire storage"
    5    --><!--#set var="location"     value="plated-wire-storage"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/magnetdrahtspeicher.shtm"
    8    --><!--#set var="prev"         value="/en/computer/storage-media.shtm#plated-wire-storage"
    9    --><!--#set var="prev_title"   value="Storage media: The plated wire storage"
    10    --><!--#set var="next"         value=""
    11    --><!--#set var="next_title"   value=""
    12    -->
    13     <title>technikum29 - <!--#echo var="title" --></title>
     1<?php
     2        $seiten_id = 'plated-wire-storage';
     3        $version = '$Id';
     4        $titel = 'Storage media: The plated wire storage';
     5       
     6        require '../../lib/technikum29.php';
     7?>
    148
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="t29.SVN" content="$Id$" />
    17     <meta name="t29.germanoriginal" content="17.08.2008/v5.8.0" />
    18     <meta name="t29.thistranslation" content="19.08.2008/v5.8.0" />
    19     <meta name="t29.this.comment" content="bugfix: wrong header (german)" />
    20     <!--changelog: 01.12.2007/v5.7.12 based on 21.10.2007/v5.7.10: initialübersetzung von de -->
    21     <!--changelog: 17.08.2008/v5.8.0 based on 17.08.2008/v5.8.0: several text improvements and new translations (new german text) -->
    22 </head>
    23 <body>
    24 <!--#echo encoding="none" var="heading" -->
    25 <div id="content">
    26     <h2><!--#echo var="title" --></h2>
     9<h2><?php print $title; ?></h2>
    2710
    28     <div class="box right">
    29         <img src="/shared/photos/rechnertechnik/grafiken/magnetdrahtspeicher-uebersicht.en.gif" alt="plated wire storage overview picture, shows the relationship between word straps and plated wires" />
    30     </div>
     11<div class="box right">
     12        <img src="/shared/photos/rechnertechnik/grafiken/magnetdrahtspeicher-uebersicht.en.gif" alt="plated wire storage overview picture, shows the relationship between word straps and plated wires" />
     13</div>
    3114
    32     <p>In the early 1970s, magnetical core memory was quite expensive and slow. That is, the cycle time (time needed to read and rewrite the information) was quite long, because all information had to be rewritten after they had been read. Semiconductor memory was not ready for series production for a long time yet, furthermore nobody even thought about non-volatile semiconductor memory at that time. So there was a need for a new consistent storage medium.
    33       <br/>As a solution, the plated wire was invented, just before the first semiconductor memories were ready for beeing mass-produced, supposed to be a replacement for the magnetical core memories. The plated wire consists of magnetic wire which replaces the cores (see picture at the right).</p>
    34     <p>The installations from the UNIVAC 9000 series (like our <a href="/en/devices/univac9400/univac_9300.shtm">UNIVAC 9300</a>) were equipped with plated wire storages. We could offer pictures of our storage units, but the assembly of this type of memory is quite opaque. Therefore we publish self-drawn diagrams to illustrate the plated wire characteristics.</p>
     15<p>In the early 1970s, magnetical core memory was quite expensive and slow. That is, the cycle time (time needed to read and rewrite the information) was quite long, because all information had to be rewritten after they had been read. Semiconductor memory was not ready for series production for a long time yet, furthermore nobody even thought about non-volatile semiconductor memory at that time. So there was a need for a new consistent storage medium.
     16  <br/>As a solution, the plated wire was invented, just before the first semiconductor memories were ready for beeing mass-produced, supposed to be a replacement for the magnetical core memories. The plated wire consists of magnetic wire which replaces the cores (see picture at the right).</p>
     17<p>The installations from the UNIVAC 9000 series (like our <a href="/en/devices/univac9400/univac_9300.shtm">UNIVAC 9300</a>) were equipped with plated wire storages. We could offer pictures of our storage units, but the assembly of this type of memory is quite opaque. Therefore we publish self-drawn diagrams to illustrate the plated wire characteristics.</p>
    3518
    36     <p>From the physical point of view the plated wire storage is a thin-film storage medium. The information carrier is a 1 micrometer thick permalloy solenoid film (constisting of 81% nickel, 19% iron) that  sheats a beryllium copper wire with 0.13mm in diameter.<br/>Therefore you could save exactly 4 words of three bits each on the pictured detail.</p>
     19<p>From the physical point of view the plated wire storage is a thin-film storage medium. The information carrier is a 1 micrometer thick permalloy solenoid film (constisting of 81% nickel, 19% iron) that  sheats a beryllium copper wire with 0.13mm in diameter.<br/>Therefore you could save exactly 4 words of three bits each on the pictured detail.</p>
    3720
    38     <!-- bzw. That plated wire constists of copper with a thin film which consists of an iron-nickel alloy. -->
     21<!-- bzw. That plated wire constists of copper with a thin film which consists of an iron-nickel alloy. -->
    3922
    40     <div class="box center" style="clear:right;">
    41         <img src="/shared/photos/rechnertechnik/grafiken/magnetdrahtspeicher-details.en.gif" alt="Detailed diagram: Plated Wire Characteristics, labeled" />
    42     </div>
     23<div class="box center" style="clear:right;">
     24        <img src="/shared/photos/rechnertechnik/grafiken/magnetdrahtspeicher-details.en.gif" alt="Detailed diagram: Plated Wire Characteristics, labeled" />
     25</div>
    4326
    44     <p>These plated wires are embedded into word straps which are perpendicular to two sides of the plated wire. In the easy direction of magnetization (see diagram above), the magnet layer is quite stable, whereas it is unstable in the hard direction of magnetization. Each crossing-point from plated wire and word strap could save one bit.
    45     <br/>To read the information, the word current is raised. The current will establish a magnetic field which tries to align the magnetization vector at the area in the plated wire covered by the word strap.
    46     Lengthwise, the magnetic film is very hard to magnetize, therefore the vector only librates (insteads of rotating) <!--and falls back to the former position after the word current was lowered.-->
    47     and falls back to the former position. This libration induces a small voltage. The sign of this voltage depends on the direction of the magnetization vector. Therefore it is possible to read a bit without destroying its value. This saves valuable access time, compared to the core memory.</p>
     27<p>These plated wires are embedded into word straps which are perpendicular to two sides of the plated wire. In the easy direction of magnetization (see diagram above), the magnet layer is quite stable, whereas it is unstable in the hard direction of magnetization. Each crossing-point from plated wire and word strap could save one bit.
     28<br/>To read the information, the word current is raised. The current will establish a magnetic field which tries to align the magnetization vector at the area in the plated wire covered by the word strap.
     29Lengthwise, the magnetic film is very hard to magnetize, therefore the vector only librates (insteads of rotating) <!--and falls back to the former position after the word current was lowered.-->
     30and falls back to the former position. This libration induces a small voltage. The sign of this voltage depends on the direction of the magnetization vector. Therefore it is possible to read a bit without destroying its value. This saves valuable access time, compared to the core memory.</p>
    4831
    49     <div class="box left">
    50         <img src="/shared/photos/rechnertechnik/grafiken/magnetdrahtspeicher-lesen.en.gif" alt="Small diagram explaining the read process (pulse on word strap)" />
    51     </div>
    52     <div class="box right">
    53         <img src="/shared/photos/rechnertechnik/grafiken/magnetdrahtspeicher-schreiben.en.gif" alt="Small diagram explaining the write process (pulse on both word strap and plated wire)" />
    54     </div>
     32<div class="box left">
     33        <img src="/shared/photos/rechnertechnik/grafiken/magnetdrahtspeicher-lesen.en.gif" alt="Small diagram explaining the read process (pulse on word strap)" />
     34</div>
     35<div class="box right">
     36        <img src="/shared/photos/rechnertechnik/grafiken/magnetdrahtspeicher-schreiben.en.gif" alt="Small diagram explaining the write process (pulse on both word strap and plated wire)" />
     37</div>
    5538
    56     <p>To change a bit, its the same procedure, but in addition to the raised word current, there is also a current in the plated wire (bit current). The affecting magnetic field can change the direction of a domain (binary storage cell). Therewith a new information was saved.</p>
     39<p>To change a bit, its the same procedure, but in addition to the raised word current, there is also a current in the plated wire (bit current). The affecting magnetic field can change the direction of a domain (binary storage cell). Therewith a new information was saved.</p>
    5740
    58     <p style="clear:both;">
    59       In principle this was an ingenius idea: No need to thread the cores, fast cycle time, very cheap to produce...
    60       <br/>But there is a rub; the construction was very sensitive and error-prone. While the wires could be replaced in the former storage systems, typical plated wire storages were completely stuck together so they could not be repared later on. This was a disaster for the companies which made use of this storage.
    61       <br/>Fortunately, the first semiconductor memories were mass-produced in the early 1970s, so most of the computers featuring plated wire storage could be upgraded to semiconductor memories made by INTEL.</p>
     41<p style="clear:both;">
     42  In principle this was an ingenius idea: No need to thread the cores, fast cycle time, very cheap to produce...
     43  <br/>But there is a rub; the construction was very sensitive and error-prone. While the wires could be replaced in the former storage systems, typical plated wire storages were completely stuck together so they could not be repared later on. This was a disaster for the companies which made use of this storage.
     44  <br/>Fortunately, the first semiconductor memories were mass-produced in the early 1970s, so most of the computers featuring plated wire storage could be upgraded to semiconductor memories made by INTEL.</p>
    6245
    63     <!--
    64     <ul id="nav">
    65           <li><a href="/en/computer/storage-media.shtm#plated-wire-storage">Storage media: The plated wire storage</a></li>
    66           <li><a href="/en/">technikum29 homepage</a></li>
    67     </ul>
    68     -->
    69 
    70 </div><!--content-->
    71 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    72 </body>
    73 </html>
  • en/devices/punchcard-collator.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="The function of the punch card collator"
    5    --><!--#set var="location"     value="punchcard-collator"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/lochkartenmischer-funktion.shtm"
    8    --><!--#set var="title_de"     value="Die Funktion des Lochkartenmischers"
    9    --><!--#set var="prev"         value="/en/computer/punchcard.shtm#Collators"
    10    --><!--#set var="prev_title"   value="Punch card computing: IBM 77"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
     1<?php
     2        $seiten_id = 'punchcard-collator';
     3        $version = '$Id';
     4        $titel = 'The function of the punch card collator';
     5       
     6        require '../../lib/technikum29.php';
     7?>
    148
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    17     <meta name="DC.Subject" content="Lochkartensortieralgorithmus" />
    18         <meta name="t29.SVN" content="$Id$" />
    19     <meta name="t29.germanoriginal" content="13.10.2007/v5.7.9" />
    20     <meta name="t29.thistranslation" content="09.04.2008/v5.7.22" />
    21     <meta name="t29.this.comment" content="Udos Berichtigungen" />
    22 </head>
    23 <body>
    24 <!--#echo encoding="none" var="heading" -->
    25 <div id="content">
    26     <h2><!--#echo var="title" --></h2>
     9<h2><?php print $title; ?></h2>
    2710
    28     <p>What does a punch card collator do? Operations were mostly divided into two categories: Non-changing numbers (e.g. adresses are subject to few changes) and changing numbers (e.g. sales volume are constantly changing).</p>
    29    
    30     <p>If we had a list of customer names to be sorted, we would first give each customer a 5 digit customer number.  We can then sort this list in numerical order or sort by their names.</p>
     11<p>What does a punch card collator do? Operations were mostly divided into two categories: Non-changing numbers (e.g. adresses are subject to few changes) and changing numbers (e.g. sales volume are constantly changing).</p>
    3112
    32     <div class="box center">
    33         <img src="/shared/photos/rechnertechnik/grafiken/lochkartenmischer.en.gif" width="600" height="523" alt="Diagram about the function of the card collator" />
    34     </div>
     13<p>If we had a list of customer names to be sorted, we would first give each customer a 5 digit customer number.  We can then sort this list in numerical order or sort by their names.</p>
    3514
    36     <p>In our simple example, we have only two types of cards: Address cards and sales cards. The address input station/hoppers are filled in ascending customer numbers. Likewise the sales cards are in ascending order in the sales input station/hopper. Now the collator merges these two stacks to one stack where the sales cards are associated with every matching address/customer number. If the address/customer number card which is associated to a sales number is missing (or the other way around), the collator will separate the card in another pocket.</p>
     15<div class="box center">
     16        <img src="/shared/photos/rechnertechnik/grafiken/lochkartenmischer.en.gif" width="600" height="523" alt="Diagram about the function of the card collator" />
     17</div>
    3718
    38     <p>The ability to sort the 2 independent decks of input cards into these 3 categories was the primary task of the collator. Therefore, the machine requires 2 input hoppers and at least 4 output pockets. In addition there were many other sorting variations and possibilites for this machine.</p>
     19<p>In our simple example, we have only two types of cards: Address cards and sales cards. The address input station/hoppers are filled in ascending customer numbers. Likewise the sales cards are in ascending order in the sales input station/hopper. Now the collator merges these two stacks to one stack where the sales cards are associated with every matching address/customer number. If the address/customer number card which is associated to a sales number is missing (or the other way around), the collator will separate the card in another pocket.</p>
    3920
    40 </div><!--content-->
    41 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    42 </body>
    43 </html>
     21<p>The ability to sort the 2 independent decks of input cards into these 3 categories was the primary task of the collator. Therefore, the machine requires 2 input hoppers and at least 4 output pockets. In addition there were many other sorting variations and possibilites for this machine.</p>
  • en/devices/punchcard-sorter.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="The function of the punch card sorter"
    5    --><!--#set var="location"     value="punchcard-sorter"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/lochkartensortierer-funktion.shtm"
    8    --><!--#set var="title_de"     value="Die Funktion der Sortiermaschine"
    9    --><!--#set var="prev"         value="/en/computer/punchcard.shtm#Sorters"
    10    --><!--#set var="prev_title"   value="Punch card computing: IBM 082, IBM 083"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
     1<?php
     2        $seiten_id = 'punchcard-sorter';
     3        $version = '$Id';
     4        $titel = 'The function of the punch card sorter';
     5       
     6        require '../../lib/technikum29.php';
     7?>
    148
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    17     <meta name="DC.Subject" content="Lochkartensortieralgorithmus" />
    18         <meta name="t29.SVN" content="$Id$" />
    19     <meta name="t29.germanoriginal" content="v5.7.19" />
    20     <meta name="t29.thistranslation" content="09.04.2008/v5.7.22" />
    21     <meta name="t29.comment" content="Udos Berichtigungen eingefuegt" />
    22 </head>
    23 <body>
    24 <!--#echo encoding="none" var="heading" -->
    25 <div id="content">
    26     <h2><!--#echo var="title" --></h2>
     9<h2><?php print $title; ?></h2>
    2710
    28     <p>Only people who are born prior to 1960 may have knowledge of the punch card machines. We would like to give you an example of these historic machines' functionality.</p>
     11<p>Only people who are born prior to 1960 may have knowledge of the punch card machines. We would like to give you an example of these historic machines' functionality.</p>
    2912
    30     <p>If we had a list of customer names to be sorted, we would first give each customer a three digit customer number. We can then sort this list in numerical (ascending) order or sort by their names.</p>
    31    
    32     <p>If we would sort the customer names manually, the cards would initially be sorted by the 100's decimal place into 10 piles. Subsequently each of the 10 piles would be sorted by the 10's decimal place into 10 piles. Finally each of the piles would be sorted by the 1's decimal place.</p>
    33    
    34     <div class="box center">
    35         <img src="/shared/photos/rechnertechnik/grafiken/lochkartensortierer.en.gif" width="700" height="531" alt="Diagram about the function of the card sorter" />
    36     </div>
    37    
    38     <p>Machine sorting can not use this procedure since we would need an unlimited number of sorting compartments (pockets). Thus it sorts the other way around, from the 1's decimal place to the 100's decimal place. In summary, in each step (2-4, according to the diagram), there would be a maximum of only 10 card decks per sort.</p>
     13<p>If we had a list of customer names to be sorted, we would first give each customer a three digit customer number. We can then sort this list in numerical (ascending) order or sort by their names.</p>
    3914
    40     <p>Summing up, this yields the basic rules of mechanical sorting, as the punch card collator uses them:</p>
     15<p>If we would sort the customer names manually, the cards would initially be sorted by the 100's decimal place into 10 piles. Subsequently each of the 10 piles would be sorted by the 10's decimal place into 10 piles. Finally each of the piles would be sorted by the 1's decimal place.</p>
    4116
    42     <ul>
    43         <li>The elements which have to be sorted are treated as decimal numbers, each number is broken down in its decimal places</li>
    44         <li>The sorting algorithm starts with the least significant digit and ends with the most significant one</li>
    45         <li>The sorting algorithm needs as many loops as the number of digits in each number (three loops in this case)</li>
    46     </ul>
     17<div class="box center">
     18        <img src="/shared/photos/rechnertechnik/grafiken/lochkartensortierer.en.gif" width="700" height="531" alt="Diagram about the function of the card sorter" />
     19</div>
    4720
    48 </div><!--content-->
    49 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    50 </body>
    51 </html>
     21<p>Machine sorting can not use this procedure since we would need an unlimited number of sorting compartments (pockets). Thus it sorts the other way around, from the 1's decimal place to the 100's decimal place. In summary, in each step (2-4, according to the diagram), there would be a maximum of only 10 card decks per sort.</p>
     22
     23<p>Summing up, this yields the basic rules of mechanical sorting, as the punch card collator uses them:</p>
     24
     25<ul>
     26        <li>The elements which have to be sorted are treated as decimal numbers, each number is broken down in its decimal places</li>
     27        <li>The sorting algorithm starts with the least significant digit and ends with the most significant one</li>
     28        <li>The sorting algorithm needs as many loops as the number of digits in each number (three loops in this case)</li>
     29</ul>
  • en/devices/saba-telerama.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Saba Telerama: Schmitt lenses"
    5    --><!--#set var="location"     value="saba-telerama"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/saba-telerama.shtm"
    8    --><!--#set var="title_de"     value="Schmitt-Optik"
    9    --><!--#set var="prev"         value="/en/communication/television.shtm#backlink-telerama"
    10    --><!--#set var="prev_title"   value="Television: Saba Telerama"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
     1<?php
     2        $seiten_id = 'saba-telerama';
     3        $version = '$Id';
     4        $titel = 'Saba Telerama: Schmitt lenses';
     5       
     6        require '../../lib/technikum29.php';
     7?>
    148
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="keywords" lang="de" content="" />
    17     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    18     <meta name="t29.SVN" content="$Id$" />
    19     <meta name="t29.germanoriginal" content="08.2007/v5.7FINAL" />
    20     <meta name="t29.thistranslation" content="01.08.2008/v5.8.0" />
    21     <meta name="t29.comment" content="backlink typo" />
    22     <!--changelog: 28.08.2007/v5.7.5 based on 08.2007/v5.7FINAL: Neu eingeführt, eigene Initialübersetzung -->
    23 </head>
    24 <body>
    25 <!--#echo encoding="none" var="heading" -->
    26 <div id="content">
    27     <h2><!--#echo var="title" --></h2>
     9<h2><?php print $titel; ?></h2>
     10
    2811
    2912<div class="box center">
     
    3720         The CRT (6 cm diameter) is partly visible in the picture. The light coming from this tube reflects on to the concave mirror (on the floor). The reflected light is adjusted by a special lens (on the right of the box) and leaves the assembly, arriving at the projection screen. During this process, the original picture, about 4,5cm x 3,5cm, is scaled up to 123cm x 97,5cm on the projection screen. Consequently, the luminosity is reduced enormously. Consequently, this projection TV needed to be viewed in an almost totally shaded room.</p>
    3821</p>
    39 
    40 </div><!--content-->   
    41 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    42 </body>
    43 </html>
  • en/devices/schaub-lorenz-supraphon.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Schaub Lorenz Supraphon"
    5    --><!--#set var="location"     value="schaub-lorenz-supraphon"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/schaub-lorenz-supraphon.shtm"
    8    --><!--#set var="title_de"     value="Das Schaub-Lorenz-Supraphon"
    9    --><!--#set var="prev"         value="/en/communication/sound_technology.shtm#backlink-supraphon"
    10    --><!--#set var="prev_title"   value="Sound recording and reproducing technology"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
     1<?php
     2        $seiten_id = 'schaub-lorenz-supraphon';
     3        $version = '$Id';
     4        $titel = 'Schaub Lorenz Supraphon';
     5       
     6        require '../../lib/technikum29.php';
     7?>
    148
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="keywords" lang="en" content="" />
    17     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    18     <meta name="t29.germanoriginal" content="08.2007/v5.7FINAL" />
    19     <meta name="t29.thistranslation" content="28.08.2007/v5.7.5" />
    20     <meta name="t29.comment" content="Neu eingeführt, Initialübersetzung" />
    21 </head>
    22 <body>
    23 <!--#echo encoding="none" var="heading" -->
    24 <div id="content">
    25     <h2 class="center"><!--#echo var="title" --></h2>
     9<h2 class="center"><?php print $titel; ?></h2>
    2610
    2711<div class="box center">
     
    3317  </div>
    3418</div>
    35 
    36 </div><!-- content -->
    37 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    38 </body>
    39 </html>
  • en/devices/sprocket-wheel-machine.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Sprocket wheel machine"
    5    --><!--#set var="location"     value="sprocket-wheel-machine"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/sprossenradmaschine.shtm"
    8    --><!--#set var="prev"         value="/en/computer/electro-mechanical.shtm"
    9    --><!--#set var="prev_title"   value="(Elektro-) mechanical calculators"
    10    --><!--#set var="next"         value=""
    11    --><!--#set var="next_title"   value=""
    12    --><title>technikum29 - <!--#echo var="title" --></title>
     1<?php
     2        $seiten_id = 'sprocket-wheel-machine';
     3        $version = '$Id';
     4        $titel = 'Sprocket wheel machine';
     5       
     6        require '../../lib/technikum29.php';
     7?>
    138
    14     <!--#include virtual="/en/inc/head.inc.shtm" -->
    15     <meta name="keywords" lang="en" content="" />
    16     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    17     <meta name="t29.germanoriginal" content="08.2007/v5.7FINAL" />
    18     <meta name="t29.thistranslation" content="23.08.2007/v5.7.5" />
    19     <meta name="t29.comment" content="Neu eingeführt" />
    20 </head>
    21 <body>
    22 <!--#echo encoding="none" var="heading" -->
    23 <div id="content">
    24     <h2 class="center"><!--#echo var="title" --></h2>
     9<h2 class="center"><?php print $titel; ?></h2>
    2510
    2611<div class="center">
    2712   <img src="/shared/photos/rechnertechnik/sprossenradmaschine.jpg" alt="Sprocket wheel machine" width="354" height="451" />
    28    <!--
    29    <div class="bildtext-bildbreite" style="width: 345px;">
    30       <ul id="nav">
    31           <li><a href="/en/computer/electro-mechanical.shtm"></a></li>
    32           <li><a href="/en/">technikum29 homepage</a></li>
    33       </ul>
    34    </div>
    35    -->
    3613</div>
    37 
    38 </div><!--content-->
    39 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    40 </body>
    41 </html>
  • en/devices/telefunken_650.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Telefunken 650"
    5    --><!--#set var="location"     value="telefunken650"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/telefunken_650.shtm"
    8    --><!--#set var="prev"         value="/en/communication/broadcasting.shtm"
    9    --><!--#set var="prev_title"   value="Broadcasting"
    10    --><!--#set var="next"         value=""
    11    --><!--#set var="next_title"   value=""
    12    --><title>technikum29 - <!--#echo var="title" --></title>
     1<?php
     2        $seiten_id = 'telefunken650';
     3        $version = '$Id';
     4        $titel = 'Telefunken 650';
     5       
     6        require '../../lib/technikum29.php';
     7?>
    138
    14     <!--#include virtual="/en/inc/head.inc.shtm" -->
    15     <meta name="keywords" lang="en" content="" />
    16     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    17     <meta name="t29.germanoriginal" content="08.2007/v5.7FINAL" />
    18     <meta name="t29.thistranslation" content="23.08.2007/v5.7.5" />
    19     <meta name="t29.comment" content="Extraseite neustrukturiert" />
    20 </head>
    21 <body>
    22 <!--#echo encoding="none" var="heading" -->
    23 <div id="content">
    24     <h2><!--#echo var="title" --></h2>
     9<h2 class="center"><?php print $titel; ?></h2>
    2510
    2611<div class="box center">
    2712    <img src="/shared/photos/kommunikationstechnik/telefunken_650.jpg" alt="Telefunken 650" width="352" height="403" />
    28     <!--
    29     <div class="bildtext-bildbreite" style="width: 352px;">
    30         <strong>Telefunken 650</strong>
    31         <hr noshade="noshade"  />
    32         <ul id="nav">
    33             <li><a href="/en/communication/broadcasting.shtm"></a></li>
    34             <li><a href="/en/">Homepage of technikum29-Website</a></li>
    35         </ul>
    36     </div>
    37     -->
    3813</div>
    39 
    40 </div><!--content-->
    41 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    42 </body>
    43 </html>
  • en/devices/telefunken_t40w.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Telefunken T 40W"
    5    --><!--#set var="location"     value="telefunkent40w"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/telefunken_t40w.shtm"
    8    --><!--#set var="title_de"     value="Telefunken T 40W"
    9    --><!--#set var="prev"         value="/en/communication/broadcasting.shtm"
    10    --><!--#set var="prev_title"   value="Broadcasting"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
     1<?php
     2        $seiten_id = 'telefunkent40w';
     3        $version = '$Id';
     4        $titel = 'Telefunken T 40W';
     5       
     6        require '../../lib/technikum29.php';
     7?>
    148
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="t29.this.SVN" content="$Id$" />
     9<h2><?php print $titel; ?></h2>
    1710
    18     <!-- slider widget implementation -->
    19     <script type="text/javascript" src="/shared/js/slider/slider.js"></script>
    20     <link rel="stylesheet" type="text/css" href="/shared/js/slider/slider.css" />
    21     <script type="text/javascript">
    22         //<!-- setup
    23         var slider = new Array();
    24         slider[1] = new Object();
    25         slider[1].min = 0;
    26         slider[1].max = 100;
    27         slider[1].val = 0;
    28         slider[1].playerStepTimeout = 100; // ms
    29         slider[1].playerStepDistance = 1.6; // in min/max/val-Einheiten!
    30         slider[1].playerStopLabel = "start animation";
    31         slider[1].playerStartLabel = "stop animation";
    32         slider[1].playerRepeatLabel = "repeat animation"
    33         slider[1].playerAutoReverse = false;
    34         slider[1].playerAutoStart = true;
    35         slider[1].playerRepeatFromMin = true;
    36         slider[1].onchange = setTransparency;
     11<div class="box center">
     12  <div id="rel">
     13        <img id="offen" src="/shared/photos/kommunikationstechnik/telefunken_t40w/offen.jpg"
     14                 alt="Telefunken T40W: A photography of the inner life" />
     15        <img id="zu" src="/shared/photos/kommunikationstechnik/telefunken_t40w/geschlossen.jpg"
     16                 alt="Telefunken T40W: A photography of the closed device" />
     17        <img id="beschriftung" src="/shared/photos/kommunikationstechnik/telefunken_t40w/beschriftung.en.png"
     18                 alt="Telefunken T40W key: Labels of the amplifier stages, tubes, etc." />
     19  </div>
     20  <div id="controls">
     21         <noscript>Please switch on <b>javascript</b> in your browser
     22           to see the animation.</noscript>
     23         <div class="cols">
     24           <div class="leftcol">
     25                 <input type="button" value="Abspielen" id="slider-button1" />
     26                 <div class="slider" id="slider01">
     27                        <div class="left"></div><div class="right"></div>
     28                        <img src="/shared/js/slider/img/knob.png" width="31" height="15" />
     29                 </div>
     30           </div><!--left-->
     31           <div class="rightcol">
     32                   Use the slider to gain insight into the device or click
     33                   on "start animation".
     34           </div><!--right-->
     35           <div class="clear"></div>
     36         </div><!--cols-->
     37   </div><!--controls-->
     38</div>
    3739
    38         function setTransparency(val, blubb) {
    39                 // see german page for full documentation
    40                 val = val / 100; // normierung auf [0,1]
    41                 // bereits ab 0.75 ist der Kasten nicht mehr zu sehen
    42                 setOpacity("zu",            -val/0.75 + 1);
    43                 // ab 0.75 erscheint die Beschriftung, hoch 3 potenziert
    44                 setOpacity("beschriftung",  Math.pow(val - 0.75, 3)*64 );
    45         }
     40<p>The Telefunken broadcasting device Type 40W (year of manufacture 1929) is build
     41 aesthetically appealing. At that time, technology was comprehensible even for
     42 (educated) laymen. On the other hand, the operation was not very comfortable:
     43 The volume had to be adjusted by combining the antenna matching (the turn-switch
     44 on the left) and the feedback (turn-switch on the right). When the feedback was
     45 increased too much, the broadcasting reciever became an "jamming transmitter".</p>
    4646
    47         function setOpacity(id, value) {
    48                 if(value >= 1) value = 1.0;
    49                 if(value <= 0) value = 0;
    50                 document.getElementById(id).style.opacity = value;
    51                 if(document.all) {
    52                         // IE 7 kann (immer!) noch kein opacity, daher ein
    53                         // haessliches workaround:
    54                         document.getElementById(id).style.setAttribute("filter", "alpha(opacity="+Math.round(100*value)+")", 0);
    55                         if(value == 1.0)
    56                                 // der filter zerschiesst alpha-Transparenz -- noch ein workaround
    57                                 document.getElementById(id).style.removeAttribute("filter", 0);
    58                 }
    59         }
    60         // -->
    61     </script>
    62 </head>
    63 <body>
    64 <!--#echo encoding="none" var="heading" -->
    65 <div id="content">
    66     <h2><!--#echo var="title" --></h2>
     47 <div class="box center">
     48        <img src="/shared/photos/kommunikationstechnik/telefunken_t40w/unterseite.jpg"
     49         width="750" height="388" alt="Telefunken 40W underside" />
     50 </div>
    6751
    68     <div class="box center">
    69       <div id="rel">
    70         <img id="offen" src="/shared/photos/kommunikationstechnik/telefunken_t40w/offen.jpg"
    71              alt="Telefunken T40W: A photography of the inner life" />
    72         <img id="zu" src="/shared/photos/kommunikationstechnik/telefunken_t40w/geschlossen.jpg"
    73              alt="Telefunken T40W: A photography of the closed device" />
    74         <img id="beschriftung" src="/shared/photos/kommunikationstechnik/telefunken_t40w/beschriftung.en.png"
    75              alt="Telefunken T40W key: Labels of the amplifier stages, tubes, etc." />
    76       </div>
    77       <div id="controls">
    78          <noscript>Please switch on <b>javascript</b> in your browser
    79            to see the animation.</noscript>
    80          <div class="cols">
    81            <div class="leftcol">
    82              <input type="button" value="Abspielen" id="slider-button1" />
    83              <div class="slider" id="slider01">
    84                 <div class="left"></div><div class="right"></div>
    85                 <img src="/shared/js/slider/img/knob.png" width="31" height="15" />
    86              </div>
    87            </div><!--left-->
    88            <div class="rightcol">
    89                Use the slider to gain insight into the device or click
    90                on "start animation".
    91            </div><!--right-->
    92            <div class="clear"></div>
    93          </div><!--cols-->
    94        </div><!--controls-->
    95     </div>
     52<p>The device looks good from below, too. It's built on a pressed paper sheet
     53  instead of a sheet chassis. Electrical connections are partially realized by
     54  rivet strip conductors. Not until the 1950s, that method was implemented again,
     55  leading to the printed circuit boards.</p>
    9656
    97     <p>The Telefunken broadcasting device Type 40W (year of manufacture 1929) is build
    98      aesthetically appealing. At that time, technology was comprehensible even for
    99      (educated) laymen. On the other hand, the operation was not very comfortable:
    100      The volume had to be adjusted by combining the antenna matching (the turn-switch
    101      on the left) and the feedback (turn-switch on the right). When the feedback was
    102      increased too much, the broadcasting reciever became an "jamming transmitter".</p>
    103 
    104      <div class="box center">
    105         <img src="/shared/photos/kommunikationstechnik/telefunken_t40w/unterseite.jpg"
    106          width="750" height="388" alt="Telefunken 40W underside" />
    107      </div>
    108 
    109     <p>The device looks good from below, too. It's built on a pressed paper sheet
    110       instead of a sheet chassis. Electrical connections are partially realized by
    111       rivet strip conductors. Not until the 1950s, that method was implemented again,
    112       leading to the printed circuit boards.</p>
    113 
    114 </div><!-- content -->
    115 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    116 </body>
    117 </html>
  • en/devices/threaded-rom.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
    4 <head><!--#set var="title"        value="Details of the ROM"
    5    --><!--#set var="location"     value="threaded-rom"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/gefaedeltes-rom.shtm"
    8    --><!--#set var="title_de"     value="Gefädeltes ROM"
    9    --><!--#set var="prev"         value="/en/computer/storage-media.shtm#threaded-rom"
    10    --><!--#set var="prev_title"   value="Storage Media: Threaded ROM"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
    14 
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="keywords" lang="en" content="" />
    17     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    18     <meta name="t29.germanoriginal" content="17.08.2007/v5.7.1" />
    19     <meta name="t29.thistranslation" content="12.09.2007/v5.7.7" />
    20     <meta name="t29.comment" content="Neu eingeführt" />
    21 </head>
    22 <body>
    23 <!--#echo encoding="none" var="heading" -->
    24 <div id="content">
    25     <h2><!--#echo var="title" --></h2>
     1<?php
     2        $seiten_id = 'threaded-rom';
     3        $version = '$Id';
     4        $titel = 'Details of the ROM';
     5       
     6        require '../../lib/technikum29.php';
     7?>
     8<h2><?php print $title; ?></h2>
    269
    2710<div class="center">
     
    3215       <br/>To change a word stored in this ROM, it is necessary to remove (or simply cut) the proper wire and thread a new wire (sometimes more than one wire has to be replaced). This tedious technique has been improved in form of the NIXDORF rod memory.
    3316       </p>
    34 
    35       <!--
    36       <ul id="nav">
    37           <li><a href="/en/computer/storage-media.shtm#threaded-rom">Storage Media: Threaded ROM</a></li>
    38           <li><a href="/en/">technikum29 homepage</a></li>
    39       </ul>
    40       -->
    41 
    4217</div>
    43 
    44 </div><!--content-->
    45 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    46 </body>
    47 </html>
  • en/devices/ultramar_back.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="K&ouml;rting Ultramar"
    5    --><!--#set var="location"     value="ultramar"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/ultramar_hinten.shtm"
    8    --><!--#set var="title_de"     value="Rückseite des K&ouml;rting Ultramar"
    9    --><!--#set var="prev"         value="/en/communication/broadcasting.shtm#backlink-ultramar"
    10    --><!--#set var="prev_title"   value="Broadcasting: K&ouml;rting Ultramar (front side)"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
     1<?php
     2        $seiten_id = 'ultramar';
     3        $version = '$Id';
     4        $titel = 'Körting Ultramar';
     5       
     6        require '../../lib/technikum29.php';
     7?>
    148
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="keywords" lang="en" content="" />
    17     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    18     <meta name="t29.germanoriginal" content="08.2007/v5.7FINAL" />
    19     <meta name="t29.thistranslation" content="15.09.2007/v5.7.7" />
    20     <meta name="t29.comment" content="Kleine Fixes (AD1->RE604, Einkreiser)" />
    21     <!--cahgenlog: 23.08.2007/v5.7.5: Extraseite neustrukturiert -->
    22 </head>
    23 <body>
    24 <!--#echo encoding="none" var="heading" -->
    25 <div id="content">
    26 
    27 <h2>K&ouml;rting Ultramar: luxurious radio with 11 tubes</h2>
     9<h2>Körting Ultramar: luxurious radio with 11 tubes</h2>
    2810
    2911<div class="box center">
     
    3820</div>
    3921
    40     <div class="box center">
    41         <img src="/shared/photos/kommunikationstechnik/ultramar,skala.jpg" alt="Die Skala des Körting-Ultramar" width="516" height="387" /></div>
    42     </div>
    43 
    44 </div><!--content-->
    45 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    46 </body>
    47 </html>
     22<div class="box center">
     23        <img src="/shared/photos/kommunikationstechnik/ultramar,skala.jpg" alt="Die Skala des Körting-Ultramar" width="516" height="387" />
     24</div>
  • en/devices/univac9400/advertisement.php

    r295 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Univac 9400 german advertisement"
    5    --><!--#set var="location"     value="univac-werbung"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/univac9400/werbung.shtm"
    8    --><!--#set var="title_de"     value="Werbung für die Univac 9400"
    9    --><!--#set var="prev"         value="/en/computer/univac9400.shtm#advertisement"
    10    --><!--#set var="prev_title"   value="Univac 9400 overview"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
     1<?php
     2        $seiten_id = 'univac-werbung';
     3        $version = '$Id';
     4        $titel = 'Univac 9400 german advertisement';
     5       
     6        require '../../../lib/technikum29.php';
     7?>
     8<h2><?php print $titel; ?></h2>
    149
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    17     <meta name="t29.germanoriginal" content="v5.7FINAL" />
    18     <meta name="t29.thistranslation" content="23.08.2007/v5.7.5" />
    19     <!-- meta: t29.germanoriginal="<27.07.2006/v5.5.4" -->
    20 <!-- meta: t29.thistranslation="27.07.2006/v5.5.5" -->
    21 </head>
    22 <body>
    23 <!--#echo encoding="none" var="heading" -->
    24 <div id="content">
    25     <h2><!--#echo var="title" --></h2>
     10<div class="box center">
     11        <img src="/shared/photos/rechnertechnik/univac/werbung.jpg" alt="Contemporary German Univac 9400 advertisement: Sie können ihre Zeit vervielfachen - mit der neuen Univac 9400" width="794" height="1147" />
    2612
    27 
    28     <div class="box center">
    29         <img src="/shared/photos/rechnertechnik/univac/werbung.jpg" alt="Contemporary German Univac 9400 advertisement: Sie k&ouml;nnen ihre Zeit vervielfachen - mit der neuen Univac 9400" width="794" height="1147" />
    30 
    31         <div class="bildtext-bildbreite" style="width: 794px;">
    32         <p>This contemporary German advertisement for the Univac 9400 says: "Sie
    33         k&ouml;nnen ihre Zeit vervielfachen - mit der neuen Univac 9400" (in
    34         english: "You can multiply your time - with the new Univac 9400")
    35         </p>
    36         </div>
    37     </div>
    38 
    39 </div><!--content -->
    40 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    41 </body>
    42 </html>
     13        <div class="bildtext-bildbreite" style="width: 794px;">
     14        <p>This contemporary German advertisement for the Univac 9400 says: "Sie
     15        können ihre Zeit vervielfachen - mit der neuen Univac 9400" (in
     16        english: "You can multiply your time - with the new Univac 9400")
     17        </p>
     18        </div>
     19</div>
  • en/devices/univac9400/bandcontroller-lamps.php

    r295 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Univac 9400 band an disc controller"
    5    --><!--#set var="location"     value="univac-bandcontroller"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/univac9400/bandcontroller-laempchen.shtm"
    8    --><!--#set var="title_de"     value="Univac 9400 Lämpchen des Bandcontrollers"
    9    --><!--#set var="prev"         value="/en/computer/univac9400.shtm#backlink-bandcontroller"
    10    --><!--#set var="prev_title"   value="Univac 9400 overview"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
     1<?php
     2        $seiten_id = 'univac-bandcontroller';
     3        $version = '$Id';
     4        $titel = 'Univac 9400 band and disc controller';
     5       
     6        require '../../../lib/technikum29.php';
     7?>
     8<h2><?php print $titel; ?></h2>
    149
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="keywords" lang="en" content="" />
    17     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    18     <meta name="t29.germanoriginal" content="08.2007/v5.7FINAL" />
    19     <meta name="t29.thistranslation" content="23.08.2007/v5.7.5" />
    20     <!--changelog: 27.07.2006/v5.5.5 auf Basis <27.07.2006/v5.5.4 -->
    21 </head>
    22 <body>
    23 <!--#echo encoding="none" var="heading" -->
    24 <div id="content">
    25     <h2><!--#echo var="title" --></h2>
    26 
    27 
    28 
    29        
    30         <div class="center">
     10<div class="center">
    3111    <img src="/shared/photos/rechnertechnik/univac/bandcontroller-laempchen.jpg" alt="Lämpchen des Bandcontrollers" width="444" height="412" />
    3212    <div class="bildtext-bildbreite" style="width: 595px;">
     
    4020    </div>
    4121    <img src="/shared/photos/rechnertechnik/univac/disk-pannel.jpg" alt="Lämpchen des Disk-Controllers" width="444" height="382" />
    42   </div>
    4322</div>
    44 
    45     <!--
    46     <ul id="nav">
    47         <li><a href="/en/computer/univac9400.shtm#backlink-bandcontroller">Univac 9400 overview</a></li>
    48         <li><a href="/en/">technikum29 homepage</a></li>
    49     </ul>
    50     -->
    51   </div>
    52 </div>
    53 
    54 </div><!--content -->
    55 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    56 </body>
    57 </html>
  • en/devices/univac9400/cardreader.php

    r295 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Univac 9400 cardreader"
    5    --><!--#set var="location"     value="univac-cardreader"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/univac9400/kartenleser.shtm"
    8    --><!--#set var="title_de"     value="Univac 9400 Kartenleser"
    9    --><!--#set var="prev"         value="/en/computer/univac9400.shtm#backlink-cardreader"
    10    --><!--#set var="prev_title"   value="Univac 9400 overview"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
    14 
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    17     <meta name="t29.germanoriginal" content="v5.7FINAL" />
    18     <meta name="t29.thistranslation" content="23.08.2007/v5.7.5" />
    19     <!-- meta: t29.germanoriginal="<27.07.2006/v5.5.4" -->
    20 <!-- meta: t29.thistranslation="27.07.2006/v5.5.5" -->
    21 </head>
    22 <body>
    23 <!--#echo encoding="none" var="heading" -->
    24 <div id="content">
    25     <h2><!--#echo var="title" --></h2>
     1<?php
     2        $seiten_id = 'univac-cardreader';
     3        $version = '$Id';
     4        $titel = 'Univac 9400 cardreader';
     5       
     6        require '../../../lib/technikum29.php';
     7?>
     8<h2><?php print $titel; ?></h2>
    269
    2710<div class="box center">
     
    3518</div>
    3619
    37 
    3820<div class="box center">
    3921     <img src="/shared/photos/rechnertechnik/univac/kartentransport.jpg" alt="The transport system for the cards" width="446" height="595" />
    40      <!--
    41      <div class="bildtext-bildbreite" style="width: 595px;"><! sic! breite von oben, ist schöner >
    42        <ul id="nav">
    43         <li><a href="/en/computer/univac9400.shtm#backlink-cardreader">Univac 9400 overview</a></li>
    44         <li><a href="/en/">technikum29 homepage</a></li>
    45       </ul>
    46     </div>
    47     -->
    4822</div>
    49 
    50 </div><!--content -->
    51 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    52 </body>
    53 </html>
  • en/devices/univac9400/console+uniservo.php

    r295 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Univac Servo"
    5    --><!--#set var="location"     value="univac-servo"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/univac9400/konsole+uniservo.shtm"
    8    --><!--#set var="title_de"     value="Univac Konsole und Uniservo"
    9    --><!--#set var="prev"         value="/en/computer/univac9400.shtm#backlink-console"
    10    --><!--#set var="prev_title"   value="Univac 9400 overview"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
    14 
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    17     <meta name="t29.germanoriginal" content="03.11.2007/v5.7.11" />
    18     <meta name="t29.thistranslation" content="28.11.2007/v5.7.12" />
    19     <meta name="t29.this.summary" content="Other photography, completely new text" />
    20     <!-- changelog: t29.germanoriginal="<27.07.2006/v5.5.4" -->
    21     <!-- changelog: t29.thistranslation="27.07.2006/v5.5.5" -->
    22     <!-- changelog: 23.08.2007/v5.7.5 auf basis v5.7FINAL -->
    23 </head>
    24 <body>
    25 <!--#echo encoding="none" var="heading" -->
    26 <div id="content">
    27     <h2><!--#echo var="title" --></h2>
     1<?php
     2        $seiten_id = 'univac-servo';
     3        $version = '$Id';
     4        $titel = 'Univac Servo';
     5       
     6        require '../../../lib/technikum29.php';
     7?>
     8<h2><?php print $titel; ?></h2>
    289
    2910<div class="box center">
     
    5334    </div>
    5435</div>
    55 
    56 </div><!--content -->
    57 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    58 </body>
    59 </html>
  • en/devices/univac9400/costs.php

    r295 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="What was the price one had to pay for an UNIVAC 9400?"
    5    --><!--#set var="location"     value="univac-kosten"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/univac9400/kosten.shtm"
    8    --><!--#set var="title_de"     value="Wie viel kostete eine UNIVAC 9400?"
    9    --><!--#set var="prev"         value="/en/computer/univac9400.shtm"
    10    --><!--#set var="prev_title"   value="Univac 9400 overview"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
     1<?php
     2        $seiten_id = 'univac-kosten';
     3        $version = '$Id';
     4        $titel = 'What was the price one had to pay for an UNIVAC 9400?';
     5       
     6        require '../../../lib/technikum29.php';
     7?>
     8<h2><?php print $titel; ?></h2>
    149
    1510   <!--
     
    3429
    3530   -->
    36 
    37     <!--#include virtual="/en/inc/head.inc.shtm" -->
    38     <meta name="keywords" lang="de" content="" />
    39     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    40     <meta name="t29.SVN" content="$Id$" />
    41     <meta name="t29.germanoriginal" content="14.08.2008/v5.8" />
    42     <meta name="t29.thistranslation" content="09.08.2008/v5.8.0" />
    43     <meta name="t29.comment" content="Only design (Sidebar)" />
    44     <!--
    45         Changelog of this file:
    46           * 14.08.2008/v5.8BETA based on 09.08.2008/v5.8BETA: Initial translation
    47      -->
    48 </head>
    49 <body>
    50 <!--#echo encoding="none" var="heading" -->
    51 <div id="content">
    52     <h2><!--#echo var="title" --></h2>
    5331
    5432    <p>40 years ago, computer systems were incredibly expensive. The prices in the
     
    206184   <!-- absolut positioniertes Bildchen -->
    207185    <img src="/shared/photos/rechnertechnik/univac/kosten-gleichsetzung.jpg"
    208          style="position: absolute; bottom: 5px; right: 0px;"
     186         class="autobild"
    209187         alt="An illustration: One Univac 9400 equals 470 cars!"  />
    210 
    211 </div><!--content-->
    212 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    213 </body>
    214 </html>
  • en/devices/univac9400/discdrives.php

    r295 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Univac 9400 disc drives"
    5    --><!--#set var="location"     value="univac-discdrives"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/univac9400/plattenlaufwerke.shtm"
    8    --><!--#set var="title_de"     value="Univac 9400 Plattenlaufwerke"
    9    --><!--#set var="prev"         value="/en/computer/univac9400.shtm#backlink-discdrives"
    10    --><!--#set var="prev_title"   value="Univac 9400 overview"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
    14 
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    17     <meta name="t29.germanoriginal" content="v5.7FINAL" />
    18     <meta name="t29.thistranslation" content="23.08.2007/v5.7.5" />
    19     <!-- meta: t29.germanoriginal="<27.07.2006/v5.5.4" -->
    20 <!-- meta: t29.thistranslation="27.07.2006/v5.5.5" -->
    21 </head>
    22 <body>
    23 <!--#echo encoding="none" var="heading" -->
    24 <div id="content">
    25     <h2><!--#echo var="title" --></h2>
     1<?php
     2        $seiten_id = 'univac-discdrives';
     3        $version = '$Id';
     4        $titel = 'Univac 9400 disc drives';
     5       
     6        require '../../../lib/technikum29.php';
     7?>
     8<h2><?php print $titel; ?></h2>
    269
    2710<div class="box center auto-bildbreite">
     
    5538        </div>
    5639</div>
    57 
    58 
    59 </div><!--content -->
    60 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    61 </body>
    62 </html>
  • en/devices/univac9400/frontpanel.php

    r295 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Univac 9400 frontpanel"
    5    --><!--#set var="location"     value="univac-frontpanel"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/univac9400/frontpanel.shtm"
    8    --><!--#set var="title_de"     value="Univac 9400 Frontpanel"
    9    --><!--#set var="prev"         value="/en/computer/univac9400.shtm#backlink-frontpanel"
    10    --><!--#set var="prev_title"   value="Univac 9400 overview"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
     1<?php
     2        $seiten_id = 'univac-frontpanel';
     3        $version = '$Id';
     4        $titel = 'Univac 9400 frontpanel';
     5       
     6        require '../../../lib/technikum29.php';
     7?>
    148
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="t29.SVN" content="$Id$" />
    17 </head>
    18 <body>
    19 <!--#echo encoding="none" var="heading" -->
    20 <div id="content">
    219<div class="box left">
    2210    <img src="/shared/photos/rechnertechnik/univac/frontpanel.jpg" alt="Univac 9400 Frontpannel" width="361" height="575" />
    2311    <div class="bildtext">
    24         <h2><!--#echo var="title" --></h2>
     12        <h2><? print $titel; ?></h2>
    2513        <p>Light ermitting diodes (LEDs) has not been invented yet. Little
    2614        glow lamps were used to display the binary states because
     
    2917        be switched between eight different state arrays with 18 bits.</p>
    3018    </div>
    31  </div>
    32 
    33 </div><!--content -->
    34 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    35 </body>
    36 </html>
     19</div>
  • en/devices/univac9400/highspeed-printer.php

    r295 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Univac 9400 highspeed printer"
    5    --><!--#set var="location"     value="univac-highspeed-printer"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/univac9400/schnelldrucker.shtm"
    8    --><!--#set var="title_de"     value="Univac 9400 Schnelldrucker"
    9    --><!--#set var="prev"         value="/en/computer/univac9400.shtm#backlink-printer"
    10    --><!--#set var="prev_title"   value="Univac 9400 overview"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
    14 
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    17     <meta name="t29.germanoriginal" content="v5.7FINAL" />
    18     <meta name="t29.thistranslation" content="23.08.2007/v5.7.5" />
    19     <!-- meta: t29.germanoriginal="<27.07.2006/v5.5.4" -->
    20     <!-- meta: t29.thistranslation="27.07.2006/v5.5.5" -->
    21 </head>
    22 <body>
    23 <!--#echo encoding="none" var="heading" -->
    24 <div id="content">
    25     <h2><!--#echo var="title" --></h2>
    26 
     1<?php
     2        $seiten_id = 'univac-highspeed-printer';
     3        $version = '$Id';
     4        $titel = 'Univac 9400 highspeed printer';
     5       
     6        require '../../../lib/technikum29.php';
     7?>
     8<h2><?php print $titel; ?></h2>
    279
    2810<div class="box center">
     
    3416        printing a special typeface (the River Kwai March was a typical
    3517        sound), these jokes are not possible with this barrel printer.</p>
    36         <!--<ul id="nav">
    37             <li><a href="/en/computer/univac9400.shtm#backlink-printer">Univac 9400 overview</a></li>
    38             <li><a href="/en/">technikum29 homepage</a></li>
    39         </ul>-->
    4018    </div>
    4119</div>
    42 
    43 </div><!--content -->
    44 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    45 </body>
    46 </html>
  • en/devices/univac9400/panorama.php

    r295 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Univac 9400 Mainframe"
    5    --><!--#set var="location"     value="univac"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/univac9400/panorama-links.shtm"
    8    --><!--#set var="title_de"     value="Univac 9400 Panorama von links"
    9    --><!--#set var="prev"         value="/en/computer/univac9400.shtm#"
    10    --><!--#set var="prev_title"   value="Univac 9400 overview"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
    14 
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    17     <meta name="t29.germanoriginal" content="v5.7.11 (new)" />
    18     <meta name="t29.thistranslation" content="27.11.2007/v5.7.12" />
    19 </head>
    20 <body>
    21 <!--#echo encoding="none" var="heading" -->
    22 <div id="content">
    23 <h2><!--#echo var="title" --></h2>
    24 
     1<?php
     2        $seiten_id = 'univac-panorama-links';
     3        $version = '$Id';
     4        $titel = 'Univac 9400 Mainframe';
     5       
     6        require '../../../lib/technikum29.php';
     7?>
     8<h2><?php print $titel; ?></h2>
    259
    2610<div class="box center">
     
    2812</div>
    2913
    30 <!--
    31 <ul id="nav">
    32         <li><a href="/en/computer/univac9400.shtm#backlink-link">Univac 9400 overview</a></li>
    33         <li><a href="/en/">technikum29 homepage</a></li>
    34 </ul>
    35 -->
    36 </div><!--content -->
    37 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    38 </body>
    39 </html>
  • en/devices/univac9400/typical-board.php

    r295 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Univac 9400 modules"
    5    --><!--#set var="location"     value="univac-board"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/univac9400/typisches-board.shtm"
    8    --><!--#set var="title_de"     value="Typisches Board der Univac 9400"
    9    --><!--#set var="prev"         value="/en/computer/univac9400.shtm#"
    10    --><!--#set var="prev_title"   value="Univac 9400 overview"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
    14 
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    17     <meta name="t29.germanoriginal" content="v5.7FINAL" />
    18     <meta name="t29.thistranslation" content="23.08.2007/v5.7.5" />
    19     <!-- meta: t29.germanoriginal="<27.07.2006/v5.5.4" -->
    20     <!-- meta: t29.thistranslation="27.07.2006/v5.5.5" -->
    21 </head>
    22 <body>
    23 <!--#echo encoding="none" var="heading" -->
    24 <div id="content">
    25     <h2><!--#echo var="title" --></h2>
    26 
     1<?php
     2        $seiten_id = 'univac-board';
     3        $version = '$Id';
     4        $titel = 'Univac 9400 modules';
     5       
     6        require '../../../lib/technikum29.php';
     7?>
     8<h2><?php print $titel; ?></h2>
    279
    2810<div class="box center">
     
    3618       transistor technology. The complete tape devices are from the mid 60s, so they are
    3719       built without integrated circuits.</p>
    38        <!--
    39        <ul id="nav">
    40           <li><a href="/en/computer/univac9400.shtm#backlink-board">Univac 9400 overview</a></li>
    41           <li><a href="/en/">technikum29 homepage</a></li>
    42        </ul>
    43        -->
    4420    </div>
    4521</div>
    46 
    47 </div><!--content -->
    48 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    49 </body>
    50 </html>
  • en/devices/wanderer_conti.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="WANDERER conti"
    5    --><!--#set var="location"     value="wanderer"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/wanderer.shtm"
    8    --><!--#set var="title_de"     value=""
    9    --><!--#set var="prev"         value="/en/computer/transistors.shtm#backlink-wanderer"
    10    --><!--#set var="prev_title"   value="First calculators with transistors"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
    14 
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="keywords" lang="en" content="" />
    17     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    18     <meta name="t29.SVN" content="$Id$" />
    19     <meta name="t29.germanoriginal" content="08.2007/v5.7FINAL" />
    20     <meta name="t29.thistranslation" content="19.08.2008/v5.8" />
    21     <meta name="t29.comment" content="Redesign (extra pages in page design)" />
    22     <!--changelog: 23.08.2007/v5.7.5 based on 08.2007/v5.7FINAL: Extraseite neustrukturiert -->
    23 </head>
    24 <body>
    25 <!--#echo encoding="none" var="heading" -->
    26 <div id="content">
     1<?php
     2        $seiten_id = 'wanderer';
     3        $version = '$Id';
     4        $titel = 'WANDERER conti';
     5       
     6        require '../../lib/technikum29.php';
     7?>
    278
    289<h2 class="center">WANDERER conti</h2>
     
    3112<div class="box right no-copyright">
    3213    <img src="/shared/photos/rechnertechnik/wanderer_conti.jpg" alt="Wanderer conti" width="321" height="456" />
    33     <div class="bildtext"></div>
    34  
    35              
    36 
    37 
     14    <div class="bildtext">             
    3815        <blockquote>
    3916            <p>WANDERER conti  the world's first - printing - electronic - portable - sets new patterns for desktop calculators by SPEED - SIMPLICITY - SECURITY - NOISELESS ELECTRONIC</p>
     
    4926            <p>WANDERER-WERKE AG B&uuml;romaschinenwerk K&ouml;ln (Germany)</p>
    5027        </blockquote>
    51 
    52 </div></div><!--content-->
    53 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    54 </body>
    55 </html>
     28    </div>
     29</div>
  • en/devices/wang2200.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Wang 2200"
    5    --><!--#set var="location"     value="wang2200"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/wang2200.shtm"
    8    --><!--#set var="title_de"     value=""
    9    --><!--#set var="prev"         value="/en/computer/early-computers.shtm#backlink-wang2200"
    10    --><!--#set var="prev_title"   value="Scientifical calculators and mini computers"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
    14 
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="keywords" lang="en" content="" />
    17     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    18     <meta name="t29.SVN" content="$Id$" />
    19     <meta name="t29.germanoriginal" content="08.2007/v5.7FINAL" />
    20     <meta name="t29.thistranslation" content="01.08.2008/v5.8.0" />
    21     <meta name="t29.comment" content="Backlink typo" />
    22     <!--changelog: 23.08.2007/v5.7.5 based on 08.2007/v5.7FINAL: Extraseite neustrukturiert -->
    23 </head>
    24 <body>
    25 <!--#echo encoding="none" var="heading" -->
    26 <div id="content">
     1<?php
     2        $seiten_id = 'wang2200';
     3        $version = '$Id';
     4        $titel = 'Wang 2200';
     5       
     6        require '../../lib/technikum29.php';
     7?>
    278
    289<h2>Wang 2200</h2>
     
    3415  </div>
    3516</div>
    36 
    37 </div><!--content-->
    38 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    39 </body>
    40 </html>
  • en/devices/wang320.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Wang 320 SE"
    5    --><!--#set var="location"     value="wang320"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/wang320.shtm"
    8    --><!--#set var="title_de"     value="Wang 320 SE"
    9    --><!--#set var="prev"         value="/en/computer/programmable.shtm#WANG_320"
    10    --><!--#set var="prev_title"   value="Programable second-generation calculators"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
    14 
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="keywords" lang="en" content="Wang 320" />
    17     <meta name="t29.SVN" content="$Id$" />
    18 </head>
    19 <body>
    20 <!--#echo encoding="none" var="heading" -->
    21 <div id="content">
    22     <h2><!--#echo var="title" --></h2>
     1<?php
     2        $seiten_id = 'wang320';
     3        $version = '$Id';
     4        $titel = 'Wang 320 SE';
     5       
     6        require '../../lib/technikum29.php';
     7?>
     8<h2><?php print $titel; ?></h2>
    239
    2410<div class="box center auto-bildbreite">
     
    3824   <img src="/shared/photos/rechnertechnik/wang-nixietube.jpg" alt="Wang Nixie tubes" width="595" height="446"/>
    3925</div>
    40 
    41 
    42 </div><!--content-->
    43 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    44 </body>
    45 </html>
  • en/devices/wang700.php

    r287 r296  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    4 <head><!--#set var="title"        value="Wang 700"
    5    --><!--#set var="location"     value="wang700"
    6    --><!--#set var="part"         value="extra"
    7    --><!--#set var="url_de"       value="geraete/wang700.shtm"
    8    --><!--#set var="title_de"     value=""
    9    --><!--#set var="prev"         value="/en/computer/ic-technology.shtm#WANG_700"
    10    --><!--#set var="prev_title"   value="Programmable third-generation calculators with early IC-technology"
    11    --><!--#set var="next"         value=""
    12    --><!--#set var="next_title"   value=""
    13    --><title>technikum29 - <!--#echo var="title" --></title>
    14 
    15     <!--#include virtual="/en/inc/head.inc.shtm" -->
    16     <meta name="keywords" lang="en" content="" />
    17     <meta name="DC.Title" content="technikum29 - <!--#echo var="title" -->" />
    18     <meta name="t29.germanoriginal" content="08.2007/v5.7FINAL" />
    19     <meta name="t29.thistranslation" content="23.08.2007/v5.7.5" />
    20     <meta name="t29.comment" content="Neu eingeführt" />
    21 </head>
    22 <body>
    23 <!--#echo encoding="none" var="heading" -->
    24 <div id="content">
    25     <h2><!--#echo var="title" --></h2>
     1<?php
     2        $seiten_id = 'wang700';
     3        $version = '$Id';
     4        $titel = 'Wang 700';
     5       
     6        require '../../lib/technikum29.php';
     7?>
     8<h2><?php print $titel; ?></h2>
    269
    2710<div class="center">
    2811   <img src="/shared/photos/rechnertechnik/wang700-detail.jpg" alt="Wang 700" width="595" height="446" />
    2912</div>
    30 
    31 </div><!--content-->
    32 <!--#include virtual="/en/inc/menu.inc.shtm" -->
    33 </body>
    34 </html>
Note: See TracChangeset for help on using the changeset viewer.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License