Sindbad~EG File Manager
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="Jmol, see http://www.jmol.org" />
<meta name ="author" content = "Michael Beeson"/>
<meta name ="keywords" content = "generated_by_Jmol_Webexport"/>
<title>Enneper's surface</title>
<style type="text/css">
body {
margin:0px;
padding:0px;
}
#visible_page_wrapper{
position:absolute;
top:0px;
/*height:100%;*/
width:100%;
overflow: scroll;
}
.JmolDiv {
padding:0.3em 0.5ex;
font-size:0.9em;
background-repeat:no-repeat;
background-position:center;
}
.floatRightDiv {
padding:0.3em 0.5ex;
font-size:0.9em;
float:right;
}
.floatLeftDiv {
padding:0.3em 0.5ex;
font-size:0.9em;
float:left;
}
.update-info{
text-align:right;
font-size: small;
font-style: italic;
}
</style>
<!-- Below is used locally but not on server. May generate warnings. -->
<script type="text/javascript" src="~/Sites/michaelbeeson/research/minimalsurfaces/JSmol.min.js"></script>
<script src="JmolPopIn.js" type="text/javascript"></script>
<!-- Below is used on server, but not locally. May generate warnings.-->
<script type="text/javascript" src="research/minimalsurfaces/JSmol.min.js"></script>
<script type="text/javascript">
var jmolApplet; //our viewer
var jmolInfo; //setup parameters
;(function() {
// Developers: The debugCode flag is checked in j2s/java/core.z.js,
// and, if TRUE, skips loading the core methods, forcing those
// to be read from their individual directories. Set this
// true if you want to do some code debugging by inserting
// System.out.println, document.title, or alert commands
// anywhere in the Java or Jmol code.
var s = document.location.search;
Jmol.debugCode = (s.indexOf("debugcode") >= 0);
jmol_isReady = function(jmolApplet) {
//TODO will need to activate widgets
}
jmolInfo = { //default values
width: "100%",
height: "100%",
debug: false,
color: "white",
addSelectionOptions: false,
serverURL: "http://chemapps.stolaf.edu/jmol/jsmol/php/jsmol.php", //you can change this to your own server.
use: "HTML5",
coverImage: "@APPLETNAME0@.png", // initial image instead of applet
coverScript: "", // special script for click of cover image (otherwise equal to script)
deferApplet: true, // wait to load applet until click
deferUncover: true, // wait to uncover applet until script completed
//The paths below assume your server is set up with standard JSmol directory. If not
//they will need modification for the page to work.
jarPath: "research/minimalsurfaces/java", //path to applet .jar files on server.
j2sPath: "research/minimalsurfaces/j2s",//path to javascript version.
makeLiveImg:"research/minimalsurfaces/j2s/img/play_make_live.jpg",//path to activate 3-D image.
jarFile: "JmolAppletSigned0.jar",
isSigned: true,
//disableJ2SLoadMonitor: true,
disableInitialConsole: true,
readyFunction: jmol_isReady,
script: ""
}
// ?_USE=JAVA ?_USE=SIGNED ?_USE=HTML5
if (s.indexOf("USE=") >= 0)
jmolInfo.use = s.split("USE=")[1].split("&")[0]
else if (s.indexOf("JAVA") >= 0)
jmolInfo.use = "JAVA"
else if (s.indexOf("IMAGE") >= 0)
jmolInfo.use = "IMAGE"
else if (s.indexOf("NOWEBGL") >= 0)
jmolInfo.use = "JAVA IMAGE"
else if (s.indexOf("WEBGL") >= 0)
jmolInfo.use = "WEBGL HTML5"
if (s.indexOf("NOWEBGL") >= 0)
jmolInfo.use = use.replace(/WEBGL/,"")
var useSignedApplet = (s.indexOf("SIGNED") >= 0);
if(useSignedApplet && jmolInfo.use == "HTML5") jmolInfo.use = "JAVA";
var protocol = window.location.protocol.toLowerCase();
if (protocol == "file:") {
jmolInfo.jarPath = "~/Sites/michaelbeeson/research/minimalsurfaces/java";
jmolInfo.j2sPath = "~/Sites/michaelbeeson/research/minimalsurfaces/j2s";
jmolInfo.makeLiveImg = "~/Sites/michaelbeeson/research/minimalsurfaces/j2s/img/play_make_live.jpg";
jmolInfo.jarFile = "JmolAppletSigned.jar";
jmolInfo.isSigned= "true";
}
})();
Jmol.setDocument(document);
// notice that we are using no document.write() function here. All DOM-based.
// Jmol.getAppletHtml is working.
$(document).ready(function(){//set up each of the applet locations
$("#make_live_icon").attr('src',jmolInfo.makeLiveImg);
var jmolInfo0=jmolInfo;
jmolInfo0.coverImage="Enneper1.png";
jmolInfo0.script="load Enneper1.spt";
$("#Jmol0").html(Jmol.getAppletHtml("jmolApplet0",jmolInfo0));
});
</script>
</head>
<body>
<div id="visible_page_wrapper">
<div id="introdiv" style="text-align: left;">
<div id="titlediv" style="text-align: center;">
Insert the page TITLE here.
<br />
</div>
Insert the page INTRODUCTION here.
</div>
<table style = "width: 100%;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr><td>
<div style="margin:0; padding:0;"> </div>
<div id="divEnneper1">
<div id="tableEnneper1" class = "floatRightDiv">
<table style="text-align: left; width: 300px;" border='1' cellpadding='2' cellspacing='2'>
<tr><td id="leftJmolCntl0" style="visibility:hidden;width:0;"></td>
<td style="vertical-align: top; width: 300px; height: 300px;">
<div id="Jmol0" class="JmolDiv" style="width: 300px; height: 300px; background-image:URL(Enneper1.png)">
Jmol0 will appear here.
</div>
</td><td id="rightJmolCntl0" style="width:0;"></td>
</tr>
<tr><td></td>
<td style="vertical-align: top;">
CLICK IMAGE TO ACTIVATE 3D <br/> Insert a caption for Enneper1 here.
</td><td></td>
</tr>
</table>
</div>
<div id="textEnneper1">
Insert additional explanatory text here. Long text will wrap around Jmol model Enneper1.
</div>
</div>
</td></tr>
</tbody></table>
<div style="margin:0; padding:0;"> </div>
<div id="authordiv" class="update-info">
Based on template by A. Herráez as modified by J. Gutow
</div>
<div id="creationdiv" class="update-info">
<small>Page skeleton and JavaScript generated by export to web function using <a href="http://jmol.sourceforge.net">Jmol 14.2.11_2015.01.20 2015-01-20 12:29</a> on Apr 21, 2015.</small><br />
</div>
<div id="logdiv" style="text-align: right; display:none">
<pre>
Using directory /Users/beeson/Sites/michaelbeeson/research/minimalsurfaces
adding JmolPopIn.js
...jmolApplet0
...adding Enneper1.png
...copying
/Users/beeson/.sage/temp/Michaels-MacBook.local/82438/tmp_5jX6aU-size500.spt.zip|obj_1.pmesh
to
/Users/beeson/Sites/michaelbeeson/research/minimalsurfaces/tmp_5jX6aU-size500.spt.zip_obj_1.pmesh
...adding Enneper1.spt
</pre>
</div>
</div>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists