Substantial modification of how pages which are mainly generated content are
handled. I had ended up with four '.html' files which were essentially identical. Also work on new editable parameters feature.
This commit is contained in:
parent
ea1af2103f
commit
6618fded9d
7 changed files with 19 additions and 28 deletions
|
|
@ -16,13 +16,14 @@
|
|||
var context = "{{servlet-context}}";
|
||||
//]]>
|
||||
</script>
|
||||
<meta content="{{seconds}}" http-equiv="{{maybe-refresh}}" />
|
||||
<meta content="{{pause}}" http-equiv="{{maybe-refresh}}" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="header" style="background-image: url( '{{servlet-context}}/img/earth-space-strip.jpg');">
|
||||
<div id="nav">
|
||||
<ul class="nav">
|
||||
<li class="{{home-selected}}"><a href="{{servlet-context}}/">Home</a></li>
|
||||
<li class="{{params-selected}}"><a href="{{servlet-context}}/params">Parameters</a></li>
|
||||
<li class="{{rules-selected}}"><a href="{{servlet-context}}/rules">Rules</a></li>
|
||||
<li class="{{world-selected}}"><a href="{{servlet-context}}/world">World</a></li>
|
||||
<li class="{{about-selected}}"><a href="{{servlet-context}}/about">About</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue