Browse Source

tidy up

master
Msjoinder 11 years ago
parent
commit
00e5091130
  1. 1
      index.html
  2. 18
      network.html

1
index.html

@ -22,6 +22,7 @@ @@ -22,6 +22,7 @@
});
</script>
<script src="jquery.mobile-1.3.2.min.js"></script>
<link rel="icon" type="image/png" href="img/twister_mini.png" />
</head>
<body>

18
network.html

@ -74,17 +74,17 @@ @@ -74,17 +74,17 @@
<div class="wrapper">
<div class="network singleBlock">
<h2>Network status</h2>
<h2> Network status </h2>
<div class="module">
<h3>General information</h3>
<h3> General information</h3>
<ul>
<li>
<span class="network-status highlight connection-status">Updating status...</span>
</li>
</ul>
<h3>Detailed information</h3>
<h3> Detailed information </h3>
<ul>
<li class="connections">
<label>Connections: </label>
@ -110,7 +110,7 @@ @@ -110,7 +110,7 @@
</li>
</ul>
<h3>Block chain information</h3>
<h3> Block chain information </h3>
<ul>
<li>
<label>Number of blocks in block chain:</label>
@ -126,25 +126,25 @@ @@ -126,25 +126,25 @@
<h2>Configure block generation</h2>
<div class="module">
<h3>Generate blocks (send promoted messages)</h3>
<h3> Generate blocks (send promoted messages)</h3>
<ul>
<li>
<label>Block generation </label>
<label> Block generation </label>
<select class="genblock">
<option value="disable">Disable</option>
<option value="enable">Enable</option>
</select>
</li>
<li>
<label>Number of CPUs to use </label>
<label> Number of CPUs to use </label>
<input class="genproclimit" type="textbox" value="1" size="3"/>
</li>
<li>
<label>Post to promote: </label>
<label> Post to promote: </label>
<textarea class="spam-msg" placeholder="Type message here"></textarea>
</li>
<li>
<label>Send post with username </label>
<label> Send post with username </label>
<select class="local-usernames spam-user">
<option value="nobody">nobody</option>
</select>

Loading…
Cancel
Save