forked from TeamHG-Memex/Formasaurus
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use integers as file names for data files
- Loading branch information
Showing
1,535 changed files
with
800,671 additions
and
800,671 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<link href='//fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'> | ||
<meta charset="utf-8"> | ||
<title>Sign-up - OnePlus Account</title> | ||
<meta name="description" content="Never settle."/> | ||
<meta property="og:title" content="Sign-up"/> | ||
<meta property="og:description" content="Never settle."/> | ||
<meta property="og:type" content="website"/> | ||
<meta property="og:url" content="https://account.oneplus.net/sign-up"/> | ||
<meta property="og:image" content="https://account.oneplus.net/media/images/logo-square-large.png"/> | ||
<script src="/media/js/head.min.js"></script> | ||
<link href="/media/css/base.css" rel="stylesheet"> | ||
<link href="/media/css/combine/5-invitecss.css" rel="stylesheet"/> | ||
<script src="/media/js/combined.js"></script> | ||
<script> | ||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-46480385-2']); | ||
_gaq.push(['_setDomainName', 'account.oneplus.net']); | ||
_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> | ||
<script src="/media/js/autocomplete/jquery.autocomplete.js"></script> | ||
<script src="/media/js/colorbox/jquery.colorbox.js"></script> | ||
<link href="/media/js/datepicker/datepicker3.css" rel="stylesheet"> | ||
<link href="/media/js/autocomplete/jquery.autocomplete.css" rel="stylesheet"> | ||
<link href="/media/js/colorbox/colorbox.css" rel="stylesheet"/> | ||
<!--[if lt IE 9]> | ||
<script src="/media/js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
<!--[if lte IE 7]> | ||
<link href="/media/css/ie7.css" rel="stylesheet"> | ||
<![endif]--> | ||
<!--[if IE 8]> | ||
<script src="/media/js/respond.min.js"></script> | ||
<![endif]--> | ||
<script src="//www.google.com/recaptcha/api.js"></script> | ||
</head> | ||
<body> | ||
<header> | ||
<div id="header-sticky" class="header-sticky-no-line header-sticky-logo-center"> | ||
<div class="container"><div class="row"><div class="col-xs-12"> | ||
<div class="logo-main"><a href="/"><span class="i-logo-48"></span></a></div> | ||
</div></div> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="margin-medium"></div> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-xs-4 col-lg-3"></div> | ||
<div class="col-xs-6 col-lg-6"> | ||
<div class="margin-huge"></div> | ||
<h2>SIGN UP</h2> | ||
<div class="margin-medium"></div> | ||
<script type="text/javascript"> | ||
var RecaptchaOptions = { | ||
theme : 'white', | ||
tabindex : 5 | ||
}; | ||
</script> | ||
<form method="POST" action="https://account.oneplus.net/sign-up" accept-charset="UTF-8" class="form-horizontal" role="form"><input name="_token" type="hidden" value="WcFQDsmsdztUYLsdlyjC1rO4BW1cJzwl7Yh50ZjQ"> <div class="row"> | ||
<input name="phone" type="hidden"> <div class="form-group"> | ||
<label for="inputUsername" class="col-xs-2 control-label">Username</label> | ||
<div class="col-xs-6"> | ||
<input class="form-control" id="inputUsername" tabindex="1" autofocus="autofocus" required="required" pattern=".{3,25}" title="Between 3 and 25 characters" name="username" type="text"> </div> | ||
<div class="col-xs-4 form-aside"><a href="/login">Log in</a></div> | ||
</div> | ||
<div class="form-group"> | ||
<label for="inputEmail" class="col-xs-2 control-label">Email</label> | ||
<div class="col-xs-6"> | ||
<input class="form-control" id="inputEmail" tabindex="2" required="required" name="email" type="email"> </div> | ||
</div> | ||
<div class="form-group"> | ||
<label for="inputPassword" class="col-xs-2 control-label">Password</label> | ||
<div class="col-xs-6"> | ||
<input class="form-control" id="inputCurrentPassword" tabindex="3" required="required" pattern=".{6,}" title="Must be at least 6 characters" name="password" type="password" value=""> </div> | ||
</div> | ||
<div class="form-group"> | ||
<label for="inputPasswordConfirmation" class="col-xs-2 control-label">Confirm</label> | ||
<div class="col-xs-6"> | ||
<input class="form-control" id="inputPasswordConfirmation" tabindex="4" required="required" pattern=".{6,}" title="Must be at least 6 characters" name="password_confirmation" type="password" value=""> </div> | ||
</div> | ||
<div class="form-group"> | ||
<label for="inputPasswordConfirmation" class="col-xs-2 control-label">Human?</label> | ||
<div class="col-xs-6"> | ||
<div class="g-recaptcha" data-sitekey="6LetnfISAAAAAE6zIyc28qs7B8Hgyn0jyPeeJs_I"></div> | ||
</div> | ||
</div> | ||
<div class="form-group"> | ||
<div class="col-xs-offset-2 col-xs-6"> | ||
<button type="submit" class="btn btn-primary btn-md btn-wide" tabindex="6">Sign up</button> | ||
</div> | ||
</div> | ||
</div> | ||
</form> </div> | ||
<div class="col-xs-2 col-lg-3"></div> | ||
</div> | ||
</div> | ||
<script> | ||
$('#inputEmail').blur(function(e) { | ||
if (this.value.indexOf('@oneplus.net') === -1) | ||
{ | ||
$('.op-email').remove(); | ||
} | ||
else | ||
{ | ||
var error = '<div class="text-primary op-email">Please use your own email, you are not signing up for a oneplus.net email address.</div>'; | ||
if ($('.op-email').length !== 0) | ||
{ | ||
$('.op-email').replaceWith(error) | ||
} | ||
else | ||
{ | ||
console.log('wat2'); | ||
$('h2').after(error); | ||
} | ||
} | ||
}); | ||
</script> | ||
<footer class="footer-center-no-line"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-xs-12"> | ||
<p class="text-muted">Copyright © OnePlus</p> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,149 @@ | ||
<html> | ||
<head> | ||
<link rel="Stylesheet" href="http://www.astral-guild.net/css/main.css" type="text/css"> | ||
<link rel="Stylesheet" href="http://forum.astral-guild.net/css/main.css" type="text/css"> | ||
<link rel="shortcut icon" href="http://astral-guild.net/favicon.ico" type="image/vnd.microsoft.icon"> | ||
<link rel="icon" href="http://astral-guild.net/favicon.ico" type="image/vnd.microsoft.icon"> | ||
<title>Astral Guild</title> | ||
<meta http-equiv="Content-type" content="text/html;charset=utf-8"> | ||
<script type="text/javascript" src="http://www.astral-guild.net/js/ajax-dynamic-content.js"></script> | ||
<script type="text/javascript" src="http://www.astral-guild.net/js/ajax.js"></script> | ||
<script type="text/javascript" src="http://www.astral-guild.net/js/ajax-tooltip.js"></script> | ||
<script language="JavaScript" src="http://www.astral-guild.net/js/prototype.js" charset="utf-8"></script> | ||
<script language="JavaScript" src="http://www.astral-guild.net/js/common.js" charset="utf-8"></script> | ||
<script type="text/javascript"> | ||
|
||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-26053346-1']); | ||
_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> | ||
</head> | ||
<body> | ||
<table id="top"> | ||
<tr> | ||
<td rowspan="2" id="top1"><a href="http://www.astral-guild.net/"><img src="http://www.astral-guild.net/image/title_logo.png" border="0"></a></td> | ||
<td id="top2" colspan="3"> | ||
| <a href="http://www.wisdom-guild.net/">Wisdom Guild</a> | ||
| <a href="http://mtgwiki.com/">MTG wiki</a> | ||
| | ||
</td> | ||
<td id="top3" colspan="2"> | ||
ようこそ、<b>名も無き者</b>さん | ||
| <a href="http://forum.astral-guild.net/user/login.php">ログイン</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td id="top4" width="80px"><img src="http://www.astral-guild.net/image/bt_top_home.png" border="0"></a></td> | ||
<form action="http://www.astral-guild.net/search.php" method="GET"> | ||
<td id="top4" width="330px"> | ||
<img src="http://www.astral-guild.net/image/bt_top_search.png" border="0"> | ||
<input type="text" name="text" value="" onkeyup=""> | ||
<select name="type"> | ||
<option value="WHISPER">カード検索</option> | ||
<option value="CR">CR検索</option> | ||
<option value="ASTRAL-GUILD">記事検索</option> | ||
</select> | ||
</td> | ||
<td width="44px"> | ||
<input type="image" src="http://www.astral-guild.net/image/form_search_mini.png" alt="検索"> | ||
</td></form> | ||
<td id="top4" width="130px"><a href="http://forum.astral-guild.net/user/bookmark.php"><img src="http://www.astral-guild.net/image/bt_top_bookmark.png" border="0"></a></td> | ||
<td id="top4"><a href="http://forum.astral-guild.net/user/"><img src="http://www.astral-guild.net/image/bt_top_user.png" border="0"></a></td> | ||
</tr> | ||
</table> | ||
|
||
<table id="main"> | ||
<tr><td id="leftmenu"> | ||
|
||
|
||
<table id="forumlist"> | ||
<tr><th><img src="http://www.astral-guild.net/image/sidemenu_forum.png"></th></tr> | ||
<tr><td> | ||
<ul> | ||
<li><a href="http://forum.astral-guild.net/board/21/">フリートーク</a></li> | ||
<li><a href="http://forum.astral-guild.net/board/24/">新セット情報</a></li> | ||
<li><a href="http://forum.astral-guild.net/board/25/">公式サイト情報</a></li> | ||
<li><a href="http://forum.astral-guild.net/board/41/">地域交流</a></li> | ||
<li><a href="http://forum.astral-guild.net/board/51/">デッキ診断</a></li> | ||
<li><a href="http://forum.astral-guild.net/board/91/">スポイラー</a></li> | ||
</ul> | ||
</td></tr> | ||
<tr><td> | ||
<ul> | ||
<li><a href="http://forum.astral-guild.net/board/31/">トレード(スタン)</a></li> | ||
<li><a href="http://forum.astral-guild.net/board/32/">トレード(エクテン)</a></li> | ||
<li><a href="http://forum.astral-guild.net/board/33/">トレード(エターナル)</a></li> | ||
<li><a href="http://forum.astral-guild.net/board/39/">オークション</a></li> | ||
</ul> | ||
</td></tr> | ||
<tr><td> | ||
<ul> | ||
<li><a href="http://forum.astral-guild.net/board/1/">管理板</a></li> | ||
</ul> | ||
</td></tr> | ||
<tr><th><img src="http://www.astral-guild.net/image/sidemenu_system.png"></th></tr> | ||
<tr><td> | ||
<ul> | ||
<li><a href="http://forum.astral-guild.net/search.php">フォーラム内検索</a></li> | ||
<li><a href="http://forum.astral-guild.net/accusation.php?mode=view">対応状況</a></li> | ||
<li><a href="http://forum.astral-guild.net/makeThread.php?forum=1">問い合わせ</a></li> | ||
<li><a href="http://forum.astral-guild.net/help/">ヘルプ</a></li> | ||
</ul> | ||
</td></tr> | ||
<tr><th><img src="http://www.astral-guild.net/image/sidemenu_quicklink.png"></th></tr> | ||
<tr><td> | ||
<ul> | ||
<li>現在、リンクはありません</li> | ||
</ul> | ||
</td></tr> | ||
</table> | ||
|
||
<div style="text-align:right;padding-right:10px;">2015/12/04(金) 10:40:33</div> | ||
|
||
</td> | ||
<td id="contents"> | ||
<h1>管理板</h1> | ||
<p>管理用です。管理者への問い合わせ、報告、苦情等にお使いください。<br>個別のスレッド・書き込みに対する対応申請は、各スレッドや書き込みに表示されている「NG」アイコンをクリックすることで表示される「対応申請」から送信してください。<br>(なお、管理者が確認するまで投稿内容は表示されません。)<br></p> | ||
<div class="error"></div> <table width="96%"> | ||
<form action="/makeThread.php" method="POST"> | ||
<input type="hidden" name="action" value="post"> | ||
<input type="hidden" name="forum" value="1"> | ||
|
||
<tr><td class="lc" width="15%">名前</td><td class="mc"> | ||
<input type="text" name="name" size="26" value=""> メールアドレス | ||
<input type="text" name="email" size="24" value=""> </td></tr> | ||
<tr><td class="lc">題名</td><td class="lc"> | ||
<input type="text" name="title" size="80" value=""> </td></tr> | ||
<tr><td class="lc">本文</td><td class="lc"> | ||
<textarea name="text" rows="12" cols="64"></textarea> </td></tr> | ||
<tr><td colspan="2" class="mc" align="center"><input type="submit" value="作成"></td></tr> | ||
</form> | ||
</table> | ||
|
||
</td> | ||
|
||
</tr></table> | ||
|
||
<table id="bottom"> | ||
<tr><td> | ||
|
||
Wise Word BBS 2.1.1 - <a href="http://forum.astral-guild.net/makeThread.php?forum=1">問合せ先</a> | <a href="http://www.astral-guild.net/welcome/constitution.php">利用規約</a> | ||
(2.364 ミリ秒) | ||
|
||
<br> | ||
|
||
|
||
© 2007-2015 <a href=http://www.astral-guild.net/>Astral Guild</a>, OWLAIR networks, All rights reserved. | ||
|
||
</td></tr> | ||
</table> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.