Files
Paradise/nano/debug.html

32 lines
3.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<head>
<script type='text/javascript'>
function receiveUpdateData(jsonString)
{
// We need both jQuery and NanoStateManager to be able to recieve data
// At the moment any data received before those libraries are loaded will be lost
if (typeof NanoStateManager != 'undefined' && typeof jQuery != 'undefined')
{
NanoStateManager.receiveUpdateData(jsonString);
}
}
</script>
<script type='text/javascript' src='libraries.min.js'></script> <script type='text/javascript' src='nano_utility.js'></script> <script type='text/javascript' src='nano_template.js'></script> <script type='text/javascript' src='nano_state_manager.js'></script> <script type='text/javascript' src='nano_state.js'></script> <script type='text/javascript' src='nano_state_default.js'></script> <script type='text/javascript' src='nano_base_callbacks.js'></script> <script type='text/javascript' src='nano_base_helpers.js'></script> <link rel='stylesheet' type='text/css' href='shared.css'> <link rel='stylesheet' type='text/css' href='icons.css'> <link rel='stylesheet' type='text/css' href='layout_default.css'>
</head>
<body scroll=auto data-template-data='{"main":"comm_console.tmpl","layout":"layout_default.tmpl"}' data-url-parameters='{"src":"[0x21014140]"}' data-initial-data='{"config":{"title":"Communications Console","srcObject":{"name":"Communications Console"},"stateKey":"default","status":2,"autoUpdateLayout":0,"autoUpdateContent":1,"showMap":0,"mapZLevel":1,"user":{"name":"Reuben Fea"}},"data":{"is_ai":0,"menu_state":1,"emagged":0,"authenticated":2,"screen":1,"stat_display":{"type":"blank","line_1":"-----","line_2":"-----","presets":[{"name":"blank","label":"Clear","desc":"Blank slate"},{"name":"shuttle","label":"Shuttle ETA","desc":"Display how much time is left."},{"name":"message","label":"Message","desc":"A custom message."}],"alerts":[{"alert":"default","label":"Nanotrasen","desc":"Oh god."},{"alert":"redalert","label":"Red Alert","desc":"Nothing to do with communists."},{"alert":"lockdown","label":"Lockdown","desc":"Let everyone know they`re on lockdown."},{"alert":"biohazard","label":"Biohazard","desc":"Great for virus outbreaks and parties."}]},"security_level":1,"str_security_level":"blue","levels":[{"id":0,"name":"Green"},{"id":1,"name":"Blue"}],"messages":[{"title":"Cent. Com. Status Summary","body":"<FONT size = 3><B>Cent. Com. Update</B> Requested status information:</FONT><HR><B> In case you have misplaced your copy, attached is a list of personnel whom reliable sources&trade; suspect may be affiliated with the Syndicate:</B><br>"},{"title":"Central Command Update","body":"Test"}],"current_message":0,"shuttle":{"on":0,"pos":0,"can_recall":1}}}'>
<div id='uiLayout'>
</div>
<noscript>
<div id='uiNoScript'>
<h2>JAVASCRIPT REQUIRED</h2>
<p>Your Internet Explorer's Javascript is disabled (or broken).<br/>
Enable Javascript and then open this UI again.</p>
</div>
</noscript>
</body>
</html>