(Development) LightningPro Theme

Sulake

never le nkemise
Jun 10, 2012
174
19
LightningPro Theme
--------------------------------
What Is The LightningPro Theme?
The LightningPro Theme Is A Theme For Revcms.It Will Be Made To Look Just Like Call Of Duty Elite.I Am Really Excited About This Release.How Will I Inherit The User Features Into This?Well,I Am Still New At Coding,So I Decided To Use A Already
Made Theme,And Do The Page Coding,And Not The CSS Coding.Well,I Will Update This Thread Everytime A Page Is Made.

What's Done?
----------------
Index=100%
Register=30%
Me=100%-
Community-100%
Staff-100%
Client-100%-Testing Page Now
Other Pages-0%
What's Planned?
------------------
Register-Background Image<br>

Code Snippet
PHP:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
<head>
 
<title>Create an Account - {Hotelname}</title>
 
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
 
<meta http-equiv="Content-Language" content="en-us">
 
<meta name="robots" content="follow">
 
<meta name="author" content="">
 
<meta name="copyright" content="">
 
<meta name="description" content="">
 
<meta name="keywords" content="">
 
<base href="https://elite.callofduty.com/">
 
<link rel="stylesheet" type="text/css" media="all"
 
href="/css/fonts.10k.css">
 
<link rel="stylesheet" type="text/css" media="all"
 
href="/css/create.css">
 
<link rel="icon" href="assets/images/icons/favicon.ico"
 
type="image/x-icon">
 
<link rel="shortcut icon" href="assets/images/icons/favicon.ico"
 
type="image/x-icon">
 
<script type="text/javascript" src="/js/jquery-1.4.2.min.js"></script>
 
<script type="text/javascript" src="/js/create.cufon-yui.js"></script>
 
<script type="text/javascript" src="/js/create.geogrotesque.font.js"></script>
 
<script type="text/javascript" id="sso-bar-script" src="https://profile.callofduty.com/resources/common/scripts/sso.bar.js"></script>
 
<script type="text/javascript">
 
// Cufon font replacement
 
Cufon.replace('h1.cuf ,' + 'h2.cuf ,' + 'h5.cuf ,' + '.enhance',
 
{ fontFamily: 'geogrotesque' }
 
);
 
var config = {
 
containerId : 'the-bar',
 
locale : 'en_US',
 
communityId : '{Hotelname}',
 
logoutUrl: 'https://{url}/logout'
 
}
 
 
 
$(document).ready(function() {
 
 
 
var ssobar = new SSO.Bar(config);
 
 
 
$(".register-form").attr("action", ssobar.apiUrl + "/" + config.locale + "/register/dob.act?elite=true");
 
$(".already-registered-link").attr("href", ssobar.apiUrl + "/login.act?redirectURL=" + encodeURIComponent( "https://elite.callofduty.com/account/create" ) + "&elite=true" );
 
 
 
// /account/video items
 
//Hide (Collapse) the toggle containers on load
 
$("#showform").hide();
 
 
 
//Switch the "Open" and "Close" state per click
 
$("#dropdown a").toggle(function(){
 
$(this).addClass("active");
 
}, function () {
 
$(this).removeClass("active");
 
});
 
//Slide up and down on click
 
$("#dropdown a").click(function(){
 
$(this).next("#showform").slideToggle("fast");
 
});
 
 
 
});
 
</script>
 
</head>
 
<body class="page_create">
 
<div id="container">
 
<div id="elite-logo"></div>
 
<div id="login-instructions">
 
<h1>Welcome to {Hotelname}<br>
 
</h1>
 
<form action="index" method="post">
 
<table width="200" border="0">
 
<tr>
 
<td>Username<br/>
 
<input type="text" name="log_username" id="username"/></td>
 
</tr>
 
<tr>
 
<td>Password<br/>
 
<input type="password" name="log_password" id="password"/></td>
 
</tr>
 
<tr>
 
<td>
 
<input type="submit" name="login" id="button" value="Login" style="margin-right:2px; width: 104px;"/><input type="button" style="width: 104px;" name="button2" id="button" value="Register" onclick='window.location="{url}/register"'/> </td>
 
</tr>
 
</table>
 
</form>
 
<br> </div>
 
</div>
 
<!-- /#container -->
 
<div id="footer">
 
<p>© 2012 Activision Publishing, Inc. Activision and Call of Duty
 
are registered trademarks of Activision Publishing, Inc. All
 
other trademarks and trade names are the properties of their
 
respective owners.<br>Copyright (C) {Hotelname} Hotel-2012</p>
 
</div>
 
<div id="debug"></div>
 
<script type="text/javascript">
 
var _gaq = _gaq || [];
 
_gaq.push(['_setAccount', 'UA-6621671-46']);
 
_gaq.push(['_trackPageview']);
 
 
 
(function() {
 
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 
})();
 
</script>
 
</body>
 
</html>

Project Status: Released
If You Would Like My Files And My Work On It Private Message Me
I Am Still Messing With These Files Sometimes,But Mainly It's Over!
 

Users who are viewing this thread

Top