close Warning: HTML preview using PygmentsRenderer failed (ImportError: /usr/lib/python2.7/dist-packages/libsvn/_client.so: failed to map segment from shared object: Cannot allocate memory)

source: hadoop-register/ZTerm.php @ 196

Last change on this file since 196 was 83, checked in by wade, 17 years ago
  • 增加 zterm.jar
File size: 396 bytes
RevLine 
[83]1<html>
2<head>
3<title>ZTerm Applet</title>
4<Script>
5  function callApplet()
6  {
7    windows.document.w_zterm.getJavaScriptVar("hadoop008", "JjF!HKcM");
8  }
9</Script>
10</head>
11<body>
12  <applet code=org.zhouer.zterm.ZTerm.class name="w_zterm" width=100% height=100% archive=ZTermApplet.jar>
13    <param name="p1" value="hadoop008">
14    <param name="p2" value="JjF!HKcM">
15  </applet>
16</body>
17</html>
Note: See TracBrowser for help on using the repository browser.