Merge pull request #11 from eyedeekay/show-version
show the version of the I2P router in use
This commit is contained in:
@ -37,6 +37,7 @@ window.addEventListener("pageshow", function() {
|
||||
<div id="i2pbrowser-version"></div>
|
||||
<div id="i2pbrowser-description">
|
||||
<p id="description">&aboutI2p.browser_name; ( &aboutI2p.browser_short_name; ) &aboutI2p.browser_description;</p>
|
||||
<p class="version">&aboutI2p.browser_version_declare; &aboutI2p.browser_version;</p>
|
||||
<p class="beta">&aboutI2p.warn_experimental;</p>
|
||||
</div>
|
||||
<div id="readyness">
|
||||
|
@ -6,6 +6,8 @@
|
||||
<!ENTITY aboutI2p.browser_name "I2P Rhizome: Communications Security Toolkit">
|
||||
<!ENTITY aboutI2p.browser_short_name "I2P Rhizome">
|
||||
<!ENTITY aboutI2p.browser_description "is preconfigured to get your content using the anonymous and private I2P network and to provide accessible, first-class access to I2P Peer-to-Peer applications.">
|
||||
<!ENTITY aboutI2p.browser_version_declare "This build of I2P Rhizome was made with">
|
||||
<!ENTITY aboutI2p.browser_version "0.9.43">
|
||||
<!ENTITY aboutI2p.donate "Donate">
|
||||
<!ENTITY aboutI2p.supportus "Support I2P development">
|
||||
|
||||
|
@ -12,6 +12,10 @@ a {
|
||||
word-wrap: break-word;
|
||||
outline: 0
|
||||
}
|
||||
.beta,
|
||||
.version {
|
||||
font-style: italic
|
||||
}
|
||||
.applicationDesc {
|
||||
color: #81888f;
|
||||
text-decoration: none;
|
||||
|
Reference in New Issue
Block a user