mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-03-13 05:51:03 +00:00
tidy up
This commit is contained in:
parent
239e14f572
commit
00e5091130
@ -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
18
network.html
@ -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 @@
|
||||
</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 @@
|
||||
<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…
x
Reference in New Issue
Block a user