Statusmapeng
<html>
<head>
<style>
<!--[if IE]>
@import url(http://superjet.wikidot.com/inc:plane-css/code);
<![endif]-->
</style>
<script>
var statusTable = {
        plan:"Planned",
        order:"Ordered",
        manuf:"In production",
        final:"Final Assembly",
        stand:"Flight Test Centre: Preparing for flight",
        stand_fly:"Acceptance tests",
        stop:"Temp. on hold",
        air:"Flying",
        non_fly:"Not flying",
        cust_v:"Custom., Venice",
        cust_ul:"Custom., Ulyanovsk",
        cust_os:"Custom., Ostrava",
        cust_in:"Custom., Indianapolis",
        zhuk:"Flight tests, Zhukovsky",
        operated:"In use",
        storage:"In storage",
        disast:"Crashed",
        accid:"Accident",
        disposed:"Scrapped",
        static:"Static tests",
        resource:"Resource tests",
        other:"..."
}
 
function trStatus(key){
    return statusTable.hasOwnProperty(key)?statusTable[key]:key;
}
</script>
</head>
<body style="margin:0px;font-family: verdana,arial,helvetica,sans-serif;font-size: 0.82em;" class="storage">
<script>
 var param = /[&?]key=([^&]+)/.exec(location.search);
 param = param ? param[1].replace(/"/g, '&quot;') : '';
 document.body.className=param;
 document.write(trStatus(param));
</script>
</body>
</html>
Пока не указано иное, содержимое этой страницы распространяется по лицензии Creative Commons Attribution-ShareAlike 3.0 License