Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r1169 committed - Update the page text/layout, and include updated flash and java applet...

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r1169 committed - Update the page text/layout, and include updated flash and java applet...


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r1169 committed - Update the page text/layout, and include updated flash and java applet...
  • Date: Fri, 14 Nov 2014 19:42:25 +0000

Revision: 1169
Author:

Date: Fri Nov 14 19:41:40 2014 UTC
Log: Update the page text/layout, and include updated flash and java applets


https://code.google.com/p/ndt/source/detail?r=1169

Modified:
/branches/Issue162/Applet/precompiled/Tcpbw100.jar
/branches/Issue162/HTML5-frontend/script.js
/branches/Issue162/HTML5-frontend/style.css
/branches/Issue162/HTML5-frontend/widget.html
/branches/Issue162/flash-client/precompiled/FlashClt.swf

=======================================
--- /branches/Issue162/Applet/precompiled/Tcpbw100.jar Wed Jun 25 18:48:32 2014 UTC
+++ /branches/Issue162/Applet/precompiled/Tcpbw100.jar Fri Nov 14 19:41:40 2014 UTC
Binary file, no diff available.
=======================================
--- /branches/Issue162/HTML5-frontend/script.js Fri Nov 14 16:19:31 2014 UTC
+++ /branches/Issue162/HTML5-frontend/script.js Fri Nov 14 19:41:40 2014 UTC
@@ -487,8 +487,8 @@
app.name = 'NDT';
app.archive = 'Tcpbw100.jar';
app.code = 'edu.internet2.ndt.Tcpbw100.class';
- app.width = '400';
- app.height = '400';
+ app.width = '600';
+ app.height = '10';
document.getElementById('backendContainer').appendChild(app);
$('#flashButton').removeClass("active");
$('#javaButton').addClass("active");
=======================================
--- /branches/Issue162/HTML5-frontend/style.css Fri Nov 14 16:19:31 2014 UTC
+++ /branches/Issue162/HTML5-frontend/style.css Fri Nov 14 19:41:40 2014 UTC
@@ -33,7 +33,6 @@
margin: 10px;
}
#warning {
- font-size: 20px;
color: red;
margin: 10px;
}
@@ -138,7 +137,7 @@
}

#welcome .info {
- padding-top: 50px;
+ padding-top: 10px;
text-transform: none;
font: 13px/18px verdana, helvetica, arial, sans-serif;
}
=======================================
--- /branches/Issue162/HTML5-frontend/widget.html Fri Nov 14 16:19:31 2014 UTC
+++ /branches/Issue162/HTML5-frontend/widget.html Fri Nov 14 19:41:40 2014 UTC
@@ -18,27 +18,27 @@
</head>
<body class="initializing">
<div class="header">
- <p>You can choose which plugin (flash/java) you want to use by clicking on proper button below. <br />
- Make sure that specific plugin is not blocked by your browser (if you use some kind of "flash block" extension <br />
- then you may need to click on small bar at the bottom of this page to enable content).</p>
-</div>
-<div>
- <button id="javaButton" class="backendButton button" onclick="useJavaAsBackend()" type="button">Use java</button>
- <button id="flashButton" class="backendButton button" onclick="useFlashAsBackend()" type="button">Use flash</button>
-</div>
-<div id="warning">
- <p>Selected plugin was not loaded properly. <br />
- Make sure that you have proper plugin installed and it is not blocked by your browser.</p>
</div>
<div id="widget">
<div id="welcome" class="page">
<div class="info">

- <p class="mlab logo"><a href="http://www.measurementlab.net/";><img src="images/mlab-logo.png" alt="Measurement Lab" /></a></p>
+ <p>The Network Diagnostic Tool (NDT) provides a sophisticated speed and diagnostic test. An NDT test reports more than just the upload and download speeds &mdash; it also attempts to determine what, if any, problems limited these speeds, differentiating between computer configuration and network infrastructure problems. While the diagnostic messages are most useful for expert users, they can also help novice users by allowing them to provide detailed trouble reports to their network&nbsp;administrator.</p>

- <p>Network Diagnostic Tool (NDT) provides a sophisticated speed and diagnostic test. An NDT test reports more than just the upload and download speeds &mdash; it also attempts to determine what, if any, problems limited these speeds, differentiating between computer configuration and network infrastructure problems. While the diagnostic messages are most useful for expert users, they can also help novice users by allowing them to provide detailed trouble reports to their network&nbsp;administrator.</p>
+ <p>NDT makes use of either Flash or Java plugins to perform the test. Make sure that the plugin you choose is not blocked by your browser</p>

- <p class="mlab logo"><a href="http://www.measurementlab.net/";>Learn more about Measurement Lab</a></p>
+ <div id="warning">
+ <p>Selected plugin was not loaded properly. Make sure that you have proper plugin installed, and is not being blocked by your browser.</p>
+ </div>
+
+ <div>
+ <button id="javaButton" class="backendButton button" onclick="useJavaAsBackend()" type="button">Use Java</button>
+ <button id="flashButton" class="backendButton button" onclick="useFlashAsBackend()" type="button">Use Flash</button>
+ </div>
+
+ <div is="learn_more">
+ <a href="http://software.internet2.edu/ndt/";>Learn more about NDT</a> &ndash; <a href="http://www.measurementlab.net/";>Learn more about Measurement Lab</a>
+ </div>

</div>
<div class="status">
@@ -121,11 +121,9 @@
</div>

<div class="branding">
- <div class="logo">
- <a href="http://measurementlab.net/about"; target="_blank"><img src="images/mlab-logo-small.png" /></a>
- </div>
<div class="text">
- <a href="http://measurementlab.net/about"; target="_blank">More information about M-Lab</a>
+ <a href="http://software.internet2.edu/ndt/"; target="_blank">More information about NDT</a> <br />
+ <a href="http://measurementlab.net/about"; target="_blank">More information about Measurement Lab</a>
</div>
</div>

@@ -140,7 +138,7 @@
<!--Use embed tag to have flash client being background for JS UI or applet tag if you want to use java applet instead. -->
<embed id="NDT" name="NDT" type="application/x-shockwave-flash" src="FlashClt.swf" width="600" height="10" />

- <!--<applet id="NDT" name="NDT" code="edu.internet2.ndt.Tcpbw100.class" codebase="<?php print $applet_url ?>" archive="Tcpbw100.jar" width="400" height="10"></applet>-->
+ <!--<applet id="NDT" width="600" height="10" name="NDT" code="edu.internet2.ndt.Tcpbw100.class" codebase="<?php print $applet_url ?>" archive="Tcpbw100.jar" width="400" height="10"></applet>-->
</div>

</body>
=======================================
--- /branches/Issue162/flash-client/precompiled/FlashClt.swf Wed Nov 12 15:57:16 2014 UTC
+++ /branches/Issue162/flash-client/precompiled/FlashClt.swf Fri Nov 14 19:41:40 2014 UTC
Binary file, no diff available.


  • [ndt-dev] [ndt] r1169 committed - Update the page text/layout, and include updated flash and java applet..., ndt, 11/14/2014

Archive powered by MHonArc 2.6.16.

Top of Page