|
@@ -421,12 +421,21 @@
|
|
|
<?PHP else: ?>
|
|
|
|
|
|
<body style="background:#dadada no-repeat; background-size: cover; background-attachment: fixed; background-position: center;">
|
|
|
-
|
|
|
- <div style="width:100%;height:fit-content;position:fixed;background:yellow;color:darkorange;text-align:center;cursor:pointer;z-index:99999;" onclick="showHowTo();"><br><?PHP echo(getResource0("How-to: Manage your avatars in Avatar Free", $lang));?><br><br></div>
|
|
|
-
|
|
|
+ <div style="width:100%;height:fit-content;position:fixed;top:-5px;background:yellow;color:darkorange;text-align:center;cursor:pointer;z-index:99999;">
|
|
|
+ <button type="button" class="close" aria-label="Close" onclick="closeMe(this);" style="position:relative; top:5px; left:-7px;">
|
|
|
+ <span aria-hidden="true" style="color:black; font-weight:900;">×</span>
|
|
|
+ </button>
|
|
|
+ <br>
|
|
|
+ <span onclick="showHowTo();"><?PHP echo(getResource0("How-to: Manage your avatars in Avatar Free", $lang));?></span>
|
|
|
+ <br><br>
|
|
|
+ </div>
|
|
|
+ <div class="header" style="margin-top:18px;margin-bottom:18px;">
|
|
|
+ <a href="http://avatarfree.org" target="_self" style="color:#000000; text-decoration: none;"> <img src="Public/res/AFlogo.png" align="middle" style="position:relative;top:-5px;width:22px;"> Avatar Free</a> <a href="https://github.com/par7133/AvatarFree" style="color:#000000;"><span style="color:#119fe2">on</span> github</a> <a href="mailto:info@avatarfree.org" style="color:#000000;"><span style="color:#119fe2">for</span> feedback</a> <a href="tel:+39-331-4029415" style="font-size:13px;background-color:#15c60b;border:2px solid #15c60b;color:#000000;height:27px;text-decoration:none;"> get support </a>
|
|
|
+ </div>
|
|
|
+
|
|
|
<form id="frmUpload" role="form" method="post" action="/<?PHP echo(AVATAR_NAME);?>?hl=<?PHP echo($lang);?>" target="_self" enctype="multipart/form-data">
|
|
|
|
|
|
- <div id="title" style="position:relative;top:80px;left:50px;width:100%;float:left;font-size:25px;font-family:'Press Start 2P';border:0px solid blue;">
|
|
|
+ <div id="title" style="position:relative;top:20px;left:50px;width:100%;float:left;font-size:25px;font-family:'Press Start 2P';border:0px solid blue;">
|
|
|
<div id="cudoz" style="width:255px;height:255px;float:left;border:0px solid yellow;">
|
|
|
<img id="picavatar" src="/img?av=<?PHP echo(AVATAR_NAME);?>&pic=<?PHP echo($profilePic);?>" align="middle" style="width:255px;height:255px;border-radius: 90%;">
|
|
|
</div>
|