Jump to content

Recommended Posts

Posted

Hello

As I can not see the my virtual 'flyaero' doing as well as I hoped so I though it would be a nice gesture to make the skin open source for people to use. The Skin is not perfect where coding is concerned however with a little editing of the code it would be great! Heres what it looks like - flyaero.png

Whats included -

  • Frontpage
  • Layout
  • Profile

---

Download - https://github.com/j...master/aerosite

---

Copyright - Attribution-NonCommercial-ShareAlike CC BY-NC-SA

Enjoy!

Jacob

  • Like 1
Posted

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Neos Air Virtual</title>
<link href="/lib/skins/aerosite/css/style.css" rel="stylesheet" type="text/css" />
<?php
Template::Show('core_htmlhead.tpl');
?><?php
Template::Show('core_htmlreq.tpl');
?>
</head>
<body>
<div class="box"/>
<div class="top"/><logo>
 <div align="center"><img src="/lib/skins/aerosite/images/logo.png" height="50px"/>
 </div>
</logo>
<social><div id="social-buttons"/>
 <div align="center"><a href="https://www.facebook.com/groups/336283666440052/"><img src="/lib/skins/aerosite/images/fb.png" height="50px"/></a><img src="/lib/skins/aerosite/images/tw.png" height="50px"/><img src="/lib/skins/aerosite/images/yt.png" height="50px"/>
 </div>
</social>

<div align="center">
   <ul id="nav">
  <li>
    <home>
    <a href="http://www.neosairva.com">Home</a>
    <home>
  </li>
  <?php
Template::Show('core_navigation.tpl');
?>

   </ul>
</div>
<div id="sidebar"/>
 <div align="center"><span class="smile"><img src="/lib/skins/aerosite/images/banner1.png"/></span>

 </div>
<p align="center" class="smile"><t1></t1>
<p align="center" class="line"></p>
<div id="topLogin">

 <div align="center">
   <span class="smile">
   </span><span class="smile"></span></div>
    <span class="smile">
    <t1>
	   </t1>
    </span>
 <t1>
	  <div align="center"><span class="smile">My Account</span></div>
 </t1>

<form name="loginform" action="<?php echo url('/login'); ?>" method="post">
   <div align="center">Sign-in with your pilot id or email, or <a href="<?php echo url('/registration'); ?>">register</a><br />
	 <input type="text" name="email" value="" onclick="this.value=''" />
	 <input type="password" name="password" value="" />
	 <input type="hidden" name="remember" value="on" />
	 <input type="hidden" name="redir" value="index.php/profile" />
	 <input type="hidden" name="action" value="login" />
	 <input type="submit" name="submit" value="Log In" />
		    </div>
</form>
  </div>
<p align="center">
</p>
<div align="center"><img align="left" height="50px" width="50px" style="margin-right: 10px;"
  src="<?php echo PilotData::getPilotAvatar($pilotid);?>" />
</div>
<div>
<p align="center" class="smile"><t1>News</t1>
<p align="center" class="line"></p></p></div>
<div align="center">
 <?php MainController::Run('News', 'ShowNewsFront', 1); ?>
 </div>
<p align="center" class="smile"><t1>Latest Recruits</t1>
<p align="center" class="line"></p>
<div align="center">
 <?php MainController::Run('Pilots', 'RecentFrontPage', 5); ?>
 </div>
<div id="main"/>
 <div align="center"><?php echo $page_content;?>

 </div>
<div class="footer"/>
 <div align="center">Copyright FlyAero 2012 - 2013 | All rights reserved | Powered by PHPVMS | Skin by Jacob Axford


 </div>
</body>
</html>

this is my code... tanks so much

Posted

Is this a custom .tpl for your live map? Alse you will need to make the map smaller in the config files

Jacob

yep was a bit customized :) flight completion percentage

  • 4 months later...
Posted

looks like a problem with a </div> on it. Post your code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Corporate Virtual</title>

<link href="/lib/skins/aerosite/css/style.css" rel="stylesheet" type="text/css" />

<?php

Template::Show('core_htmlhead.tpl');

?><?php

Template::Show('core_htmlreq.tpl');

?>

</head>

<body>

<div class="box"/>

<div class="top"/><logo>

<div align="center"><img src="http://www.corporateva.co.uk/lib/skins/aerosite/images/logo.png" height="50px"/>

</div>

</logo>

<social><div id="social-buttons"/>

<div align="center"><a href="https://www.facebook.com/groups/336283666440052/"><img src="/lib/skins/aerosite/images/fb.png" height="50px"/></a><img src="/lib/skins/aerosite/images/tw.png" height="50px"/><img src="/lib/skins/aerosite/images/yt.png" height="50px"/>

</div>

</social>

<div align="center">

<ul id="nav">

<li>

<home>

<a href="http://www.neosairva.com">Home</a>

<home>

</li>

<?php

Template::Show('core_navigation.tpl');

?>

</ul>

</div>

<div id="sidebar"/>

<div align="center"><span class="smile"><img src="/lib/skins/aerosite/images/banner1.png"/></span>

</div>

<p align="center" class="smile"><t1></t1>

<p align="center" class="line"></p>

<div id="topLogin">

<div align="center">

<span class="smile">

</span><span class="smile"></span></div>

<span class="smile">

<t1>

</t1>

</span>

<t1>

<div align="center"><span class="smile">My Account</span></div>

</t1>

<form name="loginform" action="<?php echo url('/login'); ?>" method="post">

<div align="center">Sign-in with your pilot id or email, or <a href="<?php echo url('/registration'); ?>">register</a><br />

<input type="text" name="email" value="" onclick="this.value=''" />

<input type="password" name="password" value="" />

<input type="hidden" name="remember" value="on" />

<input type="hidden" name="redir" value="index.php/profile" />

<input type="hidden" name="action" value="login" />

<input type="submit" name="submit" value="Log In" />

</div>

</form>

</div>

<p align="center">

</p>

<div align="center"><img align="left" height="50px" width="50px" style="margin-right: 10px;"

src="<?php echo PilotData::getPilotAvatar($pilotid);?>" />

</div>

<div>

<p align="center" class="smile"><t1>News</t1>

<p align="center" class="line"></p></p></div>

<div align="center">

<?php MainController::Run('News', 'ShowNewsFront', 1); ?>

</div>

<p align="center" class="smile"><t1>Latest Recruits</t1>

<p align="center" class="line"></p>

<div align="center">

<?php MainController::Run('Pilots', 'RecentFrontPage', 5); ?>

</div>

<div id="main"/>

<div align="center"><?php echo $page_content;?>

</div>

<div class="footer"/>

<div align="center">Copyright FlyAero 2012 - 2013 | All rights reserved | Powered by PHPVMS | Skin by Jacob Axford

</div>

</body>

</html>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...