no message

This commit is contained in:
SilicaAndPina 2020-04-19 12:03:39 +12:00
parent 181c90b35b
commit f0745d1dfb
4 changed files with 33 additions and 1 deletions

4
crossdomain.xml Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" ?>
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>

View File

@ -121,7 +121,7 @@ function getIcon(string $file)
{
return "/img/pkg.png";
}
elseif($ext == "zip" || $ext == "tgz" || $ext == "gz")
elseif($ext == "zip" || $ext == "tgz" || $ext == "gz" || $ext == "7z")
{
return "/img/zip_icon.png";
}
@ -264,6 +264,25 @@ function getIcon(string $file)
</span>
</a>
</div>
<div class="devtool" id="keys" onclick="open_url(\'?type=psm-offical-keys\')">
<a href="?type=psm-offical-keys" class="image">
<img src="/img/psmda_keys.png" width="128" height="128" class="bubble">
<span id="textContent">
Publisher Keys
</span>
</a>
</div>
<div class="devtool" id="drivers" onclick="open_url(\'?type=psm-drivers\')">
<a href="?type=psm-drivers" class="image">
<img src="/img/psm-drivers.png" width="128" height="128" class="bubble">
<span id="textContent">
PSM Drivers
</span>
</a>
</div>
';
}
elseif($type == "psm-sources")
@ -324,6 +343,15 @@ function getIcon(string $file)
</span>
</a>
</div>
<div class="devtool" id="unity-psdp" onclick="open_url(\'?type=unity-psdp\')">
<a href="?type=unity-psdp" class="image">
<img src="/img/psdp.png" width="128" height="128" class="bubble">
<span id="textContent">
PSDP Packages
</span>
</a>
</div>
';
}
else

BIN
img/psm-drivers.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
img/psmda_keys.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB