Changeset 218 in t29-www for en


Ignore:
Timestamp:
Nov 24, 2010, 7:13:21 PM (13 years ago)
Author:
sven
Message:
  • punchcard.shtm: korrigiert
  • translation system: topbox design fix
Location:
en
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • en/computer/punchcard.shtm

    r217 r218  
    66   --><!--#set var="part"         value="computer"
    77   --><!--#set var="url_de"       value="rechnertechnik/lochkarten-edv.shtm"
    8    --><!--#set var="prev"         value="univac9200.shtm"
    9    --><!--#set var="prev_title"   value="UNIVAC 9200"
    10    --><!--#set var="next"         value="electron-tubes.shtm"
    11    --><!--#set var="next_title"   value="Desk calculators with electron tubes"
    12  --><title>Technikum29 - <!--#echo var="title" --></title>
     8   --><!--#set var="prev"         value="ic-technology.shtm"
     9   --><!--#set var="prev_title"   value="Programmable third-generation calculators with early IC-technology"
     10   --><!--#set var="next"         value="tabulating-machine.shtm"
     11   --><!--#set var="next_title"   value="BULL Tabulating machine"
     12 --><title>technikum29 - <!--#echo var="title" --></title>
    1313
    1414    <!--#include virtual="/en/inc/head.inc.shtm" -->
     
    7878           trendsetting device. The device's internals are very elaborate, but offer
    7979           many advantages, compared to usual apperatures at that time:
    80            <br/>It featured CORE memory of 12x80x2 cells for both data and programs. It could
     80           <br/>It featured a core memory with 12 x 80 x 2 cells for both data and programs. It could
    8181           handle two programs and one data storage. Programming
    8282           was performed automatically once program cards have been inserted, and
     
    8787           a one-pass operation. Verified cards were uniquely notched while error
    8888           cards were automatically ejected to a separate stacker.
    89            <br/>The device also features a large illuminated digital display witch curent the position
    90                    column, furthermore the device could be used for subsequent card labeling. However, the            device had always mechanical problems: The type wheel print was not of a good quality and the
    91            card feeding could easily stop working when the adjustment wasn't perfectly fitting.
     89           <br/>The device also features a large illuminated digital display that
     90           indicates which program is in control, furthermore the device could be
     91           used for subsequent card labeling. However, the device had always
     92           mechanical problems: The type wheel print was of bad quality and the
     93           card feeding could easily stop working when the adjustment wasn't
     94           perfectly fitting.
    9295    </p>
    9396
  • en/dev/translation/editor.js

    r216 r218  
    157157                // make topbox being fixed at top scrolling
    158158                var top = t29.tr.topbox.offset().top; // - parseFloat($('#comment').css('marginTop').replace(/auto/, 0))
    159                 $(window).bind("scroll.t29tr", function(e) {
     159                $(window).bind("scroll.t29tr", topboxscrollf=function() {
    160160                        var now_fixed = $(this).scrollTop() >= top;
    161161                        // since topbox was embedded in content (not sidebar), place is
     
    164164                        (p=t29.tr.topbox.parent()).css('height', now_fixed ? p.height() : '');
    165165                        t29.tr.topbox.toggleClass('fixed', now_fixed);
    166                 });
     166                }).scroll(); // fire it
    167167               
    168168                // create all event handlers in the topbox
     
    184184                        t29.tr.settings[$(this).attr('name')] = $(this).val();
    185185                        t29.tr.topbox.find('.name .feedback').html("<b>"+t29.tr.settings.name+"</b> from <b>"+t29.tr.settings.location+"</b>");
    186                         t29.tr.topbox.find('.name .stored').text(' - Thank you');
     186                        t29.tr.topbox.find('.name .stored').text('Thank you');
    187187                });
     188                t29.tr.topbox.find(".name .stored").click(hideall_tabs);
    188189               
    189190                // Edit whole page button
  • en/dev/translation/messages.xml

    r216 r218  
    9191                                        <br/>Your Name: <input id="tr-username" type="text" name="name" class="defaultvalue" value="e.g. H. Omaba" />,
    9292                                        your Location: <input id="tr-userlocation" type="text" name="location" class="defaultvalue" value="e.g. Chicago, IL" />
    93                                         <span class="stored"></span>
     93                                        <span class="button red cancel">Cancel</span>
    9494                                </div>
    9595                                <div class="feedback">
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