2024-10-10
This commit is contained in:
BIN
web/template/bshark/1.jpg
Normal file
BIN
web/template/bshark/1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
BIN
web/template/bshark/2C5677_2_0.ttf
Normal file
BIN
web/template/bshark/2C5677_2_0.ttf
Normal file
Binary file not shown.
49
web/template/bshark/balloon_list.php
Normal file
49
web/template/bshark/balloon_list.php
Normal file
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
$show_title="$MSG_ERROR_INFO - $OJ_NAME";
|
||||
include("template/$OJ_TEMPLATE/header.php");
|
||||
?>
|
||||
<div class="ui positive icon message">
|
||||
<div class="content">
|
||||
<div class="header" style="margin-bottom: 10px; " ondblclick='$(this).load("refresh-privilege.php")'>
|
||||
<form style="float:left;display:inline" action="balloon.php" method="get">
|
||||
Contest ID:<input type="text" name="cid" value="<?php echo $cid?>" >
|
||||
<input type="submit" class="btn btn-primary" value="Check">
|
||||
</form>
|
||||
<div style="float:right;display:inline">
|
||||
<form style="float:left;" action="balloon.php?cid=<?php echo $cid?>" method="post" onsubmit="return confirm('Delete All Tasks?');">
|
||||
<input type="hidden" name="cid" value="<?php echo $cid?>" >
|
||||
<input type="hidden" name="clean" >
|
||||
<input type="submit" class='btn btn-danger' value="Clean">
|
||||
<?php require_once(dirname(__FILE__)."/../../include/set_post_key.php")?>
|
||||
</form>
|
||||
</div>
|
||||
<table class="table table-striped content-box-header">
|
||||
<tr><td>id<td><?php echo $MSG_USER_ID?><td><?php echo $MSG_COLOR?><td><?php echo $MSG_STATUS?><td></tr>
|
||||
<?php
|
||||
foreach($view_balloon as $row){
|
||||
echo "<tr>\n";
|
||||
foreach($row as $table_cell){
|
||||
echo "<td>";
|
||||
echo $table_cell;
|
||||
echo "</td>";
|
||||
}
|
||||
$i++;
|
||||
echo "</tr>\n";
|
||||
}
|
||||
?>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <p><%= err.details %></p> -->
|
||||
<p>
|
||||
<!-- <a href="<%= err.nextUrls[text] %>" style="margin-right: 5px; "><%= text %></a> -->
|
||||
|
||||
<a href="javascript:history.go(-1)"><?php echo $MSG_BACK;?></a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include("template/$OJ_TEMPLATE/footer.php");?>
|
||||
31
web/template/bshark/balloon_view.php
Normal file
31
web/template/bshark/balloon_view.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
$show_title="$MSG_ERROR_INFO - $OJ_NAME";
|
||||
include("template/$OJ_TEMPLATE/header.php");
|
||||
?>
|
||||
<div class="ui positive icon message">
|
||||
<i class="check icon"></i>
|
||||
<div class="content">
|
||||
<h1>Balloon Ticket</h1>
|
||||
<?php
|
||||
echo "<h2>".htmlentities(str_replace("\n\r","\n",$view_user),ENT_QUOTES,"utf-8")."\n";
|
||||
echo "-".htmlentities(str_replace("\n\r","\n",$view_school),ENT_QUOTES,"utf-8")."-".htmlentities(str_replace("\n\r","\n",$view_nick),ENT_QUOTES,"utf-8")."\n"."</h2>";
|
||||
echo "Problem ".$PID[$view_pid]."<br>";
|
||||
if(isset($_GET['fb']) && intval($_GET['fb'])==1){
|
||||
echo "Balloon Color: <font color='".$ball_color[$view_pid]."'>".$ball_name[$view_pid]." First Blood! </font><br>";
|
||||
}else{
|
||||
echo "Balloon Color: <font color='".$ball_color[$view_pid]."'>".$ball_name[$view_pid]."</font><br>";
|
||||
}
|
||||
?>
|
||||
<input onclick="window.print();" type="button" value="<?php echo $MSG_PRINTER?>">
|
||||
<input onclick="location.href='balloon.php?id=<?php echo $id?>&cid=<?php echo $cid?>';" type="button" value="<?php echo $MSG_PRINT_DONE?>">
|
||||
<img src="image/wx.jpg" height="100px" width="100px">
|
||||
<?php echo $view_map?>
|
||||
<script src="<?php echo $OJ_CDN_URL?>template/bs3/jquery.min.js"></script>
|
||||
<script>
|
||||
$("td:contains(<?php echo $view_user?>)").css("background-color","<?php echo $ball_color[$view_pid]?>");
|
||||
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include("template/$OJ_TEMPLATE/footer.php");?>
|
||||
16
web/template/bshark/bingimg.php
Normal file
16
web/template/bshark/bingimg.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
$str=file_get_contents('http://cn.bing.com/HPImageArchive.aspx?idx=0&n=1');
|
||||
if(preg_match("/<url>(.+?)<\/url>/ies",$str,$matches)){
|
||||
$imgurl='http://cn.bing.com'.$matches[1];
|
||||
}
|
||||
if($imgurl){
|
||||
header('Content-Type: image/JPEG');
|
||||
@ob_end_clean();
|
||||
@readfile($imgurl);
|
||||
@flush(); @ob_flush();
|
||||
exit();
|
||||
}else{
|
||||
exit('error');
|
||||
}
|
||||
|
||||
?>
|
||||
36
web/template/bshark/build_progress.php
Normal file
36
web/template/bshark/build_progress.php
Normal file
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http:// www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>开发进度 - MasterOJ</title>
|
||||
<?php require("./template/bshark/header-files.php");?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php");?>
|
||||
<div class="card" style="margin: 3% 10% 5% 10%">
|
||||
<div class="card-body">
|
||||
<h4><?php echo $OJ_NAME;?> With BShark</h4>
|
||||
<img src="./template/bshark/pics/logo.png">
|
||||
<p>基于Bootstrap4编写。采用模板shards。由Yemaster开发<br>
|
||||
Shards Demo:<a href="https://designrevision.com/demo/shards/">https://designrevision.com/demo/shards/</a></p>
|
||||
<h4>
|
||||
开发进度(实时更新,请持续关注)
|
||||
</h4>
|
||||
<table class="table table-hover">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th width=20>前端剩余时间</th>
|
||||
<td width=80 id="PreTime">已经完成。</td>
|
||||
<th width=20>后端剩余时间</th>
|
||||
<td width=80 id="BackTime">已经完成</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<?php require("./template/bshark/footer.php");?>
|
||||
<?php require("./template/bshark/footer-files.php");?>
|
||||
</body>
|
||||
</html>
|
||||
29
web/template/bshark/category.php
Normal file
29
web/template/bshark/category.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_SOURCE ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
<div class="ui container bsharkMain">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2>
|
||||
<?php echo $MSG_SOURCE ?>
|
||||
</h2>
|
||||
|
||||
<?php echo $view_category ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
190
web/template/bshark/ceinfo.php
Normal file
190
web/template/bshark/ceinfo.php
Normal file
@@ -0,0 +1,190 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_COMPILE_INFO; ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
<div class="ui container bsharkMain">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2>
|
||||
<?php echo $MSG_COMPILE_INFO; ?>
|
||||
</h2>
|
||||
<div class="card" style="box-shadow:0px 3px 3px #ddd;">
|
||||
<div class="card-body">
|
||||
<pre><code><?php echo $view_reinfo ?></code></pre>
|
||||
</div>
|
||||
</div>
|
||||
<span style="display:none" id="errtxt"><?php echo $view_reinfo; ?></span><br>
|
||||
<button class="ui button" onclick="explain();this.style.display='none';">显示辅助信息</button>
|
||||
<div id='errexp'></div>
|
||||
<script>
|
||||
var i = 0;
|
||||
var pats = new Array();
|
||||
var exps = new Array();
|
||||
pats[i] = /System\.out\.print.*%.*/;
|
||||
exps[i++] = "<?php echo $MSG_SYSTEM_OUT_PRINT; ?>";
|
||||
pats[i] = /.*没有那个文件或目录.*/;
|
||||
exps[i++] = "<?php echo $MSG_NO_SUCH_FILE_OR_DIRECTORY; ?>";
|
||||
pats[i] = /not a statement/;
|
||||
exps[i++] = "<?php echo $MSG_NOT_A_STATEMENT; ?>";
|
||||
pats[i] = /class, interface, or enum expected/;
|
||||
exps[i++] = "<?php echo $MSG_EXPECTED_CLASS_INTERFACE_ENUM; ?>";
|
||||
pats[i] = /asm.*java/;
|
||||
exps[i++] = "<?php echo $MSG_SUBMIT_JAVA_AS_C_LANG; ?>";
|
||||
pats[i] = /package .* does not exist/;
|
||||
exps[i++] = "<?php echo $MSG_DOES_NOT_EXIST_PACKAGE; ?>";
|
||||
pats[i] = /possible loss of precision/;
|
||||
exps[i++] = "<?php echo $MSG_POSSIBLE_LOSS_OF_PRECISION; ?>";
|
||||
pats[i] = /incompatible types/;
|
||||
exps[i++] = "<?php echo $MSG_INCOMPATIBLE_TYPES; ?>";
|
||||
pats[i] = /illegal start of expression/;
|
||||
exps[i++] = "<?php echo $MSG_ILLEGAL_START_OF_EXPRESSION; ?>";
|
||||
pats[i] = /cannot find symbol/;
|
||||
exps[i++] = "<?php echo $MSG_CANNOT_FIND_SYMBOL; ?>";
|
||||
pats[i] = /';' expected/;
|
||||
exps[i++] = "<?php echo $MSG_EXPECTED_SEMICOLON; ?>";
|
||||
pats[i] = /should be declared in a file named/;
|
||||
exps[i++] = "<?php echo $MSG_DECLARED_JAVA_FILE_NAMED; ?>";
|
||||
pats[i] = /expected ‘.*’ at end of input/;
|
||||
exps[i++] = "<?php echo $MSG_EXPECTED_WILDCARD_CHARACTER_AT_END_OF_INPUT; ?>";
|
||||
pats[i] = /invalid conversion from ‘.*’ to ‘.*’/;
|
||||
exps[i++] = "<?php echo $MSG_INVALID_CONVERSION; ?>";
|
||||
pats[i] = /warning.*declaration of 'main' with no type/;
|
||||
exps[i++] = "<?php echo $MSG_NO_RETURN_TYPE_IN_MAIN; ?>";
|
||||
pats[i] = /'.*' was not declared in this scope/;
|
||||
exps[i++] = "<?php echo $MSG_NOT_DECLARED_IN_SCOPE; ?>";
|
||||
pats[i] = /main’ must return ‘int’/;
|
||||
exps[i++] = "<?php echo $MSG_MAIN_MUST_RETURN_INT; ?>";
|
||||
pats[i] = /expected identifier or '\(' before numeric constant/
|
||||
exps[i++] = "<?php echo $MSG_EXPECTED_IDENTIFIER; ?>";
|
||||
pats[i] = /printf.*was not declared in this scope/;
|
||||
exps[i++] = "<?php echo $MSG_PRINTF_NOT_DECLARED_IN_SCOPE; ?>";
|
||||
pats[i] = /warning: ignoring return value of/;
|
||||
exps[i++] = "<?php echo $MSG_IGNOREING_RETURN_VALUE; ?>";
|
||||
pats[i] = /:.*__int64’ undeclared/;
|
||||
exps[i++] = "<?php echo $MSG_NOT_DECLARED_INT64; ?>";
|
||||
pats[i] = /:.*expected ‘;’ before/;
|
||||
exps[i++] = "<?php echo $MSG_EXPECTED_SEMICOLON_BEFORE; ?>";
|
||||
pats[i] = / .* undeclared \(first use in this function\)/;
|
||||
exps[i++] = "<?php echo $MSG_UNDECLARED_NAME; ?>";
|
||||
pats[i] = /scanf.*was not declared in this scope/;
|
||||
exps[i++] = "<?php echo $MSG_SCANF_NOT_DECLARED_IN_SCOPE; ?>";
|
||||
pats[i] = /memset.*was not declared in this scope/;
|
||||
exps[i++] = "<?php echo $MSG_MEMSET_NOT_DECLARED_IN_SCOPE; ?>";
|
||||
pats[i] = /malloc.*was not declared in this scope/;
|
||||
exps[i++] = "<?php echo $MSG_MALLOC_NOT_DECLARED_IN_SCOPE; ?>";
|
||||
pats[i] = /puts.*was not declared in this scope/;
|
||||
exps[i++] = "<?php echo $MSG_PUTS_NOT_DECLARED_IN_SCOPE; ?>";
|
||||
pats[i] = /gets.*was not declared in this scope/;
|
||||
exps[i++] = "<?php echo $MSG_GETS_NOT_DECLARED_IN_SCOPE; ?>";
|
||||
pats[i] = /str.*was not declared in this scope/;
|
||||
exps[i++] = "<?php echo $MSG_STRING_NOT_DECLARED_IN_SCOPE; ?>";
|
||||
pats[i] = /‘import’ does not name a type/;
|
||||
exps[i++] = "<?php echo $MSG_NO_TYPE_IMPORT_IN_C_CPP; ?>";
|
||||
pats[i] = /asm’ undeclared/;
|
||||
exps[i++] = "<?php echo $MSG_ASM_UNDECLARED; ?>";
|
||||
pats[i] = /redefinition of/;
|
||||
exps[i++] = "<?php echo $MSG_REDEFINITION_OF; ?>";
|
||||
pats[i] = /expected declaration or statement at end of input/;
|
||||
exps[i++] = "<?php echo $MSG_EXPECTED_DECLARATION_OR_STATEMENT; ?>";
|
||||
pats[i] = /warning: unused variable/;
|
||||
exps[i++] = "<?php echo $MSG_UNUSED_VARIABLE; ?>";
|
||||
pats[i] = /implicit declaration of function/;
|
||||
exps[i++] = "<?php echo $MSG_IMPLICIT_DECLARTION_OF_FUNCTION; ?>";
|
||||
pats[i] = /too .* arguments to function/;
|
||||
exps[i++] = "<?php echo $MSG_ARGUMENTS_ERROR_IN_FUNCTION; ?>";
|
||||
pats[i] = /expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘namespace’/;
|
||||
exps[i++] = "<?php echo $MSG_EXPECTED_BEFORE_NAMESPACE; ?>";
|
||||
pats[i] = /stray ‘\\[0123456789]*’ in program/;
|
||||
exps[i++] = "<?php echo $MSG_STRAY_PROGRAM; ?>";
|
||||
pats[i] = /division by zero/;
|
||||
exps[i++] = "<?php echo $MSG_DIVISION_BY_ZERO; ?>";
|
||||
pats[i] = /cannot be used as a function/;
|
||||
exps[i++] = "<?php echo $MSG_CANNOT_BE_USED_AS_A_FUNCTION; ?>";
|
||||
pats[i] = /format .* expects type .* but argument .* has type .*/;
|
||||
exps[i++] = "<?php echo $MSG_CANNOT_FIND_TYPE; ?>";
|
||||
pats[i] = /类.*是公共的,应在名为 .*java 的文件中声明/;
|
||||
exps[i++] = "<?php echo $MSG_JAVA_CLASS_ERROR; ?>";
|
||||
pats[i] = /expected ‘\)’ before ‘.*’ token/;
|
||||
exps[i++] = "<?php echo $MSG_EXPECTED_BRACKETS_TOKEN; ?>";
|
||||
pats[i] = /找不到符号/;
|
||||
exps[i++] = "<?php echo $MSG_NOT_FOUND_SYMBOL; ?>";
|
||||
pats[i] = /需要为 class、interface 或 enum/;
|
||||
exps[i++] = "<?php echo $MSG_NEED_CLASS_INTERFACE_ENUM; ?>";
|
||||
pats[i] = /符号: 类 .*List/;
|
||||
exps[i++] = "<?php echo $MSG_CLASS_SYMBOL_ERROR; ?>";
|
||||
pats[i] = /方法声明无效;需要返回类型/;
|
||||
exps[i++] = "<?php echo $MSG_INVALID_METHOD_DECLARATION; ?>";
|
||||
pats[i] = /expected.*before.*&.*token/;
|
||||
exps[i++] = "<?php echo $MSG_EXPECTED_AMPERSAND_TOKEN; ?>";
|
||||
pats[i] = /非法的表达式开始/;
|
||||
exps[i++] = "<?php echo $MSG_DECLARED_FUNCTION_ORDER; ?>";
|
||||
pats[i] = /需要 ';'/;
|
||||
exps[i++] = "<?php echo $MSG_NEED_SEMICOLON; ?>";
|
||||
pats[i] = /extra tokens at end of #include directive/;
|
||||
exps[i++] = "<?php echo $MSG_EXTRA_TOKEN_AT_END_OF_INCLUDE; ?>";
|
||||
pats[i] = /int.*hasNext/;
|
||||
exps[i++] = "<?php echo $MSG_INT_HAS_NEXT; ?>";
|
||||
pats[i] = /unterminated comment/;
|
||||
exps[i++] = "<?php echo $MSG_UNTERMINATED_COMMENT; ?>";
|
||||
pats[i] = /expected '=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token/;
|
||||
exps[i++] = "<?php echo $MSG_EXPECTED_BRACES_TOKEN; ?>";
|
||||
pats[i] = /进行语法解析时已到达文件结尾/;
|
||||
exps[i++] = "<?php echo $MSG_REACHED_END_OF_FILE_1; ?>";
|
||||
pats[i] = /subscripted value is neither array nor pointer/;
|
||||
exps[i++] = "<?php echo $MSG_SUBSCRIPT_ERROR; ?>";
|
||||
pats[i] = /expected expression before ‘%’ token/;
|
||||
exps[i++] = "<?php echo $MSG_EXPECTED_PERCENT_TOKEN; ?>";
|
||||
pats[i] = /expected expression before ‘.*’ token/;
|
||||
exps[i++] = "<?php echo $MSG_EXPECTED_EXPRESSION_TOKEN; ?>";
|
||||
pats[i] = /expected but/;
|
||||
exps[i++] = "<?php echo $MSG_EXPECTED_BUT; ?>";
|
||||
pats[i] = /redefinition of ‘main’/;
|
||||
exps[i++] = "<?php echo $MSG_REDEFINITION_MAIN; ?>";
|
||||
pats[i] = /iostream: No such file or directory/;
|
||||
exps[i++] = "<?php echo $MSG_IOSTREAM_ERROR; ?>";
|
||||
pats[i] = /expected unqualified-id before ‘\[’ token/;
|
||||
exps[i++] = "<?php echo $MSG_EXPECTED_UNQUALIFIED_ID_TOKEN; ?>";
|
||||
pats[i] = /解析时已到达文件结尾/;
|
||||
exps[i++] = "<?php echo $MSG_REACHED_END_OF_FILE_2; ?>";
|
||||
pats[i] = /非法字符/;
|
||||
exps[i++] = "<?php echo $MSG_INVALID_SYMBOL; ?>";
|
||||
pats[i] = /应在名为.*的文件中声明/;
|
||||
exps[i++] = "<?php echo $MSG_DECLARED_FILE_NAMED; ?>";
|
||||
pats[i] = /variably modified/;
|
||||
exps[i++] = "<?php echo $MSG_VARIABLY_MODIFIED; ?>";
|
||||
|
||||
function explain() {
|
||||
//alert("asdf");
|
||||
//var errmsg=$("#errtxt").text();
|
||||
var errmsg = document.getElementById("errtxt").innerHTML;
|
||||
//var errmsg='';
|
||||
var expmsg = "<h5>辅助解释</h5><hr>";
|
||||
for (var i = 0; i < pats.length; i++) {
|
||||
var pat = pats[i];
|
||||
var exp = exps[i];
|
||||
var ret = pat.exec(errmsg);
|
||||
if (ret) {
|
||||
expmsg += ret + ":" + exp + "<br><br>";
|
||||
}
|
||||
}
|
||||
document.getElementById("errexp").innerHTML = expmsg;
|
||||
//alert(expmsg);
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
20755
web/template/bshark/chartjs/Chart.bundle.js
Normal file
20755
web/template/bshark/chartjs/Chart.bundle.js
Normal file
File diff suppressed because it is too large
Load Diff
7
web/template/bshark/chartjs/Chart.bundle.min.js
vendored
Normal file
7
web/template/bshark/chartjs/Chart.bundle.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
47
web/template/bshark/chartjs/Chart.css
Normal file
47
web/template/bshark/chartjs/Chart.css
Normal file
@@ -0,0 +1,47 @@
|
||||
/*
|
||||
* DOM element rendering detection
|
||||
* https://davidwalsh.name/detect-node-insertion
|
||||
*/
|
||||
@keyframes chartjs-render-animation {
|
||||
from { opacity: 0.99; }
|
||||
to { opacity: 1; }
|
||||
}
|
||||
|
||||
.chartjs-render-monitor {
|
||||
animation: chartjs-render-animation 0.001s;
|
||||
}
|
||||
|
||||
/*
|
||||
* DOM element resizing detection
|
||||
* https://github.com/marcj/css-element-queries
|
||||
*/
|
||||
.chartjs-size-monitor,
|
||||
.chartjs-size-monitor-expand,
|
||||
.chartjs-size-monitor-shrink {
|
||||
position: absolute;
|
||||
direction: ltr;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
overflow: hidden;
|
||||
pointer-events: none;
|
||||
visibility: hidden;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.chartjs-size-monitor-expand > div {
|
||||
position: absolute;
|
||||
width: 1000000px;
|
||||
height: 1000000px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.chartjs-size-monitor-shrink > div {
|
||||
position: absolute;
|
||||
width: 200%;
|
||||
height: 200%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
16151
web/template/bshark/chartjs/Chart.js
vendored
Normal file
16151
web/template/bshark/chartjs/Chart.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
web/template/bshark/chartjs/Chart.min.css
vendored
Normal file
1
web/template/bshark/chartjs/Chart.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
@keyframes chartjs-render-animation{from{opacity:.99}to{opacity:1}}.chartjs-render-monitor{animation:chartjs-render-animation 1ms}.chartjs-size-monitor,.chartjs-size-monitor-expand,.chartjs-size-monitor-shrink{position:absolute;direction:ltr;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1}.chartjs-size-monitor-expand>div{position:absolute;width:1000000px;height:1000000px;left:0;top:0}.chartjs-size-monitor-shrink>div{position:absolute;width:200%;height:200%;left:0;top:0}
|
||||
7
web/template/bshark/chartjs/Chart.min.js
vendored
Normal file
7
web/template/bshark/chartjs/Chart.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
103
web/template/bshark/comparesource.php
Normal file
103
web/template/bshark/comparesource.php
Normal file
@@ -0,0 +1,103 @@
|
||||
<?php $show_title=$id." - $MSG_Source_Compare - $OJ_NAME"; ?>
|
||||
<?php include("template/$OJ_TEMPLATE/header.php");?>
|
||||
<link type="text/css" rel="stylesheet" href="mergely/codemirror.css" />
|
||||
<link type="text/css" rel="stylesheet" href="mergely/mergely.css" />
|
||||
|
||||
<body style="width: 100%;">
|
||||
<table style="width: 100%;"><tr>
|
||||
<td style="width: 50%;"><input type="checkbox" id="ignorews">ignore witespaces</td>
|
||||
</table>
|
||||
<br/>
|
||||
|
||||
<table style="width: 100%;"><tr>
|
||||
<td style="width: 50%;"><tt id="path-lhs"></tt> <a id="save-lhs" class="save-link" href="#">save</a></td>
|
||||
<td style="width: 50%;"><tt id="path-rhs"></tt> <a id="save-rhs" class="save-link" href="#">save</a></td>
|
||||
</table>
|
||||
|
||||
<div id="mergely-resizer" style="height: 450px;">
|
||||
<div id="compare">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
<script type="text/javascript" src="mergely/codemirror.js"></script>
|
||||
<script type="text/javascript" src="mergely/mergely.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
$('#compare').mergely({
|
||||
width: 'auto',
|
||||
height: 'auto', // containing div must be given a height
|
||||
cmsettings: { readOnly: false },
|
||||
});
|
||||
var lhs_url = 'getsource.php?id=<?php echo intval($_GET['left'])?>';
|
||||
var rhs_url = 'getsource.php?id=<?php echo intval($_GET['right'])?>';
|
||||
$.ajax({
|
||||
type: 'GET', async: true, dataType: 'text',
|
||||
url: lhs_url,
|
||||
success: function (response) {
|
||||
$('#path-lhs').text(lhs_url);
|
||||
$('#compare').mergely('lhs', response);
|
||||
}
|
||||
});
|
||||
$.ajax({
|
||||
type: 'GET', async: true, dataType: 'text',
|
||||
url: rhs_url,
|
||||
success: function (response) {
|
||||
$('#path-rhs').text(rhs_url);
|
||||
$('#compare').mergely('rhs', response);
|
||||
}
|
||||
});
|
||||
|
||||
function checkFileList(files) {
|
||||
if (typeof window.FileReader !== 'function')
|
||||
error_msg("The file API isn't supported on this browser yet.");
|
||||
|
||||
if (files.length>0) readFile(files[0], "lhs");
|
||||
if (files.length>1) readFile(files[1], "rhs");
|
||||
}
|
||||
|
||||
function readFile(file, side) {
|
||||
var reader = new FileReader();
|
||||
reader.onload = function file_onload() {
|
||||
// document.getElementById('td1').innerHTML = ..
|
||||
$('#path-'+side).text(file.name);
|
||||
$('#compare').mergely(side, reader.result);
|
||||
}
|
||||
reader.readAsBinaryString(file);
|
||||
|
||||
}
|
||||
function handleDragOver(evt) {
|
||||
evt.stopPropagation();
|
||||
evt.preventDefault();
|
||||
evt.dataTransfer.dropEffect = 'copy'; // Explicitly show this is a copy.
|
||||
}
|
||||
function handleFileSelect(evt) {
|
||||
document.getElementById('drop_zone').visibility = "collapse";
|
||||
evt.stopPropagation();
|
||||
evt.preventDefault();
|
||||
var files = evt.dataTransfer.files; // FileList object.
|
||||
checkFileList(files);
|
||||
}
|
||||
var dropZone = document.getElementById('drop_zone');
|
||||
document.body.addEventListener('dragover', handleDragOver, false);
|
||||
document.body.addEventListener('drop', handleFileSelect, false);
|
||||
|
||||
function download_content(a, side) {
|
||||
//a.innerHTML = "preparing content..";
|
||||
var txt = $('#compare').mergely('get', side);
|
||||
var datauri = "data:plain/text;charset=UTF-8," + encodeURIComponent(txt);
|
||||
a.setAttribute('download', side+".txt");
|
||||
a.setAttribute('href', datauri);
|
||||
//a.innerHTML = "content ready.";
|
||||
}
|
||||
document.getElementById('save-lhs').addEventListener('mouseover', function() { download_content(this, "lhs"); }, false);
|
||||
document.getElementById('save-rhs').addEventListener('mouseover', function() { download_content(this, "lhs"); }, false);
|
||||
document.getElementById('ignorews').addEventListener('change', function() {
|
||||
$('#compare').mergely('options', { ignorews: this.checked });
|
||||
}, false);
|
||||
|
||||
|
||||
});
|
||||
</script>
|
||||
<?php include("template/$OJ_TEMPLATE/footer.php");?>
|
||||
170
web/template/bshark/contest.php
Normal file
170
web/template/bshark/contest.php
Normal file
@@ -0,0 +1,170 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $view_title; ?> - <?php echo $MSG_CONTEST; ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
<div class="ui container bsharkMain">
|
||||
<div class="ui stackable grid">
|
||||
<div class="eleven wide column">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2>C<?php echo $view_cid; ?>: <?php echo $view_title; ?>
|
||||
</h2>
|
||||
<span class="ui label <?php
|
||||
if ($now > $end_time)
|
||||
echo "grey";
|
||||
else if ($now < $start_time)
|
||||
echo "green";
|
||||
else
|
||||
echo "red";
|
||||
?>">
|
||||
<?php
|
||||
if ($now > $end_time)
|
||||
echo $MSG_Ended;
|
||||
else if ($now < $start_time)
|
||||
echo "未开始";
|
||||
else
|
||||
echo $MSG_Running;
|
||||
?>
|
||||
</span>
|
||||
|
||||
<span class="ui label <?php
|
||||
if ($view_private == '0')
|
||||
echo "blue";
|
||||
else
|
||||
echo "red";
|
||||
?>">
|
||||
<?php
|
||||
if ($view_private == '0')
|
||||
echo $MSG_Public;
|
||||
else
|
||||
echo $MSG_Private;
|
||||
?>
|
||||
</span>
|
||||
<h3>
|
||||
<?php echo $MSG_CONTEST; ?><?php echo $MSG_TIME; ?>
|
||||
</h3>
|
||||
<span class="ui label basic black">
|
||||
<?php echo $view_start_time; ?>
|
||||
</span>~<span class="ui label basic black"><?php echo $view_end_time; ?></span>
|
||||
<?php if (isset($OJ_RANK_LOCK_PERCENT)&&$OJ_RANK_LOCK_PERCENT!=0) { ?>
|
||||
Lock Board Time: <?php echo date("Y-m-d H:i:s", $view_lock_time) ?><br>
|
||||
<?php } ?>
|
||||
现在:<span
|
||||
class="ui blue label" id="nowdate"></span>
|
||||
<h3>
|
||||
<?php echo $MSG_CONTEST . $MSG_Description; ?>
|
||||
</h3>
|
||||
<blockquote>
|
||||
<?php echo $view_description ?>
|
||||
</blockquote>
|
||||
<hr />
|
||||
<?php if (time() > $start_time) { ?>
|
||||
<table id='problemset' class='ui compact table'>
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th><?php echo $MSG_PROBLEM_ID ?></th>
|
||||
<th>
|
||||
<?php echo $MSG_TITLE ?>
|
||||
</th>
|
||||
<!-- <td><?php echo $MSG_SOURCE ?></td> -->
|
||||
<th>
|
||||
<?php echo $MSG_AC ?>
|
||||
</th>
|
||||
<th>
|
||||
<?php echo $MSG_SUBMIT ?>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php
|
||||
$cnt = 0;
|
||||
foreach ($view_problemset as $row) {
|
||||
if ($cnt)
|
||||
echo "<tr class='oddrow'>";
|
||||
else
|
||||
echo "<tr class='evenrow'>";
|
||||
foreach ($row as $table_cell) {
|
||||
if (trim($table_cell) == "<div class='label label-danger'>N</div>") {
|
||||
echo "<td class='left red marked'>";
|
||||
echo "</td>";
|
||||
} else if (trim($table_cell) == "<div class='label label-success'>Y</div>") {
|
||||
echo "<td class='left green marked'>";
|
||||
echo "</td>";
|
||||
} else {
|
||||
echo "<td>";
|
||||
echo "\t" . $table_cell;
|
||||
echo "</td>";
|
||||
}
|
||||
}
|
||||
echo "</tr>";
|
||||
$cnt = 1 - $cnt;
|
||||
}
|
||||
?>
|
||||
</tbody>
|
||||
</table>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="five wide column">
|
||||
<div class="card" style="padding: 0;">
|
||||
<div class="ui vertical fluid menu problemAction">
|
||||
<a class="active item" href='contest.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_CONTEST; ?>C<?php echo $cid; ?>
|
||||
</a></li>
|
||||
<a class="item" href='status.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STATUS; ?>
|
||||
</a>
|
||||
<a class="item" href='contestrank.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STANDING; ?>
|
||||
</a>
|
||||
<a class="item" href='contestrank-oi.php?cid=<?php echo $view_cid ?>'>OI-<?php echo $MSG_STANDING; ?></a>
|
||||
<a class="item" href='conteststatistics.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STATISTICS; ?>
|
||||
</a>
|
||||
<?php if(isset($_SESSION[$OJ_NAME.'_'.'administrator']) || isset($_SESSION[$OJ_NAME.'_'.'contest_creator'])) {?>
|
||||
<a href="suspect_list.php?cid=<?php echo $view_cid?>" class="item"><?php echo $MSG_IP_VERIFICATION?></a>
|
||||
<a href="user_set_ip.php?cid=<?php echo $view_cid?>" class="item"><?php echo $MSG_SET_LOGIN_IP?></a>
|
||||
<a target="_blank" href="../../bsadmin/contest_edit.php?cid=<?php echo $view_cid ?>" class="item"><?php echo $MSG_EDIT.$MSG_CONTEST;?></a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
<script>
|
||||
var diff = new Date("<?php echo date("Y/m/d H:i:s") ?>").getTime() - new Date().getTime();
|
||||
//alert(diff);
|
||||
function clock() {
|
||||
var x, h, m, s, n, xingqi, y, mon, d;
|
||||
var x = new Date(new Date().getTime() + diff);
|
||||
y = x.getYear() + 1900;
|
||||
if (y > 3000) y -= 1900;
|
||||
mon = x.getMonth() + 1;
|
||||
d = x.getDate();
|
||||
xingqi = x.getDay();
|
||||
h = x.getHours();
|
||||
m = x.getMinutes();
|
||||
s = x.getSeconds();
|
||||
n = y + "-" + mon + "-" + d + " " + (h >= 10 ? h : "0" + h) + ":" + (m >= 10 ? m : "0" + m) + ":" + (s >= 10 ? s : "0" + s);
|
||||
//alert(n);
|
||||
document.getElementById('nowdate').innerHTML = n;
|
||||
setTimeout("clock()", 1000);
|
||||
}
|
||||
clock();
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
276
web/template/bshark/contestrank-oi.php
Normal file
276
web/template/bshark/contestrank-oi.php
Normal file
@@ -0,0 +1,276 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>OI<?php echo $MSG_STANDING; ?> - <?php echo $OJ_NAME; ?></title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
<?php
|
||||
if (isset($_GET['cid'])) {
|
||||
$cid = intval($_GET['cid']);
|
||||
$view_cid = $cid;
|
||||
//print $cid;
|
||||
|
||||
//check contest valid
|
||||
$sql = "SELECT * FROM `contest` WHERE `contest_id`=?";
|
||||
$result = pdo_query($sql, $cid);
|
||||
|
||||
$rows_cnt = count($result);
|
||||
$contest_ok = true;
|
||||
$password = "";
|
||||
|
||||
if (isset($_POST['password']))
|
||||
$password = $_POST['password'];
|
||||
|
||||
if (false) {
|
||||
$password = stripslashes($password);
|
||||
}
|
||||
|
||||
if ($rows_cnt == 0) {
|
||||
$view_title = "比赛已经关闭!";
|
||||
} else {
|
||||
$row = $result[0];
|
||||
$view_private = $row['private'];
|
||||
|
||||
if ($password != "" && $password == $row['password'])
|
||||
$_SESSION[$OJ_NAME . '_' . 'c' . $cid] = true;
|
||||
|
||||
if ($row['private'] && !isset($_SESSION[$OJ_NAME . '_' . 'c' . $cid]))
|
||||
$contest_ok = false;
|
||||
|
||||
if ($row['defunct'] == 'Y')
|
||||
$contest_ok = false;
|
||||
|
||||
if (isset($_SESSION[$OJ_NAME . '_' . 'administrator']))
|
||||
$contest_ok = true;
|
||||
|
||||
$now = time();
|
||||
$start_time = strtotime($row['start_time']);
|
||||
$end_time = strtotime($row['end_time']);
|
||||
$view_description = $row['description'];
|
||||
$view_title = $row['title'];
|
||||
$view_start_time = $row['start_time'];
|
||||
$view_end_time = $row['end_time'];
|
||||
}
|
||||
}
|
||||
?>
|
||||
<div class="ui container bsharkMain">
|
||||
<div class="ui stackable grid">
|
||||
<div class="eleven wide column">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2>C<?php echo $view_cid; ?>: <?php echo $view_title; ?>
|
||||
</h2>
|
||||
<span class="ui label <?php
|
||||
if ($now > $end_time)
|
||||
echo "grey";
|
||||
else if ($now < $start_time)
|
||||
echo "green";
|
||||
else
|
||||
echo "red";
|
||||
?>">
|
||||
<?php
|
||||
if ($now > $end_time)
|
||||
echo $MSG_Ended;
|
||||
else if ($now < $start_time)
|
||||
echo "未开始";
|
||||
else
|
||||
echo $MSG_Running;
|
||||
?>
|
||||
</span>
|
||||
<span class="ui label <?php
|
||||
if ($view_private == '0')
|
||||
echo "blue";
|
||||
else
|
||||
echo "red";
|
||||
?>">
|
||||
<?php
|
||||
if ($view_private == '0')
|
||||
echo $MSG_Public;
|
||||
else
|
||||
echo $MSG_Private;
|
||||
?>
|
||||
</span>
|
||||
<h3>
|
||||
<?php echo $MSG_CONTEST; ?><?php echo $MSG_TIME; ?>
|
||||
</h3>
|
||||
<span class="ui label basic black">
|
||||
<?php echo $view_start_time; ?>
|
||||
</span>~<span class="ui label basic black"><?php echo $view_end_time; ?></span>
|
||||
<?php if (isset($OJ_RANK_LOCK_PERCENT)&&$OJ_RANK_LOCK_PERCENT!=0) { ?>
|
||||
Lock Board Time: <?php echo date("Y-m-d H:i:s", $view_lock_time) ?><br>
|
||||
<?php } ?>
|
||||
现在:<span
|
||||
class="ui blue label" id="nowdate"></span>
|
||||
<a class="ui button mini blue" href="contestrank.xls.php?cid=<?php echo $cid ?>">Download xls
|
||||
file</a>
|
||||
<table id="rank" class="ui center aligned table">
|
||||
<thead>
|
||||
<tr class='toprow'>
|
||||
<th class="{sorter:'false'} text-center">
|
||||
<?php echo $MSG_STANDING ?>
|
||||
</th>
|
||||
<th><?php echo $MSG_USER ?></th>
|
||||
<th>
|
||||
<?php echo $MSG_NICK ?>
|
||||
</th>
|
||||
<th><?php echo $MSG_SOVLED ?></th>
|
||||
<th>
|
||||
<?php echo $MSG_CONTEST_PENALTY ?>
|
||||
</th>
|
||||
<th><?php echo "Mark" ?></th>
|
||||
<?php
|
||||
for ($i = 0; $i < $pid_cnt; $i++) {
|
||||
if (time() < $end_time) { //during contest/exam time
|
||||
echo "<th><a href=problem.php?cid=$cid&pid=$i>$PID[$i]</a></th>";
|
||||
} else { //over contest/exam time
|
||||
|
||||
//check the problem will be use remained contest/exam
|
||||
$sql = "SELECT `problem_id` FROM `contest_problem` WHERE (`contest_id`=? AND `num`=?)";
|
||||
$tresult = pdo_query($sql, $cid, $i);
|
||||
|
||||
$tpid = $tresult[0][0];
|
||||
$sql = "SELECT `problem_id` FROM `problem` WHERE `problem_id`=? AND `problem_id` IN (
|
||||
SELECT `problem_id` FROM `contest_problem` WHERE `contest_id` IN (
|
||||
SELECT `contest_id` FROM `contest` WHERE (`defunct`='N' AND now()<`end_time`)
|
||||
)
|
||||
)";
|
||||
$tresult = pdo_query($sql, $tpid);
|
||||
|
||||
if (intval($tresult) != 0) //if the problem will be use remained contes/exam */
|
||||
echo "<th>$PID[$i]</th>";
|
||||
else
|
||||
echo "<th><a href='problem.php?id=" . $tpid . "'>" . $PID[$i] . "</a></th>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<?php
|
||||
$cnt = 0;
|
||||
for ($i = 0; $i < $user_cnt; $i++) {
|
||||
if ($i & 1)
|
||||
echo "<tr class='oddrow'>";
|
||||
else
|
||||
echo "<tr class='evenrow'>";
|
||||
|
||||
$nick = $U[$i]->nick;
|
||||
echo "<td>";
|
||||
if ($nick[0] != "*")
|
||||
echo $rank++;
|
||||
else
|
||||
echo "*";
|
||||
echo "</td>";
|
||||
|
||||
$uuid = $U[$i]->user_id;
|
||||
if (isset($_GET['user_id']) && $uuid == $_GET['user_id'])
|
||||
echo "<td class='positive'>";
|
||||
else
|
||||
echo "<td>";
|
||||
echo "<a name=\"$uuid\" href=userinfo.php?user=$uuid>$uuid</a>";
|
||||
echo "</td>";
|
||||
|
||||
echo "<td><a href=userinfo.php?user=$uuid>" . htmlentities($U[$i]->nick, ENT_QUOTES, "UTF-8") . "</a></td>";
|
||||
|
||||
$usolved = $U[$i]->solved;
|
||||
echo "<td><a href=status.php?user_id=$uuid&cid=$cid>$usolved</a></td>";
|
||||
|
||||
echo "<td>" . sec2str($U[$i]->time) . "</td>";
|
||||
echo "<td>" . ($U[$i]->total) . "</td>";
|
||||
|
||||
|
||||
for ($j = 0; $j < $pid_cnt; $j++) {
|
||||
$bg_color = "eeeeee";
|
||||
if (isset($U[$i]->p_ac_sec[$j]) && $U[$i]->p_ac_sec[$j] > 0) {
|
||||
$aa = 0x33 + $U[$i]->p_wa_num[$j] * 32;
|
||||
$aa = $aa > 0xaa ? 0xaa : $aa;
|
||||
$aa = dechex($aa);
|
||||
$bg_color = "$aa" . "ff" . "$aa";
|
||||
//$bg_color="aaffaa";
|
||||
if ($uuid == $first_blood[$j]) {
|
||||
$bg_color = "aaaaff";
|
||||
}
|
||||
} else if (isset($U[$i]->p_wa_num[$j]) && $U[$i]->p_wa_num[$j] > 0) {
|
||||
$aa = 0xaa - $U[$i]->p_wa_num[$j] * 10;
|
||||
$aa = $aa > 16 ? $aa : 16;
|
||||
$aa = dechex($aa);
|
||||
$bg_color = "ff$aa$aa";
|
||||
}
|
||||
echo "<td class='well' style='background-color:#$bg_color'>";
|
||||
if (isset($U[$i])) {
|
||||
if (isset($U[$i]->p_ac_sec[$j]) && $U[$i]->p_ac_sec[$j] > 0)
|
||||
echo sec2str($U[$i]->p_ac_sec[$j]);
|
||||
else if (isset($U[$i]->p_wa_num[$j]) && intval($U[$i]->p_wa_num[$j]) > 0 && isset($U[$i]->p_pass_rate[$j]))
|
||||
echo "(+" . (floatval($U[intval($i)]->p_pass_rate[intval($j)]) * 100) . ")";
|
||||
}
|
||||
}
|
||||
echo "</tr>\n";
|
||||
}
|
||||
?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="five wide column">
|
||||
<div class="card" style="padding: 0;">
|
||||
<div class="ui vertical fluid menu problemAction">
|
||||
<a class="item" href='contest.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_CONTEST; ?>C<?php echo $cid; ?>
|
||||
</a></li>
|
||||
<a class="item" href='status.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STATUS; ?>
|
||||
</a>
|
||||
<a class="item" href='contestrank.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STANDING; ?>
|
||||
</a>
|
||||
<a class="active item" href='contestrank-oi.php?cid=<?php echo $view_cid ?>'>OI-<?php echo $MSG_STANDING; ?></a>
|
||||
<a class="item" href='conteststatistics.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STATISTICS; ?>
|
||||
</a>
|
||||
<?php if(isset($_SESSION[$OJ_NAME.'_'.'administrator']) || isset($_SESSION[$OJ_NAME.'_'.'contest_creator'])) {?>
|
||||
<a href="suspect_list.php?cid=<?php echo $view_cid?>" class="item"><?php echo $MSG_IP_VERIFICATION?></a>
|
||||
<a href="user_set_ip.php?cid=<?php echo $view_cid?>" class="item"><?php echo $MSG_SET_LOGIN_IP?></a>
|
||||
<a target="_blank" href="../../bsadmin/contest_edit.php?cid=<?php echo $view_cid ?>" class="item"><?php echo $MSG_EDIT.$MSG_CONTEST;?></a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
var diff = new Date("<?php echo date("Y/m/d H:i:s") ?>").getTime() - new Date().getTime();
|
||||
//alert(diff);
|
||||
function clock() {
|
||||
var x, h, m, s, n, xingqi, y, mon, d;
|
||||
var x = new Date(new Date().getTime() + diff);
|
||||
y = x.getYear() + 1900;
|
||||
|
||||
if (y > 3000)
|
||||
y -= 1900;
|
||||
|
||||
mon = x.getMonth() + 1;
|
||||
d = x.getDate();
|
||||
xingqi = x.getDay();
|
||||
h = x.getHours();
|
||||
m = x.getMinutes();
|
||||
s = x.getSeconds();
|
||||
n = y + "-" + (mon >= 10 ? mon : "0" + mon) + "-" + (d >= 10 ? d : "0" + d) + " " + (h >= 10 ? h : "0" + h) + ":" + (m >= 10 ? m : "0" + m) + ":" + (s >= 10 ? s : "0" + s);
|
||||
|
||||
//alert(n);
|
||||
document.getElementById('nowdate').innerHTML = n;
|
||||
setTimeout("clock()", 1000);
|
||||
}
|
||||
clock();
|
||||
</script>
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
273
web/template/bshark/contestrank.php
Normal file
273
web/template/bshark/contestrank.php
Normal file
@@ -0,0 +1,273 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_STANDING; ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
<?php
|
||||
if (isset($_GET['cid'])) {
|
||||
$cid = intval($_GET['cid']);
|
||||
$view_cid = $cid;
|
||||
//print $cid;
|
||||
|
||||
//check contest valid
|
||||
$sql = "SELECT * FROM `contest` WHERE `contest_id`=?";
|
||||
$result = pdo_query($sql, $cid);
|
||||
|
||||
$rows_cnt = count($result);
|
||||
$contest_ok = true;
|
||||
$password = "";
|
||||
|
||||
if (isset($_POST['password']))
|
||||
$password = $_POST['password'];
|
||||
|
||||
if (false) {
|
||||
$password = stripslashes($password);
|
||||
}
|
||||
|
||||
if ($rows_cnt == 0) {
|
||||
$view_title = "比赛已经关闭!";
|
||||
} else {
|
||||
$row = $result[0];
|
||||
$view_private = $row['private'];
|
||||
|
||||
if ($password != "" && $password == $row['password'])
|
||||
$_SESSION[$OJ_NAME . '_' . 'c' . $cid] = true;
|
||||
|
||||
if ($row['private'] && !isset($_SESSION[$OJ_NAME . '_' . 'c' . $cid]))
|
||||
$contest_ok = false;
|
||||
|
||||
if ($row['defunct'] == 'Y')
|
||||
$contest_ok = false;
|
||||
|
||||
if (isset($_SESSION[$OJ_NAME . '_' . 'administrator']))
|
||||
$contest_ok = true;
|
||||
|
||||
$now = time();
|
||||
$start_time = strtotime($row['start_time']);
|
||||
$end_time = strtotime($row['end_time']);
|
||||
$view_description = $row['description'];
|
||||
$view_title = $row['title'];
|
||||
$view_start_time = $row['start_time'];
|
||||
$view_end_time = $row['end_time'];
|
||||
}
|
||||
}
|
||||
?>
|
||||
<div class="ui container bsharkMain">
|
||||
<div class="ui stackable grid">
|
||||
<div class="eleven wide column">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2>C<?php echo $view_cid; ?>: <?php echo $view_title; ?>
|
||||
</h2>
|
||||
<span class="ui label <?php
|
||||
if ($now > $end_time)
|
||||
echo "grey";
|
||||
else if ($now < $start_time)
|
||||
echo "green";
|
||||
else
|
||||
echo "red";
|
||||
?>">
|
||||
<?php
|
||||
if ($now > $end_time)
|
||||
echo $MSG_Ended;
|
||||
else if ($now < $start_time)
|
||||
echo "未开始";
|
||||
else
|
||||
echo $MSG_Running;
|
||||
?>
|
||||
</span>
|
||||
<span class="ui label <?php
|
||||
if ($view_private == '0')
|
||||
echo "blue";
|
||||
else
|
||||
echo "red";
|
||||
?>">
|
||||
<?php
|
||||
if ($view_private == '0')
|
||||
echo $MSG_Public;
|
||||
else
|
||||
echo $MSG_Private;
|
||||
?>
|
||||
</span>
|
||||
<h3>
|
||||
<?php echo $MSG_CONTEST; ?><?php echo $MSG_TIME; ?>
|
||||
</h3>
|
||||
<span class="ui label basic black">
|
||||
<?php echo $view_start_time; ?>
|
||||
</span>~<span class="ui label basic black"><?php echo $view_end_time; ?></span>
|
||||
<?php if (isset($OJ_RANK_LOCK_PERCENT)&&$OJ_RANK_LOCK_PERCENT!=0) { ?>
|
||||
Lock Board Time: <?php echo date("Y-m-d H:i:s", $view_lock_time) ?><br>
|
||||
<?php } ?>
|
||||
现在:<span
|
||||
class="ui blue label" id="nowdate"></span>
|
||||
<a class="ui button mini blue" href="contestrank.xls.php?cid=<?php echo $cid ?>">Download xls
|
||||
file</a>
|
||||
<table id="rank" class="ui center aligned table">
|
||||
<thead>
|
||||
<tr class='toprow'>
|
||||
<th class="{sorter:'false'} text-center">
|
||||
<?php echo $MSG_STANDING ?>
|
||||
</th>
|
||||
<th><?php echo $MSG_USER ?></th>
|
||||
<th>
|
||||
<?php echo $MSG_NICK ?>
|
||||
</th>
|
||||
<th><?php echo $MSG_SOVLED ?></th>
|
||||
<th>
|
||||
<?php echo $MSG_CONTEST_PENALTY ?>
|
||||
</th>
|
||||
<?php
|
||||
for ($i = 0; $i < $pid_cnt; $i++) {
|
||||
if (time() < $end_time) { //during contest/exam time
|
||||
echo "<th><a href=problem.php?cid=$cid&pid=$i>$PID[$i]</a></td>";
|
||||
} else { //over contest/exam time
|
||||
|
||||
//check the problem will be use remained contest/exam
|
||||
$sql = "SELECT `problem_id` FROM `contest_problem` WHERE (`contest_id`=? AND `num`=?)";
|
||||
$tresult = pdo_query($sql, $cid, $i);
|
||||
|
||||
$tpid = $tresult[0][0];
|
||||
$sql = "SELECT `problem_id` FROM `problem` WHERE `problem_id`=? AND `problem_id` IN (
|
||||
SELECT `problem_id` FROM `contest_problem` WHERE `contest_id` IN (
|
||||
SELECT `contest_id` FROM `contest` WHERE (`defunct`='N' AND now()<`end_time`)
|
||||
)
|
||||
)";
|
||||
$tresult = pdo_query($sql, $tpid);
|
||||
|
||||
if (intval($tresult) != 0) //if the problem will be use remained contes/exam */
|
||||
echo "<th>$PID[$i]</th>";
|
||||
else
|
||||
echo "<th><a href='problem.php?id=" . $tpid . "'>" . $PID[$i] . "</a></th>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<?php
|
||||
$cnt = 0;
|
||||
for ($i = 0; $i < $user_cnt; $i++) {
|
||||
echo "<tr>";
|
||||
|
||||
$nick = $U[$i]->nick;
|
||||
echo "<td>";
|
||||
if ($nick[0] != "*")
|
||||
echo $rank++;
|
||||
else
|
||||
echo "*";
|
||||
echo "</td>";
|
||||
|
||||
$uuid = $U[$i]->user_id;
|
||||
if (isset($_GET['user_id']) && $uuid == $_GET['user_id'])
|
||||
echo "<td class='positive'>";
|
||||
else
|
||||
echo "<td>";
|
||||
echo "<a name=\"$uuid\" href=userinfo.php?user=$uuid>$uuid</a>";
|
||||
echo "</td>";
|
||||
|
||||
echo "<td><a href=userinfo.php?user=$uuid>" . htmlentities($U[$i]->nick, ENT_QUOTES, "UTF-8") . "</a></td>";
|
||||
|
||||
$usolved = $U[$i]->solved;
|
||||
echo "<td><a href=status.php?user_id=$uuid&cid=$cid>$usolved</a></td>";
|
||||
|
||||
echo "<td>" . sec2str($U[$i]->time) . "</td>";
|
||||
|
||||
for ($j = 0; $j < $pid_cnt; $j++) {
|
||||
$bg_color = "eeeeee";
|
||||
if (isset($U[$i]->p_ac_sec[$j]) && $U[$i]->p_ac_sec[$j] > 0) {
|
||||
$aa = 0x33 + $U[$i]->p_wa_num[$j] * 32;
|
||||
$aa = $aa > 0xaa ? 0xaa : $aa;
|
||||
$aa = dechex($aa);
|
||||
$bg_color = "$aa" . "ff" . "$aa";
|
||||
//$bg_color="aaffaa";
|
||||
if ($uuid == $first_blood[$j]) {
|
||||
$bg_color = "aaaaff";
|
||||
}
|
||||
} else if (isset($U[$i]->p_wa_num[$j]) && $U[$i]->p_wa_num[$j] > 0) {
|
||||
$aa = 0xaa - $U[$i]->p_wa_num[$j] * 10;
|
||||
$aa = $aa > 16 ? $aa : 16;
|
||||
$aa = dechex($aa);
|
||||
$bg_color = "ff$aa$aa";
|
||||
}
|
||||
echo "<td class='well' style='background-color:#$bg_color'>";
|
||||
if (isset($U[$i])) {
|
||||
if (isset($U[$i]->p_ac_sec[$j]) && $U[$i]->p_ac_sec[$j] > 0)
|
||||
echo sec2str($U[$i]->p_ac_sec[$j]);
|
||||
if (isset($U[$i]->p_wa_num[$j]) && $U[$i]->p_wa_num[$j] > 0)
|
||||
echo "(-" . $U[$i]->p_wa_num[$j] . ")";
|
||||
}
|
||||
}
|
||||
echo "</tr>\n";
|
||||
}
|
||||
?>
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="five wide column">
|
||||
<div class="card" style="padding: 0;">
|
||||
<div class="ui vertical fluid menu problemAction">
|
||||
<a class="item" href='contest.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_CONTEST; ?>C<?php echo $cid; ?>
|
||||
</a></li>
|
||||
<a class="item" href='status.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STATUS; ?>
|
||||
</a>
|
||||
<a class="active item" href='contestrank.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STANDING; ?>
|
||||
</a>
|
||||
<a class="item" href='contestrank-oi.php?cid=<?php echo $view_cid ?>'>OI-<?php echo $MSG_STANDING; ?></a>
|
||||
<a class="item" href='conteststatistics.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STATISTICS; ?>
|
||||
</a>
|
||||
<?php if(isset($_SESSION[$OJ_NAME.'_'.'administrator']) || isset($_SESSION[$OJ_NAME.'_'.'contest_creator'])) {?>
|
||||
<a href="suspect_list.php?cid=<?php echo $view_cid?>" class="item"><?php echo $MSG_IP_VERIFICATION?></a>
|
||||
<a href="user_set_ip.php?cid=<?php echo $view_cid?>" class="item"><?php echo $MSG_SET_LOGIN_IP?></a>
|
||||
<a target="_blank" href="../../bsadmin/contest_edit.php?cid=<?php echo $view_cid ?>" class="item"><?php echo $MSG_EDIT.$MSG_CONTEST;?></a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
var diff = new Date("<?php echo date("Y/m/d H:i:s") ?>").getTime() - new Date().getTime();
|
||||
//alert(diff);
|
||||
function clock() {
|
||||
var x, h, m, s, n, xingqi, y, mon, d;
|
||||
var x = new Date(new Date().getTime() + diff);
|
||||
y = x.getYear() + 1900;
|
||||
|
||||
if (y > 3000)
|
||||
y -= 1900;
|
||||
|
||||
mon = x.getMonth() + 1;
|
||||
d = x.getDate();
|
||||
xingqi = x.getDay();
|
||||
h = x.getHours();
|
||||
m = x.getMinutes();
|
||||
s = x.getSeconds();
|
||||
n = y + "-" + (mon >= 10 ? mon : "0" + mon) + "-" + (d >= 10 ? d : "0" + d) + " " + (h >= 10 ? h : "0" + h) + ":" + (m >= 10 ? m : "0" + m) + ":" + (s >= 10 ? s : "0" + s);
|
||||
|
||||
//alert(n);
|
||||
document.getElementById('nowdate').innerHTML = n;
|
||||
setTimeout("clock()", 1000);
|
||||
}
|
||||
clock();
|
||||
</script>
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
307
web/template/bshark/contestrank2.php
Normal file
307
web/template/bshark/contestrank2.php
Normal file
@@ -0,0 +1,307 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_STANDING; ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
<div class="card" style="margin: 3% 8% 5% 8%">
|
||||
<div class="card-body">
|
||||
<h2>
|
||||
<?php echo $title ?> - <?php echo $MSG_STANDING; ?>(滚榜)
|
||||
</h2>
|
||||
<a class="ui button blue" href="contestrank.xls.php?cid=<?php echo $cid ?>">下载xls文件</a>
|
||||
<table id=rank class="ui center aligned table">
|
||||
<thead>
|
||||
<tr class=toprow align=center>
|
||||
<th class="{sorter:'false'}">Rank
|
||||
<th width=10%>User</th>
|
||||
<th>Nick</th>
|
||||
<th>Solved</th>
|
||||
<th>Penalty</th>
|
||||
<?php
|
||||
$rank = 1;
|
||||
for ($i = 0; $i < $pid_cnt; $i++)
|
||||
echo "<th><a href=problem.php?cid=$cid&pid=$i>$PID[$i]</a></th>";
|
||||
echo "</thead>\n<tbody>";
|
||||
if (false)
|
||||
for ($i = 0; $i < $user_cnt; $i++) {
|
||||
echo "<tr>\n";
|
||||
echo "<td>";
|
||||
$uuid = $U[$i]->user_id;
|
||||
$nick = $U[$i]->nick;
|
||||
if ($nick[0] != "*")
|
||||
echo $rank++;
|
||||
else
|
||||
echo "*";
|
||||
$usolved = $U[$i]->solved;
|
||||
if (isset($_GET['user_id']) && $uuid == $_GET['user_id'])
|
||||
echo "<td bgcolor=#ffff77>";
|
||||
else
|
||||
echo "<td>";
|
||||
echo "<a name=\"$uuid\" href=userinfo.php?user=$uuid>$uuid</a>";
|
||||
echo "<td><a href=userinfo.php?user=$uuid>" . htmlentities($U[$i]->nick, ENT_QUOTES, "UTF-8") . "</a>";
|
||||
echo "<td><a href=status.php?user_id=$uuid&cid=$cid>$usolved</a>";
|
||||
echo "<td>" . sec2str($U[$i]->time);
|
||||
for ($j = 0; $j < $pid_cnt; $j++) {
|
||||
$bg_color = "eeeeee";
|
||||
if (isset($U[$i]->p_ac_sec[$j]) && $U[$i]->p_ac_sec[$j] > 0) {
|
||||
$aa = 0x33 + $U[$i]->p_wa_num[$j] * 32;
|
||||
$aa = $aa > 0xaa ? 0xaa : $aa;
|
||||
$aa = dechex($aa);
|
||||
$bg_color = "$aa" . "ff" . "$aa";
|
||||
//$bg_color="aaffaa";
|
||||
if ($uuid == $first_blood[$j]) {
|
||||
$bg_color = "aaaaff";
|
||||
}
|
||||
} else if (isset($U[$i]->p_wa_num[$j]) && $U[$i]->p_wa_num[$j] > 0) {
|
||||
$aa = 0xaa - $U[$i]->p_wa_num[$j] * 10;
|
||||
$aa = $aa > 16 ? $aa : 16;
|
||||
$aa = dechex($aa);
|
||||
$bg_color = "ff$aa$aa";
|
||||
}
|
||||
echo "<td class=well style='background-color:#$bg_color'>";
|
||||
if (isset($U[$i])) {
|
||||
if (isset($U[$i]->p_ac_sec[$j]) && $U[$i]->p_ac_sec[$j] > 0)
|
||||
echo sec2str($U[$i]->p_ac_sec[$j]);
|
||||
if (isset($U[$i]->p_wa_num[$j]) && $U[$i]->p_wa_num[$j] > 0)
|
||||
echo "(-" . $U[$i]->p_wa_num[$j] . ")";
|
||||
}
|
||||
}
|
||||
echo "</tr>\n";
|
||||
}
|
||||
echo "</tbody></table>";
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
function getTotal(rows) {
|
||||
var total = 0;
|
||||
return rows.length - 1;
|
||||
for (var i = 0; i < rows.length && total == 0; i++) {
|
||||
try {
|
||||
total = parseInt(rows[rows.length - i].cells[0].innerHTML);
|
||||
if (isNaN(total)) total = 0;
|
||||
} catch (e) {
|
||||
|
||||
}
|
||||
}
|
||||
return total;
|
||||
|
||||
}
|
||||
function metal() {
|
||||
var tb = window.document.getElementById('rank');
|
||||
var rows = tb.rows;
|
||||
try {
|
||||
var total = getTotal(rows);
|
||||
//alert(total);
|
||||
for (var i = 1; i < rows.length; i++) {
|
||||
var cell = rows[i].cells[0];
|
||||
var acc = rows[i].cells[3];
|
||||
var ac = parseInt(acc.innerHTML);
|
||||
if (isNaN(ac)) ac = parseInt(acc.textContent);
|
||||
|
||||
|
||||
if (cell.innerHTML != "*" && ac > 0) {
|
||||
|
||||
var r = i;
|
||||
if (r == 1) {
|
||||
cell.innerHTML = "Winner";
|
||||
//cell.style.cssText="background-color:gold;color:red";
|
||||
cell.className = "label yellow ui";
|
||||
} else {
|
||||
cell.innerHTML = r;
|
||||
}
|
||||
if (r > 1 && r <= total * .05 + 1)
|
||||
cell.className = "label ui yellow";
|
||||
if (r > total * .05 + 1 && r <= total * .20 + 1)
|
||||
cell.className = "ui label";
|
||||
if (r > total * .20 + 1 && r <= total * .45 + 1)
|
||||
cell.className = "ui label red";
|
||||
if (r > total * .45 + 1 && ac > 0)
|
||||
cell.className = "ui label teal";
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
alert(e);
|
||||
}
|
||||
}
|
||||
metal();
|
||||
replay();
|
||||
<?php if (isset($solution_json))
|
||||
echo "var solutions=$solution_json;" ?>
|
||||
var replay_index = 0;
|
||||
function replay() {
|
||||
replay_index = 0;
|
||||
window.setTimeout("add()", 1000);
|
||||
}
|
||||
function add() {
|
||||
if (replay_index >= solutions.length) return metal();
|
||||
var solution = solutions[replay_index];
|
||||
var tab = $("#rank");
|
||||
var row = findrow(tab, solution);
|
||||
if (row == null)
|
||||
tab.append(newrow(tab, solution));
|
||||
row = findrow(tab, solution);
|
||||
update(tab, row, solution);
|
||||
replay_index++;
|
||||
sort(tab[0].rows);
|
||||
metal();
|
||||
window.setTimeout("add()", 5);
|
||||
}
|
||||
function sec2str(sec) {
|
||||
var ret = "";
|
||||
if (sec < 36000) ret = "0";
|
||||
ret += parseInt(sec / 3600);
|
||||
ret += ":";
|
||||
if (sec % 3600 / 60 < 10) ret += "0";
|
||||
ret += parseInt(sec % 3600 / 60);
|
||||
ret += ":";
|
||||
if (sec % 60 < 10) ret += "0";
|
||||
ret += parseInt(sec % 60);
|
||||
return ret;
|
||||
}
|
||||
function str2sec(str) {
|
||||
var s = str.split(":");
|
||||
var h = parseInt(s[0]);
|
||||
var m = parseInt(s[1]);
|
||||
var s = parseInt(s[2]);
|
||||
return h * 3600 + m * 60 + s;
|
||||
}
|
||||
function colorful(td, ac, num) {
|
||||
if (num < 0) num = -num; else num = 0;
|
||||
num *= 10
|
||||
if (num > 255) num = 255;
|
||||
if (ac && num > 200) num = 200;
|
||||
var rb = ac ? num : 255 - num;
|
||||
if (ac) {
|
||||
// td.className="well green";
|
||||
td.style = "background-color: rgb(" + rb + ",255," + rb + ");";
|
||||
} else {
|
||||
td.style = "background-color: rgb(255," + rb + "," + rb + ");";
|
||||
}
|
||||
}
|
||||
function update(tab, row, solution) {
|
||||
var col = parseInt(solution["num"]) + 5;
|
||||
var old = row.cells[col].innerHTML;
|
||||
var time = 0;
|
||||
if (old != "") time = parseInt(old);
|
||||
if (!(old.charAt(0) == '-' || old == '')) return;
|
||||
if (parseInt(solution["result"]) == 4) {
|
||||
if (old.charAt(0) == '-' || old == '') {
|
||||
var pt = time;
|
||||
time = parseInt(solution["in_date"]) - time * 1200;
|
||||
|
||||
penalty = str2sec(row.cells[4].innerHTML);
|
||||
penalty += time;
|
||||
row.cells[4].innerHTML = sec2str(penalty);
|
||||
row.cells[col].innerHTML = sec2str(parseInt(solution["in_date"]));
|
||||
if (pt != 0)
|
||||
row.cells[col].innerHTML += "(" + pt + ")";
|
||||
colorful(row.cells[col], true, pt);
|
||||
} else {
|
||||
if (row.cells[col].className == "well green");
|
||||
}
|
||||
row.cells[3].innerHTML = parseInt(row.cells[3].innerHTML) + 1;
|
||||
} else {
|
||||
time--;
|
||||
row.cells[col].innerHTML = time;
|
||||
colorful(row.cells[col], false, time);
|
||||
}
|
||||
/*
|
||||
if(parseInt(solution["result"])==4){
|
||||
if(row.cells[col].className!="well green"){
|
||||
}
|
||||
row.cells[col].className="well green";
|
||||
}else{
|
||||
if(row.cells[col].className!="well green")
|
||||
row.cells[col].className="well red";
|
||||
}
|
||||
*/
|
||||
}
|
||||
function sort(rows) {
|
||||
for (var i = 1; i < rows.length; i++) {
|
||||
for (var j = 1; j < i; j++) {
|
||||
if (cmp(rows[i], rows[j])) {
|
||||
swapNode(rows[i], rows[j]);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
function swapNode(node1, node2) {
|
||||
var parent = node1.parentNode;//父节点
|
||||
var t1 = node1.nextSibling;//两节点的相对位置
|
||||
var t2 = node2.nextSibling;
|
||||
$(node1).fadeToggle("slow");
|
||||
$(node2).fadeToggle("slow");
|
||||
//如果是插入到最后就用appendChild
|
||||
if (t1) parent.insertBefore(node2, t1);
|
||||
else parent.appendChild(node2);
|
||||
if (t2) parent.insertBefore(node1, t2);
|
||||
else parent.appendChild(node1);
|
||||
$(node1).fadeToggle("slow");
|
||||
$(node2).fadeToggle("slow");
|
||||
}
|
||||
function cmp(a, b) {
|
||||
if (parseInt(a.cells[3].innerHTML) > parseInt(b.cells[3].innerHTML))
|
||||
return true;
|
||||
|
||||
if (parseInt(a.cells[3].innerHTML) == parseInt(b.cells[3].innerHTML))
|
||||
return str2sec(a.cells[4].innerHTML) < str2sec(b.cells[4].innerHTML);
|
||||
}
|
||||
function trim(str) { //删除左右两端的空格
|
||||
return str.replace(/(^\s*)|(\s*$)/g, "");
|
||||
}
|
||||
function newrow(tab, solution) {
|
||||
|
||||
var row = "<tr><td></td><td>" + solution['user_id'] + "</td>";
|
||||
row += "<td>" + trim(solution['nick']) + "</td>";
|
||||
row += "<td>";
|
||||
var css = "grey";
|
||||
var time = 0;
|
||||
if (solution['result'] == 4) {
|
||||
row += "1";
|
||||
time = solution['in_date'];
|
||||
count = sec2str(time);
|
||||
css = "well green";
|
||||
} else {
|
||||
row += "0";
|
||||
css = "well red";
|
||||
count = -1;
|
||||
}
|
||||
row += "</td>";
|
||||
var n = tab[0].rows[0].cells.length;
|
||||
row += "<td>" + sec2str(time) + "</td>";
|
||||
|
||||
for (var i = 5; i < n; i++) {
|
||||
if (i - 5 == solution['num'])
|
||||
row += "<td class='" + css + "'>" + count + "</td>";
|
||||
else
|
||||
row += "<td></td>";
|
||||
}
|
||||
row += "</tr>";
|
||||
return row;
|
||||
}
|
||||
function findrow(tab, solution) {
|
||||
var rows = tab[0].rows;
|
||||
for (var i = 0; i < rows.length; i++) {
|
||||
if (rows[i].cells[1].innerHTML == solution['user_id'])
|
||||
return rows[i];
|
||||
|
||||
}
|
||||
return null;
|
||||
}
|
||||
</script>
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
36
web/template/bshark/contestrank3.php
Normal file
36
web/template/bshark/contestrank3.php
Normal file
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_RANKLIST; ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="template/<?php echo $OJ_TEMPLATE ?>/scrollboard.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
<script type="text/javascript" src="include/jquery.tablesorter.js?v=0.1"></script>
|
||||
<script type="text/javascript" src="template/<?php echo $OJ_TEMPLATE ?>/scrollboard.js?v=0.09"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
var board = new Board(<?php echo $problem_num ?>, new Array(<?php echo $gold_num ?>, <?php echo $silver_num ?>, <?php echo $bronze_num ?>), StringToDate("<?php echo $start_time_str ?>"), StringToDate("<?php echo $lock_time_str ?>"),<?php echo $cid ?>);
|
||||
|
||||
board.showInitBoard();
|
||||
$('html').click(function (e) {
|
||||
board.keydown();
|
||||
});
|
||||
$('html').keydown(function (e) {
|
||||
if (e.keyCode == 13)
|
||||
board.keydown();
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
163
web/template/bshark/contestrank4.php
Normal file
163
web/template/bshark/contestrank4.php
Normal file
@@ -0,0 +1,163 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_STANDING; ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
<?php
|
||||
if (isset($_GET['cid'])) {
|
||||
$cid = intval($_GET['cid']);
|
||||
$view_cid = $cid;
|
||||
//print $cid;
|
||||
|
||||
//check contest valid
|
||||
$sql = "SELECT * FROM `contest` WHERE `contest_id`=?";
|
||||
$result = pdo_query($sql, $cid);
|
||||
|
||||
$rows_cnt = count($result);
|
||||
$contest_ok = true;
|
||||
$password = "";
|
||||
|
||||
if (isset($_POST['password']))
|
||||
$password = $_POST['password'];
|
||||
|
||||
if (false) {
|
||||
$password = stripslashes($password);
|
||||
}
|
||||
|
||||
if ($rows_cnt == 0) {
|
||||
$view_title = "比赛已经关闭!";
|
||||
} else {
|
||||
$row = $result[0];
|
||||
$view_private = $row['private'];
|
||||
|
||||
if ($password != "" && $password == $row['password'])
|
||||
$_SESSION[$OJ_NAME . '_' . 'c' . $cid] = true;
|
||||
|
||||
if ($row['private'] && !isset($_SESSION[$OJ_NAME . '_' . 'c' . $cid]))
|
||||
$contest_ok = false;
|
||||
|
||||
if ($row['defunct'] == 'Y')
|
||||
$contest_ok = false;
|
||||
|
||||
if (isset($_SESSION[$OJ_NAME . '_' . 'administrator']))
|
||||
$contest_ok = true;
|
||||
|
||||
$now = time();
|
||||
$start_time = strtotime($row['start_time']);
|
||||
$end_time = strtotime($row['end_time']);
|
||||
$view_description = $row['description'];
|
||||
$view_title = $row['title'];
|
||||
$view_start_time = $row['start_time'];
|
||||
$view_end_time = $row['end_time'];
|
||||
}
|
||||
}
|
||||
?>
|
||||
<div class="ui container bsharkMain">
|
||||
<div class="ui stackable grid">
|
||||
<div class="eleven wide column">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2>C<?php echo $view_cid; ?>: <?php echo $view_title; ?>
|
||||
</h2>
|
||||
<span class="ui label <?php
|
||||
if ($now > $end_time)
|
||||
echo "grey";
|
||||
else if ($now < $start_time)
|
||||
echo "green";
|
||||
else
|
||||
echo "red";
|
||||
?>">
|
||||
<?php
|
||||
if ($now > $end_time)
|
||||
echo $MSG_Ended;
|
||||
else if ($now < $start_time)
|
||||
echo "未开始";
|
||||
else
|
||||
echo $MSG_Running;
|
||||
?>
|
||||
</span>
|
||||
<span class="ui label <?php
|
||||
if ($view_private == '0')
|
||||
echo "blue";
|
||||
else
|
||||
echo "red";
|
||||
?>">
|
||||
<?php
|
||||
if ($view_private == '0')
|
||||
echo $MSG_Public;
|
||||
else
|
||||
echo $MSG_Private;
|
||||
?>
|
||||
</span>
|
||||
<h3>
|
||||
<?php echo $MSG_CONTEST; ?><?php echo $MSG_TIME; ?>
|
||||
</h3>
|
||||
<span class="ui label basic black">
|
||||
<?php echo $view_start_time; ?>
|
||||
</span>~<span class="ui label basic black"><?php echo $view_end_time; ?></span> 现在:<span
|
||||
class="ui blue label" id="nowdate"></span>
|
||||
<a class="ui button mini blue" href="contestrank.xls.php?cid=<?php echo $cid ?>">Download xls
|
||||
file</a>
|
||||
<h1 style="color: #db2828;">页面不可用!</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="five wide column">
|
||||
<div class="card" style="padding: 0;">
|
||||
<div class="ui vertical fluid menu problemAction">
|
||||
<a class="item" href='contest.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_CONTEST; ?>C<?php echo $cid; ?>
|
||||
</a></li>
|
||||
<a class="item" href='status.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STATUS; ?>
|
||||
</a>
|
||||
<a class="active item" href='contestrank.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STANDING; ?>
|
||||
</a>
|
||||
<a class="item" href='contestrank-oi.php?cid=<?php echo $view_cid ?>'>OI-<?php echo $MSG_STANDING; ?></a>
|
||||
<a class="item" href='conteststatistics.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STATISTICS; ?>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
var diff = new Date("<?php echo date("Y/m/d H:i:s") ?>").getTime() - new Date().getTime();
|
||||
//alert(diff);
|
||||
function clock() {
|
||||
var x, h, m, s, n, xingqi, y, mon, d;
|
||||
var x = new Date(new Date().getTime() + diff);
|
||||
y = x.getYear() + 1900;
|
||||
|
||||
if (y > 3000)
|
||||
y -= 1900;
|
||||
|
||||
mon = x.getMonth() + 1;
|
||||
d = x.getDate();
|
||||
xingqi = x.getDay();
|
||||
h = x.getHours();
|
||||
m = x.getMinutes();
|
||||
s = x.getSeconds();
|
||||
n = y + "-" + (mon >= 10 ? mon : "0" + mon) + "-" + (d >= 10 ? d : "0" + d) + " " + (h >= 10 ? h : "0" + h) + ":" + (m >= 10 ? m : "0" + m) + ":" + (s >= 10 ? s : "0" + s);
|
||||
|
||||
//alert(n);
|
||||
document.getElementById('nowdate').innerHTML = n;
|
||||
setTimeout("clock()", 1000);
|
||||
}
|
||||
clock();
|
||||
</script>
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
163
web/template/bshark/contestrank5.php
Normal file
163
web/template/bshark/contestrank5.php
Normal file
@@ -0,0 +1,163 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_STANDING; ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
<?php
|
||||
if (isset($_GET['cid'])) {
|
||||
$cid = intval($_GET['cid']);
|
||||
$view_cid = $cid;
|
||||
//print $cid;
|
||||
|
||||
//check contest valid
|
||||
$sql = "SELECT * FROM `contest` WHERE `contest_id`=?";
|
||||
$result = pdo_query($sql, $cid);
|
||||
|
||||
$rows_cnt = count($result);
|
||||
$contest_ok = true;
|
||||
$password = "";
|
||||
|
||||
if (isset($_POST['password']))
|
||||
$password = $_POST['password'];
|
||||
|
||||
if (false) {
|
||||
$password = stripslashes($password);
|
||||
}
|
||||
|
||||
if ($rows_cnt == 0) {
|
||||
$view_title = "比赛已经关闭!";
|
||||
} else {
|
||||
$row = $result[0];
|
||||
$view_private = $row['private'];
|
||||
|
||||
if ($password != "" && $password == $row['password'])
|
||||
$_SESSION[$OJ_NAME . '_' . 'c' . $cid] = true;
|
||||
|
||||
if ($row['private'] && !isset($_SESSION[$OJ_NAME . '_' . 'c' . $cid]))
|
||||
$contest_ok = false;
|
||||
|
||||
if ($row['defunct'] == 'Y')
|
||||
$contest_ok = false;
|
||||
|
||||
if (isset($_SESSION[$OJ_NAME . '_' . 'administrator']))
|
||||
$contest_ok = true;
|
||||
|
||||
$now = time();
|
||||
$start_time = strtotime($row['start_time']);
|
||||
$end_time = strtotime($row['end_time']);
|
||||
$view_description = $row['description'];
|
||||
$view_title = $row['title'];
|
||||
$view_start_time = $row['start_time'];
|
||||
$view_end_time = $row['end_time'];
|
||||
}
|
||||
}
|
||||
?>
|
||||
<div class="ui container bsharkMain">
|
||||
<div class="ui stackable grid">
|
||||
<div class="eleven wide column">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2>C<?php echo $view_cid; ?>: <?php echo $view_title; ?>
|
||||
</h2>
|
||||
<span class="ui label <?php
|
||||
if ($now > $end_time)
|
||||
echo "grey";
|
||||
else if ($now < $start_time)
|
||||
echo "green";
|
||||
else
|
||||
echo "red";
|
||||
?>">
|
||||
<?php
|
||||
if ($now > $end_time)
|
||||
echo $MSG_Ended;
|
||||
else if ($now < $start_time)
|
||||
echo "未开始";
|
||||
else
|
||||
echo $MSG_Running;
|
||||
?>
|
||||
</span>
|
||||
<span class="ui label <?php
|
||||
if ($view_private == '0')
|
||||
echo "blue";
|
||||
else
|
||||
echo "red";
|
||||
?>">
|
||||
<?php
|
||||
if ($view_private == '0')
|
||||
echo $MSG_Public;
|
||||
else
|
||||
echo $MSG_Private;
|
||||
?>
|
||||
</span>
|
||||
<h3>
|
||||
<?php echo $MSG_CONTEST; ?><?php echo $MSG_TIME; ?>
|
||||
</h3>
|
||||
<span class="ui label basic black">
|
||||
<?php echo $view_start_time; ?>
|
||||
</span>~<span class="ui label basic black"><?php echo $view_end_time; ?></span> 现在:<span
|
||||
class="ui blue label" id="nowdate"></span>
|
||||
<a class="ui button mini blue" href="contestrank.xls.php?cid=<?php echo $cid ?>">Download xls
|
||||
file</a>
|
||||
<h1 style="color: #db2828;">页面不可用!</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="five wide column">
|
||||
<div class="card" style="padding: 0;">
|
||||
<div class="ui vertical fluid menu problemAction">
|
||||
<a class="item" href='contest.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_CONTEST; ?>C<?php echo $cid; ?>
|
||||
</a></li>
|
||||
<a class="item" href='status.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STATUS; ?>
|
||||
</a>
|
||||
<a class="active item" href='contestrank.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STANDING; ?>
|
||||
</a>
|
||||
<a class="item" href='contestrank-oi.php?cid=<?php echo $view_cid ?>'>OI-<?php echo $MSG_STANDING; ?></a>
|
||||
<a class="item" href='conteststatistics.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STATISTICS; ?>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
var diff = new Date("<?php echo date("Y/m/d H:i:s") ?>").getTime() - new Date().getTime();
|
||||
//alert(diff);
|
||||
function clock() {
|
||||
var x, h, m, s, n, xingqi, y, mon, d;
|
||||
var x = new Date(new Date().getTime() + diff);
|
||||
y = x.getYear() + 1900;
|
||||
|
||||
if (y > 3000)
|
||||
y -= 1900;
|
||||
|
||||
mon = x.getMonth() + 1;
|
||||
d = x.getDate();
|
||||
xingqi = x.getDay();
|
||||
h = x.getHours();
|
||||
m = x.getMinutes();
|
||||
s = x.getSeconds();
|
||||
n = y + "-" + (mon >= 10 ? mon : "0" + mon) + "-" + (d >= 10 ? d : "0" + d) + " " + (h >= 10 ? h : "0" + h) + ":" + (m >= 10 ? m : "0" + m) + ":" + (s >= 10 ? s : "0" + s);
|
||||
|
||||
//alert(n);
|
||||
document.getElementById('nowdate').innerHTML = n;
|
||||
setTimeout("clock()", 1000);
|
||||
}
|
||||
clock();
|
||||
</script>
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
136
web/template/bshark/contestset.php
Normal file
136
web/template/bshark/contestset.php
Normal file
@@ -0,0 +1,136 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_CONTEST; ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
<div class="ui container bsharkMain">
|
||||
<div class="ui stackable grid">
|
||||
<div class="eleven wide column">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2 class="ui header">
|
||||
<?php echo $MSG_CONTEST; ?>
|
||||
</h2>
|
||||
<?php if (isset($_GET["my"])) { ?>
|
||||
<a class="ui button primary" href="contest.php">
|
||||
<?php echo $MSG_VIEW_ALL_CONTESTS ?>
|
||||
</a>
|
||||
<?php } ?>
|
||||
<table class="ui single line fluid compact table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
<?php echo $MSG_CONTEST_ID ?>
|
||||
</th>
|
||||
<th>
|
||||
<?php echo $MSG_CONTEST_NAME ?>
|
||||
</th>
|
||||
<th>
|
||||
<?php echo $MSG_CONTEST_STATUS ?>
|
||||
</th>
|
||||
<th>
|
||||
<?php echo $MSG_CONTEST_OPEN ?>
|
||||
</th>
|
||||
<th>
|
||||
<?php echo $MSG_CONTEST_CREATOR ?>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php
|
||||
foreach ($view_contest as $row) {
|
||||
echo "<tr>";
|
||||
foreach ($row as $table_cell) {
|
||||
echo "<td>";
|
||||
echo "\t" . $table_cell;
|
||||
echo "</td>";
|
||||
}
|
||||
echo "</tr>";
|
||||
}
|
||||
?>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="ui container center aligned">
|
||||
<div class="ui borderless tiny menu pagination">
|
||||
<a class="icon item" href="contest.php?page=1"><i
|
||||
class="angle double left icon"></i></a>
|
||||
<?php
|
||||
if (!isset($page))
|
||||
$page = 1;
|
||||
$page = intval($page);
|
||||
$section = 8;
|
||||
$start = $page > $section ? $page - $section : 1;
|
||||
$end = $page + $section > $view_total_page ? $view_total_page : $page + $section;
|
||||
for ($i = $start; $i <= $end; $i++) {
|
||||
echo "<a class='" . ($page == $i ? "active " : "") . "item' href='contest.php?page=" . $i . (isset($_GET['my']) ? "&my" : "") . "'>" . $i . "</a>";
|
||||
}
|
||||
?>
|
||||
<a class="item" href="contest.php?page=<?php echo $view_total_page ?>"><i
|
||||
class="angle double right icon"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="five wide column">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2 class="ui header">现在时间</h2>
|
||||
<span id=nowdate></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2 class="ui header">
|
||||
<?php echo $MSG_SEARCH; ?>
|
||||
</h2>
|
||||
<form method=post action=contest.php class="form-inline">
|
||||
<div class="ui action fluid input">
|
||||
<input type="text" name="keyword"
|
||||
value="<?php if (isset($_POST['keyword']))
|
||||
echo htmlentities($_POST['keyword'], ENT_QUOTES, "UTF-8") ?>"
|
||||
placeholder="<?php echo $MSG_CONTEST_NAME ?>">
|
||||
<button type=submit class="ui button">
|
||||
<?php echo $MSG_SEARCH; ?>
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
<script>
|
||||
var diff = new Date("<?php echo date("Y/m/d H:i:s") ?>").getTime() - new Date().getTime();
|
||||
//alert(diff);
|
||||
function clock() {
|
||||
var x, h, m, s, n, xingqi, y, mon, d;
|
||||
var x = new Date(new Date().getTime() + diff);
|
||||
y = x.getYear() + 1900;
|
||||
if (y > 3000) y -= 1900;
|
||||
mon = x.getMonth() + 1;
|
||||
d = x.getDate();
|
||||
xingqi = x.getDay();
|
||||
h = x.getHours();
|
||||
m = x.getMinutes();
|
||||
s = x.getSeconds();
|
||||
n = y + "-" + mon + "-" + d + " " + (h >= 10 ? h : "0" + h) + ":" + (m >= 10 ? m : "0" + m) + ":" + (s >= 10 ? s : "0" + s);
|
||||
//alert(n);
|
||||
document.getElementById('nowdate').innerHTML = n;
|
||||
setTimeout("clock()", 1000);
|
||||
}
|
||||
clock();
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
254
web/template/bshark/conteststatistics.php
Normal file
254
web/template/bshark/conteststatistics.php
Normal file
@@ -0,0 +1,254 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_STATISTICS; ?> - <?php $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
<?php
|
||||
if (isset($_GET['cid'])) {
|
||||
$cid = intval($_GET['cid']);
|
||||
$view_cid = $cid;
|
||||
//print $cid;
|
||||
|
||||
//check contest valid
|
||||
$sql = "SELECT * FROM `contest` WHERE `contest_id`=?";
|
||||
$result = pdo_query($sql, $cid);
|
||||
|
||||
$rows_cnt = count($result);
|
||||
$contest_ok = true;
|
||||
$password = "";
|
||||
|
||||
if (isset($_POST['password']))
|
||||
$password = $_POST['password'];
|
||||
|
||||
if (false) {
|
||||
$password = stripslashes($password);
|
||||
}
|
||||
|
||||
if ($rows_cnt == 0) {
|
||||
$view_title = "比赛已经关闭!";
|
||||
} else {
|
||||
$row = $result[0];
|
||||
$view_private = $row['private'];
|
||||
|
||||
if ($password != "" && $password == $row['password'])
|
||||
$_SESSION[$OJ_NAME . '_' . 'c' . $cid] = true;
|
||||
|
||||
if ($row['private'] && !isset($_SESSION[$OJ_NAME . '_' . 'c' . $cid]))
|
||||
$contest_ok = false;
|
||||
|
||||
if ($row['defunct'] == 'Y')
|
||||
$contest_ok = false;
|
||||
|
||||
if (isset($_SESSION[$OJ_NAME . '_' . 'administrator']))
|
||||
$contest_ok = true;
|
||||
|
||||
$now = time();
|
||||
$start_time = strtotime($row['start_time']);
|
||||
$end_time = strtotime($row['end_time']);
|
||||
$view_description = $row['description'];
|
||||
$view_title = $row['title'];
|
||||
$view_start_time = $row['start_time'];
|
||||
$view_end_time = $row['end_time'];
|
||||
}
|
||||
}
|
||||
?>
|
||||
<div class="ui container bsharkMain">
|
||||
<div class="ui stackable grid">
|
||||
<div class="eleven wide column">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2>C<?php echo $view_cid; ?>: <?php echo $view_title; ?> - <?php echo $MSG_STATISTICS; ?>
|
||||
</h2>
|
||||
<span class="ui label <?php
|
||||
if ($now > $end_time)
|
||||
echo "grey";
|
||||
else if ($now < $start_time)
|
||||
echo "green";
|
||||
else
|
||||
echo "red";
|
||||
?>">
|
||||
<?php
|
||||
if ($now > $end_time)
|
||||
echo $MSG_Ended;
|
||||
else if ($now < $start_time)
|
||||
echo "未开始";
|
||||
else
|
||||
echo $MSG_Running;
|
||||
?>
|
||||
</span>
|
||||
<span class="ui label <?php
|
||||
if ($view_private == '0')
|
||||
echo "blue";
|
||||
else
|
||||
echo "red";
|
||||
?>">
|
||||
<?php
|
||||
if ($view_private == '0')
|
||||
echo $MSG_Public;
|
||||
else
|
||||
echo $MSG_Private;
|
||||
?>
|
||||
</span>
|
||||
<h3>
|
||||
<?php echo $MSG_CONTEST; ?><?php echo $MSG_TIME; ?>
|
||||
</h3>
|
||||
<span class="ui label basic black">
|
||||
<?php echo $view_start_time; ?>
|
||||
</span>~<span class="ui label basic black"><?php echo $view_end_time; ?></span>
|
||||
<?php if (isset($OJ_RANK_LOCK_PERCENT)&&$OJ_RANK_LOCK_PERCENT!=0) { ?>
|
||||
Lock Board Time: <?php echo date("Y-m-d H:i:s", $view_lock_time) ?><br>
|
||||
<?php } ?>
|
||||
现在:<span
|
||||
class="ui blue label" id="nowdate"></span>
|
||||
<table id=cs class="ui table center aligned" width=100%>
|
||||
<thead>
|
||||
<tr class=toprow>
|
||||
<th></th>
|
||||
<th>AC</th>
|
||||
<th>PE</th>
|
||||
<th>WA</th>
|
||||
<th>TLE</th>
|
||||
<th>MLE</th>
|
||||
<th>OLE</th>
|
||||
<th>RE</th>
|
||||
<th>CE</th>
|
||||
<th>TR</th>
|
||||
<th>|</th>
|
||||
<th>Total</th>
|
||||
<?php
|
||||
$i = 0;
|
||||
foreach ($language_name as $lang) {
|
||||
if (isset($R[$pid_cnt][$i + 11]))
|
||||
echo "<th>$language_name[$i]</th>";
|
||||
else
|
||||
echo ""; //"<th></th>";
|
||||
$i++;
|
||||
}
|
||||
?>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<?php
|
||||
for ($i = 0; $i < $pid_cnt; $i++) {
|
||||
if (!isset($PID[$i]))
|
||||
$PID[$i] = "";
|
||||
|
||||
if ($i & 1)
|
||||
echo "<tr>";
|
||||
else
|
||||
echo "<tr>";
|
||||
|
||||
if (time() < $end_time) { //during contest/exam time
|
||||
echo "<td><a href=problem.php?cid=$cid&pid=$i>$PID[$i]</a></td>";
|
||||
} else { //over contest/exam time
|
||||
//check the problem will be use remained contest/exam
|
||||
$sql = "SELECT `problem_id` FROM `contest_problem` WHERE (`contest_id`=? AND `num`=?)";
|
||||
$tresult = pdo_query($sql, $cid, $i);
|
||||
|
||||
$tpid = $tresult[0][0];
|
||||
$sql = "SELECT `problem_id` FROM `problem` WHERE `problem_id`=? AND `problem_id` IN (
|
||||
SELECT `problem_id` FROM `contest_problem` WHERE `contest_id` IN (
|
||||
SELECT `contest_id` FROM `contest` WHERE (`defunct`='N' AND now()<`end_time`)
|
||||
)
|
||||
)";
|
||||
$tresult = pdo_query($sql, $tpid);
|
||||
|
||||
if (intval($tresult) != 0) //if the problem will be use remained contes/exam */
|
||||
echo "<td>$PID[$i]</td>";
|
||||
else
|
||||
echo "<td><a href='problem.php?id=" . $tpid . "'>" . $PID[$i] . "</a></td>";
|
||||
}
|
||||
|
||||
for ($j = 0; $j < count($language_name) + 11; $j++) {
|
||||
// if (!isset($R[$i][$j]))
|
||||
// $R[$i][$j]="";
|
||||
if ($j < 11 || isset($R[$pid_cnt][$j]))
|
||||
echo "<td>" . $R[$i][$j] . "</td>";
|
||||
}
|
||||
echo "</tr>";
|
||||
}
|
||||
|
||||
echo "<tr>";
|
||||
echo "<td>Total</td>";
|
||||
|
||||
for ($j = 0; $j < count($language_name) + 11; $j++) {
|
||||
// if(!isset($R[$i][$j]))
|
||||
// $R[$i][$j]="";
|
||||
|
||||
if ($j < 11 || isset($R[$pid_cnt][$j]))
|
||||
echo "<td>" . $R[$i][$j] . "</td>";
|
||||
|
||||
}
|
||||
echo "</tr>";
|
||||
|
||||
?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="five wide column">
|
||||
<div class="card" style="padding: 0;">
|
||||
<div class="ui vertical fluid menu problemAction">
|
||||
<a class="item" href='contest.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_CONTEST; ?>C<?php echo $cid; ?>
|
||||
</a></li>
|
||||
<a class="item" href='status.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STATUS; ?>
|
||||
</a>
|
||||
<a class="item" href='contestrank.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STANDING; ?>
|
||||
</a>
|
||||
<a class="item" href='contestrank-oi.php?cid=<?php echo $view_cid ?>'>OI-<?php echo $MSG_STANDING; ?></a>
|
||||
<a class="active item" href='conteststatistics.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STATISTICS; ?>
|
||||
</a>
|
||||
<?php if(isset($_SESSION[$OJ_NAME.'_'.'administrator']) || isset($_SESSION[$OJ_NAME.'_'.'contest_creator'])) {?>
|
||||
<a href="suspect_list.php?cid=<?php echo $view_cid?>" class="item"><?php echo $MSG_IP_VERIFICATION?></a>
|
||||
<a href="user_set_ip.php?cid=<?php echo $view_cid?>" class="item"><?php echo $MSG_SET_LOGIN_IP?></a>
|
||||
<a target="_blank" href="../../bsadmin/contest_edit.php?cid=<?php echo $view_cid ?>" class="item"><?php echo $MSG_EDIT.$MSG_CONTEST;?></a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
var diff = new Date("<?php echo date("Y/m/d H:i:s") ?>").getTime() - new Date().getTime();
|
||||
//alert(diff);
|
||||
function clock() {
|
||||
var x, h, m, s, n, xingqi, y, mon, d;
|
||||
var x = new Date(new Date().getTime() + diff);
|
||||
y = x.getYear() + 1900;
|
||||
|
||||
if (y > 3000)
|
||||
y -= 1900;
|
||||
|
||||
mon = x.getMonth() + 1;
|
||||
d = x.getDate();
|
||||
xingqi = x.getDay();
|
||||
h = x.getHours();
|
||||
m = x.getMinutes();
|
||||
s = x.getSeconds();
|
||||
n = y + "-" + (mon >= 10 ? mon : "0" + mon) + "-" + (d >= 10 ? d : "0" + d) + " " + (h >= 10 ? h : "0" + h) + ":" + (m >= 10 ? m : "0" + m) + ":" + (s >= 10 ? s : "0" + s);
|
||||
|
||||
//alert(n);
|
||||
document.getElementById('nowdate').innerHTML = n;
|
||||
setTimeout("clock()", 1000);
|
||||
}
|
||||
clock();
|
||||
</script>
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
365
web/template/bshark/conteststatus.php
Normal file
365
web/template/bshark/conteststatus.php
Normal file
@@ -0,0 +1,365 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_STATUS; ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
<div class="ui container bsharkMain">
|
||||
<div class="ui stackable grid">
|
||||
<div class="eleven wide column">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<?php
|
||||
if (isset($_GET['cid'])) {
|
||||
$cid = intval($_GET['cid']);
|
||||
$view_cid = $cid;
|
||||
//print $cid;
|
||||
|
||||
//check contest valid
|
||||
$sql = "SELECT * FROM `contest` WHERE `contest_id`=?";
|
||||
$result = pdo_query($sql, $cid);
|
||||
|
||||
$rows_cnt = count($result);
|
||||
$contest_ok = true;
|
||||
$password = "";
|
||||
|
||||
if (isset($_POST['password']))
|
||||
$password = $_POST['password'];
|
||||
|
||||
if (false) {
|
||||
$password = stripslashes($password);
|
||||
}
|
||||
|
||||
if ($rows_cnt == 0) {
|
||||
$view_title = "比赛已经关闭!";
|
||||
} else {
|
||||
$row = $result[0];
|
||||
$view_private = $row['private'];
|
||||
|
||||
if ($password != "" && $password == $row['password'])
|
||||
$_SESSION[$OJ_NAME . '_' . 'c' . $cid] = true;
|
||||
|
||||
if ($row['private'] && !isset($_SESSION[$OJ_NAME . '_' . 'c' . $cid]))
|
||||
$contest_ok = false;
|
||||
|
||||
if ($row['defunct'] == 'Y')
|
||||
$contest_ok = false;
|
||||
|
||||
if (isset($_SESSION[$OJ_NAME . '_' . 'administrator']))
|
||||
$contest_ok = true;
|
||||
|
||||
$now = time();
|
||||
$start_time = strtotime($row['start_time']);
|
||||
$end_time = strtotime($row['end_time']);
|
||||
$view_description = $row['description'];
|
||||
$view_title = $row['title'];
|
||||
$view_start_time = $row['start_time'];
|
||||
$view_end_time = $row['end_time'];
|
||||
}
|
||||
}
|
||||
?>
|
||||
<h2>C<?php echo $view_cid; ?>: <?php echo $view_title; ?>
|
||||
</h2>
|
||||
<span class="ui label <?php
|
||||
if ($now > $end_time)
|
||||
echo "grey";
|
||||
else if ($now < $start_time)
|
||||
echo "green";
|
||||
else
|
||||
echo "red";
|
||||
?>">
|
||||
<?php
|
||||
if ($now > $end_time)
|
||||
echo $MSG_Ended;
|
||||
else if ($now < $start_time)
|
||||
echo "未开始";
|
||||
else
|
||||
echo $MSG_Running;
|
||||
?>
|
||||
</span>
|
||||
<span class="ui label <?php
|
||||
if ($view_private == '0')
|
||||
echo "blue";
|
||||
else
|
||||
echo "red";
|
||||
?>">
|
||||
<?php
|
||||
if ($view_private == '0')
|
||||
echo $MSG_Public;
|
||||
else
|
||||
echo $MSG_Private;
|
||||
?>
|
||||
</span>
|
||||
<h3>
|
||||
<?php echo $MSG_CONTEST; ?><?php echo $MSG_TIME; ?>
|
||||
</h3>
|
||||
<span class="ui label basic black">
|
||||
<?php echo $view_start_time; ?>
|
||||
</span>~<span class="ui label basic black"><?php echo $view_end_time; ?></span>
|
||||
<?php if (isset($OJ_RANK_LOCK_PERCENT) && $OJ_RANK_LOCK_PERCENT != 0) { ?>
|
||||
Lock Board Time: <?php echo date("Y-m-d H:i:s", $view_lock_time) ?><br>
|
||||
<?php } ?>
|
||||
现在:<span class="ui blue label" id="nowdate"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<table id="result-tab" class="ui very basic fluid stackable table" style="width:100%">
|
||||
<thead>
|
||||
<tr class='toprow'>
|
||||
<th>
|
||||
#
|
||||
</th>
|
||||
<th>
|
||||
<?php echo $MSG_USER ?>
|
||||
</th>
|
||||
<th>
|
||||
<?php echo $MSG_NICK ?>
|
||||
</th>
|
||||
<th>
|
||||
<?php echo $MSG_PROBLEM ?>
|
||||
</th>
|
||||
<th width=20%>
|
||||
<?php echo $MSG_RESULT ?>
|
||||
</th>
|
||||
<th class='hidden-xs'>
|
||||
<?php echo $MSG_MEMORY ?>
|
||||
</th>
|
||||
<th class='hidden-xs'>
|
||||
<?php echo $MSG_TIME ?>
|
||||
</th>
|
||||
<th>
|
||||
<?php echo $MSG_LANG ?>
|
||||
</th>
|
||||
<th class='hidden-xs'>
|
||||
<?php echo $MSG_CODE_LENGTH ?>
|
||||
</th>
|
||||
<th>
|
||||
<?php echo $MSG_SUBMIT_TIME ?>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php
|
||||
$cnt = 0;
|
||||
foreach ($view_status as $row) {
|
||||
echo "<tr>";
|
||||
$i = 0;
|
||||
foreach ($row as $table_cell) {
|
||||
if ($i > 9)
|
||||
continue;
|
||||
if ($i > 3 && $i != 8 && $i != 6)
|
||||
echo "<td class='hidden-xs'>";
|
||||
else
|
||||
echo "<td>";
|
||||
echo $table_cell;
|
||||
echo "</td>";
|
||||
$i++;
|
||||
}
|
||||
echo "</tr>\n";
|
||||
$cnt = 1 - $cnt;
|
||||
}
|
||||
?>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="ui container center aligned">
|
||||
<div class="ui borderless tiny menu pagination">
|
||||
<a class="item" href=<?php echo "status.php?" . $str2; ?>>顶页</a>
|
||||
<?php if (isset($_GET['prevtop'])) { ?>
|
||||
<a class="item"
|
||||
href="<?php echo "status.php?" . $str2 . "&top=" . intval($_GET['prevtop']); ?>">上一页</a>
|
||||
<?php } else { ?>
|
||||
<a class="item"
|
||||
href="<?php echo "status.php?" . $str2 . "&top=" . ($top + 20); ?>">上一页</a>
|
||||
<?php } ?>
|
||||
<a class="item"
|
||||
href="<?php echo "status.php?" . $str2 . "&top=" . $bottom . "&prevtop=" . $top; ?>">下一页</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="five wide column">
|
||||
<div class="card" style="padding: 0;">
|
||||
<div class="ui vertical fluid menu problemAction">
|
||||
<a class="item" href='contest.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_CONTEST; ?>C<?php echo $cid; ?>
|
||||
</a></li>
|
||||
<a class="active item" href='status.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STATUS; ?>
|
||||
</a>
|
||||
<a class="item" href='contestrank.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STANDING; ?>
|
||||
</a>
|
||||
<a class="item" href='contestrank-oi.php?cid=<?php echo $view_cid ?>'>OI-<?php echo $MSG_STANDING; ?></a>
|
||||
<a class="item" href='conteststatistics.php?cid=<?php echo $view_cid ?>'>
|
||||
<?php echo $MSG_STATISTICS; ?>
|
||||
</a>
|
||||
<?php if (isset($_SESSION[$OJ_NAME . '_' . 'administrator']) || isset($_SESSION[$OJ_NAME . '_' . 'contest_creator'])) { ?>
|
||||
<a href="suspect_list.php?cid=<?php echo $view_cid ?>" class="item">
|
||||
<?php echo $MSG_IP_VERIFICATION ?>
|
||||
</a>
|
||||
<a href="user_set_ip.php?cid=<?php echo $view_cid ?>" class="item">
|
||||
<?php echo $MSG_SET_LOGIN_IP ?>
|
||||
</a>
|
||||
<a target="_blank" href="../../bsadmin/contest_edit.php?cid=<?php echo $view_cid ?>"
|
||||
class="item">
|
||||
<?php echo $MSG_EDIT . $MSG_CONTEST; ?>
|
||||
</a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<form id=simform class="ui form" action="status.php" method="get">
|
||||
<?php if (isset($cid))
|
||||
echo "<input type='hidden' name='cid' value='$cid'>"; ?>
|
||||
<div class="field">
|
||||
<label>
|
||||
<?php echo $MSG_PROBLEM_ID ?>
|
||||
</label>
|
||||
<input name="problem_id" type="text"
|
||||
value="<?php echo htmlspecialchars($problem_id, ENT_QUOTES) ?>">
|
||||
</div>
|
||||
<div class="field">
|
||||
<label>
|
||||
<?php echo $MSG_USER ?>
|
||||
</label>
|
||||
<input name="user_id" type="text"
|
||||
value="<?php echo htmlspecialchars($user_id, ENT_QUOTES) ?>">
|
||||
</div>
|
||||
<div class="field">
|
||||
<label>
|
||||
<?php echo $MSG_LANG ?>
|
||||
</label>
|
||||
<div class="ui selection dropdown">
|
||||
<input type="hidden" name="jreresult">
|
||||
<i class="dropdown icon"></i>
|
||||
<div class="default text">
|
||||
<?php echo $MSG_LANG; ?>
|
||||
</div>
|
||||
<div class="scrollhint menu">
|
||||
<div class="item" data-value="-1">All</div>
|
||||
<?php
|
||||
if (isset($_GET['language'])) {
|
||||
$selectedLang = intval($_GET['language']);
|
||||
} else {
|
||||
$selectedLang = -1;
|
||||
}
|
||||
$lang_count = count($language_ext);
|
||||
$langmask = $OJ_LANGMASK;
|
||||
$lang = (~((int) $langmask)) & ((1 << ($lang_count)) - 1);
|
||||
for ($i = 0; $i < $lang_count; $i++) {
|
||||
if ($lang & (1 << $i))
|
||||
echo "<div data-value=$i class='item" . ($selectedLang == $i ? "active" : "") . "'>
|
||||
" . $language_name[$i] . "
|
||||
</div>";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="field">
|
||||
<label>
|
||||
<?php echo $MSG_RESULT; ?>
|
||||
</label>
|
||||
<div class="ui selection dropdown">
|
||||
<input type="hidden" name="jreresult">
|
||||
<i class="dropdown icon"></i>
|
||||
<div class="default text">
|
||||
<?php echo $MSG_RESULT; ?>
|
||||
</div>
|
||||
|
||||
<div class="scrollhint menu">
|
||||
<?php if (isset($_GET['jresult']))
|
||||
$jresult_get = intval($_GET['jresult']);
|
||||
else
|
||||
$jresult_get = -1;
|
||||
if ($jresult_get >= 12 || $jresult_get < 0)
|
||||
$jresult_get = -1;
|
||||
if ($jresult_get == -1)
|
||||
echo "<div class='item active' data-value='-1'>All</div>";
|
||||
else
|
||||
echo "<div class='item' data-value='-1'>All</div>";
|
||||
for ($j = 0; $j < 12; $j++) {
|
||||
$i = ($j + 4) % 12;
|
||||
if ($i == $jresult_get)
|
||||
echo "<div class='item active' data-value='" . strval($jresult_get) . "'>" . $jresult[$i] . "</div>";
|
||||
else
|
||||
echo "<div class='item' data-value='" . strval($i) . "'>" . $jresult[$i] . "</div>";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php if (isset($_SESSION[$OJ_NAME . '_' . 'administrator']) || isset($_SESSION[$OJ_NAME . '_' . 'source_browser'])) {
|
||||
if (isset($_GET['showsim']))
|
||||
$showsim = intval($_GET['showsim']);
|
||||
else
|
||||
$showsim = 0;
|
||||
?>
|
||||
<div class="field">
|
||||
<label>相似度:</label>
|
||||
<div class="ui selection dropdown">
|
||||
<input type="hidden" name="showsim"
|
||||
onchange="document.getElementById('simform').submit();">
|
||||
<i class="dropdown icon"></i>
|
||||
<div class="default text">SIM</div>
|
||||
<div class="scrollhint menu">
|
||||
<?php
|
||||
echo "<div class='item' data-value=0 " . ($showsim == 0 ? 'selected' : '') . ">All</div>
|
||||
<div class='item' data-value=50 " . ($showsim == 50 ? 'selected' : '') . ">50</div>
|
||||
<div class='item' data-value=60 " . ($showsim == 60 ? 'selected' : '') . ">60</div>
|
||||
<div class='item' data-value=70 " . ($showsim == 70 ? 'selected' : '') . ">70</div>
|
||||
<div class='item' data-value=80 " . ($showsim == 80 ? 'selected' : '') . ">80</div>
|
||||
<div class='item' data-value=90 " . ($showsim == 90 ? 'selected' : '') . ">90</div>
|
||||
<div class='item' data-value=100 " . ($showsim == 100 ? 'selected' : '') . ">100</div>"; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<button class="ui labeled icon blue button" type="submit" style="margin-left: 20px;">
|
||||
<i class="search icon"></i>
|
||||
<?php echo $MSG_SEARCH; ?>
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
var diff = new Date("<?php echo date("Y/m/d H:i:s") ?>").getTime() - new Date().getTime();
|
||||
//alert(diff);
|
||||
function clock() {
|
||||
var x, h, m, s, n, xingqi, y, mon, d;
|
||||
var x = new Date(new Date().getTime() + diff);
|
||||
y = x.getYear() + 1900;
|
||||
if (y > 3000) y -= 1900;
|
||||
mon = x.getMonth() + 1;
|
||||
d = x.getDate();
|
||||
xingqi = x.getDay();
|
||||
h = x.getHours();
|
||||
m = x.getMinutes();
|
||||
s = x.getSeconds();
|
||||
n = y + "-" + mon + "-" + d + " " + (h >= 10 ? h : "0" + h) + ":" + (m >= 10 ? m : "0" + m) + ":" + (s >= 10 ? s : "0" + s);
|
||||
//alert(n);
|
||||
document.getElementById('nowdate').innerHTML = n;
|
||||
setTimeout("clock()", 1000);
|
||||
}
|
||||
clock();
|
||||
</script>
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
43
web/template/bshark/discuss.php
Normal file
43
web/template/bshark/discuss.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php $show_title = "$MSG_BBS - $OJ_NAME"; ?>
|
||||
<?php
|
||||
|
||||
$view_discuss = ob_get_contents();
|
||||
ob_end_clean();
|
||||
require_once(dirname(__FILE__) . "/../../lang/$OJ_LANG.php");
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_BBS; ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include("template/bshark/nav.php"); ?>
|
||||
<div class="ui container bsharkMain">
|
||||
<!-- Main component for a primary marketing message or call to action -->
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<?php include("include/bbcode.php"); ?>
|
||||
<h2>
|
||||
<?php echo $news_title ?>
|
||||
</h2>
|
||||
<div class="ui existing segment">
|
||||
<?php echo $view_discuss ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
35
web/template/bshark/error.php
Normal file
35
web/template/bshark/error.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>Error - <?php echo $OJ_NAME; ?></title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
<div class="ui container bsharkMain">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2>访问错误!</h2>
|
||||
<?php
|
||||
function GetCurUrl()
|
||||
{
|
||||
return 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . '?' . $_SERVER['QUERY_STRING'];
|
||||
}
|
||||
?>
|
||||
<p>请求地址:<?php echo GetCurUrl(); ?><br>错误信息:<?php echo $view_errors; ?></p>
|
||||
<hr />
|
||||
<div class="btn-group">
|
||||
<button class="ui button blue" onclick="location.href='<?php echo $OJ_HOME; ?>'">主页</button>
|
||||
<button class="ui basic button blue" onclick="history.back(-1)">返回上一页</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
238
web/template/bshark/faqs.cn.php
Normal file
238
web/template/bshark/faqs.cn.php
Normal file
@@ -0,0 +1,238 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>faqs - <?php echo $OJ_NAME; ?></title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
<style>
|
||||
.faqs-card {
|
||||
border-radius: 20px;
|
||||
border: 1px solid #00000020;
|
||||
padding: 20px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
<div class="ui container bsharkMain">
|
||||
<h2 style="ui header">常见问答</h2>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<font color=green>Q</font>:gets函数没有了吗?<br>
|
||||
<font color=red>A</font>:gets函数因为不能限制输入的长度,造成了历史上大量的缓冲区溢出漏洞,因此在最新版本中被彻底删除了,请使用fgets这个函数取代。
|
||||
或者使用下面的宏定义来取代:<br>
|
||||
<pre><code>#define gets(S) fgets(S,sizeof(S),stdin)</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
|
||||
<p>Q:这个在线裁判系统使用什么样的编译器和编译选项?<br>
|
||||
A:系统运行于<a href="http://www.debian.org/">Debian</a>/<a href="http://www.ubuntu.com">Ubuntu</a>
|
||||
Linux. 使用<a href="http://gcc.gnu.org/">GNU GCC/G++</a> 作为C/C++编译器,
|
||||
<a href="http://www.freepascal.org">Free Pascal</a> 作为pascal 编译器 ,用
|
||||
<a href="http://openjdk.java.net/">openjdk-7</a> 编译 Java. 对应的编译选项如下:<br>
|
||||
</p>
|
||||
<table class="ui very basic fluid stackable table">
|
||||
<tr>
|
||||
<td>C:</td>
|
||||
<td>gcc Main.c -o Main -fno-asm -Wall -lm --static -std=c99 -DONLINE_JUDGE
|
||||
<pre><code class='cpp'>#pragma GCC optimize ("O2")</code></pre> 可以手工开启O2优化
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>C++:</td>
|
||||
<td>g++ -fno-asm -Wall -lm --static -std=c++11 -DONLINE_JUDGE -o Main Main.cc</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Pascal:</td>
|
||||
<td>fpc Main.pas -oMain -O1 -Co -Cr -Ct -Ci </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Java:</td>
|
||||
<td>
|
||||
<font color="blue">javac -J-Xms32m -J-Xmx256m Main.java
|
||||
<br>
|
||||
<font size="-1" color="red">*Java has 2 more seconds and 512M more memory when running and judging.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p> 编译器版本为(系统可能升级编译器版本,这里仅供参考):<br>
|
||||
<font color=blue>Gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)</font><br>
|
||||
<font color=blue>Glibc 2.31-0ubuntu9.2</font><br>
|
||||
<font color=blue>Free Pascal Compiler version 3.0.4+dfsg-23 [2019/11/25] for x86_64</font><br>
|
||||
<font color=blue>Openjdk "14.0.2"</font><br>
|
||||
<font color=blue>Python 3.8.5</font><br>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<p>Q:程序怎样取得输入、进行输出?<br>
|
||||
A:你的程序应该从标准输入 stdin('Standard Input')获取输入,并将结果输出到标准输出 stdout('Standard Output').例如,在C语言可以使用 'scanf'
|
||||
,在C++可以使用'cin' 进行输入;在C使用 'printf' ,在C++使用'cout'进行输出.</p>
|
||||
<p>用户程序不允许直接读写文件, 如果这样做可能会判为运行时错误 "Runtime Error"。<br>
|
||||
<br>
|
||||
下面是 1000题的参考答案
|
||||
</p>
|
||||
C++:<br>
|
||||
<pre>
|
||||
<code class="cpp">
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
int main(){
|
||||
// io speed up
|
||||
const char endl = '\n';
|
||||
std::ios::sync_with_stdio(false);
|
||||
cin.tie(nullptr);
|
||||
int a,b;
|
||||
while(cin >> a >> b)
|
||||
cout << a+b << endl;
|
||||
return 0;
|
||||
}
|
||||
</code>
|
||||
</pre>
|
||||
C:<br>
|
||||
<pre>
|
||||
<code class="c">
|
||||
#include <stdio.h>
|
||||
int main(){
|
||||
int a,b;
|
||||
while(scanf("%d %d",&a, &b) != EOF)
|
||||
printf("%d\n",a+b);
|
||||
return 0;
|
||||
}
|
||||
</code>
|
||||
</pre>
|
||||
PASCAL:<br>
|
||||
<pre><code class="delphi">
|
||||
program p1001(Input,Output);
|
||||
var
|
||||
a,b:Integer;
|
||||
begin
|
||||
while not eof(Input) do
|
||||
begin
|
||||
Readln(a,b);
|
||||
Writeln(a+b);
|
||||
end;
|
||||
end.
|
||||
</code>
|
||||
</pre>
|
||||
<br>
|
||||
Java:<br>
|
||||
<pre><code class="java">
|
||||
import java.util.*;
|
||||
public class Main{
|
||||
public static void main(String args[]){
|
||||
Scanner cin = new Scanner(System.in);
|
||||
int a, b;
|
||||
while (cin.hasNext()){
|
||||
a = cin.nextInt(); b = cin.nextInt();
|
||||
System.out.println(a + b);
|
||||
}
|
||||
}
|
||||
}</code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
Q:为什么我的程序在自己的电脑上正常编译,而系统告诉我编译错误!<br>
|
||||
A:GCC的编译标准与VC6有些不同,更加符合c/c++标准:<br>
|
||||
<ul>
|
||||
<li>main 函数必须返回int, void main 的函数声明会报编译错误。<br>
|
||||
<li>i 在循环外失去定义 "for(int i=0...){...}"<br>
|
||||
<li>itoa 不是ansi标准函数.<br>
|
||||
<li>__int64 不是ANSI标准定义,只能在VC使用, 但是可以使用long long声明64位整数。<br>如果用了__int64,试试提交前加一句#define __int64 long long,
|
||||
scanf和printf 请使用%lld作为格式
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
Q:系统返回信息都是什么意思?<br>
|
||||
A:详见下述:<br>
|
||||
<table class="ui very basic fluid stackable table">
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo $MSG_Pending; ?>
|
||||
</td>
|
||||
<td>系统忙,你的答案在排队等待. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $MSG_Pending_Rejudging; ?></td>
|
||||
<td>因为数据更新或其他原因,系统将重新判你的答案.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo $MSG_Compiling; ?>
|
||||
</td>
|
||||
<td>正在编译.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $MSG_Running_Judging; ?></td>
|
||||
<td>正在运行和判断.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo $MSG_Accepted; ?>
|
||||
</td>
|
||||
<td>程序通过! </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $MSG_Presentation_Error; ?></td>
|
||||
<td>答案基本正确,但是格式不对。 </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo $MSG_Wrong_Answer; ?>
|
||||
</td>
|
||||
<td>答案不对,仅仅通过样例数据的测试并不一定是正确答案,一定还有你没想到的地方.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo $MSG_Time_Limit_Exceed; ?>
|
||||
</td>
|
||||
<td>运行超出时间限制,检查下是否有死循环,或者应该有更快的计算方法。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $MSG_Memory_Limit_Exceed; ?></td>
|
||||
<td>超出内存限制,数据可能需要压缩,检查内存是否有泄露。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo $MSG_Output_Limit_Exceed; ?>
|
||||
</td>
|
||||
<td>输出超过限制,你的输出比正确答案长了两倍.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $MSG_Runtime_Error; ?></td>
|
||||
<td>运行时错误,非法的内存访问,数组越界,指针漂移,调用禁用的系统函数。请点击后获得详细输出。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo $MSG_Compile_Error; ?>
|
||||
</td>
|
||||
<td>编译错误,请点击后获得编译器的详细输出。</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
Q:如何参加在线比赛?<br>
|
||||
A:<a href=registerpage.php>注册</a> 一个帐号,然后就可以练习,点击比赛列表Contests可以看到正在进行的比赛并参加。<br>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
210
web/template/bshark/faqs.php
Normal file
210
web/template/bshark/faqs.php
Normal file
@@ -0,0 +1,210 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>faqs - <?php echo $OJ_NAME;?></title>
|
||||
<?php require("./template/bshark/header-files.php");?>
|
||||
<style>
|
||||
.faqs-card {
|
||||
border-radius: 20px;
|
||||
border: 1px solid #00000020;
|
||||
padding: 20px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php");?>
|
||||
<div class="card" style="margin: 3% 8% 5% 8%">
|
||||
<div class="card-body">
|
||||
<h4>FAQS</h4>
|
||||
<div class="faqs-card">
|
||||
<p>Q:What is the compiler the judge is using and what are the compiler options?<br>
|
||||
A:The online judge system is running on <a href="http://www.debian.org/">Debian Linux</a>. We are using <a href="http://gcc.gnu.org/">GNU GCC/G++</a> for C/C++ compile,
|
||||
<a href="http://www.freepascal.org">Free Pascal</a> for pascal compile and
|
||||
<a href="http://openjdk.java.net">openjdk-7-jdk</a> for Java. The compile options are:<br>
|
||||
</p>
|
||||
<table class="table table-hover">
|
||||
<tr>
|
||||
<td>C:</td>
|
||||
<td>gcc Main.c -o Main -fno-asm -Wall -lm --static -std=c99 -DONLINE_JUDGE
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>C++:</td>
|
||||
<td>g++ -fno-asm -Wall -lm --static -std=c++11 -DONLINE_JUDGE -o Main Main.cc</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Pascal:</td>
|
||||
<td>fpc Main.pas -oMain -O1 -Co -Cr -Ct -Ci </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Java:</td>
|
||||
<td><font color="blue">javac -J-Xms32m -J-Xmx256m Main.java
|
||||
<br>
|
||||
<font size="-1" color="red">*Java has 2 more seconds and 512M more memory when running and judging.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>Our compiler software version:<br>
|
||||
<table class="table table-hover">
|
||||
<tr>
|
||||
<td>gcc</td>
|
||||
<td>gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>glibc</td>
|
||||
<td>glibc 2.19</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>FPC</td>
|
||||
<td>Free Pascal Compiler version 2.6.2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>openjdk</td>
|
||||
<td>openjdk 1.7.0_151
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</p>
|
||||
</div>
|
||||
<div class="faqs-card">
|
||||
<p>Q:Where is the input and the output?<br>
|
||||
A:Your program shall read input from stdin('Standard Input') and write output to stdout('Standard Output').For example,you can use 'scanf' in C or 'cin' in C++ to read from stdin,and use 'printf' in C or 'cout' in C++ to write to stdout.<br> User programs are not allowed to open and read from/write to files, you will get a "
|
||||
Runtime Error" if you try to do so.<br>
|
||||
<br>
|
||||
Here is a sample solution for problem 1000</p>
|
||||
<p> C++:<br>
|
||||
</p>
|
||||
<pre>
|
||||
<code class="cpp">
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
int main(){
|
||||
// io speed up
|
||||
const char endl = '\n';
|
||||
std::ios::sync_with_stdio(false);
|
||||
cin.tie(nullptr);
|
||||
int a,b;
|
||||
while(cin >> a >> b)
|
||||
cout << a+b << endl;
|
||||
return 0;
|
||||
}
|
||||
</code>
|
||||
</pre>
|
||||
C:<br>
|
||||
<pre>
|
||||
<code class="c">
|
||||
#include <stdio.h>
|
||||
int main(){
|
||||
int a,b;
|
||||
while(scanf("%d %d",&a, &b) != EOF)
|
||||
printf("%d\n",a+b);
|
||||
return 0;
|
||||
}
|
||||
</code>
|
||||
</pre>
|
||||
PASCAL:<br>
|
||||
<pre><code class="delphi">
|
||||
program p1001(Input,Output);
|
||||
var
|
||||
a,b:Integer;
|
||||
begin
|
||||
while not eof(Input) do
|
||||
begin
|
||||
Readln(a,b);
|
||||
Writeln(a+b);
|
||||
end;
|
||||
end.
|
||||
</code>
|
||||
</pre>
|
||||
<br>
|
||||
Java:<br>
|
||||
<pre><code class="java">
|
||||
import java.util.*;
|
||||
public class Main{
|
||||
public static void main(String args[]){
|
||||
Scanner cin = new Scanner(System.in);
|
||||
int a, b;
|
||||
while (cin.hasNext()){
|
||||
a = cin.nextInt(); b = cin.nextInt();
|
||||
System.out.println(a + b);
|
||||
}
|
||||
}
|
||||
}</code></pre></div>
|
||||
<div class="faqs-card">
|
||||
Q:Why did I get a Compile Error? It's well done!<br>
|
||||
A:There are some differences between GNU and MS-VC++, such as:<br>
|
||||
<pre><code class="cpp">main must be declared as int,
|
||||
void main will end up with a Compile Error.
|
||||
i is out of definition after block "for(int i=0...){...}"
|
||||
itoa is not an ANSI function.
|
||||
__int64 of VC is not ANSI, but you can use long long for 64-bit integer.
|
||||
try use #define __int64 long long when submit codes from MSVC6.0</code></pre>
|
||||
</div><div class="faqs-card">
|
||||
Q:What is the meaning of the judge's reply XXXXX?<br>
|
||||
A:Here is a list of the judge's replies and their meaning:<br>
|
||||
<table class="table table-hover">
|
||||
<tr>
|
||||
<td><?php echo $MSG_Pending;?></td>
|
||||
<td>The judge is so busy that it can't judge your submit at the moment, usually you just need to wait a minute and your submit will be judged.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $MSG_Pending_Rejudging;?></td>
|
||||
<td>The test datas has been updated, and the submit will be judged again and all of these submission was waiting for the Rejudge.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $MSG_Compiling;?></td>
|
||||
<td>The judge is compiling your source code.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $MSG_Running_Judging;?></td>
|
||||
<td>Your code is running and being judging by our Online Judge.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $MSG_Accepted;?></td>
|
||||
<td>OK! Your program is correct!.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $MSG_Presentation_Error;?></td>
|
||||
<td>Your output format is not exactly the same as the judge's output, although your answer to the problem is correct. Check your output for spaces, blank lines,etc against the problem output specification. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $MSG_Wrong_Answer;?></td>
|
||||
<td>Correct solution not reached for the inputs. The inputs and outputs that we use to test the programs are not public (it is recomendable to get accustomed to a true contest dynamic ;-).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $MSG_Time_Limit_Exceed;?></td>
|
||||
<td>Your program tried to run during too much time.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $MSG_Memory_Limit_Exceed;?></td>
|
||||
<td>Your program tried to use more memory than the judge default settings.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $MSG_Output_Limit_Exceed;?></td>
|
||||
<td>Your program tried to write too much information. This usually occurs if it goes into a infinite loop. Currently the output limit is 1M bytes.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $MSG_Runtime_Error;?></td>
|
||||
<td>All the other Error on the running phrase will get Runtime Error, such as 'segmentation fault','floating point exception','used forbidden functions', 'tried to access forbidden memories' and so on.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $MSG_Compile_Error;?></td>
|
||||
<td>The compiler (gcc/g++/gpc) could not compile your ANSI program. Of course, warning messages are not error messages. Click the link at the judge reply to see the actual error message.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="faqs-card">
|
||||
Q:How to attend Online Contests?<br>
|
||||
A:Can you submit programs for any practice problems on this Online Judge? If you can, then that is the account you use in an online contest. If you can't, then please <a href=registerpage.php>register</a> an id with password first.<br>
|
||||
</div>
|
||||
this page can be replaced by add a news which titled "<?php echo htmlentities($faqs_name,ENT_QUOTES,"UTF-8")?>";
|
||||
</div>
|
||||
</div>
|
||||
<?php require("./template/bshark/footer.php");?>
|
||||
<?php require("./template/bshark/footer-files.php");?>
|
||||
</body>
|
||||
</html>
|
||||
BIN
web/template/bshark/fonts/KaTeX_AMS-Regular.eot
Normal file
BIN
web/template/bshark/fonts/KaTeX_AMS-Regular.eot
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/KaTeX_Caligraphic-Bold.eot
Normal file
BIN
web/template/bshark/fonts/KaTeX_Caligraphic-Bold.eot
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/KaTeX_Caligraphic-Regular.eot
Normal file
BIN
web/template/bshark/fonts/KaTeX_Caligraphic-Regular.eot
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/KaTeX_Fraktur-Bold.eot
Normal file
BIN
web/template/bshark/fonts/KaTeX_Fraktur-Bold.eot
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/KaTeX_Fraktur-Regular.eot
Normal file
BIN
web/template/bshark/fonts/KaTeX_Fraktur-Regular.eot
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/KaTeX_Main-Bold.eot
Normal file
BIN
web/template/bshark/fonts/KaTeX_Main-Bold.eot
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/KaTeX_Main-Italic.eot
Normal file
BIN
web/template/bshark/fonts/KaTeX_Main-Italic.eot
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/KaTeX_Main-Regular.eot
Normal file
BIN
web/template/bshark/fonts/KaTeX_Main-Regular.eot
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/KaTeX_Main-Regular.woff2
Normal file
BIN
web/template/bshark/fonts/KaTeX_Main-Regular.woff2
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/KaTeX_Math-BoldItalic.eot
Normal file
BIN
web/template/bshark/fonts/KaTeX_Math-BoldItalic.eot
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/KaTeX_Math-Italic.eot
Normal file
BIN
web/template/bshark/fonts/KaTeX_Math-Italic.eot
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/KaTeX_Math-Regular.eot
Normal file
BIN
web/template/bshark/fonts/KaTeX_Math-Regular.eot
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/KaTeX_SansSerif-Bold.eot
Normal file
BIN
web/template/bshark/fonts/KaTeX_SansSerif-Bold.eot
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/KaTeX_SansSerif-Italic.eot
Normal file
BIN
web/template/bshark/fonts/KaTeX_SansSerif-Italic.eot
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/KaTeX_SansSerif-Regular.eot
Normal file
BIN
web/template/bshark/fonts/KaTeX_SansSerif-Regular.eot
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/KaTeX_Script-Regular.eot
Normal file
BIN
web/template/bshark/fonts/KaTeX_Script-Regular.eot
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/KaTeX_Size1-Regular.eot
Normal file
BIN
web/template/bshark/fonts/KaTeX_Size1-Regular.eot
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/KaTeX_Size2-Regular.eot
Normal file
BIN
web/template/bshark/fonts/KaTeX_Size2-Regular.eot
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/KaTeX_Size3-Regular.eot
Normal file
BIN
web/template/bshark/fonts/KaTeX_Size3-Regular.eot
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/KaTeX_Size4-Regular.eot
Normal file
BIN
web/template/bshark/fonts/KaTeX_Size4-Regular.eot
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/KaTeX_Typewriter-Regular.eot
Normal file
BIN
web/template/bshark/fonts/KaTeX_Typewriter-Regular.eot
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/glyphicons-halflings-regular.eot
Normal file
BIN
web/template/bshark/fonts/glyphicons-halflings-regular.eot
Normal file
Binary file not shown.
288
web/template/bshark/fonts/glyphicons-halflings-regular.svg
Normal file
288
web/template/bshark/fonts/glyphicons-halflings-regular.svg
Normal file
@@ -0,0 +1,288 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata></metadata>
|
||||
<defs>
|
||||
<font id="glyphicons_halflingsregular" horiz-adv-x="1200" >
|
||||
<font-face units-per-em="1200" ascent="960" descent="-240" />
|
||||
<missing-glyph horiz-adv-x="500" />
|
||||
<glyph horiz-adv-x="0" />
|
||||
<glyph horiz-adv-x="400" />
|
||||
<glyph unicode=" " />
|
||||
<glyph unicode="*" d="M600 1100q15 0 34 -1.5t30 -3.5l11 -1q10 -2 17.5 -10.5t7.5 -18.5v-224l158 158q7 7 18 8t19 -6l106 -106q7 -8 6 -19t-8 -18l-158 -158h224q10 0 18.5 -7.5t10.5 -17.5q6 -41 6 -75q0 -15 -1.5 -34t-3.5 -30l-1 -11q-2 -10 -10.5 -17.5t-18.5 -7.5h-224l158 -158 q7 -7 8 -18t-6 -19l-106 -106q-8 -7 -19 -6t-18 8l-158 158v-224q0 -10 -7.5 -18.5t-17.5 -10.5q-41 -6 -75 -6q-15 0 -34 1.5t-30 3.5l-11 1q-10 2 -17.5 10.5t-7.5 18.5v224l-158 -158q-7 -7 -18 -8t-19 6l-106 106q-7 8 -6 19t8 18l158 158h-224q-10 0 -18.5 7.5 t-10.5 17.5q-6 41 -6 75q0 15 1.5 34t3.5 30l1 11q2 10 10.5 17.5t18.5 7.5h224l-158 158q-7 7 -8 18t6 19l106 106q8 7 19 6t18 -8l158 -158v224q0 10 7.5 18.5t17.5 10.5q41 6 75 6z" />
|
||||
<glyph unicode="+" d="M450 1100h200q21 0 35.5 -14.5t14.5 -35.5v-350h350q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-350v-350q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v350h-350q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5 h350v350q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode=" " />
|
||||
<glyph unicode="¥" d="M825 1100h250q10 0 12.5 -5t-5.5 -13l-364 -364q-6 -6 -11 -18h268q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-100h275q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-174q0 -11 -7.5 -18.5t-18.5 -7.5h-148q-11 0 -18.5 7.5t-7.5 18.5v174 h-275q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h125v100h-275q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h118q-5 12 -11 18l-364 364q-8 8 -5.5 13t12.5 5h250q25 0 43 -18l164 -164q8 -8 18 -8t18 8l164 164q18 18 43 18z" />
|
||||
<glyph unicode=" " horiz-adv-x="650" />
|
||||
<glyph unicode=" " horiz-adv-x="1300" />
|
||||
<glyph unicode=" " horiz-adv-x="650" />
|
||||
<glyph unicode=" " horiz-adv-x="1300" />
|
||||
<glyph unicode=" " horiz-adv-x="433" />
|
||||
<glyph unicode=" " horiz-adv-x="325" />
|
||||
<glyph unicode=" " horiz-adv-x="216" />
|
||||
<glyph unicode=" " horiz-adv-x="216" />
|
||||
<glyph unicode=" " horiz-adv-x="162" />
|
||||
<glyph unicode=" " horiz-adv-x="260" />
|
||||
<glyph unicode=" " horiz-adv-x="72" />
|
||||
<glyph unicode=" " horiz-adv-x="260" />
|
||||
<glyph unicode=" " horiz-adv-x="325" />
|
||||
<glyph unicode="€" d="M744 1198q242 0 354 -189q60 -104 66 -209h-181q0 45 -17.5 82.5t-43.5 61.5t-58 40.5t-60.5 24t-51.5 7.5q-19 0 -40.5 -5.5t-49.5 -20.5t-53 -38t-49 -62.5t-39 -89.5h379l-100 -100h-300q-6 -50 -6 -100h406l-100 -100h-300q9 -74 33 -132t52.5 -91t61.5 -54.5t59 -29 t47 -7.5q22 0 50.5 7.5t60.5 24.5t58 41t43.5 61t17.5 80h174q-30 -171 -128 -278q-107 -117 -274 -117q-206 0 -324 158q-36 48 -69 133t-45 204h-217l100 100h112q1 47 6 100h-218l100 100h134q20 87 51 153.5t62 103.5q117 141 297 141z" />
|
||||
<glyph unicode="₽" d="M428 1200h350q67 0 120 -13t86 -31t57 -49.5t35 -56.5t17 -64.5t6.5 -60.5t0.5 -57v-16.5v-16.5q0 -36 -0.5 -57t-6.5 -61t-17 -65t-35 -57t-57 -50.5t-86 -31.5t-120 -13h-178l-2 -100h288q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-138v-175q0 -11 -5.5 -18 t-15.5 -7h-149q-10 0 -17.5 7.5t-7.5 17.5v175h-267q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h117v100h-267q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h117v475q0 10 7.5 17.5t17.5 7.5zM600 1000v-300h203q64 0 86.5 33t22.5 119q0 84 -22.5 116t-86.5 32h-203z" />
|
||||
<glyph unicode="−" d="M250 700h800q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="⌛" d="M1000 1200v-150q0 -21 -14.5 -35.5t-35.5 -14.5h-50v-100q0 -91 -49.5 -165.5t-130.5 -109.5q81 -35 130.5 -109.5t49.5 -165.5v-150h50q21 0 35.5 -14.5t14.5 -35.5v-150h-800v150q0 21 14.5 35.5t35.5 14.5h50v150q0 91 49.5 165.5t130.5 109.5q-81 35 -130.5 109.5 t-49.5 165.5v100h-50q-21 0 -35.5 14.5t-14.5 35.5v150h800zM400 1000v-100q0 -60 32.5 -109.5t87.5 -73.5q28 -12 44 -37t16 -55t-16 -55t-44 -37q-55 -24 -87.5 -73.5t-32.5 -109.5v-150h400v150q0 60 -32.5 109.5t-87.5 73.5q-28 12 -44 37t-16 55t16 55t44 37 q55 24 87.5 73.5t32.5 109.5v100h-400z" />
|
||||
<glyph unicode="◼" horiz-adv-x="500" d="M0 0z" />
|
||||
<glyph unicode="☁" d="M503 1089q110 0 200.5 -59.5t134.5 -156.5q44 14 90 14q120 0 205 -86.5t85 -206.5q0 -121 -85 -207.5t-205 -86.5h-750q-79 0 -135.5 57t-56.5 137q0 69 42.5 122.5t108.5 67.5q-2 12 -2 37q0 153 108 260.5t260 107.5z" />
|
||||
<glyph unicode="⛺" d="M774 1193.5q16 -9.5 20.5 -27t-5.5 -33.5l-136 -187l467 -746h30q20 0 35 -18.5t15 -39.5v-42h-1200v42q0 21 15 39.5t35 18.5h30l468 746l-135 183q-10 16 -5.5 34t20.5 28t34 5.5t28 -20.5l111 -148l112 150q9 16 27 20.5t34 -5zM600 200h377l-182 112l-195 534v-646z " />
|
||||
<glyph unicode="✉" d="M25 1100h1150q10 0 12.5 -5t-5.5 -13l-564 -567q-8 -8 -18 -8t-18 8l-564 567q-8 8 -5.5 13t12.5 5zM18 882l264 -264q8 -8 8 -18t-8 -18l-264 -264q-8 -8 -13 -5.5t-5 12.5v550q0 10 5 12.5t13 -5.5zM918 618l264 264q8 8 13 5.5t5 -12.5v-550q0 -10 -5 -12.5t-13 5.5 l-264 264q-8 8 -8 18t8 18zM818 482l364 -364q8 -8 5.5 -13t-12.5 -5h-1150q-10 0 -12.5 5t5.5 13l364 364q8 8 18 8t18 -8l164 -164q8 -8 18 -8t18 8l164 164q8 8 18 8t18 -8z" />
|
||||
<glyph unicode="✏" d="M1011 1210q19 0 33 -13l153 -153q13 -14 13 -33t-13 -33l-99 -92l-214 214l95 96q13 14 32 14zM1013 800l-615 -614l-214 214l614 614zM317 96l-333 -112l110 335z" />
|
||||
<glyph unicode="" d="M700 650v-550h250q21 0 35.5 -14.5t14.5 -35.5v-50h-800v50q0 21 14.5 35.5t35.5 14.5h250v550l-500 550h1200z" />
|
||||
<glyph unicode="" d="M368 1017l645 163q39 15 63 0t24 -49v-831q0 -55 -41.5 -95.5t-111.5 -63.5q-79 -25 -147 -4.5t-86 75t25.5 111.5t122.5 82q72 24 138 8v521l-600 -155v-606q0 -42 -44 -90t-109 -69q-79 -26 -147 -5.5t-86 75.5t25.5 111.5t122.5 82.5q72 24 138 7v639q0 38 14.5 59 t53.5 34z" />
|
||||
<glyph unicode="" d="M500 1191q100 0 191 -39t156.5 -104.5t104.5 -156.5t39 -191l-1 -2l1 -5q0 -141 -78 -262l275 -274q23 -26 22.5 -44.5t-22.5 -42.5l-59 -58q-26 -20 -46.5 -20t-39.5 20l-275 274q-119 -77 -261 -77l-5 1l-2 -1q-100 0 -191 39t-156.5 104.5t-104.5 156.5t-39 191 t39 191t104.5 156.5t156.5 104.5t191 39zM500 1022q-88 0 -162 -43t-117 -117t-43 -162t43 -162t117 -117t162 -43t162 43t117 117t43 162t-43 162t-117 117t-162 43z" />
|
||||
<glyph unicode="" d="M649 949q48 68 109.5 104t121.5 38.5t118.5 -20t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-150 152.5t-126.5 127.5t-93.5 124.5t-33.5 117.5q0 64 28 123t73 100.5t104 64t119 20 t120.5 -38.5t104.5 -104z" />
|
||||
<glyph unicode="" d="M407 800l131 353q7 19 17.5 19t17.5 -19l129 -353h421q21 0 24 -8.5t-14 -20.5l-342 -249l130 -401q7 -20 -0.5 -25.5t-24.5 6.5l-343 246l-342 -247q-17 -12 -24.5 -6.5t-0.5 25.5l130 400l-347 251q-17 12 -14 20.5t23 8.5h429z" />
|
||||
<glyph unicode="" d="M407 800l131 353q7 19 17.5 19t17.5 -19l129 -353h421q21 0 24 -8.5t-14 -20.5l-342 -249l130 -401q7 -20 -0.5 -25.5t-24.5 6.5l-343 246l-342 -247q-17 -12 -24.5 -6.5t-0.5 25.5l130 400l-347 251q-17 12 -14 20.5t23 8.5h429zM477 700h-240l197 -142l-74 -226 l193 139l195 -140l-74 229l192 140h-234l-78 211z" />
|
||||
<glyph unicode="" d="M600 1200q124 0 212 -88t88 -212v-250q0 -46 -31 -98t-69 -52v-75q0 -10 6 -21.5t15 -17.5l358 -230q9 -5 15 -16.5t6 -21.5v-93q0 -10 -7.5 -17.5t-17.5 -7.5h-1150q-10 0 -17.5 7.5t-7.5 17.5v93q0 10 6 21.5t15 16.5l358 230q9 6 15 17.5t6 21.5v75q-38 0 -69 52 t-31 98v250q0 124 88 212t212 88z" />
|
||||
<glyph unicode="" d="M25 1100h1150q10 0 17.5 -7.5t7.5 -17.5v-1050q0 -10 -7.5 -17.5t-17.5 -7.5h-1150q-10 0 -17.5 7.5t-7.5 17.5v1050q0 10 7.5 17.5t17.5 7.5zM100 1000v-100h100v100h-100zM875 1000h-550q-10 0 -17.5 -7.5t-7.5 -17.5v-350q0 -10 7.5 -17.5t17.5 -7.5h550 q10 0 17.5 7.5t7.5 17.5v350q0 10 -7.5 17.5t-17.5 7.5zM1000 1000v-100h100v100h-100zM100 800v-100h100v100h-100zM1000 800v-100h100v100h-100zM100 600v-100h100v100h-100zM1000 600v-100h100v100h-100zM875 500h-550q-10 0 -17.5 -7.5t-7.5 -17.5v-350q0 -10 7.5 -17.5 t17.5 -7.5h550q10 0 17.5 7.5t7.5 17.5v350q0 10 -7.5 17.5t-17.5 7.5zM100 400v-100h100v100h-100zM1000 400v-100h100v100h-100zM100 200v-100h100v100h-100zM1000 200v-100h100v100h-100z" />
|
||||
<glyph unicode="" d="M50 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM650 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400 q0 21 14.5 35.5t35.5 14.5zM50 500h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM650 500h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M50 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200 q0 21 14.5 35.5t35.5 14.5zM850 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200 q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM850 700h200q21 0 35.5 -14.5t14.5 -35.5v-200 q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 300h200 q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM850 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5 t35.5 14.5z" />
|
||||
<glyph unicode="" d="M50 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 1100h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v200 q0 21 14.5 35.5t35.5 14.5zM50 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 700h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700 q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 300h700q21 0 35.5 -14.5t14.5 -35.5v-200 q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M465 477l571 571q8 8 18 8t17 -8l177 -177q8 -7 8 -17t-8 -18l-783 -784q-7 -8 -17.5 -8t-17.5 8l-384 384q-8 8 -8 18t8 17l177 177q7 8 17 8t18 -8l171 -171q7 -7 18 -7t18 7z" />
|
||||
<glyph unicode="" d="M904 1083l178 -179q8 -8 8 -18.5t-8 -17.5l-267 -268l267 -268q8 -7 8 -17.5t-8 -18.5l-178 -178q-8 -8 -18.5 -8t-17.5 8l-268 267l-268 -267q-7 -8 -17.5 -8t-18.5 8l-178 178q-8 8 -8 18.5t8 17.5l267 268l-267 268q-8 7 -8 17.5t8 18.5l178 178q8 8 18.5 8t17.5 -8 l268 -267l268 268q7 7 17.5 7t18.5 -7z" />
|
||||
<glyph unicode="" d="M507 1177q98 0 187.5 -38.5t154.5 -103.5t103.5 -154.5t38.5 -187.5q0 -141 -78 -262l300 -299q8 -8 8 -18.5t-8 -18.5l-109 -108q-7 -8 -17.5 -8t-18.5 8l-300 299q-119 -77 -261 -77q-98 0 -188 38.5t-154.5 103t-103 154.5t-38.5 188t38.5 187.5t103 154.5 t154.5 103.5t188 38.5zM506.5 1023q-89.5 0 -165.5 -44t-120 -120.5t-44 -166t44 -165.5t120 -120t165.5 -44t166 44t120.5 120t44 165.5t-44 166t-120.5 120.5t-166 44zM425 900h150q10 0 17.5 -7.5t7.5 -17.5v-75h75q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5 t-17.5 -7.5h-75v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-75q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h75v75q0 10 7.5 17.5t17.5 7.5z" />
|
||||
<glyph unicode="" d="M507 1177q98 0 187.5 -38.5t154.5 -103.5t103.5 -154.5t38.5 -187.5q0 -141 -78 -262l300 -299q8 -8 8 -18.5t-8 -18.5l-109 -108q-7 -8 -17.5 -8t-18.5 8l-300 299q-119 -77 -261 -77q-98 0 -188 38.5t-154.5 103t-103 154.5t-38.5 188t38.5 187.5t103 154.5 t154.5 103.5t188 38.5zM506.5 1023q-89.5 0 -165.5 -44t-120 -120.5t-44 -166t44 -165.5t120 -120t165.5 -44t166 44t120.5 120t44 165.5t-44 166t-120.5 120.5t-166 44zM325 800h350q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-350q-10 0 -17.5 7.5 t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
|
||||
<glyph unicode="" d="M550 1200h100q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM800 975v166q167 -62 272 -209.5t105 -331.5q0 -117 -45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5 t-184.5 123t-123 184.5t-45.5 224q0 184 105 331.5t272 209.5v-166q-103 -55 -165 -155t-62 -220q0 -116 57 -214.5t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5q0 120 -62 220t-165 155z" />
|
||||
<glyph unicode="" d="M1025 1200h150q10 0 17.5 -7.5t7.5 -17.5v-1150q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v1150q0 10 7.5 17.5t17.5 7.5zM725 800h150q10 0 17.5 -7.5t7.5 -17.5v-750q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v750 q0 10 7.5 17.5t17.5 7.5zM425 500h150q10 0 17.5 -7.5t7.5 -17.5v-450q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v450q0 10 7.5 17.5t17.5 7.5zM125 300h150q10 0 17.5 -7.5t7.5 -17.5v-250q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5 v250q0 10 7.5 17.5t17.5 7.5z" />
|
||||
<glyph unicode="" d="M600 1174q33 0 74 -5l38 -152l5 -1q49 -14 94 -39l5 -2l134 80q61 -48 104 -105l-80 -134l3 -5q25 -44 39 -93l1 -6l152 -38q5 -43 5 -73q0 -34 -5 -74l-152 -38l-1 -6q-15 -49 -39 -93l-3 -5l80 -134q-48 -61 -104 -105l-134 81l-5 -3q-44 -25 -94 -39l-5 -2l-38 -151 q-43 -5 -74 -5q-33 0 -74 5l-38 151l-5 2q-49 14 -94 39l-5 3l-134 -81q-60 48 -104 105l80 134l-3 5q-25 45 -38 93l-2 6l-151 38q-6 42 -6 74q0 33 6 73l151 38l2 6q13 48 38 93l3 5l-80 134q47 61 105 105l133 -80l5 2q45 25 94 39l5 1l38 152q43 5 74 5zM600 815 q-89 0 -152 -63t-63 -151.5t63 -151.5t152 -63t152 63t63 151.5t-63 151.5t-152 63z" />
|
||||
<glyph unicode="" d="M500 1300h300q41 0 70.5 -29.5t29.5 -70.5v-100h275q10 0 17.5 -7.5t7.5 -17.5v-75h-1100v75q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5zM500 1200v-100h300v100h-300zM1100 900v-800q0 -41 -29.5 -70.5t-70.5 -29.5h-700q-41 0 -70.5 29.5t-29.5 70.5 v800h900zM300 800v-700h100v700h-100zM500 800v-700h100v700h-100zM700 800v-700h100v700h-100zM900 800v-700h100v700h-100z" />
|
||||
<glyph unicode="" d="M18 618l620 608q8 7 18.5 7t17.5 -7l608 -608q8 -8 5.5 -13t-12.5 -5h-175v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v375h-300v-375q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v575h-175q-10 0 -12.5 5t5.5 13z" />
|
||||
<glyph unicode="" d="M600 1200v-400q0 -41 29.5 -70.5t70.5 -29.5h300v-650q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v1100q0 21 14.5 35.5t35.5 14.5h450zM1000 800h-250q-21 0 -35.5 14.5t-14.5 35.5v250z" />
|
||||
<glyph unicode="" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM525 900h50q10 0 17.5 -7.5t7.5 -17.5v-275h175q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5z" />
|
||||
<glyph unicode="" d="M1300 0h-538l-41 400h-242l-41 -400h-538l431 1200h209l-21 -300h162l-20 300h208zM515 800l-27 -300h224l-27 300h-170z" />
|
||||
<glyph unicode="" d="M550 1200h200q21 0 35.5 -14.5t14.5 -35.5v-450h191q20 0 25.5 -11.5t-7.5 -27.5l-327 -400q-13 -16 -32 -16t-32 16l-327 400q-13 16 -7.5 27.5t25.5 11.5h191v450q0 21 14.5 35.5t35.5 14.5zM1125 400h50q10 0 17.5 -7.5t7.5 -17.5v-350q0 -10 -7.5 -17.5t-17.5 -7.5 h-1050q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h50q10 0 17.5 -7.5t7.5 -17.5v-175h900v175q0 10 7.5 17.5t17.5 7.5z" />
|
||||
<glyph unicode="" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM525 900h150q10 0 17.5 -7.5t7.5 -17.5v-275h137q21 0 26 -11.5t-8 -27.5l-223 -275q-13 -16 -32 -16t-32 16l-223 275q-13 16 -8 27.5t26 11.5h137v275q0 10 7.5 17.5t17.5 7.5z " />
|
||||
<glyph unicode="" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM632 914l223 -275q13 -16 8 -27.5t-26 -11.5h-137v-275q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v275h-137q-21 0 -26 11.5t8 27.5l223 275q13 16 32 16 t32 -16z" />
|
||||
<glyph unicode="" d="M225 1200h750q10 0 19.5 -7t12.5 -17l186 -652q7 -24 7 -49v-425q0 -12 -4 -27t-9 -17q-12 -6 -37 -6h-1100q-12 0 -27 4t-17 8q-6 13 -6 38l1 425q0 25 7 49l185 652q3 10 12.5 17t19.5 7zM878 1000h-556q-10 0 -19 -7t-11 -18l-87 -450q-2 -11 4 -18t16 -7h150 q10 0 19.5 -7t11.5 -17l38 -152q2 -10 11.5 -17t19.5 -7h250q10 0 19.5 7t11.5 17l38 152q2 10 11.5 17t19.5 7h150q10 0 16 7t4 18l-87 450q-2 11 -11 18t-19 7z" />
|
||||
<glyph unicode="" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM540 820l253 -190q17 -12 17 -30t-17 -30l-253 -190q-16 -12 -28 -6.5t-12 26.5v400q0 21 12 26.5t28 -6.5z" />
|
||||
<glyph unicode="" d="M947 1060l135 135q7 7 12.5 5t5.5 -13v-362q0 -10 -7.5 -17.5t-17.5 -7.5h-362q-11 0 -13 5.5t5 12.5l133 133q-109 76 -238 76q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5h150q0 -117 -45.5 -224 t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5q192 0 347 -117z" />
|
||||
<glyph unicode="" d="M947 1060l135 135q7 7 12.5 5t5.5 -13v-361q0 -11 -7.5 -18.5t-18.5 -7.5h-361q-11 0 -13 5.5t5 12.5l134 134q-110 75 -239 75q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5h-150q0 117 45.5 224t123 184.5t184.5 123t224 45.5q192 0 347 -117zM1027 600h150 q0 -117 -45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5q-192 0 -348 118l-134 -134q-7 -8 -12.5 -5.5t-5.5 12.5v360q0 11 7.5 18.5t18.5 7.5h360q10 0 12.5 -5.5t-5.5 -12.5l-133 -133q110 -76 240 -76q116 0 214.5 57t155.5 155.5t57 214.5z" />
|
||||
<glyph unicode="" d="M125 1200h1050q10 0 17.5 -7.5t7.5 -17.5v-1150q0 -10 -7.5 -17.5t-17.5 -7.5h-1050q-10 0 -17.5 7.5t-7.5 17.5v1150q0 10 7.5 17.5t17.5 7.5zM1075 1000h-850q-10 0 -17.5 -7.5t-7.5 -17.5v-850q0 -10 7.5 -17.5t17.5 -7.5h850q10 0 17.5 7.5t7.5 17.5v850 q0 10 -7.5 17.5t-17.5 7.5zM325 900h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 900h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 700h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 700h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 500h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 500h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 300h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 300h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5z" />
|
||||
<glyph unicode="" d="M900 800v200q0 83 -58.5 141.5t-141.5 58.5h-300q-82 0 -141 -59t-59 -141v-200h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-600q0 -41 29.5 -70.5t70.5 -29.5h900q41 0 70.5 29.5t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5h-100zM400 800v150q0 21 15 35.5t35 14.5h200 q20 0 35 -14.5t15 -35.5v-150h-300z" />
|
||||
<glyph unicode="" d="M125 1100h50q10 0 17.5 -7.5t7.5 -17.5v-1075h-100v1075q0 10 7.5 17.5t17.5 7.5zM1075 1052q4 0 9 -2q16 -6 16 -23v-421q0 -6 -3 -12q-33 -59 -66.5 -99t-65.5 -58t-56.5 -24.5t-52.5 -6.5q-26 0 -57.5 6.5t-52.5 13.5t-60 21q-41 15 -63 22.5t-57.5 15t-65.5 7.5 q-85 0 -160 -57q-7 -5 -15 -5q-6 0 -11 3q-14 7 -14 22v438q22 55 82 98.5t119 46.5q23 2 43 0.5t43 -7t32.5 -8.5t38 -13t32.5 -11q41 -14 63.5 -21t57 -14t63.5 -7q103 0 183 87q7 8 18 8z" />
|
||||
<glyph unicode="" d="M600 1175q116 0 227 -49.5t192.5 -131t131 -192.5t49.5 -227v-300q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v300q0 127 -70.5 231.5t-184.5 161.5t-245 57t-245 -57t-184.5 -161.5t-70.5 -231.5v-300q0 -10 -7.5 -17.5t-17.5 -7.5h-50 q-10 0 -17.5 7.5t-7.5 17.5v300q0 116 49.5 227t131 192.5t192.5 131t227 49.5zM220 500h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14v460q0 8 6 14t14 6zM820 500h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14v460 q0 8 6 14t14 6z" />
|
||||
<glyph unicode="" d="M321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM900 668l120 120q7 7 17 7t17 -7l34 -34q7 -7 7 -17t-7 -17l-120 -120l120 -120q7 -7 7 -17 t-7 -17l-34 -34q-7 -7 -17 -7t-17 7l-120 119l-120 -119q-7 -7 -17 -7t-17 7l-34 34q-7 7 -7 17t7 17l119 120l-119 120q-7 7 -7 17t7 17l34 34q7 8 17 8t17 -8z" />
|
||||
<glyph unicode="" d="M321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM766 900h4q10 -1 16 -10q96 -129 96 -290q0 -154 -90 -281q-6 -9 -17 -10l-3 -1q-9 0 -16 6 l-29 23q-7 7 -8.5 16.5t4.5 17.5q72 103 72 229q0 132 -78 238q-6 8 -4.5 18t9.5 17l29 22q7 5 15 5z" />
|
||||
<glyph unicode="" d="M967 1004h3q11 -1 17 -10q135 -179 135 -396q0 -105 -34 -206.5t-98 -185.5q-7 -9 -17 -10h-3q-9 0 -16 6l-42 34q-8 6 -9 16t5 18q111 150 111 328q0 90 -29.5 176t-84.5 157q-6 9 -5 19t10 16l42 33q7 5 15 5zM321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5 t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM766 900h4q10 -1 16 -10q96 -129 96 -290q0 -154 -90 -281q-6 -9 -17 -10l-3 -1q-9 0 -16 6l-29 23q-7 7 -8.5 16.5t4.5 17.5q72 103 72 229q0 132 -78 238 q-6 8 -4.5 18.5t9.5 16.5l29 22q7 5 15 5z" />
|
||||
<glyph unicode="" d="M500 900h100v-100h-100v-100h-400v-100h-100v600h500v-300zM1200 700h-200v-100h200v-200h-300v300h-200v300h-100v200h600v-500zM100 1100v-300h300v300h-300zM800 1100v-300h300v300h-300zM300 900h-100v100h100v-100zM1000 900h-100v100h100v-100zM300 500h200v-500 h-500v500h200v100h100v-100zM800 300h200v-100h-100v-100h-200v100h-100v100h100v200h-200v100h300v-300zM100 400v-300h300v300h-300zM300 200h-100v100h100v-100zM1200 200h-100v100h100v-100zM700 0h-100v100h100v-100zM1200 0h-300v100h300v-100z" />
|
||||
<glyph unicode="" d="M100 200h-100v1000h100v-1000zM300 200h-100v1000h100v-1000zM700 200h-200v1000h200v-1000zM900 200h-100v1000h100v-1000zM1200 200h-200v1000h200v-1000zM400 0h-300v100h300v-100zM600 0h-100v91h100v-91zM800 0h-100v91h100v-91zM1100 0h-200v91h200v-91z" />
|
||||
<glyph unicode="" d="M500 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-682 682l1 475q0 10 7.5 17.5t17.5 7.5h474zM319.5 1024.5q-29.5 29.5 -71 29.5t-71 -29.5t-29.5 -71.5t29.5 -71.5t71 -29.5t71 29.5t29.5 71.5t-29.5 71.5z" />
|
||||
<glyph unicode="" d="M500 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-682 682l1 475q0 10 7.5 17.5t17.5 7.5h474zM800 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-56 56l424 426l-700 700h150zM319.5 1024.5q-29.5 29.5 -71 29.5t-71 -29.5 t-29.5 -71.5t29.5 -71.5t71 -29.5t71 29.5t29.5 71.5t-29.5 71.5z" />
|
||||
<glyph unicode="" d="M300 1200h825q75 0 75 -75v-900q0 -25 -18 -43l-64 -64q-8 -8 -13 -5.5t-5 12.5v950q0 10 -7.5 17.5t-17.5 7.5h-700q-25 0 -43 -18l-64 -64q-8 -8 -5.5 -13t12.5 -5h700q10 0 17.5 -7.5t7.5 -17.5v-950q0 -10 -7.5 -17.5t-17.5 -7.5h-850q-10 0 -17.5 7.5t-7.5 17.5v975 q0 25 18 43l139 139q18 18 43 18z" />
|
||||
<glyph unicode="" d="M250 1200h800q21 0 35.5 -14.5t14.5 -35.5v-1150l-450 444l-450 -445v1151q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M822 1200h-444q-11 0 -19 -7.5t-9 -17.5l-78 -301q-7 -24 7 -45l57 -108q6 -9 17.5 -15t21.5 -6h450q10 0 21.5 6t17.5 15l62 108q14 21 7 45l-83 301q-1 10 -9 17.5t-19 7.5zM1175 800h-150q-10 0 -21 -6.5t-15 -15.5l-78 -156q-4 -9 -15 -15.5t-21 -6.5h-550 q-10 0 -21 6.5t-15 15.5l-78 156q-4 9 -15 15.5t-21 6.5h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-650q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h750q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5 t7.5 17.5v650q0 10 -7.5 17.5t-17.5 7.5zM850 200h-500q-10 0 -19.5 -7t-11.5 -17l-38 -152q-2 -10 3.5 -17t15.5 -7h600q10 0 15.5 7t3.5 17l-38 152q-2 10 -11.5 17t-19.5 7z" />
|
||||
<glyph unicode="" d="M500 1100h200q56 0 102.5 -20.5t72.5 -50t44 -59t25 -50.5l6 -20h150q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v600q0 41 29.5 70.5t70.5 29.5h150q2 8 6.5 21.5t24 48t45 61t72 48t102.5 21.5zM900 800v-100 h100v100h-100zM600 730q-95 0 -162.5 -67.5t-67.5 -162.5t67.5 -162.5t162.5 -67.5t162.5 67.5t67.5 162.5t-67.5 162.5t-162.5 67.5zM600 603q43 0 73 -30t30 -73t-30 -73t-73 -30t-73 30t-30 73t30 73t73 30z" />
|
||||
<glyph unicode="" d="M681 1199l385 -998q20 -50 60 -92q18 -19 36.5 -29.5t27.5 -11.5l10 -2v-66h-417v66q53 0 75 43.5t5 88.5l-82 222h-391q-58 -145 -92 -234q-11 -34 -6.5 -57t25.5 -37t46 -20t55 -6v-66h-365v66q56 24 84 52q12 12 25 30.5t20 31.5l7 13l399 1006h93zM416 521h340 l-162 457z" />
|
||||
<glyph unicode="" d="M753 641q5 -1 14.5 -4.5t36 -15.5t50.5 -26.5t53.5 -40t50.5 -54.5t35.5 -70t14.5 -87q0 -67 -27.5 -125.5t-71.5 -97.5t-98.5 -66.5t-108.5 -40.5t-102 -13h-500v89q41 7 70.5 32.5t29.5 65.5v827q0 24 -0.5 34t-3.5 24t-8.5 19.5t-17 13.5t-28 12.5t-42.5 11.5v71 l471 -1q57 0 115.5 -20.5t108 -57t80.5 -94t31 -124.5q0 -51 -15.5 -96.5t-38 -74.5t-45 -50.5t-38.5 -30.5zM400 700h139q78 0 130.5 48.5t52.5 122.5q0 41 -8.5 70.5t-29.5 55.5t-62.5 39.5t-103.5 13.5h-118v-350zM400 200h216q80 0 121 50.5t41 130.5q0 90 -62.5 154.5 t-156.5 64.5h-159v-400z" />
|
||||
<glyph unicode="" d="M877 1200l2 -57q-83 -19 -116 -45.5t-40 -66.5l-132 -839q-9 -49 13 -69t96 -26v-97h-500v97q186 16 200 98l173 832q3 17 3 30t-1.5 22.5t-9 17.5t-13.5 12.5t-21.5 10t-26 8.5t-33.5 10q-13 3 -19 5v57h425z" />
|
||||
<glyph unicode="" d="M1300 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-850q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v850h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM175 1000h-75v-800h75l-125 -167l-125 167h75v800h-75l125 167z" />
|
||||
<glyph unicode="" d="M1100 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-650q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v650h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM1167 50l-167 -125v75h-800v-75l-167 125l167 125v-75h800v75z" />
|
||||
<glyph unicode="" d="M50 1100h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 500h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M250 1100h700q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM250 500h700q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5zM100 650v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000 q-21 0 -35.5 14.5t-14.5 35.5zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5zM0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100 q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5z" />
|
||||
<glyph unicode="" d="M50 1100h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 500h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 1100h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 800h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 500h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 500h800q21 0 35.5 -14.5t14.5 -35.5v-100 q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 200h800 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M400 0h-100v1100h100v-1100zM550 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM550 800h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM267 550l-167 -125v75h-200v100h200v75zM550 500h300q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM550 200h600 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM900 0h-100v1100h100v-1100zM50 800h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM1100 600h200v-100h-200v-75l-167 125l167 125v-75zM50 500h300q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h600 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M75 1000h750q31 0 53 -22t22 -53v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53v650q0 31 22 53t53 22zM1200 300l-300 300l300 300v-600z" />
|
||||
<glyph unicode="" d="M44 1100h1112q18 0 31 -13t13 -31v-1012q0 -18 -13 -31t-31 -13h-1112q-18 0 -31 13t-13 31v1012q0 18 13 31t31 13zM100 1000v-737l247 182l298 -131l-74 156l293 318l236 -288v500h-1000zM342 884q56 0 95 -39t39 -94.5t-39 -95t-95 -39.5t-95 39.5t-39 95t39 94.5 t95 39z" />
|
||||
<glyph unicode="" d="M648 1169q117 0 216 -60t156.5 -161t57.5 -218q0 -115 -70 -258q-69 -109 -158 -225.5t-143 -179.5l-54 -62q-9 8 -25.5 24.5t-63.5 67.5t-91 103t-98.5 128t-95.5 148q-60 132 -60 249q0 88 34 169.5t91.5 142t137 96.5t166.5 36zM652.5 974q-91.5 0 -156.5 -65 t-65 -157t65 -156.5t156.5 -64.5t156.5 64.5t65 156.5t-65 157t-156.5 65z" />
|
||||
<glyph unicode="" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 173v854q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57z" />
|
||||
<glyph unicode="" d="M554 1295q21 -72 57.5 -143.5t76 -130t83 -118t82.5 -117t70 -116t49.5 -126t18.5 -136.5q0 -71 -25.5 -135t-68.5 -111t-99 -82t-118.5 -54t-125.5 -23q-84 5 -161.5 34t-139.5 78.5t-99 125t-37 164.5q0 69 18 136.5t49.5 126.5t69.5 116.5t81.5 117.5t83.5 119 t76.5 131t58.5 143zM344 710q-23 -33 -43.5 -70.5t-40.5 -102.5t-17 -123q1 -37 14.5 -69.5t30 -52t41 -37t38.5 -24.5t33 -15q21 -7 32 -1t13 22l6 34q2 10 -2.5 22t-13.5 19q-5 4 -14 12t-29.5 40.5t-32.5 73.5q-26 89 6 271q2 11 -6 11q-8 1 -15 -10z" />
|
||||
<glyph unicode="" d="M1000 1013l108 115q2 1 5 2t13 2t20.5 -1t25 -9.5t28.5 -21.5q22 -22 27 -43t0 -32l-6 -10l-108 -115zM350 1100h400q50 0 105 -13l-187 -187h-368q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v182l200 200v-332 q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5zM1009 803l-362 -362l-161 -50l55 170l355 355z" />
|
||||
<glyph unicode="" d="M350 1100h361q-164 -146 -216 -200h-195q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5l200 153v-103q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5z M824 1073l339 -301q8 -7 8 -17.5t-8 -17.5l-340 -306q-7 -6 -12.5 -4t-6.5 11v203q-26 1 -54.5 0t-78.5 -7.5t-92 -17.5t-86 -35t-70 -57q10 59 33 108t51.5 81.5t65 58.5t68.5 40.5t67 24.5t56 13.5t40 4.5v210q1 10 6.5 12.5t13.5 -4.5z" />
|
||||
<glyph unicode="" d="M350 1100h350q60 0 127 -23l-178 -177h-349q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v69l200 200v-219q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5z M643 639l395 395q7 7 17.5 7t17.5 -7l101 -101q7 -7 7 -17.5t-7 -17.5l-531 -532q-7 -7 -17.5 -7t-17.5 7l-248 248q-7 7 -7 17.5t7 17.5l101 101q7 7 17.5 7t17.5 -7l111 -111q8 -7 18 -7t18 7z" />
|
||||
<glyph unicode="" d="M318 918l264 264q8 8 18 8t18 -8l260 -264q7 -8 4.5 -13t-12.5 -5h-170v-200h200v173q0 10 5 12t13 -5l264 -260q8 -7 8 -17.5t-8 -17.5l-264 -265q-8 -7 -13 -5t-5 12v173h-200v-200h170q10 0 12.5 -5t-4.5 -13l-260 -264q-8 -8 -18 -8t-18 8l-264 264q-8 8 -5.5 13 t12.5 5h175v200h-200v-173q0 -10 -5 -12t-13 5l-264 265q-8 7 -8 17.5t8 17.5l264 260q8 7 13 5t5 -12v-173h200v200h-175q-10 0 -12.5 5t5.5 13z" />
|
||||
<glyph unicode="" d="M250 1100h100q21 0 35.5 -14.5t14.5 -35.5v-438l464 453q15 14 25.5 10t10.5 -25v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v1000q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-438l464 453q15 14 25.5 10t10.5 -25v-438l464 453q15 14 25.5 10t10.5 -25v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5 t-14.5 35.5v1000q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M1200 1050v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -10.5 -25t-25.5 10l-492 480q-15 14 -15 35t15 35l492 480q15 14 25.5 10t10.5 -25v-438l464 453q15 14 25.5 10t10.5 -25z" />
|
||||
<glyph unicode="" d="M243 1074l814 -498q18 -11 18 -26t-18 -26l-814 -498q-18 -11 -30.5 -4t-12.5 28v1000q0 21 12.5 28t30.5 -4z" />
|
||||
<glyph unicode="" d="M250 1000h200q21 0 35.5 -14.5t14.5 -35.5v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5zM650 1000h200q21 0 35.5 -14.5t14.5 -35.5v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v800 q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M1100 950v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5z" />
|
||||
<glyph unicode="" d="M500 612v438q0 21 10.5 25t25.5 -10l492 -480q15 -14 15 -35t-15 -35l-492 -480q-15 -14 -25.5 -10t-10.5 25v438l-464 -453q-15 -14 -25.5 -10t-10.5 25v1000q0 21 10.5 25t25.5 -10z" />
|
||||
<glyph unicode="" d="M1048 1102l100 1q20 0 35 -14.5t15 -35.5l5 -1000q0 -21 -14.5 -35.5t-35.5 -14.5l-100 -1q-21 0 -35.5 14.5t-14.5 35.5l-2 437l-463 -454q-14 -15 -24.5 -10.5t-10.5 25.5l-2 437l-462 -455q-15 -14 -25.5 -9.5t-10.5 24.5l-5 1000q0 21 10.5 25.5t25.5 -10.5l466 -450 l-2 438q0 20 10.5 24.5t25.5 -9.5l466 -451l-2 438q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M850 1100h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-464 -453q-15 -14 -25.5 -10t-10.5 25v1000q0 21 10.5 25t25.5 -10l464 -453v438q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M686 1081l501 -540q15 -15 10.5 -26t-26.5 -11h-1042q-22 0 -26.5 11t10.5 26l501 540q15 15 36 15t36 -15zM150 400h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M885 900l-352 -353l352 -353l-197 -198l-552 552l552 550z" />
|
||||
<glyph unicode="" d="M1064 547l-551 -551l-198 198l353 353l-353 353l198 198z" />
|
||||
<glyph unicode="" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM650 900h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-150h-150 q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5t35.5 -14.5h150v-150q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5v150h150q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5h-150v150q0 21 -14.5 35.5t-35.5 14.5z" />
|
||||
<glyph unicode="" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM850 700h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5 t35.5 -14.5h500q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5z" />
|
||||
<glyph unicode="" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM741.5 913q-12.5 0 -21.5 -9l-120 -120l-120 120q-9 9 -21.5 9 t-21.5 -9l-141 -141q-9 -9 -9 -21.5t9 -21.5l120 -120l-120 -120q-9 -9 -9 -21.5t9 -21.5l141 -141q9 -9 21.5 -9t21.5 9l120 120l120 -120q9 -9 21.5 -9t21.5 9l141 141q9 9 9 21.5t-9 21.5l-120 120l120 120q9 9 9 21.5t-9 21.5l-141 141q-9 9 -21.5 9z" />
|
||||
<glyph unicode="" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM546 623l-84 85q-7 7 -17.5 7t-18.5 -7l-139 -139q-7 -8 -7 -18t7 -18 l242 -241q7 -8 17.5 -8t17.5 8l375 375q7 7 7 17.5t-7 18.5l-139 139q-7 7 -17.5 7t-17.5 -7z" />
|
||||
<glyph unicode="" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM588 941q-29 0 -59 -5.5t-63 -20.5t-58 -38.5t-41.5 -63t-16.5 -89.5 q0 -25 20 -25h131q30 -5 35 11q6 20 20.5 28t45.5 8q20 0 31.5 -10.5t11.5 -28.5q0 -23 -7 -34t-26 -18q-1 0 -13.5 -4t-19.5 -7.5t-20 -10.5t-22 -17t-18.5 -24t-15.5 -35t-8 -46q-1 -8 5.5 -16.5t20.5 -8.5h173q7 0 22 8t35 28t37.5 48t29.5 74t12 100q0 47 -17 83 t-42.5 57t-59.5 34.5t-64 18t-59 4.5zM675 400h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5z" />
|
||||
<glyph unicode="" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM675 1000h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5 t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5zM675 700h-250q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h75v-200h-75q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h350q10 0 17.5 7.5t7.5 17.5v50q0 10 -7.5 17.5 t-17.5 7.5h-75v275q0 10 -7.5 17.5t-17.5 7.5z" />
|
||||
<glyph unicode="" d="M525 1200h150q10 0 17.5 -7.5t7.5 -17.5v-194q103 -27 178.5 -102.5t102.5 -178.5h194q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-194q-27 -103 -102.5 -178.5t-178.5 -102.5v-194q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v194 q-103 27 -178.5 102.5t-102.5 178.5h-194q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h194q27 103 102.5 178.5t178.5 102.5v194q0 10 7.5 17.5t17.5 7.5zM700 893v-168q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v168q-68 -23 -119 -74 t-74 -119h168q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-168q23 -68 74 -119t119 -74v168q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-168q68 23 119 74t74 119h-168q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h168 q-23 68 -74 119t-119 74z" />
|
||||
<glyph unicode="" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM759 823l64 -64q7 -7 7 -17.5t-7 -17.5l-124 -124l124 -124q7 -7 7 -17.5t-7 -17.5l-64 -64q-7 -7 -17.5 -7t-17.5 7l-124 124l-124 -124q-7 -7 -17.5 -7t-17.5 7l-64 64 q-7 7 -7 17.5t7 17.5l124 124l-124 124q-7 7 -7 17.5t7 17.5l64 64q7 7 17.5 7t17.5 -7l124 -124l124 124q7 7 17.5 7t17.5 -7z" />
|
||||
<glyph unicode="" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM782 788l106 -106q7 -7 7 -17.5t-7 -17.5l-320 -321q-8 -7 -18 -7t-18 7l-202 203q-8 7 -8 17.5t8 17.5l106 106q7 8 17.5 8t17.5 -8l79 -79l197 197q7 7 17.5 7t17.5 -7z" />
|
||||
<glyph unicode="" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5q0 -120 65 -225 l587 587q-105 65 -225 65zM965 819l-584 -584q104 -62 219 -62q116 0 214.5 57t155.5 155.5t57 214.5q0 115 -62 219z" />
|
||||
<glyph unicode="" d="M39 582l522 427q16 13 27.5 8t11.5 -26v-291h550q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-550v-291q0 -21 -11.5 -26t-27.5 8l-522 427q-16 13 -16 32t16 32z" />
|
||||
<glyph unicode="" d="M639 1009l522 -427q16 -13 16 -32t-16 -32l-522 -427q-16 -13 -27.5 -8t-11.5 26v291h-550q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h550v291q0 21 11.5 26t27.5 -8z" />
|
||||
<glyph unicode="" d="M682 1161l427 -522q13 -16 8 -27.5t-26 -11.5h-291v-550q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v550h-291q-21 0 -26 11.5t8 27.5l427 522q13 16 32 16t32 -16z" />
|
||||
<glyph unicode="" d="M550 1200h200q21 0 35.5 -14.5t14.5 -35.5v-550h291q21 0 26 -11.5t-8 -27.5l-427 -522q-13 -16 -32 -16t-32 16l-427 522q-13 16 -8 27.5t26 11.5h291v550q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M639 1109l522 -427q16 -13 16 -32t-16 -32l-522 -427q-16 -13 -27.5 -8t-11.5 26v291q-94 -2 -182 -20t-170.5 -52t-147 -92.5t-100.5 -135.5q5 105 27 193.5t67.5 167t113 135t167 91.5t225.5 42v262q0 21 11.5 26t27.5 -8z" />
|
||||
<glyph unicode="" d="M850 1200h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94l-249 -249q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l249 249l-94 94q-14 14 -10 24.5t25 10.5zM350 0h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l249 249 q8 7 18 7t18 -7l106 -106q7 -8 7 -18t-7 -18l-249 -249l94 -94q14 -14 10 -24.5t-25 -10.5z" />
|
||||
<glyph unicode="" d="M1014 1120l106 -106q7 -8 7 -18t-7 -18l-249 -249l94 -94q14 -14 10 -24.5t-25 -10.5h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l249 249q8 7 18 7t18 -7zM250 600h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94 l-249 -249q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l249 249l-94 94q-14 14 -10 24.5t25 10.5z" />
|
||||
<glyph unicode="" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM704 900h-208q-20 0 -32 -14.5t-8 -34.5l58 -302q4 -20 21.5 -34.5 t37.5 -14.5h54q20 0 37.5 14.5t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5zM675 400h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5z" />
|
||||
<glyph unicode="" d="M260 1200q9 0 19 -2t15 -4l5 -2q22 -10 44 -23l196 -118q21 -13 36 -24q29 -21 37 -12q11 13 49 35l196 118q22 13 45 23q17 7 38 7q23 0 47 -16.5t37 -33.5l13 -16q14 -21 18 -45l25 -123l8 -44q1 -9 8.5 -14.5t17.5 -5.5h61q10 0 17.5 -7.5t7.5 -17.5v-50 q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 -7.5t-7.5 -17.5v-175h-400v300h-200v-300h-400v175q0 10 -7.5 17.5t-17.5 7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5h61q11 0 18 3t7 8q0 4 9 52l25 128q5 25 19 45q2 3 5 7t13.5 15t21.5 19.5t26.5 15.5 t29.5 7zM915 1079l-166 -162q-7 -7 -5 -12t12 -5h219q10 0 15 7t2 17l-51 149q-3 10 -11 12t-15 -6zM463 917l-177 157q-8 7 -16 5t-11 -12l-51 -143q-3 -10 2 -17t15 -7h231q11 0 12.5 5t-5.5 12zM500 0h-375q-10 0 -17.5 7.5t-7.5 17.5v375h400v-400zM1100 400v-375 q0 -10 -7.5 -17.5t-17.5 -7.5h-375v400h400z" />
|
||||
<glyph unicode="" d="M1165 1190q8 3 21 -6.5t13 -17.5q-2 -178 -24.5 -323.5t-55.5 -245.5t-87 -174.5t-102.5 -118.5t-118 -68.5t-118.5 -33t-120 -4.5t-105 9.5t-90 16.5q-61 12 -78 11q-4 1 -12.5 0t-34 -14.5t-52.5 -40.5l-153 -153q-26 -24 -37 -14.5t-11 43.5q0 64 42 102q8 8 50.5 45 t66.5 58q19 17 35 47t13 61q-9 55 -10 102.5t7 111t37 130t78 129.5q39 51 80 88t89.5 63.5t94.5 45t113.5 36t129 31t157.5 37t182 47.5zM1116 1098q-8 9 -22.5 -3t-45.5 -50q-38 -47 -119 -103.5t-142 -89.5l-62 -33q-56 -30 -102 -57t-104 -68t-102.5 -80.5t-85.5 -91 t-64 -104.5q-24 -56 -31 -86t2 -32t31.5 17.5t55.5 59.5q25 30 94 75.5t125.5 77.5t147.5 81q70 37 118.5 69t102 79.5t99 111t86.5 148.5q22 50 24 60t-6 19z" />
|
||||
<glyph unicode="" d="M653 1231q-39 -67 -54.5 -131t-10.5 -114.5t24.5 -96.5t47.5 -80t63.5 -62.5t68.5 -46.5t65 -30q-4 7 -17.5 35t-18.5 39.5t-17 39.5t-17 43t-13 42t-9.5 44.5t-2 42t4 43t13.5 39t23 38.5q96 -42 165 -107.5t105 -138t52 -156t13 -159t-19 -149.5q-13 -55 -44 -106.5 t-68 -87t-78.5 -64.5t-72.5 -45t-53 -22q-72 -22 -127 -11q-31 6 -13 19q6 3 17 7q13 5 32.5 21t41 44t38.5 63.5t21.5 81.5t-6.5 94.5t-50 107t-104 115.5q10 -104 -0.5 -189t-37 -140.5t-65 -93t-84 -52t-93.5 -11t-95 24.5q-80 36 -131.5 114t-53.5 171q-2 23 0 49.5 t4.5 52.5t13.5 56t27.5 60t46 64.5t69.5 68.5q-8 -53 -5 -102.5t17.5 -90t34 -68.5t44.5 -39t49 -2q31 13 38.5 36t-4.5 55t-29 64.5t-36 75t-26 75.5q-15 85 2 161.5t53.5 128.5t85.5 92.5t93.5 61t81.5 25.5z" />
|
||||
<glyph unicode="" d="M600 1094q82 0 160.5 -22.5t140 -59t116.5 -82.5t94.5 -95t68 -95t42.5 -82.5t14 -57.5t-14 -57.5t-43 -82.5t-68.5 -95t-94.5 -95t-116.5 -82.5t-140 -59t-159.5 -22.5t-159.5 22.5t-140 59t-116.5 82.5t-94.5 95t-68.5 95t-43 82.5t-14 57.5t14 57.5t42.5 82.5t68 95 t94.5 95t116.5 82.5t140 59t160.5 22.5zM888 829q-15 15 -18 12t5 -22q25 -57 25 -119q0 -124 -88 -212t-212 -88t-212 88t-88 212q0 59 23 114q8 19 4.5 22t-17.5 -12q-70 -69 -160 -184q-13 -16 -15 -40.5t9 -42.5q22 -36 47 -71t70 -82t92.5 -81t113 -58.5t133.5 -24.5 t133.5 24t113 58.5t92.5 81.5t70 81.5t47 70.5q11 18 9 42.5t-14 41.5q-90 117 -163 189zM448 727l-35 -36q-15 -15 -19.5 -38.5t4.5 -41.5q37 -68 93 -116q16 -13 38.5 -11t36.5 17l35 34q14 15 12.5 33.5t-16.5 33.5q-44 44 -89 117q-11 18 -28 20t-32 -12z" />
|
||||
<glyph unicode="" d="M592 0h-148l31 120q-91 20 -175.5 68.5t-143.5 106.5t-103.5 119t-66.5 110t-22 76q0 21 14 57.5t42.5 82.5t68 95t94.5 95t116.5 82.5t140 59t160.5 22.5q61 0 126 -15l32 121h148zM944 770l47 181q108 -85 176.5 -192t68.5 -159q0 -26 -19.5 -71t-59.5 -102t-93 -112 t-129 -104.5t-158 -75.5l46 173q77 49 136 117t97 131q11 18 9 42.5t-14 41.5q-54 70 -107 130zM310 824q-70 -69 -160 -184q-13 -16 -15 -40.5t9 -42.5q18 -30 39 -60t57 -70.5t74 -73t90 -61t105 -41.5l41 154q-107 18 -178.5 101.5t-71.5 193.5q0 59 23 114q8 19 4.5 22 t-17.5 -12zM448 727l-35 -36q-15 -15 -19.5 -38.5t4.5 -41.5q37 -68 93 -116q16 -13 38.5 -11t36.5 17l12 11l22 86l-3 4q-44 44 -89 117q-11 18 -28 20t-32 -12z" />
|
||||
<glyph unicode="" d="M-90 100l642 1066q20 31 48 28.5t48 -35.5l642 -1056q21 -32 7.5 -67.5t-50.5 -35.5h-1294q-37 0 -50.5 34t7.5 66zM155 200h345v75q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-75h345l-445 723zM496 700h208q20 0 32 -14.5t8 -34.5l-58 -252 q-4 -20 -21.5 -34.5t-37.5 -14.5h-54q-20 0 -37.5 14.5t-21.5 34.5l-58 252q-4 20 8 34.5t32 14.5z" />
|
||||
<glyph unicode="" d="M650 1200q62 0 106 -44t44 -106v-339l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -93 100 -113v-64q0 -21 -13 -29t-32 1l-205 128l-205 -128q-19 -9 -32 -1t-13 29v64q0 20 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5v41 q0 20 11 44.5t26 38.5l363 325v339q0 62 44 106t106 44z" />
|
||||
<glyph unicode="" d="M850 1200h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-150h-1100v150q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-50h500v50q0 21 14.5 35.5t35.5 14.5zM1100 800v-750q0 -21 -14.5 -35.5 t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v750h1100zM100 600v-100h100v100h-100zM300 600v-100h100v100h-100zM500 600v-100h100v100h-100zM700 600v-100h100v100h-100zM900 600v-100h100v100h-100zM100 400v-100h100v100h-100zM300 400v-100h100v100h-100zM500 400 v-100h100v100h-100zM700 400v-100h100v100h-100zM900 400v-100h100v100h-100zM100 200v-100h100v100h-100zM300 200v-100h100v100h-100zM500 200v-100h100v100h-100zM700 200v-100h100v100h-100zM900 200v-100h100v100h-100z" />
|
||||
<glyph unicode="" d="M1135 1165l249 -230q15 -14 15 -35t-15 -35l-249 -230q-14 -14 -24.5 -10t-10.5 25v150h-159l-600 -600h-291q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h209l600 600h241v150q0 21 10.5 25t24.5 -10zM522 819l-141 -141l-122 122h-209q-21 0 -35.5 14.5 t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h291zM1135 565l249 -230q15 -14 15 -35t-15 -35l-249 -230q-14 -14 -24.5 -10t-10.5 25v150h-241l-181 181l141 141l122 -122h159v150q0 21 10.5 25t24.5 -10z" />
|
||||
<glyph unicode="" d="M100 1100h1000q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-596l-304 -300v300h-100q-41 0 -70.5 29.5t-29.5 70.5v600q0 41 29.5 70.5t70.5 29.5z" />
|
||||
<glyph unicode="" d="M150 1200h200q21 0 35.5 -14.5t14.5 -35.5v-250h-300v250q0 21 14.5 35.5t35.5 14.5zM850 1200h200q21 0 35.5 -14.5t14.5 -35.5v-250h-300v250q0 21 14.5 35.5t35.5 14.5zM1100 800v-300q0 -41 -3 -77.5t-15 -89.5t-32 -96t-58 -89t-89 -77t-129 -51t-174 -20t-174 20 t-129 51t-89 77t-58 89t-32 96t-15 89.5t-3 77.5v300h300v-250v-27v-42.5t1.5 -41t5 -38t10 -35t16.5 -30t25.5 -24.5t35 -19t46.5 -12t60 -4t60 4.5t46.5 12.5t35 19.5t25 25.5t17 30.5t10 35t5 38t2 40.5t-0.5 42v25v250h300z" />
|
||||
<glyph unicode="" d="M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z" />
|
||||
<glyph unicode="" d="M1101 789l-550 -551l-551 551l198 199l353 -353l353 353z" />
|
||||
<glyph unicode="" d="M404 1000h746q21 0 35.5 -14.5t14.5 -35.5v-551h150q21 0 25 -10.5t-10 -24.5l-230 -249q-14 -15 -35 -15t-35 15l-230 249q-14 14 -10 24.5t25 10.5h150v401h-381zM135 984l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-400h385l215 -200h-750q-21 0 -35.5 14.5 t-14.5 35.5v550h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
|
||||
<glyph unicode="" d="M56 1200h94q17 0 31 -11t18 -27l38 -162h896q24 0 39 -18.5t10 -42.5l-100 -475q-5 -21 -27 -42.5t-55 -21.5h-633l48 -200h535q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-50q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v50h-300v-50 q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v50h-31q-18 0 -32.5 10t-20.5 19l-5 10l-201 961h-54q-20 0 -35 14.5t-15 35.5t15 35.5t35 14.5z" />
|
||||
<glyph unicode="" d="M1200 1000v-100h-1200v100h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500zM0 800h1200v-800h-1200v800z" />
|
||||
<glyph unicode="" d="M200 800l-200 -400v600h200q0 41 29.5 70.5t70.5 29.5h300q42 0 71 -29.5t29 -70.5h500v-200h-1000zM1500 700l-300 -700h-1200l300 700h1200z" />
|
||||
<glyph unicode="" d="M635 1184l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-601h150q21 0 25 -10.5t-10 -24.5l-230 -249q-14 -15 -35 -15t-35 15l-230 249q-14 14 -10 24.5t25 10.5h150v601h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
|
||||
<glyph unicode="" d="M936 864l249 -229q14 -15 14 -35.5t-14 -35.5l-249 -229q-15 -15 -25.5 -10.5t-10.5 24.5v151h-600v-151q0 -20 -10.5 -24.5t-25.5 10.5l-249 229q-14 15 -14 35.5t14 35.5l249 229q15 15 25.5 10.5t10.5 -25.5v-149h600v149q0 21 10.5 25.5t25.5 -10.5z" />
|
||||
<glyph unicode="" d="M1169 400l-172 732q-5 23 -23 45.5t-38 22.5h-672q-20 0 -38 -20t-23 -41l-172 -739h1138zM1100 300h-1000q-41 0 -70.5 -29.5t-29.5 -70.5v-100q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5v100q0 41 -29.5 70.5t-70.5 29.5zM800 100v100h100v-100h-100 zM1000 100v100h100v-100h-100z" />
|
||||
<glyph unicode="" d="M1150 1100q21 0 35.5 -14.5t14.5 -35.5v-850q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v850q0 21 14.5 35.5t35.5 14.5zM1000 200l-675 200h-38l47 -276q3 -16 -5.5 -20t-29.5 -4h-7h-84q-20 0 -34.5 14t-18.5 35q-55 337 -55 351v250v6q0 16 1 23.5t6.5 14 t17.5 6.5h200l675 250v-850zM0 750v-250q-4 0 -11 0.5t-24 6t-30 15t-24 30t-11 48.5v50q0 26 10.5 46t25 30t29 16t25.5 7z" />
|
||||
<glyph unicode="" d="M553 1200h94q20 0 29 -10.5t3 -29.5l-18 -37q83 -19 144 -82.5t76 -140.5l63 -327l118 -173h17q19 0 33 -14.5t14 -35t-13 -40.5t-31 -27q-8 -4 -23 -9.5t-65 -19.5t-103 -25t-132.5 -20t-158.5 -9q-57 0 -115 5t-104 12t-88.5 15.5t-73.5 17.5t-54.5 16t-35.5 12l-11 4 q-18 8 -31 28t-13 40.5t14 35t33 14.5h17l118 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3.5 32t28.5 13zM498 110q50 -6 102 -6q53 0 102 6q-12 -49 -39.5 -79.5t-62.5 -30.5t-63 30.5t-39 79.5z" />
|
||||
<glyph unicode="" d="M800 946l224 78l-78 -224l234 -45l-180 -155l180 -155l-234 -45l78 -224l-224 78l-45 -234l-155 180l-155 -180l-45 234l-224 -78l78 224l-234 45l180 155l-180 155l234 45l-78 224l224 -78l45 234l155 -180l155 180z" />
|
||||
<glyph unicode="" d="M650 1200h50q40 0 70 -40.5t30 -84.5v-150l-28 -125h328q40 0 70 -40.5t30 -84.5v-100q0 -45 -29 -74l-238 -344q-16 -24 -38 -40.5t-45 -16.5h-250q-7 0 -42 25t-66 50l-31 25h-61q-45 0 -72.5 18t-27.5 57v400q0 36 20 63l145 196l96 198q13 28 37.5 48t51.5 20z M650 1100l-100 -212l-150 -213v-375h100l136 -100h214l250 375v125h-450l50 225v175h-50zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M600 1100h250q23 0 45 -16.5t38 -40.5l238 -344q29 -29 29 -74v-100q0 -44 -30 -84.5t-70 -40.5h-328q28 -118 28 -125v-150q0 -44 -30 -84.5t-70 -40.5h-50q-27 0 -51.5 20t-37.5 48l-96 198l-145 196q-20 27 -20 63v400q0 39 27.5 57t72.5 18h61q124 100 139 100z M50 1000h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5zM636 1000l-136 -100h-100v-375l150 -213l100 -212h50v175l-50 225h450v125l-250 375h-214z" />
|
||||
<glyph unicode="" d="M356 873l363 230q31 16 53 -6l110 -112q13 -13 13.5 -32t-11.5 -34l-84 -121h302q84 0 138 -38t54 -110t-55 -111t-139 -39h-106l-131 -339q-6 -21 -19.5 -41t-28.5 -20h-342q-7 0 -90 81t-83 94v525q0 17 14 35.5t28 28.5zM400 792v-503l100 -89h293l131 339 q6 21 19.5 41t28.5 20h203q21 0 30.5 25t0.5 50t-31 25h-456h-7h-6h-5.5t-6 0.5t-5 1.5t-5 2t-4 2.5t-4 4t-2.5 4.5q-12 25 5 47l146 183l-86 83zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500 q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M475 1103l366 -230q2 -1 6 -3.5t14 -10.5t18 -16.5t14.5 -20t6.5 -22.5v-525q0 -13 -86 -94t-93 -81h-342q-15 0 -28.5 20t-19.5 41l-131 339h-106q-85 0 -139.5 39t-54.5 111t54 110t138 38h302l-85 121q-11 15 -10.5 34t13.5 32l110 112q22 22 53 6zM370 945l146 -183 q17 -22 5 -47q-2 -2 -3.5 -4.5t-4 -4t-4 -2.5t-5 -2t-5 -1.5t-6 -0.5h-6h-6.5h-6h-475v-100h221q15 0 29 -20t20 -41l130 -339h294l106 89v503l-342 236zM1050 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5 v500q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M550 1294q72 0 111 -55t39 -139v-106l339 -131q21 -6 41 -19.5t20 -28.5v-342q0 -7 -81 -90t-94 -83h-525q-17 0 -35.5 14t-28.5 28l-9 14l-230 363q-16 31 6 53l112 110q13 13 32 13.5t34 -11.5l121 -84v302q0 84 38 138t110 54zM600 972v203q0 21 -25 30.5t-50 0.5 t-25 -31v-456v-7v-6v-5.5t-0.5 -6t-1.5 -5t-2 -5t-2.5 -4t-4 -4t-4.5 -2.5q-25 -12 -47 5l-183 146l-83 -86l236 -339h503l89 100v293l-339 131q-21 6 -41 19.5t-20 28.5zM450 200h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M350 1100h500q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5t35.5 -14.5zM600 306v-106q0 -84 -39 -139t-111 -55t-110 54t-38 138v302l-121 -84q-15 -12 -34 -11.5t-32 13.5l-112 110 q-22 22 -6 53l230 363q1 2 3.5 6t10.5 13.5t16.5 17t20 13.5t22.5 6h525q13 0 94 -83t81 -90v-342q0 -15 -20 -28.5t-41 -19.5zM308 900l-236 -339l83 -86l183 146q22 17 47 5q2 -1 4.5 -2.5t4 -4t2.5 -4t2 -5t1.5 -5t0.5 -6v-5.5v-6v-7v-456q0 -22 25 -31t50 0.5t25 30.5 v203q0 15 20 28.5t41 19.5l339 131v293l-89 100h-503z" />
|
||||
<glyph unicode="" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM914 632l-275 223q-16 13 -27.5 8t-11.5 -26v-137h-275 q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h275v-137q0 -21 11.5 -26t27.5 8l275 223q16 13 16 32t-16 32z" />
|
||||
<glyph unicode="" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM561 855l-275 -223q-16 -13 -16 -32t16 -32l275 -223q16 -13 27.5 -8 t11.5 26v137h275q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5h-275v137q0 21 -11.5 26t-27.5 -8z" />
|
||||
<glyph unicode="" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM855 639l-223 275q-13 16 -32 16t-32 -16l-223 -275q-13 -16 -8 -27.5 t26 -11.5h137v-275q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v275h137q21 0 26 11.5t-8 27.5z" />
|
||||
<glyph unicode="" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM675 900h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-275h-137q-21 0 -26 -11.5 t8 -27.5l223 -275q13 -16 32 -16t32 16l223 275q13 16 8 27.5t-26 11.5h-137v275q0 10 -7.5 17.5t-17.5 7.5z" />
|
||||
<glyph unicode="" d="M600 1176q116 0 222.5 -46t184 -123.5t123.5 -184t46 -222.5t-46 -222.5t-123.5 -184t-184 -123.5t-222.5 -46t-222.5 46t-184 123.5t-123.5 184t-46 222.5t46 222.5t123.5 184t184 123.5t222.5 46zM627 1101q-15 -12 -36.5 -20.5t-35.5 -12t-43 -8t-39 -6.5 q-15 -3 -45.5 0t-45.5 -2q-20 -7 -51.5 -26.5t-34.5 -34.5q-3 -11 6.5 -22.5t8.5 -18.5q-3 -34 -27.5 -91t-29.5 -79q-9 -34 5 -93t8 -87q0 -9 17 -44.5t16 -59.5q12 0 23 -5t23.5 -15t19.5 -14q16 -8 33 -15t40.5 -15t34.5 -12q21 -9 52.5 -32t60 -38t57.5 -11 q7 -15 -3 -34t-22.5 -40t-9.5 -38q13 -21 23 -34.5t27.5 -27.5t36.5 -18q0 -7 -3.5 -16t-3.5 -14t5 -17q104 -2 221 112q30 29 46.5 47t34.5 49t21 63q-13 8 -37 8.5t-36 7.5q-15 7 -49.5 15t-51.5 19q-18 0 -41 -0.5t-43 -1.5t-42 -6.5t-38 -16.5q-51 -35 -66 -12 q-4 1 -3.5 25.5t0.5 25.5q-6 13 -26.5 17.5t-24.5 6.5q1 15 -0.5 30.5t-7 28t-18.5 11.5t-31 -21q-23 -25 -42 4q-19 28 -8 58q6 16 22 22q6 -1 26 -1.5t33.5 -4t19.5 -13.5q7 -12 18 -24t21.5 -20.5t20 -15t15.5 -10.5l5 -3q2 12 7.5 30.5t8 34.5t-0.5 32q-3 18 3.5 29 t18 22.5t15.5 24.5q6 14 10.5 35t8 31t15.5 22.5t34 22.5q-6 18 10 36q8 0 24 -1.5t24.5 -1.5t20 4.5t20.5 15.5q-10 23 -31 42.5t-37.5 29.5t-49 27t-43.5 23q0 1 2 8t3 11.5t1.5 10.5t-1 9.5t-4.5 4.5q31 -13 58.5 -14.5t38.5 2.5l12 5q5 28 -9.5 46t-36.5 24t-50 15 t-41 20q-18 -4 -37 0zM613 994q0 -17 8 -42t17 -45t9 -23q-8 1 -39.5 5.5t-52.5 10t-37 16.5q3 11 16 29.5t16 25.5q10 -10 19 -10t14 6t13.5 14.5t16.5 12.5z" />
|
||||
<glyph unicode="" d="M756 1157q164 92 306 -9l-259 -138l145 -232l251 126q6 -89 -34 -156.5t-117 -110.5q-60 -34 -127 -39.5t-126 16.5l-596 -596q-15 -16 -36.5 -16t-36.5 16l-111 110q-15 15 -15 36.5t15 37.5l600 599q-34 101 5.5 201.5t135.5 154.5z" />
|
||||
<glyph unicode="" horiz-adv-x="1220" d="M100 1196h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 1096h-200v-100h200v100zM100 796h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 696h-500v-100h500v100zM100 396h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 296h-300v-100h300v100z " />
|
||||
<glyph unicode="" d="M150 1200h900q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM700 500v-300l-200 -200v500l-350 500h900z" />
|
||||
<glyph unicode="" d="M500 1200h200q41 0 70.5 -29.5t29.5 -70.5v-100h300q41 0 70.5 -29.5t29.5 -70.5v-400h-500v100h-200v-100h-500v400q0 41 29.5 70.5t70.5 29.5h300v100q0 41 29.5 70.5t70.5 29.5zM500 1100v-100h200v100h-200zM1200 400v-200q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5v200h1200z" />
|
||||
<glyph unicode="" d="M50 1200h300q21 0 25 -10.5t-10 -24.5l-94 -94l199 -199q7 -8 7 -18t-7 -18l-106 -106q-8 -7 -18 -7t-18 7l-199 199l-94 -94q-14 -14 -24.5 -10t-10.5 25v300q0 21 14.5 35.5t35.5 14.5zM850 1200h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94 l-199 -199q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l199 199l-94 94q-14 14 -10 24.5t25 10.5zM364 470l106 -106q7 -8 7 -18t-7 -18l-199 -199l94 -94q14 -14 10 -24.5t-25 -10.5h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l199 199 q8 7 18 7t18 -7zM1071 271l94 94q14 14 24.5 10t10.5 -25v-300q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -25 10.5t10 24.5l94 94l-199 199q-7 8 -7 18t7 18l106 106q8 7 18 7t18 -7z" />
|
||||
<glyph unicode="" d="M596 1192q121 0 231.5 -47.5t190 -127t127 -190t47.5 -231.5t-47.5 -231.5t-127 -190.5t-190 -127t-231.5 -47t-231.5 47t-190.5 127t-127 190.5t-47 231.5t47 231.5t127 190t190.5 127t231.5 47.5zM596 1010q-112 0 -207.5 -55.5t-151 -151t-55.5 -207.5t55.5 -207.5 t151 -151t207.5 -55.5t207.5 55.5t151 151t55.5 207.5t-55.5 207.5t-151 151t-207.5 55.5zM454.5 905q22.5 0 38.5 -16t16 -38.5t-16 -39t-38.5 -16.5t-38.5 16.5t-16 39t16 38.5t38.5 16zM754.5 905q22.5 0 38.5 -16t16 -38.5t-16 -39t-38 -16.5q-14 0 -29 10l-55 -145 q17 -23 17 -51q0 -36 -25.5 -61.5t-61.5 -25.5t-61.5 25.5t-25.5 61.5q0 32 20.5 56.5t51.5 29.5l122 126l1 1q-9 14 -9 28q0 23 16 39t38.5 16zM345.5 709q22.5 0 38.5 -16t16 -38.5t-16 -38.5t-38.5 -16t-38.5 16t-16 38.5t16 38.5t38.5 16zM854.5 709q22.5 0 38.5 -16 t16 -38.5t-16 -38.5t-38.5 -16t-38.5 16t-16 38.5t16 38.5t38.5 16z" />
|
||||
<glyph unicode="" d="M546 173l469 470q91 91 99 192q7 98 -52 175.5t-154 94.5q-22 4 -47 4q-34 0 -66.5 -10t-56.5 -23t-55.5 -38t-48 -41.5t-48.5 -47.5q-376 -375 -391 -390q-30 -27 -45 -41.5t-37.5 -41t-32 -46.5t-16 -47.5t-1.5 -56.5q9 -62 53.5 -95t99.5 -33q74 0 125 51l548 548 q36 36 20 75q-7 16 -21.5 26t-32.5 10q-26 0 -50 -23q-13 -12 -39 -38l-341 -338q-15 -15 -35.5 -15.5t-34.5 13.5t-14 34.5t14 34.5q327 333 361 367q35 35 67.5 51.5t78.5 16.5q14 0 29 -1q44 -8 74.5 -35.5t43.5 -68.5q14 -47 2 -96.5t-47 -84.5q-12 -11 -32 -32 t-79.5 -81t-114.5 -115t-124.5 -123.5t-123 -119.5t-96.5 -89t-57 -45q-56 -27 -120 -27q-70 0 -129 32t-93 89q-48 78 -35 173t81 163l511 511q71 72 111 96q91 55 198 55q80 0 152 -33q78 -36 129.5 -103t66.5 -154q17 -93 -11 -183.5t-94 -156.5l-482 -476 q-15 -15 -36 -16t-37 14t-17.5 34t14.5 35z" />
|
||||
<glyph unicode="" d="M649 949q48 68 109.5 104t121.5 38.5t118.5 -20t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-150 152.5t-126.5 127.5t-93.5 124.5t-33.5 117.5q0 64 28 123t73 100.5t104 64t119 20 t120.5 -38.5t104.5 -104zM896 972q-33 0 -64.5 -19t-56.5 -46t-47.5 -53.5t-43.5 -45.5t-37.5 -19t-36 19t-40 45.5t-43 53.5t-54 46t-65.5 19q-67 0 -122.5 -55.5t-55.5 -132.5q0 -23 13.5 -51t46 -65t57.5 -63t76 -75l22 -22q15 -14 44 -44t50.5 -51t46 -44t41 -35t23 -12 t23.5 12t42.5 36t46 44t52.5 52t44 43q4 4 12 13q43 41 63.5 62t52 55t46 55t26 46t11.5 44q0 79 -53 133.5t-120 54.5z" />
|
||||
<glyph unicode="" d="M776.5 1214q93.5 0 159.5 -66l141 -141q66 -66 66 -160q0 -42 -28 -95.5t-62 -87.5l-29 -29q-31 53 -77 99l-18 18l95 95l-247 248l-389 -389l212 -212l-105 -106l-19 18l-141 141q-66 66 -66 159t66 159l283 283q65 66 158.5 66zM600 706l105 105q10 -8 19 -17l141 -141 q66 -66 66 -159t-66 -159l-283 -283q-66 -66 -159 -66t-159 66l-141 141q-66 66 -66 159.5t66 159.5l55 55q29 -55 75 -102l18 -17l-95 -95l247 -248l389 389z" />
|
||||
<glyph unicode="" d="M603 1200q85 0 162 -15t127 -38t79 -48t29 -46v-953q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-41 0 -70.5 29.5t-29.5 70.5v953q0 21 30 46.5t81 48t129 37.5t163 15zM300 1000v-700h600v700h-600zM600 254q-43 0 -73.5 -30.5t-30.5 -73.5t30.5 -73.5t73.5 -30.5t73.5 30.5 t30.5 73.5t-30.5 73.5t-73.5 30.5z" />
|
||||
<glyph unicode="" d="M902 1185l283 -282q15 -15 15 -36t-14.5 -35.5t-35.5 -14.5t-35 15l-36 35l-279 -267v-300l-212 210l-308 -307l-280 -203l203 280l307 308l-210 212h300l267 279l-35 36q-15 14 -15 35t14.5 35.5t35.5 14.5t35 -15z" />
|
||||
<glyph unicode="" d="M700 1248v-78q38 -5 72.5 -14.5t75.5 -31.5t71 -53.5t52 -84t24 -118.5h-159q-4 36 -10.5 59t-21 45t-40 35.5t-64.5 20.5v-307l64 -13q34 -7 64 -16.5t70 -32t67.5 -52.5t47.5 -80t20 -112q0 -139 -89 -224t-244 -97v-77h-100v79q-150 16 -237 103q-40 40 -52.5 93.5 t-15.5 139.5h139q5 -77 48.5 -126t117.5 -65v335l-27 8q-46 14 -79 26.5t-72 36t-63 52t-40 72.5t-16 98q0 70 25 126t67.5 92t94.5 57t110 27v77h100zM600 754v274q-29 -4 -50 -11t-42 -21.5t-31.5 -41.5t-10.5 -65q0 -29 7 -50.5t16.5 -34t28.5 -22.5t31.5 -14t37.5 -10 q9 -3 13 -4zM700 547v-310q22 2 42.5 6.5t45 15.5t41.5 27t29 42t12 59.5t-12.5 59.5t-38 44.5t-53 31t-66.5 24.5z" />
|
||||
<glyph unicode="" d="M561 1197q84 0 160.5 -40t123.5 -109.5t47 -147.5h-153q0 40 -19.5 71.5t-49.5 48.5t-59.5 26t-55.5 9q-37 0 -79 -14.5t-62 -35.5q-41 -44 -41 -101q0 -26 13.5 -63t26.5 -61t37 -66q6 -9 9 -14h241v-100h-197q8 -50 -2.5 -115t-31.5 -95q-45 -62 -99 -112 q34 10 83 17.5t71 7.5q32 1 102 -16t104 -17q83 0 136 30l50 -147q-31 -19 -58 -30.5t-55 -15.5t-42 -4.5t-46 -0.5q-23 0 -76 17t-111 32.5t-96 11.5q-39 -3 -82 -16t-67 -25l-23 -11l-55 145q4 3 16 11t15.5 10.5t13 9t15.5 12t14.5 14t17.5 18.5q48 55 54 126.5 t-30 142.5h-221v100h166q-23 47 -44 104q-7 20 -12 41.5t-6 55.5t6 66.5t29.5 70.5t58.5 71q97 88 263 88z" />
|
||||
<glyph unicode="" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM935 1184l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-900h-200v900h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
|
||||
<glyph unicode="" d="M1000 700h-100v100h-100v-100h-100v500h300v-500zM400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM801 1100v-200h100v200h-100zM1000 350l-200 -250h200v-100h-300v150l200 250h-200v100h300v-150z " />
|
||||
<glyph unicode="" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1000 1050l-200 -250h200v-100h-300v150l200 250h-200v100h300v-150zM1000 0h-100v100h-100v-100h-100v500h300v-500zM801 400v-200h100v200h-100z " />
|
||||
<glyph unicode="" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1000 700h-100v400h-100v100h200v-500zM1100 0h-100v100h-200v400h300v-500zM901 400v-200h100v200h-100z" />
|
||||
<glyph unicode="" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1100 700h-100v100h-200v400h300v-500zM901 1100v-200h100v200h-100zM1000 0h-100v400h-100v100h200v-500z" />
|
||||
<glyph unicode="" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM900 1000h-200v200h200v-200zM1000 700h-300v200h300v-200zM1100 400h-400v200h400v-200zM1200 100h-500v200h500v-200z" />
|
||||
<glyph unicode="" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1200 1000h-500v200h500v-200zM1100 700h-400v200h400v-200zM1000 400h-300v200h300v-200zM900 100h-200v200h200v-200z" />
|
||||
<glyph unicode="" d="M350 1100h400q162 0 256 -93.5t94 -256.5v-400q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5z" />
|
||||
<glyph unicode="" d="M350 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-163 0 -256.5 92.5t-93.5 257.5v400q0 163 94 256.5t256 93.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM440 770l253 -190q17 -12 17 -30t-17 -30l-253 -190q-16 -12 -28 -6.5t-12 26.5v400q0 21 12 26.5t28 -6.5z" />
|
||||
<glyph unicode="" d="M350 1100h400q163 0 256.5 -94t93.5 -256v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 163 92.5 256.5t257.5 93.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM350 700h400q21 0 26.5 -12t-6.5 -28l-190 -253q-12 -17 -30 -17t-30 17l-190 253q-12 16 -6.5 28t26.5 12z" />
|
||||
<glyph unicode="" d="M350 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -163 -92.5 -256.5t-257.5 -93.5h-400q-163 0 -256.5 94t-93.5 256v400q0 165 92.5 257.5t257.5 92.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM580 693l190 -253q12 -16 6.5 -28t-26.5 -12h-400q-21 0 -26.5 12t6.5 28l190 253q12 17 30 17t30 -17z" />
|
||||
<glyph unicode="" d="M550 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h450q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-450q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM338 867l324 -284q16 -14 16 -33t-16 -33l-324 -284q-16 -14 -27 -9t-11 26v150h-250q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h250v150q0 21 11 26t27 -9z" />
|
||||
<glyph unicode="" d="M793 1182l9 -9q8 -10 5 -27q-3 -11 -79 -225.5t-78 -221.5l300 1q24 0 32.5 -17.5t-5.5 -35.5q-1 0 -133.5 -155t-267 -312.5t-138.5 -162.5q-12 -15 -26 -15h-9l-9 8q-9 11 -4 32q2 9 42 123.5t79 224.5l39 110h-302q-23 0 -31 19q-10 21 6 41q75 86 209.5 237.5 t228 257t98.5 111.5q9 16 25 16h9z" />
|
||||
<glyph unicode="" d="M350 1100h400q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-450q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h450q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400 q0 165 92.5 257.5t257.5 92.5zM938 867l324 -284q16 -14 16 -33t-16 -33l-324 -284q-16 -14 -27 -9t-11 26v150h-250q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h250v150q0 21 11 26t27 -9z" />
|
||||
<glyph unicode="" d="M750 1200h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -10.5 -25t-24.5 10l-109 109l-312 -312q-15 -15 -35.5 -15t-35.5 15l-141 141q-15 15 -15 35.5t15 35.5l312 312l-109 109q-14 14 -10 24.5t25 10.5zM456 900h-156q-41 0 -70.5 -29.5t-29.5 -70.5v-500 q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v148l200 200v-298q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5h300z" />
|
||||
<glyph unicode="" d="M600 1186q119 0 227.5 -46.5t187 -125t125 -187t46.5 -227.5t-46.5 -227.5t-125 -187t-187 -125t-227.5 -46.5t-227.5 46.5t-187 125t-125 187t-46.5 227.5t46.5 227.5t125 187t187 125t227.5 46.5zM600 1022q-115 0 -212 -56.5t-153.5 -153.5t-56.5 -212t56.5 -212 t153.5 -153.5t212 -56.5t212 56.5t153.5 153.5t56.5 212t-56.5 212t-153.5 153.5t-212 56.5zM600 794q80 0 137 -57t57 -137t-57 -137t-137 -57t-137 57t-57 137t57 137t137 57z" />
|
||||
<glyph unicode="" d="M450 1200h200q21 0 35.5 -14.5t14.5 -35.5v-350h245q20 0 25 -11t-9 -26l-383 -426q-14 -15 -33.5 -15t-32.5 15l-379 426q-13 15 -8.5 26t25.5 11h250v350q0 21 14.5 35.5t35.5 14.5zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5z M900 200v-50h100v50h-100z" />
|
||||
<glyph unicode="" d="M583 1182l378 -435q14 -15 9 -31t-26 -16h-244v-250q0 -20 -17 -35t-39 -15h-200q-20 0 -32 14.5t-12 35.5v250h-250q-20 0 -25.5 16.5t8.5 31.5l383 431q14 16 33.5 17t33.5 -14zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5z M900 200v-50h100v50h-100z" />
|
||||
<glyph unicode="" d="M396 723l369 369q7 7 17.5 7t17.5 -7l139 -139q7 -8 7 -18.5t-7 -17.5l-525 -525q-7 -8 -17.5 -8t-17.5 8l-292 291q-7 8 -7 18t7 18l139 139q8 7 18.5 7t17.5 -7zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50 h-100z" />
|
||||
<glyph unicode="" d="M135 1023l142 142q14 14 35 14t35 -14l77 -77l-212 -212l-77 76q-14 15 -14 36t14 35zM655 855l210 210q14 14 24.5 10t10.5 -25l-2 -599q-1 -20 -15.5 -35t-35.5 -15l-597 -1q-21 0 -25 10.5t10 24.5l208 208l-154 155l212 212zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5 v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50h-100z" />
|
||||
<glyph unicode="" d="M350 1200l599 -2q20 -1 35 -15.5t15 -35.5l1 -597q0 -21 -10.5 -25t-24.5 10l-208 208l-155 -154l-212 212l155 154l-210 210q-14 14 -10 24.5t25 10.5zM524 512l-76 -77q-15 -14 -36 -14t-35 14l-142 142q-14 14 -14 35t14 35l77 77zM50 300h1000q21 0 35.5 -14.5 t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50h-100z" />
|
||||
<glyph unicode="" d="M1200 103l-483 276l-314 -399v423h-399l1196 796v-1096zM483 424v-230l683 953z" />
|
||||
<glyph unicode="" d="M1100 1000v-850q0 -21 -14.5 -35.5t-35.5 -14.5h-150v400h-700v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200z" />
|
||||
<glyph unicode="" d="M1100 1000l-2 -149l-299 -299l-95 95q-9 9 -21.5 9t-21.5 -9l-149 -147h-312v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM1132 638l106 -106q7 -7 7 -17.5t-7 -17.5l-420 -421q-8 -7 -18 -7 t-18 7l-202 203q-8 7 -8 17.5t8 17.5l106 106q7 8 17.5 8t17.5 -8l79 -79l297 297q7 7 17.5 7t17.5 -7z" />
|
||||
<glyph unicode="" d="M1100 1000v-269l-103 -103l-134 134q-15 15 -33.5 16.5t-34.5 -12.5l-266 -266h-329v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM1202 572l70 -70q15 -15 15 -35.5t-15 -35.5l-131 -131 l131 -131q15 -15 15 -35.5t-15 -35.5l-70 -70q-15 -15 -35.5 -15t-35.5 15l-131 131l-131 -131q-15 -15 -35.5 -15t-35.5 15l-70 70q-15 15 -15 35.5t15 35.5l131 131l-131 131q-15 15 -15 35.5t15 35.5l70 70q15 15 35.5 15t35.5 -15l131 -131l131 131q15 15 35.5 15 t35.5 -15z" />
|
||||
<glyph unicode="" d="M1100 1000v-300h-350q-21 0 -35.5 -14.5t-14.5 -35.5v-150h-500v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM850 600h100q21 0 35.5 -14.5t14.5 -35.5v-250h150q21 0 25 -10.5t-10 -24.5 l-230 -230q-14 -14 -35 -14t-35 14l-230 230q-14 14 -10 24.5t25 10.5h150v250q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M1100 1000v-400l-165 165q-14 15 -35 15t-35 -15l-263 -265h-402v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM935 565l230 -229q14 -15 10 -25.5t-25 -10.5h-150v-250q0 -20 -14.5 -35 t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35v250h-150q-21 0 -25 10.5t10 25.5l230 229q14 15 35 15t35 -15z" />
|
||||
<glyph unicode="" d="M50 1100h1100q21 0 35.5 -14.5t14.5 -35.5v-150h-1200v150q0 21 14.5 35.5t35.5 14.5zM1200 800v-550q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v550h1200zM100 500v-200h400v200h-400z" />
|
||||
<glyph unicode="" d="M935 1165l248 -230q14 -14 14 -35t-14 -35l-248 -230q-14 -14 -24.5 -10t-10.5 25v150h-400v200h400v150q0 21 10.5 25t24.5 -10zM200 800h-50q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v-200zM400 800h-100v200h100v-200zM18 435l247 230 q14 14 24.5 10t10.5 -25v-150h400v-200h-400v-150q0 -21 -10.5 -25t-24.5 10l-247 230q-15 14 -15 35t15 35zM900 300h-100v200h100v-200zM1000 500h51q20 0 34.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-34.5 -14.5h-51v200z" />
|
||||
<glyph unicode="" d="M862 1073l276 116q25 18 43.5 8t18.5 -41v-1106q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v397q-4 1 -11 5t-24 17.5t-30 29t-24 42t-11 56.5v359q0 31 18.5 65t43.5 52zM550 1200q22 0 34.5 -12.5t14.5 -24.5l1 -13v-450q0 -28 -10.5 -59.5 t-25 -56t-29 -45t-25.5 -31.5l-10 -11v-447q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v447q-4 4 -11 11.5t-24 30.5t-30 46t-24 55t-11 60v450q0 2 0.5 5.5t4 12t8.5 15t14.5 12t22.5 5.5q20 0 32.5 -12.5t14.5 -24.5l3 -13v-350h100v350v5.5t2.5 12 t7 15t15 12t25.5 5.5q23 0 35.5 -12.5t13.5 -24.5l1 -13v-350h100v350q0 2 0.5 5.5t3 12t7 15t15 12t24.5 5.5z" />
|
||||
<glyph unicode="" d="M1200 1100v-56q-4 0 -11 -0.5t-24 -3t-30 -7.5t-24 -15t-11 -24v-888q0 -22 25 -34.5t50 -13.5l25 -2v-56h-400v56q75 0 87.5 6.5t12.5 43.5v394h-500v-394q0 -37 12.5 -43.5t87.5 -6.5v-56h-400v56q4 0 11 0.5t24 3t30 7.5t24 15t11 24v888q0 22 -25 34.5t-50 13.5 l-25 2v56h400v-56q-75 0 -87.5 -6.5t-12.5 -43.5v-394h500v394q0 37 -12.5 43.5t-87.5 6.5v56h400z" />
|
||||
<glyph unicode="" d="M675 1000h375q21 0 35.5 -14.5t14.5 -35.5v-150h-105l-295 -98v98l-200 200h-400l100 100h375zM100 900h300q41 0 70.5 -29.5t29.5 -70.5v-500q0 -41 -29.5 -70.5t-70.5 -29.5h-300q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5zM100 800v-200h300v200 h-300zM1100 535l-400 -133v163l400 133v-163zM100 500v-200h300v200h-300zM1100 398v-248q0 -21 -14.5 -35.5t-35.5 -14.5h-375l-100 -100h-375l-100 100h400l200 200h105z" />
|
||||
<glyph unicode="" d="M17 1007l162 162q17 17 40 14t37 -22l139 -194q14 -20 11 -44.5t-20 -41.5l-119 -118q102 -142 228 -268t267 -227l119 118q17 17 42.5 19t44.5 -12l192 -136q19 -14 22.5 -37.5t-13.5 -40.5l-163 -162q-3 -1 -9.5 -1t-29.5 2t-47.5 6t-62.5 14.5t-77.5 26.5t-90 42.5 t-101.5 60t-111 83t-119 108.5q-74 74 -133.5 150.5t-94.5 138.5t-60 119.5t-34.5 100t-15 74.5t-4.5 48z" />
|
||||
<glyph unicode="" d="M600 1100q92 0 175 -10.5t141.5 -27t108.5 -36.5t81.5 -40t53.5 -37t31 -27l9 -10v-200q0 -21 -14.5 -33t-34.5 -9l-202 34q-20 3 -34.5 20t-14.5 38v146q-141 24 -300 24t-300 -24v-146q0 -21 -14.5 -38t-34.5 -20l-202 -34q-20 -3 -34.5 9t-14.5 33v200q3 4 9.5 10.5 t31 26t54 37.5t80.5 39.5t109 37.5t141 26.5t175 10.5zM600 795q56 0 97 -9.5t60 -23.5t30 -28t12 -24l1 -10v-50l365 -303q14 -15 24.5 -40t10.5 -45v-212q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v212q0 20 10.5 45t24.5 40l365 303v50 q0 4 1 10.5t12 23t30 29t60 22.5t97 10z" />
|
||||
<glyph unicode="" d="M1100 700l-200 -200h-600l-200 200v500h200v-200h200v200h200v-200h200v200h200v-500zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-12l137 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5 t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M700 1100h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-1000h300v1000q0 41 -29.5 70.5t-70.5 29.5zM1100 800h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-700h300v700q0 41 -29.5 70.5t-70.5 29.5zM400 0h-300v400q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-400z " />
|
||||
<glyph unicode="" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-100h200v-300h-300v100h200v100h-200v300h300v-100zM900 700v-300l-100 -100h-200v500h200z M700 700v-300h100v300h-100z" />
|
||||
<glyph unicode="" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 300h-100v200h-100v-200h-100v500h100v-200h100v200h100v-500zM900 700v-300l-100 -100h-200v500h200z M700 700v-300h100v300h-100z" />
|
||||
<glyph unicode="" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-300h200v-100h-300v500h300v-100zM900 700h-200v-300h200v-100h-300v500h300v-100z" />
|
||||
<glyph unicode="" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 400l-300 150l300 150v-300zM900 550l-300 -150v300z" />
|
||||
<glyph unicode="" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM900 300h-700v500h700v-500zM800 700h-130q-38 0 -66.5 -43t-28.5 -108t27 -107t68 -42h130v300zM300 700v-300 h130q41 0 68 42t27 107t-28.5 108t-66.5 43h-130z" />
|
||||
<glyph unicode="" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-100h200v-300h-300v100h200v100h-200v300h300v-100zM900 300h-100v400h-100v100h200v-500z M700 300h-100v100h100v-100z" />
|
||||
<glyph unicode="" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM300 700h200v-400h-300v500h100v-100zM900 300h-100v400h-100v100h200v-500zM300 600v-200h100v200h-100z M700 300h-100v100h100v-100z" />
|
||||
<glyph unicode="" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 500l-199 -200h-100v50l199 200v150h-200v100h300v-300zM900 300h-100v400h-100v100h200v-500zM701 300h-100 v100h100v-100z" />
|
||||
<glyph unicode="" d="M600 1191q120 0 229.5 -47t188.5 -126t126 -188.5t47 -229.5t-47 -229.5t-126 -188.5t-188.5 -126t-229.5 -47t-229.5 47t-188.5 126t-126 188.5t-47 229.5t47 229.5t126 188.5t188.5 126t229.5 47zM600 1021q-114 0 -211 -56.5t-153.5 -153.5t-56.5 -211t56.5 -211 t153.5 -153.5t211 -56.5t211 56.5t153.5 153.5t56.5 211t-56.5 211t-153.5 153.5t-211 56.5zM800 700h-300v-200h300v-100h-300l-100 100v200l100 100h300v-100z" />
|
||||
<glyph unicode="" d="M600 1191q120 0 229.5 -47t188.5 -126t126 -188.5t47 -229.5t-47 -229.5t-126 -188.5t-188.5 -126t-229.5 -47t-229.5 47t-188.5 126t-126 188.5t-47 229.5t47 229.5t126 188.5t188.5 126t229.5 47zM600 1021q-114 0 -211 -56.5t-153.5 -153.5t-56.5 -211t56.5 -211 t153.5 -153.5t211 -56.5t211 56.5t153.5 153.5t56.5 211t-56.5 211t-153.5 153.5t-211 56.5zM800 700v-100l-50 -50l100 -100v-50h-100l-100 100h-150v-100h-100v400h300zM500 700v-100h200v100h-200z" />
|
||||
<glyph unicode="" d="M503 1089q110 0 200.5 -59.5t134.5 -156.5q44 14 90 14q120 0 205 -86.5t85 -207t-85 -207t-205 -86.5h-128v250q0 21 -14.5 35.5t-35.5 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-250h-222q-80 0 -136 57.5t-56 136.5q0 69 43 122.5t108 67.5q-2 19 -2 37q0 100 49 185 t134 134t185 49zM525 500h150q10 0 17.5 -7.5t7.5 -17.5v-275h137q21 0 26 -11.5t-8 -27.5l-223 -244q-13 -16 -32 -16t-32 16l-223 244q-13 16 -8 27.5t26 11.5h137v275q0 10 7.5 17.5t17.5 7.5z" />
|
||||
<glyph unicode="" d="M502 1089q110 0 201 -59.5t135 -156.5q43 15 89 15q121 0 206 -86.5t86 -206.5q0 -99 -60 -181t-150 -110l-378 360q-13 16 -31.5 16t-31.5 -16l-381 -365h-9q-79 0 -135.5 57.5t-56.5 136.5q0 69 43 122.5t108 67.5q-2 19 -2 38q0 100 49 184.5t133.5 134t184.5 49.5z M632 467l223 -228q13 -16 8 -27.5t-26 -11.5h-137v-275q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v275h-137q-21 0 -26 11.5t8 27.5q199 204 223 228q19 19 31.5 19t32.5 -19z" />
|
||||
<glyph unicode="" d="M700 100v100h400l-270 300h170l-270 300h170l-300 333l-300 -333h170l-270 -300h170l-270 -300h400v-100h-50q-21 0 -35.5 -14.5t-14.5 -35.5v-50h400v50q0 21 -14.5 35.5t-35.5 14.5h-50z" />
|
||||
<glyph unicode="" d="M600 1179q94 0 167.5 -56.5t99.5 -145.5q89 -6 150.5 -71.5t61.5 -155.5q0 -61 -29.5 -112.5t-79.5 -82.5q9 -29 9 -55q0 -74 -52.5 -126.5t-126.5 -52.5q-55 0 -100 30v-251q21 0 35.5 -14.5t14.5 -35.5v-50h-300v50q0 21 14.5 35.5t35.5 14.5v251q-45 -30 -100 -30 q-74 0 -126.5 52.5t-52.5 126.5q0 18 4 38q-47 21 -75.5 65t-28.5 97q0 74 52.5 126.5t126.5 52.5q5 0 23 -2q0 2 -1 10t-1 13q0 116 81.5 197.5t197.5 81.5z" />
|
||||
<glyph unicode="" d="M1010 1010q111 -111 150.5 -260.5t0 -299t-150.5 -260.5q-83 -83 -191.5 -126.5t-218.5 -43.5t-218.5 43.5t-191.5 126.5q-111 111 -150.5 260.5t0 299t150.5 260.5q83 83 191.5 126.5t218.5 43.5t218.5 -43.5t191.5 -126.5zM476 1065q-4 0 -8 -1q-121 -34 -209.5 -122.5 t-122.5 -209.5q-4 -12 2.5 -23t18.5 -14l36 -9q3 -1 7 -1q23 0 29 22q27 96 98 166q70 71 166 98q11 3 17.5 13.5t3.5 22.5l-9 35q-3 13 -14 19q-7 4 -15 4zM512 920q-4 0 -9 -2q-80 -24 -138.5 -82.5t-82.5 -138.5q-4 -13 2 -24t19 -14l34 -9q4 -1 8 -1q22 0 28 21 q18 58 58.5 98.5t97.5 58.5q12 3 18 13.5t3 21.5l-9 35q-3 12 -14 19q-7 4 -15 4zM719.5 719.5q-49.5 49.5 -119.5 49.5t-119.5 -49.5t-49.5 -119.5t49.5 -119.5t119.5 -49.5t119.5 49.5t49.5 119.5t-49.5 119.5zM855 551q-22 0 -28 -21q-18 -58 -58.5 -98.5t-98.5 -57.5 q-11 -4 -17 -14.5t-3 -21.5l9 -35q3 -12 14 -19q7 -4 15 -4q4 0 9 2q80 24 138.5 82.5t82.5 138.5q4 13 -2.5 24t-18.5 14l-34 9q-4 1 -8 1zM1000 515q-23 0 -29 -22q-27 -96 -98 -166q-70 -71 -166 -98q-11 -3 -17.5 -13.5t-3.5 -22.5l9 -35q3 -13 14 -19q7 -4 15 -4 q4 0 8 1q121 34 209.5 122.5t122.5 209.5q4 12 -2.5 23t-18.5 14l-36 9q-3 1 -7 1z" />
|
||||
<glyph unicode="" d="M700 800h300v-380h-180v200h-340v-200h-380v755q0 10 7.5 17.5t17.5 7.5h575v-400zM1000 900h-200v200zM700 300h162l-212 -212l-212 212h162v200h100v-200zM520 0h-395q-10 0 -17.5 7.5t-7.5 17.5v395zM1000 220v-195q0 -10 -7.5 -17.5t-17.5 -7.5h-195z" />
|
||||
<glyph unicode="" d="M700 800h300v-520l-350 350l-550 -550v1095q0 10 7.5 17.5t17.5 7.5h575v-400zM1000 900h-200v200zM862 200h-162v-200h-100v200h-162l212 212zM480 0h-355q-10 0 -17.5 7.5t-7.5 17.5v55h380v-80zM1000 80v-55q0 -10 -7.5 -17.5t-17.5 -7.5h-155v80h180z" />
|
||||
<glyph unicode="" d="M1162 800h-162v-200h100l100 -100h-300v300h-162l212 212zM200 800h200q27 0 40 -2t29.5 -10.5t23.5 -30t7 -57.5h300v-100h-600l-200 -350v450h100q0 36 7 57.5t23.5 30t29.5 10.5t40 2zM800 400h240l-240 -400h-800l300 500h500v-100z" />
|
||||
<glyph unicode="" d="M650 1100h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5zM1000 850v150q41 0 70.5 -29.5t29.5 -70.5v-800 q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-1 0 -20 4l246 246l-326 326v324q0 41 29.5 70.5t70.5 29.5v-150q0 -62 44 -106t106 -44h300q62 0 106 44t44 106zM412 250l-212 -212v162h-200v100h200v162z" />
|
||||
<glyph unicode="" d="M450 1100h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5zM800 850v150q41 0 70.5 -29.5t29.5 -70.5v-500 h-200v-300h200q0 -36 -7 -57.5t-23.5 -30t-29.5 -10.5t-40 -2h-600q-41 0 -70.5 29.5t-29.5 70.5v800q0 41 29.5 70.5t70.5 29.5v-150q0 -62 44 -106t106 -44h300q62 0 106 44t44 106zM1212 250l-212 -212v162h-200v100h200v162z" />
|
||||
<glyph unicode="" d="M658 1197l637 -1104q23 -38 7 -65.5t-60 -27.5h-1276q-44 0 -60 27.5t7 65.5l637 1104q22 39 54 39t54 -39zM704 800h-208q-20 0 -32 -14.5t-8 -34.5l58 -302q4 -20 21.5 -34.5t37.5 -14.5h54q20 0 37.5 14.5t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5zM500 300v-100h200 v100h-200z" />
|
||||
<glyph unicode="" d="M425 1100h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM425 800h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5 t17.5 7.5zM825 800h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM25 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150 q0 10 7.5 17.5t17.5 7.5zM425 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM825 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5 v150q0 10 7.5 17.5t17.5 7.5zM25 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM425 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5 t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM825 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
|
||||
<glyph unicode="" d="M700 1200h100v-200h-100v-100h350q62 0 86.5 -39.5t-3.5 -94.5l-66 -132q-41 -83 -81 -134h-772q-40 51 -81 134l-66 132q-28 55 -3.5 94.5t86.5 39.5h350v100h-100v200h100v100h200v-100zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-12l137 -100 h-950l138 100h-13q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M600 1300q40 0 68.5 -29.5t28.5 -70.5h-194q0 41 28.5 70.5t68.5 29.5zM443 1100h314q18 -37 18 -75q0 -8 -3 -25h328q41 0 44.5 -16.5t-30.5 -38.5l-175 -145h-678l-178 145q-34 22 -29 38.5t46 16.5h328q-3 17 -3 25q0 38 18 75zM250 700h700q21 0 35.5 -14.5 t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-150v-200l275 -200h-950l275 200v200h-150q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M600 1181q75 0 128 -53t53 -128t-53 -128t-128 -53t-128 53t-53 128t53 128t128 53zM602 798h46q34 0 55.5 -28.5t21.5 -86.5q0 -76 39 -183h-324q39 107 39 183q0 58 21.5 86.5t56.5 28.5h45zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13 l138 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M600 1300q47 0 92.5 -53.5t71 -123t25.5 -123.5q0 -78 -55.5 -133.5t-133.5 -55.5t-133.5 55.5t-55.5 133.5q0 62 34 143l144 -143l111 111l-163 163q34 26 63 26zM602 798h46q34 0 55.5 -28.5t21.5 -86.5q0 -76 39 -183h-324q39 107 39 183q0 58 21.5 86.5t56.5 28.5h45 zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13l138 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M600 1200l300 -161v-139h-300q0 -57 18.5 -108t50 -91.5t63 -72t70 -67.5t57.5 -61h-530q-60 83 -90.5 177.5t-30.5 178.5t33 164.5t87.5 139.5t126 96.5t145.5 41.5v-98zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13l138 -100h-950l137 100 h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M600 1300q41 0 70.5 -29.5t29.5 -70.5v-78q46 -26 73 -72t27 -100v-50h-400v50q0 54 27 100t73 72v78q0 41 29.5 70.5t70.5 29.5zM400 800h400q54 0 100 -27t72 -73h-172v-100h200v-100h-200v-100h200v-100h-200v-100h200q0 -83 -58.5 -141.5t-141.5 -58.5h-400 q-83 0 -141.5 58.5t-58.5 141.5v400q0 83 58.5 141.5t141.5 58.5z" />
|
||||
<glyph unicode="" d="M150 1100h900q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5zM125 400h950q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-283l224 -224q13 -13 13 -31.5t-13 -32 t-31.5 -13.5t-31.5 13l-88 88h-524l-87 -88q-13 -13 -32 -13t-32 13.5t-13 32t13 31.5l224 224h-289q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM541 300l-100 -100h324l-100 100h-124z" />
|
||||
<glyph unicode="" d="M200 1100h800q83 0 141.5 -58.5t58.5 -141.5v-200h-100q0 41 -29.5 70.5t-70.5 29.5h-250q-41 0 -70.5 -29.5t-29.5 -70.5h-100q0 41 -29.5 70.5t-70.5 29.5h-250q-41 0 -70.5 -29.5t-29.5 -70.5h-100v200q0 83 58.5 141.5t141.5 58.5zM100 600h1000q41 0 70.5 -29.5 t29.5 -70.5v-300h-1200v300q0 41 29.5 70.5t70.5 29.5zM300 100v-50q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v50h200zM1100 100v-50q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v50h200z" />
|
||||
<glyph unicode="" d="M480 1165l682 -683q31 -31 31 -75.5t-31 -75.5l-131 -131h-481l-517 518q-32 31 -32 75.5t32 75.5l295 296q31 31 75.5 31t76.5 -31zM108 794l342 -342l303 304l-341 341zM250 100h800q21 0 35.5 -14.5t14.5 -35.5v-50h-900v50q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M1057 647l-189 506q-8 19 -27.5 33t-40.5 14h-400q-21 0 -40.5 -14t-27.5 -33l-189 -506q-8 -19 1.5 -33t30.5 -14h625v-150q0 -21 14.5 -35.5t35.5 -14.5t35.5 14.5t14.5 35.5v150h125q21 0 30.5 14t1.5 33zM897 0h-595v50q0 21 14.5 35.5t35.5 14.5h50v50 q0 21 14.5 35.5t35.5 14.5h48v300h200v-300h47q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-50z" />
|
||||
<glyph unicode="" d="M900 800h300v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-375v591l-300 300v84q0 10 7.5 17.5t17.5 7.5h375v-400zM1200 900h-200v200zM400 600h300v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-650q-10 0 -17.5 7.5t-7.5 17.5v950q0 10 7.5 17.5t17.5 7.5h375v-400zM700 700h-200v200z " />
|
||||
<glyph unicode="" d="M484 1095h195q75 0 146 -32.5t124 -86t89.5 -122.5t48.5 -142q18 -14 35 -20q31 -10 64.5 6.5t43.5 48.5q10 34 -15 71q-19 27 -9 43q5 8 12.5 11t19 -1t23.5 -16q41 -44 39 -105q-3 -63 -46 -106.5t-104 -43.5h-62q-7 -55 -35 -117t-56 -100l-39 -234q-3 -20 -20 -34.5 t-38 -14.5h-100q-21 0 -33 14.5t-9 34.5l12 70q-49 -14 -91 -14h-195q-24 0 -65 8l-11 -64q-3 -20 -20 -34.5t-38 -14.5h-100q-21 0 -33 14.5t-9 34.5l26 157q-84 74 -128 175l-159 53q-19 7 -33 26t-14 40v50q0 21 14.5 35.5t35.5 14.5h124q11 87 56 166l-111 95 q-16 14 -12.5 23.5t24.5 9.5h203q116 101 250 101zM675 1000h-250q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h250q10 0 17.5 7.5t7.5 17.5v50q0 10 -7.5 17.5t-17.5 7.5z" />
|
||||
<glyph unicode="" d="M641 900l423 247q19 8 42 2.5t37 -21.5l32 -38q14 -15 12.5 -36t-17.5 -34l-139 -120h-390zM50 1100h106q67 0 103 -17t66 -71l102 -212h823q21 0 35.5 -14.5t14.5 -35.5v-50q0 -21 -14 -40t-33 -26l-737 -132q-23 -4 -40 6t-26 25q-42 67 -100 67h-300q-62 0 -106 44 t-44 106v200q0 62 44 106t106 44zM173 928h-80q-19 0 -28 -14t-9 -35v-56q0 -51 42 -51h134q16 0 21.5 8t5.5 24q0 11 -16 45t-27 51q-18 28 -43 28zM550 727q-32 0 -54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5t54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5zM130 389 l152 130q18 19 34 24t31 -3.5t24.5 -17.5t25.5 -28q28 -35 50.5 -51t48.5 -13l63 5l48 -179q13 -61 -3.5 -97.5t-67.5 -79.5l-80 -69q-47 -40 -109 -35.5t-103 51.5l-130 151q-40 47 -35.5 109.5t51.5 102.5zM380 377l-102 -88q-31 -27 2 -65l37 -43q13 -15 27.5 -19.5 t31.5 6.5l61 53q19 16 14 49q-2 20 -12 56t-17 45q-11 12 -19 14t-23 -8z" />
|
||||
<glyph unicode="" d="M625 1200h150q10 0 17.5 -7.5t7.5 -17.5v-109q79 -33 131 -87.5t53 -128.5q1 -46 -15 -84.5t-39 -61t-46 -38t-39 -21.5l-17 -6q6 0 15 -1.5t35 -9t50 -17.5t53 -30t50 -45t35.5 -64t14.5 -84q0 -59 -11.5 -105.5t-28.5 -76.5t-44 -51t-49.5 -31.5t-54.5 -16t-49.5 -6.5 t-43.5 -1v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-100v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-175q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h75v600h-75q-10 0 -17.5 7.5t-7.5 17.5v150 q0 10 7.5 17.5t17.5 7.5h175v75q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-75h100v75q0 10 7.5 17.5t17.5 7.5zM400 900v-200h263q28 0 48.5 10.5t30 25t15 29t5.5 25.5l1 10q0 4 -0.5 11t-6 24t-15 30t-30 24t-48.5 11h-263zM400 500v-200h363q28 0 48.5 10.5 t30 25t15 29t5.5 25.5l1 10q0 4 -0.5 11t-6 24t-15 30t-30 24t-48.5 11h-363z" />
|
||||
<glyph unicode="" d="M212 1198h780q86 0 147 -61t61 -147v-416q0 -51 -18 -142.5t-36 -157.5l-18 -66q-29 -87 -93.5 -146.5t-146.5 -59.5h-572q-82 0 -147 59t-93 147q-8 28 -20 73t-32 143.5t-20 149.5v416q0 86 61 147t147 61zM600 1045q-70 0 -132.5 -11.5t-105.5 -30.5t-78.5 -41.5 t-57 -45t-36 -41t-20.5 -30.5l-6 -12l156 -243h560l156 243q-2 5 -6 12.5t-20 29.5t-36.5 42t-57 44.5t-79 42t-105 29.5t-132.5 12zM762 703h-157l195 261z" />
|
||||
<glyph unicode="" d="M475 1300h150q103 0 189 -86t86 -189v-500q0 -41 -42 -83t-83 -42h-450q-41 0 -83 42t-42 83v500q0 103 86 189t189 86zM700 300v-225q0 -21 -27 -48t-48 -27h-150q-21 0 -48 27t-27 48v225h300z" />
|
||||
<glyph unicode="" d="M475 1300h96q0 -150 89.5 -239.5t239.5 -89.5v-446q0 -41 -42 -83t-83 -42h-450q-41 0 -83 42t-42 83v500q0 103 86 189t189 86zM700 300v-225q0 -21 -27 -48t-48 -27h-150q-21 0 -48 27t-27 48v225h300z" />
|
||||
<glyph unicode="" d="M1294 767l-638 -283l-378 170l-78 -60v-224l100 -150v-199l-150 148l-150 -149v200l100 150v250q0 4 -0.5 10.5t0 9.5t1 8t3 8t6.5 6l47 40l-147 65l642 283zM1000 380l-350 -166l-350 166v147l350 -165l350 165v-147z" />
|
||||
<glyph unicode="" d="M250 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM650 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM1050 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44z" />
|
||||
<glyph unicode="" d="M550 1100q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM550 700q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM550 300q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44z" />
|
||||
<glyph unicode="" d="M125 1100h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM125 700h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5 t17.5 7.5zM125 300h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
|
||||
<glyph unicode="" d="M350 1200h500q162 0 256 -93.5t94 -256.5v-500q0 -165 -93.5 -257.5t-256.5 -92.5h-500q-165 0 -257.5 92.5t-92.5 257.5v500q0 165 92.5 257.5t257.5 92.5zM900 1000h-600q-41 0 -70.5 -29.5t-29.5 -70.5v-600q0 -41 29.5 -70.5t70.5 -29.5h600q41 0 70.5 29.5 t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5zM350 900h500q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -14.5 -35.5t-35.5 -14.5h-500q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 14.5 35.5t35.5 14.5zM400 800v-200h400v200h-400z" />
|
||||
<glyph unicode="" d="M150 1100h1000q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5 t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M650 1187q87 -67 118.5 -156t0 -178t-118.5 -155q-87 66 -118.5 155t0 178t118.5 156zM300 800q124 0 212 -88t88 -212q-124 0 -212 88t-88 212zM1000 800q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM300 500q124 0 212 -88t88 -212q-124 0 -212 88t-88 212z M1000 500q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM700 199v-144q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v142q40 -4 43 -4q17 0 57 6z" />
|
||||
<glyph unicode="" d="M745 878l69 19q25 6 45 -12l298 -295q11 -11 15 -26.5t-2 -30.5q-5 -14 -18 -23.5t-28 -9.5h-8q1 0 1 -13q0 -29 -2 -56t-8.5 -62t-20 -63t-33 -53t-51 -39t-72.5 -14h-146q-184 0 -184 288q0 24 10 47q-20 4 -62 4t-63 -4q11 -24 11 -47q0 -288 -184 -288h-142 q-48 0 -84.5 21t-56 51t-32 71.5t-16 75t-3.5 68.5q0 13 2 13h-7q-15 0 -27.5 9.5t-18.5 23.5q-6 15 -2 30.5t15 25.5l298 296q20 18 46 11l76 -19q20 -5 30.5 -22.5t5.5 -37.5t-22.5 -31t-37.5 -5l-51 12l-182 -193h891l-182 193l-44 -12q-20 -5 -37.5 6t-22.5 31t6 37.5 t31 22.5z" />
|
||||
<glyph unicode="" d="M1200 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-850q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v850h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM500 450h-25q0 15 -4 24.5t-9 14.5t-17 7.5t-20 3t-25 0.5h-100v-425q0 -11 12.5 -17.5t25.5 -7.5h12v-50h-200v50q50 0 50 25v425h-100q-17 0 -25 -0.5t-20 -3t-17 -7.5t-9 -14.5t-4 -24.5h-25v150h500v-150z" />
|
||||
<glyph unicode="" d="M1000 300v50q-25 0 -55 32q-14 14 -25 31t-16 27l-4 11l-289 747h-69l-300 -754q-18 -35 -39 -56q-9 -9 -24.5 -18.5t-26.5 -14.5l-11 -5v-50h273v50q-49 0 -78.5 21.5t-11.5 67.5l69 176h293l61 -166q13 -34 -3.5 -66.5t-55.5 -32.5v-50h312zM412 691l134 342l121 -342 h-255zM1100 150v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5z" />
|
||||
<glyph unicode="" d="M50 1200h1100q21 0 35.5 -14.5t14.5 -35.5v-1100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v1100q0 21 14.5 35.5t35.5 14.5zM611 1118h-70q-13 0 -18 -12l-299 -753q-17 -32 -35 -51q-18 -18 -56 -34q-12 -5 -12 -18v-50q0 -8 5.5 -14t14.5 -6 h273q8 0 14 6t6 14v50q0 8 -6 14t-14 6q-55 0 -71 23q-10 14 0 39l63 163h266l57 -153q11 -31 -6 -55q-12 -17 -36 -17q-8 0 -14 -6t-6 -14v-50q0 -8 6 -14t14 -6h313q8 0 14 6t6 14v50q0 7 -5.5 13t-13.5 7q-17 0 -42 25q-25 27 -40 63h-1l-288 748q-5 12 -19 12zM639 611 h-197l103 264z" />
|
||||
<glyph unicode="" d="M1200 1100h-1200v100h1200v-100zM50 1000h400q21 0 35.5 -14.5t14.5 -35.5v-900q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v900q0 21 14.5 35.5t35.5 14.5zM650 1000h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM700 900v-300h300v300h-300z" />
|
||||
<glyph unicode="" d="M50 1200h400q21 0 35.5 -14.5t14.5 -35.5v-900q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v900q0 21 14.5 35.5t35.5 14.5zM650 700h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400 q0 21 14.5 35.5t35.5 14.5zM700 600v-300h300v300h-300zM1200 0h-1200v100h1200v-100z" />
|
||||
<glyph unicode="" d="M50 1000h400q21 0 35.5 -14.5t14.5 -35.5v-350h100v150q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-150h100v-100h-100v-150q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v150h-100v-350q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5zM700 700v-300h300v300h-300z" />
|
||||
<glyph unicode="" d="M100 0h-100v1200h100v-1200zM250 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM300 1000v-300h300v300h-300zM250 500h900q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M600 1100h150q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-150v-100h450q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5h350v100h-150q-21 0 -35.5 14.5 t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5h150v100h100v-100zM400 1000v-300h300v300h-300z" />
|
||||
<glyph unicode="" d="M1200 0h-100v1200h100v-1200zM550 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM600 1000v-300h300v300h-300zM50 500h900q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
|
||||
<glyph unicode="" d="M865 565l-494 -494q-23 -23 -41 -23q-14 0 -22 13.5t-8 38.5v1000q0 25 8 38.5t22 13.5q18 0 41 -23l494 -494q14 -14 14 -35t-14 -35z" />
|
||||
<glyph unicode="" d="M335 635l494 494q29 29 50 20.5t21 -49.5v-1000q0 -41 -21 -49.5t-50 20.5l-494 494q-14 14 -14 35t14 35z" />
|
||||
<glyph unicode="" d="M100 900h1000q41 0 49.5 -21t-20.5 -50l-494 -494q-14 -14 -35 -14t-35 14l-494 494q-29 29 -20.5 50t49.5 21z" />
|
||||
<glyph unicode="" d="M635 865l494 -494q29 -29 20.5 -50t-49.5 -21h-1000q-41 0 -49.5 21t20.5 50l494 494q14 14 35 14t35 -14z" />
|
||||
<glyph unicode="" d="M700 741v-182l-692 -323v221l413 193l-413 193v221zM1200 0h-800v200h800v-200z" />
|
||||
<glyph unicode="" d="M1200 900h-200v-100h200v-100h-300v300h200v100h-200v100h300v-300zM0 700h50q0 21 4 37t9.5 26.5t18 17.5t22 11t28.5 5.5t31 2t37 0.5h100v-550q0 -22 -25 -34.5t-50 -13.5l-25 -2v-100h400v100q-4 0 -11 0.5t-24 3t-30 7t-24 15t-11 24.5v550h100q25 0 37 -0.5t31 -2 t28.5 -5.5t22 -11t18 -17.5t9.5 -26.5t4 -37h50v300h-800v-300z" />
|
||||
<glyph unicode="" d="M800 700h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-100v-550q0 -22 25 -34.5t50 -14.5l25 -1v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v550h-100q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h800v-300zM1100 200h-200v-100h200v-100h-300v300h200v100h-200v100h300v-300z" />
|
||||
<glyph unicode="" d="M701 1098h160q16 0 21 -11t-7 -23l-464 -464l464 -464q12 -12 7 -23t-21 -11h-160q-13 0 -23 9l-471 471q-7 8 -7 18t7 18l471 471q10 9 23 9z" />
|
||||
<glyph unicode="" d="M339 1098h160q13 0 23 -9l471 -471q7 -8 7 -18t-7 -18l-471 -471q-10 -9 -23 -9h-160q-16 0 -21 11t7 23l464 464l-464 464q-12 12 -7 23t21 11z" />
|
||||
<glyph unicode="" d="M1087 882q11 -5 11 -21v-160q0 -13 -9 -23l-471 -471q-8 -7 -18 -7t-18 7l-471 471q-9 10 -9 23v160q0 16 11 21t23 -7l464 -464l464 464q12 12 23 7z" />
|
||||
<glyph unicode="" d="M618 993l471 -471q9 -10 9 -23v-160q0 -16 -11 -21t-23 7l-464 464l-464 -464q-12 -12 -23 -7t-11 21v160q0 13 9 23l471 471q8 7 18 7t18 -7z" />
|
||||
<glyph unicode="" d="M1000 1200q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM450 1000h100q21 0 40 -14t26 -33l79 -194q5 1 16 3q34 6 54 9.5t60 7t65.5 1t61 -10t56.5 -23t42.5 -42t29 -64t5 -92t-19.5 -121.5q-1 -7 -3 -19.5t-11 -50t-20.5 -73t-32.5 -81.5t-46.5 -83t-64 -70 t-82.5 -50q-13 -5 -42 -5t-65.5 2.5t-47.5 2.5q-14 0 -49.5 -3.5t-63 -3.5t-43.5 7q-57 25 -104.5 78.5t-75 111.5t-46.5 112t-26 90l-7 35q-15 63 -18 115t4.5 88.5t26 64t39.5 43.5t52 25.5t58.5 13t62.5 2t59.5 -4.5t55.5 -8l-147 192q-12 18 -5.5 30t27.5 12z" />
|
||||
<glyph unicode="🔑" d="M250 1200h600q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-150v-500l-255 -178q-19 -9 -32 -1t-13 29v650h-150q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM400 1100v-100h300v100h-300z" />
|
||||
<glyph unicode="🚪" d="M250 1200h750q39 0 69.5 -40.5t30.5 -84.5v-933l-700 -117v950l600 125h-700v-1000h-100v1025q0 23 15.5 49t34.5 26zM500 525v-100l100 20v100z" />
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 106 KiB |
BIN
web/template/bshark/fonts/glyphicons-halflings-regular.ttf
Normal file
BIN
web/template/bshark/fonts/glyphicons-halflings-regular.ttf
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/glyphicons-halflings-regular.woff
Normal file
BIN
web/template/bshark/fonts/glyphicons-halflings-regular.woff
Normal file
Binary file not shown.
BIN
web/template/bshark/fonts/glyphicons-halflings-regular.woff2
Normal file
BIN
web/template/bshark/fonts/glyphicons-halflings-regular.woff2
Normal file
Binary file not shown.
36
web/template/bshark/footer-files.php
Normal file
36
web/template/bshark/footer-files.php
Normal file
@@ -0,0 +1,36 @@
|
||||
<!-- KaTeX核心js -->
|
||||
<!--script src="https://cdn.bootcss.com/KaTeX/0.10.2/katex.min.js"></script-->
|
||||
<!--script src="https://cdn.bootcss.com/KaTeX/0.10.2/contrib/auto-render.min.js"></script-->
|
||||
|
||||
<script>
|
||||
$("form").append("<div id='csrf' />");
|
||||
$("#csrf").load("<?php echo $path_fix ?>csrf.php");
|
||||
</script>
|
||||
|
||||
<!-- WangEditor编辑器文件-->
|
||||
<script src="./template/bshark/wangEditor/wangEditor.min.js"></script>
|
||||
|
||||
<?php if (isset($OJ_MARKDOWN) && $OJ_MARKDOWN) { ?>
|
||||
<script src="<?php echo $OJ_CDN_URL . $path_fix . "template/$OJ_TEMPLATE/" ?>marked.min.js"></script>
|
||||
<?php } ?>
|
||||
|
||||
<!-- 主题核心js -->
|
||||
<?php
|
||||
$url = basename($_SERVER['REQUEST_URI']);
|
||||
$realurl = basename($_SERVER['REQUEST_URI']);
|
||||
$url = str_replace(strrchr($url, "?"), "", $url);
|
||||
if ($url != 'loginpage.php' && $url != 'registerpage.php') { ?>
|
||||
<script src="./template/bshark/main.js"></script>
|
||||
<?php } ?>
|
||||
|
||||
<!-- KaTeX AutoRender 开启后用$就能引用数学公式 -->
|
||||
<!--script>
|
||||
renderMathInElement(document.body,
|
||||
{
|
||||
delimiters: [
|
||||
{left: "$$", right: "$$", display: true},
|
||||
{left: "$", right: "$", display: false}
|
||||
]
|
||||
}
|
||||
);
|
||||
</script-->
|
||||
13
web/template/bshark/footer.php
Normal file
13
web/template/bshark/footer.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="ui center aligned container" style="margin-top: 50px;">
|
||||
<p>GPLv2 licensed by <a href='https://github.com/zhblue/hustoj'>HUSTOJ</a>
|
||||
<?php echo date('Y'); ?><br>
|
||||
THEME bshark by <a href="https://github.com/yemaster">yemaster</a>.<br>
|
||||
|
||||
<?php if (isset($OJ_BEIAN) && $OJ_BEIAN) { ?>
|
||||
<a href='http://beian.miit.gov.cn/' target='_blank'>
|
||||
<?php echo $OJ_BEIAN ?>
|
||||
</a>
|
||||
<?php } ?>
|
||||
</p>
|
||||
<br>
|
||||
</div>
|
||||
49
web/template/bshark/header-files.php
Normal file
49
web/template/bshark/header-files.php
Normal file
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
require_once("./template/bshark/theme.conf.php");?>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
||||
|
||||
<!-- KaTeX核心css -->
|
||||
<!--link href="https://cdn.bootcss.com/KaTeX/0.10.2/katex.min.css" rel="stylesheet"-->
|
||||
|
||||
<!-- iconfont图标css -->
|
||||
<link rel="stylesheet" href="./template/bshark/iconfont.css">
|
||||
<script src="<?php echo $OJ_CDN_URL?>template/bshark/iconfont.js"></script>
|
||||
|
||||
<!-- MathJax -->
|
||||
<link rel="stylesheet" href="<?php echo $OJ_CDN_URL."template/$OJ_TEMPLATE/"?>katex.min.css">
|
||||
<link rel="stylesheet" href="<?php echo $OJ_CDN_URL."template/$OJ_TEMPLATE/"?>mathjax.css">
|
||||
|
||||
<!-- Highlightjs 核心文件 -->
|
||||
<link href="<?php echo $OJ_CDN_URL?>template/bshark/highlight/styles/tomorrow.css" rel="stylesheet">
|
||||
<script src="<?php echo $OJ_CDN_URL?>template/bshark/highlight/highlight.pack.js"></script>
|
||||
|
||||
<script>
|
||||
hljs.initHighlightingOnLoad();
|
||||
</script>
|
||||
|
||||
<!-- ChartJs 核心文件 -->
|
||||
<script src="<?php echo $OJ_CDN_URL?>template/bshark/chartjs/Chart.bundle.js"></script>
|
||||
|
||||
<!-- SweetAlert 核心文件 -->
|
||||
<link href="<?php echo $OJ_CDN_URL?>template/bshark/statics/semantic.min.css" rel="stylesheet">
|
||||
<script src="<?php echo $OJ_CDN_URL?>template/bshark/statics/jquery.min.js"></script>
|
||||
<script src="<?php echo $OJ_CDN_URL?>template/bshark/statics/semantic.min.js"></script>
|
||||
<link href="<?php echo $OJ_CDN_URL?>template/bshark/statics/sweetalert2.min.css" rel="stylesheet">
|
||||
<script src="<?php echo $OJ_CDN_URL?>template/bshark/statics/sweetalert2.min.js"></script>
|
||||
<script>
|
||||
const Toast = Swal.mixin({
|
||||
toast: true,
|
||||
position: 'top-end',
|
||||
showConfirmButton: false,
|
||||
timer: 3000,
|
||||
timerProgressBar: true,
|
||||
didOpen: (toast) => {
|
||||
toast.addEventListener('mouseenter', Swal.stopTimer)
|
||||
toast.addEventListener('mouseleave', Swal.resumeTimer)
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<!-- 主题核心css文件(light and dark) -->
|
||||
<link href="<?php echo $OJ_CDN_URL?>template/bshark/main-<?php echo $THEME_MOD;?>.css?ver=23.1.7" rel="stylesheet">
|
||||
2076
web/template/bshark/highlight/CHANGES.md
Normal file
2076
web/template/bshark/highlight/CHANGES.md
Normal file
File diff suppressed because it is too large
Load Diff
29
web/template/bshark/highlight/LICENSE
Normal file
29
web/template/bshark/highlight/LICENSE
Normal file
@@ -0,0 +1,29 @@
|
||||
BSD 3-Clause License
|
||||
|
||||
Copyright (c) 2006, Ivan Sagalaev.
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer.
|
||||
|
||||
* Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
* Neither the name of the copyright holder nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
407
web/template/bshark/highlight/README.md
Normal file
407
web/template/bshark/highlight/README.md
Normal file
@@ -0,0 +1,407 @@
|
||||
# Highlight.js
|
||||
|
||||
[](https://travis-ci.org/highlightjs/highlight.js) [](https://greenkeeper.io/) [](https://packagephobia.now.sh/result?p=highlight.js)
|
||||
|
||||
Highlight.js is a syntax highlighter written in JavaScript. It works in
|
||||
the browser as well as on the server. It works with pretty much any
|
||||
markup, doesn’t depend on any framework, and has automatic language
|
||||
detection.
|
||||
|
||||
## Getting Started
|
||||
|
||||
The bare minimum for using highlight.js on a web page is linking to the
|
||||
library along with one of the styles and calling
|
||||
[`initHighlightingOnLoad`][1]:
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="/path/to/styles/default.css">
|
||||
<script src="/path/to/highlight.pack.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
```
|
||||
|
||||
This will find and highlight code inside of `<pre><code>` tags; it tries
|
||||
to detect the language automatically. If automatic detection doesn’t
|
||||
work for you, you can specify the language in the `class` attribute:
|
||||
|
||||
```html
|
||||
<pre><code class="html">...</code></pre>
|
||||
```
|
||||
|
||||
Classes may also be prefixed with either `language-` or `lang-`.
|
||||
|
||||
```html
|
||||
<pre><code class="language-html">...</code></pre>
|
||||
```
|
||||
|
||||
### Plaintext and Disabling Highlighting
|
||||
|
||||
To style arbitrary text like code, but without any highlighting, use the
|
||||
`plaintext` class:
|
||||
|
||||
```html
|
||||
<pre><code class="plaintext">...</code></pre>
|
||||
```
|
||||
|
||||
To disable highlighting of a tag completely, use the `nohighlight` class:
|
||||
|
||||
```html
|
||||
<pre><code class="nohighlight">...</code></pre>
|
||||
```
|
||||
|
||||
### Supported Languages
|
||||
|
||||
The table below shows the full list of supported languages (and corresponding classes) that are bundled with the library. Note: Which languages are available may depend on how you've built or included the library in your app. See [Getting the Library](#getting-the-library) below.
|
||||
|
||||
<details>
|
||||
<summary>Reveal the full list of languages...</summary>
|
||||
|
||||
| Language | Classes | Package |
|
||||
| :-----------------------| :--------------------- | :------ |
|
||||
| 1C | 1c | |
|
||||
| ABNF | abnf | |
|
||||
| Access logs | accesslog | |
|
||||
| Ada | ada | |
|
||||
| ARM assembler | armasm, arm | |
|
||||
| AVR assembler | avrasm | |
|
||||
| ActionScript | actionscript, as | |
|
||||
| Alan | alan, i | [highlightjs-alan](https://github.com/highlightjs/highlightjs-alan) |
|
||||
| AngelScript | angelscript, asc | |
|
||||
| Apache | apache, apacheconf | |
|
||||
| AppleScript | applescript, osascript | |
|
||||
| Arcade | arcade | |
|
||||
| AsciiDoc | asciidoc, adoc | |
|
||||
| AspectJ | aspectj | |
|
||||
| AutoHotkey | autohotkey | |
|
||||
| AutoIt | autoit | |
|
||||
| Awk | awk, mawk, nawk, gawk | |
|
||||
| Axapta | axapta | |
|
||||
| Bash | bash, sh, zsh | |
|
||||
| Basic | basic | |
|
||||
| BNF | bnf | |
|
||||
| Brainfuck | brainfuck, bf | |
|
||||
| C# | cs, csharp | |
|
||||
| C++ | cpp, c, cc, h, c++, h++, hpp | |
|
||||
| C/AL | cal | |
|
||||
| Cache Object Script | cos, cls | |
|
||||
| CMake | cmake, cmake.in | |
|
||||
| Coq | coq | |
|
||||
| CSP | csp | |
|
||||
| CSS | css | |
|
||||
| Cap’n Proto | capnproto, capnp | |
|
||||
| Clojure | clojure, clj | |
|
||||
| CoffeeScript | coffeescript, coffee, cson, iced | |
|
||||
| Crmsh | crmsh, crm, pcmk | |
|
||||
| Crystal | crystal, cr | |
|
||||
| Cypher (Neo4j) | cypher | [highlightjs-cypher](https://github.com/highlightjs/highlightjs-cypher) |
|
||||
| D | d | |
|
||||
| DNS Zone file | dns, zone, bind | |
|
||||
| DOS | dos, bat, cmd | |
|
||||
| Dart | dart | |
|
||||
| Delphi | delphi, dpr, dfm, pas, pascal, freepascal, lazarus, lpr, lfm | |
|
||||
| Diff | diff, patch | |
|
||||
| Django | django, jinja | |
|
||||
| Dockerfile | dockerfile, docker | |
|
||||
| dsconfig | dsconfig | |
|
||||
| DTS (Device Tree) | dts | |
|
||||
| Dust | dust, dst | |
|
||||
| Dylan | dylan | [highlight-dylan](https://github.com/highlightjs/highlight-dylan) |
|
||||
| EBNF | ebnf | |
|
||||
| Elixir | elixir | |
|
||||
| Elm | elm | |
|
||||
| Erlang | erlang, erl | |
|
||||
| Excel | excel, xls, xlsx | |
|
||||
| Extempore | extempore, xtlang, xtm | [highlightjs-xtlang](https://github.com/highlightjs/highlightjs-xtlang) |
|
||||
| F# | fsharp, fs | |
|
||||
| FIX | fix | |
|
||||
| Fortran | fortran, f90, f95 | |
|
||||
| G-Code | gcode, nc | |
|
||||
| Gams | gams, gms | |
|
||||
| GAUSS | gauss, gss | |
|
||||
| GDScript | godot, gdscript | [highlightjs-gdscript](https://github.com/highlightjs/highlightjs-gdscript) |
|
||||
| Gherkin | gherkin | |
|
||||
| GN for Ninja | gn, gni | [highlightjs-GN](https://github.com/highlightjs/highlightjs-GN/blob/master/gn.js) |
|
||||
| Go | go, golang | |
|
||||
| Grammatical Framework | gf | [highlightjs-gf](https://github.com/johnjcamilleri/highlightjs-gf) |
|
||||
| Golo | golo, gololang | |
|
||||
| Gradle | gradle | |
|
||||
| Groovy | groovy | |
|
||||
| HTML, XML | xml, html, xhtml, rss, atom, xjb, xsd, xsl, plist, svg | |
|
||||
| HTTP | http, https | |
|
||||
| Haml | haml | |
|
||||
| Handlebars | handlebars, hbs, html.hbs, html.handlebars | |
|
||||
| Haskell | haskell, hs | |
|
||||
| Haxe | haxe, hx | |
|
||||
| Hy | hy, hylang | |
|
||||
| Ini, TOML | ini, toml | |
|
||||
| Inform7 | inform7, i7 | |
|
||||
| IRPF90 | irpf90 | |
|
||||
| JSON | json | |
|
||||
| Java | java, jsp | |
|
||||
| JavaScript | javascript, js, jsx | |
|
||||
| Kotlin | kotlin, kt | |
|
||||
| Leaf | leaf | |
|
||||
| Lasso | lasso, ls, lassoscript | |
|
||||
| Less | less | |
|
||||
| LDIF | ldif | |
|
||||
| Lisp | lisp | |
|
||||
| LiveCode Server | livecodeserver | |
|
||||
| LiveScript | livescript, ls | |
|
||||
| Lua | lua | |
|
||||
| Makefile | makefile, mk, mak | |
|
||||
| Markdown | markdown, md, mkdown, mkd | |
|
||||
| Mathematica | mathematica, mma, wl | |
|
||||
| Matlab | matlab | |
|
||||
| Maxima | maxima | |
|
||||
| Maya Embedded Language | mel | |
|
||||
| Mercury | mercury | |
|
||||
| mIRC Scripting Language | mirc, mrc | [highlightjs-mirc](https://github.com/highlightjs/highlightjs-mirc) |
|
||||
| Mizar | mizar | |
|
||||
| Mojolicious | mojolicious | |
|
||||
| Monkey | monkey | |
|
||||
| Moonscript | moonscript, moon | |
|
||||
| N1QL | n1ql | |
|
||||
| NSIS | nsis | |
|
||||
| Nginx | nginx, nginxconf | |
|
||||
| Nimrod | nimrod, nim | |
|
||||
| Nix | nix | |
|
||||
| OCaml | ocaml, ml | |
|
||||
| Objective C | objectivec, mm, objc, obj-c | |
|
||||
| OpenGL Shading Language | glsl | |
|
||||
| OpenSCAD | openscad, scad | |
|
||||
| Oracle Rules Language | ruleslanguage | |
|
||||
| Oxygene | oxygene | |
|
||||
| PF | pf, pf.conf | |
|
||||
| PHP | php, php3, php4, php5, php6, php7 | |
|
||||
| Parser3 | parser3 | |
|
||||
| Perl | perl, pl, pm | |
|
||||
| Plaintext: no highlight | plaintext | |
|
||||
| Pony | pony | |
|
||||
| PostgreSQL & PL/pgSQL | pgsql, postgres, postgresql | |
|
||||
| PowerShell | powershell, ps, ps1 | |
|
||||
| Processing | processing | |
|
||||
| Prolog | prolog | |
|
||||
| Properties | properties | |
|
||||
| Protocol Buffers | protobuf | |
|
||||
| Puppet | puppet, pp | |
|
||||
| Python | python, py, gyp | |
|
||||
| Python profiler results | profile | |
|
||||
| Q | k, kdb | |
|
||||
| QML | qml | |
|
||||
| R | r | |
|
||||
| Razor CSHTML | cshtml, razor, razor-cshtml | [highlightjs-cshtml-razor](https://github.com/highlightjs/highlightjs-cshtml-razor) |
|
||||
| ReasonML | reasonml, re | |
|
||||
| RenderMan RIB | rib | |
|
||||
| RenderMan RSL | rsl | |
|
||||
| Roboconf | graph, instances | |
|
||||
| Robot Framework | robot, rf | [highlightjs-robot](https://github.com/highlightjs/highlightjs-robot) |
|
||||
| RPM spec files | rpm-specfile, rpm, spec, rpm-spec, specfile | [highlightjs-rpm-specfile](https://github.com/highlightjs/highlightjs-rpm-specfile) |
|
||||
| Ruby | ruby, rb, gemspec, podspec, thor, irb | |
|
||||
| Rust | rust, rs | |
|
||||
| SAS | SAS, sas | |
|
||||
| SCSS | scss | |
|
||||
| SQL | sql | |
|
||||
| STEP Part 21 | p21, step, stp | |
|
||||
| Scala | scala | |
|
||||
| Scheme | scheme | |
|
||||
| Scilab | scilab, sci | |
|
||||
| Shape Expressions | shexc | [highlightjs-shexc](https://github.com/highlightjs/highlightjs-shexc) |
|
||||
| Shell | shell, console | |
|
||||
| Smali | smali | |
|
||||
| Smalltalk | smalltalk, st | |
|
||||
| Solidity | solidity, sol | [highlightjs-solidity](https://github.com/highlightjs/highlightjs-solidity) |
|
||||
| Stan | stan, stanfuncs | |
|
||||
| Stata | stata | |
|
||||
| Structured Text | iecst, scl, stl, structured-text | [highlightjs-structured-text](https://github.com/highlightjs/highlightjs-structured-text) |
|
||||
| Stylus | stylus, styl | |
|
||||
| SubUnit | subunit | |
|
||||
| Supercollider | supercollider, sc | [highlightjs-supercollider](https://github.com/highlightjs/highlightjs-supercollider) |
|
||||
| Swift | swift | |
|
||||
| Tcl | tcl, tk | |
|
||||
| Terraform (HCL) | terraform, tf, hcl | [highlightjs-terraform](https://github.com/highlightjs/highlightjs-terraform) |
|
||||
| Test Anything Protocol | tap | |
|
||||
| TeX | tex | |
|
||||
| Thrift | thrift | |
|
||||
| TP | tp | |
|
||||
| Twig | twig, craftcms | |
|
||||
| TypeScript | typescript, ts | |
|
||||
| VB.Net | vbnet, vb | |
|
||||
| VBScript | vbscript, vbs | |
|
||||
| VHDL | vhdl | |
|
||||
| Vala | vala | |
|
||||
| Verilog | verilog, v | |
|
||||
| Vim Script | vim | |
|
||||
| x86 Assembly | x86asm | |
|
||||
| XL | xl, tao | |
|
||||
| XQuery | xquery, xpath, xq | |
|
||||
| YAML | yml, yaml | |
|
||||
| Zephir | zephir, zep | |
|
||||
|
||||
Languages with the specified package name are defined in separate repositories
|
||||
and not included in `highlight.pack.js`.
|
||||
</details>
|
||||
|
||||
|
||||
## Custom Initialization
|
||||
|
||||
When you need a bit more control over the initialization of
|
||||
highlight.js, you can use the [`highlightBlock`][3] and [`configure`][4]
|
||||
functions. This allows you to control *what* to highlight and *when*.
|
||||
|
||||
Here’s an equivalent way to calling [`initHighlightingOnLoad`][1] using
|
||||
vanilla JS:
|
||||
|
||||
```js
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
document.querySelectorAll('pre code').forEach((block) => {
|
||||
hljs.highlightBlock(block);
|
||||
});
|
||||
});
|
||||
```
|
||||
|
||||
You can use any tags instead of `<pre><code>` to mark up your code. If
|
||||
you don't use a container that preserves line breaks you will need to
|
||||
configure highlight.js to use the `<br>` tag:
|
||||
|
||||
```js
|
||||
hljs.configure({useBR: true});
|
||||
|
||||
document.querySelectorAll('div.code').forEach((block) => {
|
||||
hljs.highlightBlock(block);
|
||||
});
|
||||
```
|
||||
|
||||
For other options refer to the documentation for [`configure`][4].
|
||||
|
||||
|
||||
## Web Workers
|
||||
|
||||
You can run highlighting inside a web worker to avoid freezing the browser
|
||||
window while dealing with very big chunks of code.
|
||||
|
||||
In your main script:
|
||||
|
||||
```js
|
||||
addEventListener('load', () => {
|
||||
const code = document.querySelector('#code');
|
||||
const worker = new Worker('worker.js');
|
||||
worker.onmessage = (event) => { code.innerHTML = event.data; }
|
||||
worker.postMessage(code.textContent);
|
||||
});
|
||||
```
|
||||
|
||||
In worker.js:
|
||||
|
||||
```js
|
||||
onmessage = (event) => {
|
||||
importScripts('<path>/highlight.pack.js');
|
||||
const result = self.hljs.highlightAuto(event.data);
|
||||
postMessage(result.value);
|
||||
};
|
||||
```
|
||||
|
||||
## Node.js
|
||||
|
||||
You can use highlight.js with node to highlight content before sending it to the browser.
|
||||
Make sure to use the `.value` property to get the formatted html.
|
||||
For more info about the returned object refer to the api docs https://highlightjs.readthedocs.io/en/latest/api.html
|
||||
|
||||
|
||||
```js
|
||||
// require the highlight.js library including all languages
|
||||
const hljs = require('./highlight.js');
|
||||
const highlightedCode = hljs.highlightAuto('<span>Hello World!</span>').value
|
||||
```
|
||||
|
||||
```js
|
||||
// require the highlight.js library without languages
|
||||
const hljs = require("highlight.js/lib/highlight.js");
|
||||
// separately require languages
|
||||
hljs.registerLanguage('html', require('highlight.js/lib/languages/html'));
|
||||
hljs.registerLanguage('sql', require('highlight.js/lib/languages/sql'));
|
||||
// highlight with providing the language
|
||||
const highlightedCode = hljs.highlight('html', '<span>Hello World!</span>').value
|
||||
```
|
||||
|
||||
## Getting the Library
|
||||
|
||||
You can get highlight.js as a hosted, or custom-build, browser script or
|
||||
as a server module. Right out of the box the browser script supports
|
||||
both AMD and CommonJS, so if you wish you can use RequireJS or
|
||||
Browserify without having to build from source. The server module also
|
||||
works perfectly fine with Browserify, but there is the option to use a
|
||||
build specific to browsers rather than something meant for a server.
|
||||
Head over to the [download page][5] for all the options.
|
||||
|
||||
**Don't link to GitHub directly.** The library is not supposed to work straight
|
||||
from the source, it requires building. If none of the pre-packaged options
|
||||
work for you refer to the [building documentation][6].
|
||||
|
||||
**The CDN-hosted package doesn't have all the languages.** Otherwise it'd be
|
||||
too big. If you don't see the language you need in the ["Common" section][5],
|
||||
it can be added manually:
|
||||
|
||||
```html
|
||||
<script
|
||||
charset="UTF-8"
|
||||
src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.9/languages/go.min.js"></script>
|
||||
```
|
||||
|
||||
**On Almond.** You need to use the optimizer to give the module a name. For
|
||||
example:
|
||||
|
||||
```bash
|
||||
r.js -o name=hljs paths.hljs=/path/to/highlight out=highlight.js
|
||||
```
|
||||
|
||||
|
||||
### CommonJS
|
||||
|
||||
You can import Highlight.js as a CommonJS-module:
|
||||
|
||||
```bash
|
||||
npm install highlight.js --save
|
||||
```
|
||||
|
||||
In your application:
|
||||
|
||||
```js
|
||||
import hljs from 'highlight.js';
|
||||
```
|
||||
|
||||
The default import imports all languages! Therefore it is likely to be more efficient to import only the library and the languages you need:
|
||||
|
||||
```js
|
||||
import hljs from 'highlight.js/lib/highlight';
|
||||
import javascript from 'highlight.js/lib/languages/javascript';
|
||||
hljs.registerLanguage('javascript', javascript);
|
||||
```
|
||||
|
||||
To set the syntax highlighting style, if your build tool processes CSS from your JavaScript entry point, you can import the stylesheet directly into your CommonJS-module:
|
||||
|
||||
```js
|
||||
import hljs from 'highlight.js/lib/highlight';
|
||||
import 'highlight.js/styles/github.css';
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Highlight.js is released under the BSD License. See [LICENSE][7] file
|
||||
for details.
|
||||
|
||||
## Links
|
||||
|
||||
The official site for the library is at <https://highlightjs.org/>.
|
||||
|
||||
Further in-depth documentation for the API and other topics is at
|
||||
<http://highlightjs.readthedocs.io/>.
|
||||
|
||||
Authors and contributors are listed in the [AUTHORS.en.txt][8] file.
|
||||
|
||||
[1]: http://highlightjs.readthedocs.io/en/latest/api.html#inithighlightingonload
|
||||
[2]: http://highlightjs.readthedocs.io/en/latest/css-classes-reference.html
|
||||
[3]: http://highlightjs.readthedocs.io/en/latest/api.html#highlightblock-block
|
||||
[4]: http://highlightjs.readthedocs.io/en/latest/api.html#configure-options
|
||||
[5]: https://highlightjs.org/download/
|
||||
[6]: http://highlightjs.readthedocs.io/en/latest/building-testing.html
|
||||
[7]: https://github.com/highlightjs/highlight.js/blob/master/LICENSE
|
||||
[8]: https://github.com/highlightjs/highlight.js/blob/master/AUTHORS.en.txt
|
||||
142
web/template/bshark/highlight/README.ru.md
Normal file
142
web/template/bshark/highlight/README.ru.md
Normal file
@@ -0,0 +1,142 @@
|
||||
# Highlight.js
|
||||
|
||||
Highlight.js — это инструмент для подсветки синтаксиса, написанный на JavaScript. Он работает
|
||||
и в браузере, и на сервере. Он работает с практически любой HTML разметкой, не
|
||||
зависит от каких-либо фреймворков и умеет автоматически определять язык.
|
||||
|
||||
|
||||
## Начало работы
|
||||
|
||||
Минимум, что нужно сделать для использования highlight.js на веб-странице — это
|
||||
подключить библиотеку, CSS-стили и вызывать [`initHighlightingOnLoad`][1]:
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="/path/to/styles/default.css">
|
||||
<script src="/path/to/highlight.pack.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
```
|
||||
|
||||
Библиотека найдёт и раскрасит код внутри тегов `<pre><code>`, попытавшись
|
||||
автоматически определить язык. Когда автоопределение не срабатывает, можно явно
|
||||
указать язык в атрибуте class:
|
||||
|
||||
```html
|
||||
<pre><code class="html">...</code></pre>
|
||||
```
|
||||
|
||||
Список поддерживаемых классов языков доступен в [справочнике по классам][2].
|
||||
Класс также можно предварить префиксами `language-` или `lang-`.
|
||||
|
||||
Чтобы отключить подсветку для какого-то блока, используйте класс `nohighlight`:
|
||||
|
||||
```html
|
||||
<pre><code class="nohighlight">...</code></pre>
|
||||
```
|
||||
|
||||
## Инициализация вручную
|
||||
|
||||
Чтобы иметь чуть больше контроля за инициализацией подсветки, вы можете
|
||||
использовать функции [`highlightBlock`][3] и [`configure`][4]. Таким образом
|
||||
можно управлять тем, *что* и *когда* подсвечивать.
|
||||
|
||||
Вот пример инициализации, эквивалентной вызову [`initHighlightingOnLoad`][1], но
|
||||
с использованием `document.addEventListener`:
|
||||
|
||||
```js
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
document.querySelectorAll('pre code').forEach((block) => {
|
||||
hljs.highlightBlock(block);
|
||||
});
|
||||
});
|
||||
```
|
||||
|
||||
Вы можете использовать любые теги разметки вместо `<pre><code>`. Если
|
||||
используете контейнер, не сохраняющий переводы строк, вам нужно сказать
|
||||
highlight.js использовать для них тег `<br>`:
|
||||
|
||||
```js
|
||||
hljs.configure({useBR: true});
|
||||
|
||||
document.querySelectorAll('div.code').forEach((block) => {
|
||||
hljs.highlightBlock(block);
|
||||
});
|
||||
```
|
||||
|
||||
Другие опции можно найти в документации функции [`configure`][4].
|
||||
|
||||
|
||||
## Web Workers
|
||||
|
||||
Подсветку можно запустить внутри web worker'а, чтобы окно
|
||||
браузера не подтормаживало при работе с большими кусками кода.
|
||||
|
||||
В основном скрипте:
|
||||
|
||||
```js
|
||||
addEventListener('load', () => {
|
||||
const code = document.querySelector('#code');
|
||||
const worker = new Worker('worker.js');
|
||||
worker.onmessage = (event) => { code.innerHTML = event.data; }
|
||||
worker.postMessage(code.textContent);
|
||||
});
|
||||
```
|
||||
|
||||
В worker.js:
|
||||
|
||||
```js
|
||||
onmessage = (event) => {
|
||||
importScripts('<path>/highlight.pack.js');
|
||||
const result = self.hljs.highlightAuto(event.data);
|
||||
postMessage(result.value);
|
||||
};
|
||||
```
|
||||
|
||||
|
||||
## Установка библиотеки
|
||||
|
||||
Highlight.js можно использовать в браузере прямо с CDN хостинга или скачать
|
||||
индивидуальную сборку, а также установив модуль на сервере. На
|
||||
[странице загрузки][5] подробно описаны все варианты.
|
||||
|
||||
**Не подключайте GitHub напрямую.** Библиотека не предназначена для
|
||||
использования в виде исходного кода, а требует отдельной сборки. Если вам не
|
||||
подходит ни один из готовых вариантов, читайте [документацию по сборке][6].
|
||||
|
||||
**Файл на CDN содержит не все языки.** Иначе он будет слишком большого размера.
|
||||
Если нужного вам языка нет в [категории "Common"][5], можно дообавить его
|
||||
вручную:
|
||||
|
||||
```html
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/languages/go.min.js"></script>
|
||||
```
|
||||
|
||||
**Про Almond.** Нужно задать имя модуля в оптимизаторе, например:
|
||||
|
||||
```
|
||||
r.js -o name=hljs paths.hljs=/path/to/highlight out=highlight.js
|
||||
```
|
||||
|
||||
|
||||
## Лицензия
|
||||
|
||||
Highlight.js распространяется под лицензией BSD. Подробнее читайте файл
|
||||
[LICENSE][7].
|
||||
|
||||
|
||||
## Ссылки
|
||||
|
||||
Официальный сайт билиотеки расположен по адресу <https://highlightjs.org/>.
|
||||
|
||||
Более подробная документация по API и другим темам расположена на
|
||||
<http://highlightjs.readthedocs.io/>.
|
||||
|
||||
Авторы и контрибьюторы перечислены в файле [AUTHORS.ru.txt][8] file.
|
||||
|
||||
[1]: http://highlightjs.readthedocs.io/en/latest/api.html#inithighlightingonload
|
||||
[2]: http://highlightjs.readthedocs.io/en/latest/css-classes-reference.html
|
||||
[3]: http://highlightjs.readthedocs.io/en/latest/api.html#highlightblock-block
|
||||
[4]: http://highlightjs.readthedocs.io/en/latest/api.html#configure-options
|
||||
[5]: https://highlightjs.org/download/
|
||||
[6]: http://highlightjs.readthedocs.io/en/latest/building-testing.html
|
||||
[7]: https://github.com/highlightjs/highlight.js/blob/master/LICENSE
|
||||
[8]: https://github.com/highlightjs/highlight.js/blob/master/AUTHORS.ru.txt
|
||||
2
web/template/bshark/highlight/highlight.pack.js
Normal file
2
web/template/bshark/highlight/highlight.pack.js
Normal file
File diff suppressed because one or more lines are too long
75
web/template/bshark/highlight/styles/tomorrow-night-blue.css
Normal file
75
web/template/bshark/highlight/styles/tomorrow-night-blue.css
Normal file
@@ -0,0 +1,75 @@
|
||||
/* Tomorrow Night Blue Theme */
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
|
||||
/* Tomorrow Comment */
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #7285b7;
|
||||
}
|
||||
|
||||
/* Tomorrow Red */
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class,
|
||||
.hljs-regexp,
|
||||
.hljs-deletion {
|
||||
color: #ff9da4;
|
||||
}
|
||||
|
||||
/* Tomorrow Orange */
|
||||
.hljs-number,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-params,
|
||||
.hljs-meta,
|
||||
.hljs-link {
|
||||
color: #ffc58f;
|
||||
}
|
||||
|
||||
/* Tomorrow Yellow */
|
||||
.hljs-attribute {
|
||||
color: #ffeead;
|
||||
}
|
||||
|
||||
/* Tomorrow Green */
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet,
|
||||
.hljs-addition {
|
||||
color: #d1f1a9;
|
||||
}
|
||||
|
||||
/* Tomorrow Blue */
|
||||
.hljs-title,
|
||||
.hljs-section {
|
||||
color: #bbdaff;
|
||||
}
|
||||
|
||||
/* Tomorrow Purple */
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
color: #ebbbff;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
background: #002451;
|
||||
color: white;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -0,0 +1,74 @@
|
||||
/* Tomorrow Night Bright Theme */
|
||||
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
|
||||
/* Tomorrow Comment */
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #969896;
|
||||
}
|
||||
|
||||
/* Tomorrow Red */
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class,
|
||||
.hljs-regexp,
|
||||
.hljs-deletion {
|
||||
color: #d54e53;
|
||||
}
|
||||
|
||||
/* Tomorrow Orange */
|
||||
.hljs-number,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-params,
|
||||
.hljs-meta,
|
||||
.hljs-link {
|
||||
color: #e78c45;
|
||||
}
|
||||
|
||||
/* Tomorrow Yellow */
|
||||
.hljs-attribute {
|
||||
color: #e7c547;
|
||||
}
|
||||
|
||||
/* Tomorrow Green */
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet,
|
||||
.hljs-addition {
|
||||
color: #b9ca4a;
|
||||
}
|
||||
|
||||
/* Tomorrow Blue */
|
||||
.hljs-title,
|
||||
.hljs-section {
|
||||
color: #7aa6da;
|
||||
}
|
||||
|
||||
/* Tomorrow Purple */
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
color: #c397d8;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
background: black;
|
||||
color: #eaeaea;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -0,0 +1,74 @@
|
||||
/* Tomorrow Night Eighties Theme */
|
||||
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
|
||||
/* Tomorrow Comment */
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
/* Tomorrow Red */
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class,
|
||||
.hljs-regexp,
|
||||
.hljs-deletion {
|
||||
color: #f2777a;
|
||||
}
|
||||
|
||||
/* Tomorrow Orange */
|
||||
.hljs-number,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-params,
|
||||
.hljs-meta,
|
||||
.hljs-link {
|
||||
color: #f99157;
|
||||
}
|
||||
|
||||
/* Tomorrow Yellow */
|
||||
.hljs-attribute {
|
||||
color: #ffcc66;
|
||||
}
|
||||
|
||||
/* Tomorrow Green */
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet,
|
||||
.hljs-addition {
|
||||
color: #99cc99;
|
||||
}
|
||||
|
||||
/* Tomorrow Blue */
|
||||
.hljs-title,
|
||||
.hljs-section {
|
||||
color: #6699cc;
|
||||
}
|
||||
|
||||
/* Tomorrow Purple */
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
color: #cc99cc;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
background: #2d2d2d;
|
||||
color: #cccccc;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
75
web/template/bshark/highlight/styles/tomorrow-night.css
Normal file
75
web/template/bshark/highlight/styles/tomorrow-night.css
Normal file
@@ -0,0 +1,75 @@
|
||||
/* Tomorrow Night Theme */
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
|
||||
/* Tomorrow Comment */
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #969896;
|
||||
}
|
||||
|
||||
/* Tomorrow Red */
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class,
|
||||
.hljs-regexp,
|
||||
.hljs-deletion {
|
||||
color: #cc6666;
|
||||
}
|
||||
|
||||
/* Tomorrow Orange */
|
||||
.hljs-number,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-params,
|
||||
.hljs-meta,
|
||||
.hljs-link {
|
||||
color: #de935f;
|
||||
}
|
||||
|
||||
/* Tomorrow Yellow */
|
||||
.hljs-attribute {
|
||||
color: #f0c674;
|
||||
}
|
||||
|
||||
/* Tomorrow Green */
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet,
|
||||
.hljs-addition {
|
||||
color: #b5bd68;
|
||||
}
|
||||
|
||||
/* Tomorrow Blue */
|
||||
.hljs-title,
|
||||
.hljs-section {
|
||||
color: #81a2be;
|
||||
}
|
||||
|
||||
/* Tomorrow Purple */
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
color: #b294bb;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
background: #1d1f21;
|
||||
color: #c5c8c6;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
72
web/template/bshark/highlight/styles/tomorrow.css
Normal file
72
web/template/bshark/highlight/styles/tomorrow.css
Normal file
@@ -0,0 +1,72 @@
|
||||
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||||
|
||||
/* Tomorrow Comment */
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #8e908c;
|
||||
}
|
||||
|
||||
/* Tomorrow Red */
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class,
|
||||
.hljs-regexp,
|
||||
.hljs-deletion {
|
||||
color: #c82829;
|
||||
}
|
||||
|
||||
/* Tomorrow Orange */
|
||||
.hljs-number,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-params,
|
||||
.hljs-meta,
|
||||
.hljs-link {
|
||||
color: #f5871f;
|
||||
}
|
||||
|
||||
/* Tomorrow Yellow */
|
||||
.hljs-attribute {
|
||||
color: #eab700;
|
||||
}
|
||||
|
||||
/* Tomorrow Green */
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet,
|
||||
.hljs-addition {
|
||||
color: #718c00;
|
||||
}
|
||||
|
||||
/* Tomorrow Blue */
|
||||
.hljs-title,
|
||||
.hljs-section {
|
||||
color: #4271ae;
|
||||
}
|
||||
|
||||
/* Tomorrow Purple */
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
color: #8959a8;
|
||||
}
|
||||
|
||||
.hljs {
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
background: white;
|
||||
color: #4d4d4c;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
141
web/template/bshark/iconfont.css
Normal file
141
web/template/bshark/iconfont.css
Normal file
File diff suppressed because one or more lines are too long
BIN
web/template/bshark/iconfont.eot
Normal file
BIN
web/template/bshark/iconfont.eot
Normal file
Binary file not shown.
1
web/template/bshark/iconfont.js
Normal file
1
web/template/bshark/iconfont.js
Normal file
File diff suppressed because one or more lines are too long
226
web/template/bshark/iconfont.json
Normal file
226
web/template/bshark/iconfont.json
Normal file
@@ -0,0 +1,226 @@
|
||||
{
|
||||
"id": "1198024",
|
||||
"name": "Masteroj",
|
||||
"font_family": "iconfont",
|
||||
"css_prefix_text": "icon-",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "7141689",
|
||||
"name": "github",
|
||||
"font_class": "github",
|
||||
"unicode": "e632",
|
||||
"unicode_decimal": 58930
|
||||
},
|
||||
{
|
||||
"icon_id": "648782",
|
||||
"name": "书",
|
||||
"font_class": "shu",
|
||||
"unicode": "e625",
|
||||
"unicode_decimal": 58917
|
||||
},
|
||||
{
|
||||
"icon_id": "780845",
|
||||
"name": "totop",
|
||||
"font_class": "yooxi",
|
||||
"unicode": "e62d",
|
||||
"unicode_decimal": 58925
|
||||
},
|
||||
{
|
||||
"icon_id": "5975885",
|
||||
"name": "任务",
|
||||
"font_class": "renwu",
|
||||
"unicode": "e635",
|
||||
"unicode_decimal": 58933
|
||||
},
|
||||
{
|
||||
"icon_id": "830922",
|
||||
"name": "更多",
|
||||
"font_class": "gengduo",
|
||||
"unicode": "e62f",
|
||||
"unicode_decimal": 58927
|
||||
},
|
||||
{
|
||||
"icon_id": "1582883",
|
||||
"name": "讨论",
|
||||
"font_class": "taolun",
|
||||
"unicode": "e643",
|
||||
"unicode_decimal": 58947
|
||||
},
|
||||
{
|
||||
"icon_id": "3216076",
|
||||
"name": "列表",
|
||||
"font_class": "icon--",
|
||||
"unicode": "e714",
|
||||
"unicode_decimal": 59156
|
||||
},
|
||||
{
|
||||
"icon_id": "2177349",
|
||||
"name": "奖杯",
|
||||
"font_class": "trophy",
|
||||
"unicode": "e723",
|
||||
"unicode_decimal": 59171
|
||||
},
|
||||
{
|
||||
"icon_id": "6539455",
|
||||
"name": "折线图",
|
||||
"font_class": "zhexiantu",
|
||||
"unicode": "e68e",
|
||||
"unicode_decimal": 59022
|
||||
},
|
||||
{
|
||||
"icon_id": "10104390",
|
||||
"name": "home",
|
||||
"font_class": "home",
|
||||
"unicode": "e6ea",
|
||||
"unicode_decimal": 59114
|
||||
},
|
||||
{
|
||||
"icon_id": "1380728",
|
||||
"name": "add",
|
||||
"font_class": "jiahao",
|
||||
"unicode": "e605",
|
||||
"unicode_decimal": 58885
|
||||
},
|
||||
{
|
||||
"icon_id": "26702",
|
||||
"name": "qq",
|
||||
"font_class": "qq",
|
||||
"unicode": "e601",
|
||||
"unicode_decimal": 58881
|
||||
},
|
||||
{
|
||||
"icon_id": "2507439",
|
||||
"name": "签名",
|
||||
"font_class": "qianming",
|
||||
"unicode": "e646",
|
||||
"unicode_decimal": 58950
|
||||
},
|
||||
{
|
||||
"icon_id": "29950",
|
||||
"name": "time",
|
||||
"font_class": "time",
|
||||
"unicode": "e65f",
|
||||
"unicode_decimal": 58975
|
||||
},
|
||||
{
|
||||
"icon_id": "1842116",
|
||||
"name": "mail",
|
||||
"font_class": "mail",
|
||||
"unicode": "e600",
|
||||
"unicode_decimal": 58880
|
||||
},
|
||||
{
|
||||
"icon_id": "749761",
|
||||
"name": "购买",
|
||||
"font_class": "goumai",
|
||||
"unicode": "e603",
|
||||
"unicode_decimal": 58883
|
||||
},
|
||||
{
|
||||
"icon_id": "7241444",
|
||||
"name": "help",
|
||||
"font_class": "help",
|
||||
"unicode": "e65a",
|
||||
"unicode_decimal": 58970
|
||||
},
|
||||
{
|
||||
"icon_id": "3050498",
|
||||
"name": "验证码",
|
||||
"font_class": "ecurityCode",
|
||||
"unicode": "e60d",
|
||||
"unicode_decimal": 58893
|
||||
},
|
||||
{
|
||||
"icon_id": "128582",
|
||||
"name": "key",
|
||||
"font_class": "key",
|
||||
"unicode": "e634",
|
||||
"unicode_decimal": 58932
|
||||
},
|
||||
{
|
||||
"icon_id": "1487403",
|
||||
"name": "user",
|
||||
"font_class": "user",
|
||||
"unicode": "e608",
|
||||
"unicode_decimal": 58888
|
||||
},
|
||||
{
|
||||
"icon_id": "1567557",
|
||||
"name": "login",
|
||||
"font_class": "login",
|
||||
"unicode": "e66a",
|
||||
"unicode_decimal": 58986
|
||||
},
|
||||
{
|
||||
"icon_id": "7372785",
|
||||
"name": "right",
|
||||
"font_class": "right",
|
||||
"unicode": "e6e9",
|
||||
"unicode_decimal": 59113
|
||||
},
|
||||
{
|
||||
"icon_id": "7214848",
|
||||
"name": "Go forward",
|
||||
"font_class": "Goforward",
|
||||
"unicode": "e6c6",
|
||||
"unicode_decimal": 59078
|
||||
},
|
||||
{
|
||||
"icon_id": "7596035",
|
||||
"name": "search",
|
||||
"font_class": "search",
|
||||
"unicode": "e622",
|
||||
"unicode_decimal": 58914
|
||||
},
|
||||
{
|
||||
"icon_id": "7155364",
|
||||
"name": "状态",
|
||||
"font_class": "zhuangtai",
|
||||
"unicode": "e655",
|
||||
"unicode_decimal": 58965
|
||||
},
|
||||
{
|
||||
"icon_id": "584826",
|
||||
"name": "运行中",
|
||||
"font_class": "yunxingzhong",
|
||||
"unicode": "e633",
|
||||
"unicode_decimal": 58931
|
||||
},
|
||||
{
|
||||
"icon_id": "1034000",
|
||||
"name": "数据",
|
||||
"font_class": "iconfontpaixingbang",
|
||||
"unicode": "e639",
|
||||
"unicode_decimal": 58937
|
||||
},
|
||||
{
|
||||
"icon_id": "3761548",
|
||||
"name": "记录",
|
||||
"font_class": "icon-test",
|
||||
"unicode": "e609",
|
||||
"unicode_decimal": 58889
|
||||
},
|
||||
{
|
||||
"icon_id": "5460559",
|
||||
"name": "问题解答",
|
||||
"font_class": "wentijieda",
|
||||
"unicode": "ec2e",
|
||||
"unicode_decimal": 60462
|
||||
},
|
||||
{
|
||||
"icon_id": "5985627",
|
||||
"name": "编辑",
|
||||
"font_class": "bianji",
|
||||
"unicode": "e61e",
|
||||
"unicode_decimal": 58910
|
||||
},
|
||||
{
|
||||
"icon_id": "8554290",
|
||||
"name": "提交",
|
||||
"font_class": "tubiao_tijiao",
|
||||
"unicode": "e63b",
|
||||
"unicode_decimal": 58939
|
||||
}
|
||||
]
|
||||
}
|
||||
119
web/template/bshark/iconfont.svg
Normal file
119
web/template/bshark/iconfont.svg
Normal file
@@ -0,0 +1,119 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<!--
|
||||
2013-9-30: Created.
|
||||
-->
|
||||
<svg>
|
||||
<metadata>
|
||||
Created by iconfont
|
||||
</metadata>
|
||||
<defs>
|
||||
|
||||
<font id="iconfont" horiz-adv-x="1024" >
|
||||
<font-face
|
||||
font-family="iconfont"
|
||||
font-weight="500"
|
||||
font-stretch="normal"
|
||||
units-per-em="1024"
|
||||
ascent="896"
|
||||
descent="-128"
|
||||
/>
|
||||
<missing-glyph />
|
||||
|
||||
<glyph glyph-name="github" unicode="" d="M512 853.333333A464.64 464.64 0 0 1 42.666667 393.813333 460.373333 460.373333 0 0 1 363.52-42.666667c23.466667-4.266667 32 9.813333 32 22.186667v78.08c-130.56-27.733333-158.293333 61.44-158.293333 61.44a122.026667 122.026667 0 0 1-52.053334 67.413333c-42.666667 28.16 3.413333 27.733333 3.413334 27.733334a98.56 98.56 0 0 0 71.68-47.36 101.12 101.12 0 0 1 136.533333-37.973334 99.413333 99.413333 0 0 0 29.866667 61.44c-104.106667 11.52-213.333333 50.773333-213.333334 226.986667a177.066667 177.066667 0 0 0 47.36 124.16 161.28 161.28 0 0 0 4.693334 121.173333s39.68 12.373333 128-46.933333a455.68 455.68 0 0 0 234.666666 0c89.6 59.306667 128 46.933333 128 46.933333a161.28 161.28 0 0 0 4.693334-121.173333A177.066667 177.066667 0 0 0 810.666667 418.133333c0-176.64-110.08-215.466667-213.333334-226.986666a106.666667 106.666667 0 0 0 32-85.333334v-125.866666c0-14.933333 8.533333-26.88 32-22.186667A460.8 460.8 0 0 1 981.333333 393.813333 464.64 464.64 0 0 1 512 853.333333" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="shu" unicode="" d="M864 755.2c-12.8 0-32-12.8-32-32L832 0c0-32-19.2-64-51.2-64l-108.8 0L262.4-64C224-64 192-32 192 0l0 64C192 96 224 128 256 128l499.2 0c12.8 0 12.8 6.4 12.8 19.2L768 768c0 64-32 128-102.4 128L262.4 896C198.4 896 128 838.4 128 768l0-697.6 0-64L128 0c0 0 0 0 0-6.4 0-6.4 0-6.4 0-12.8 6.4-57.6 64-102.4 115.2-108.8 0 0 6.4 0 6.4 0 0 0 0 0 6.4 0l6.4 0 409.6 0 108.8 0c64 0 115.2 57.6 115.2 128L896 723.2C896 742.4 876.8 755.2 864 755.2zM262.4 832l409.6 0C684.8 832 704 812.8 704 768l0-576L256 192c-25.6 0-64-19.2-64-32L192 768C192 800 230.4 832 262.4 832zM755.2 64 268.8 64c-12.8 0-25.6-12.8-25.6-32S256 0 268.8 0l480 0c12.8 0 25.6 12.8 25.6 32S768 64 755.2 64z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="yooxi" unicode="" d="M976.201879 110.72301 501.598604 672.224424 26.995329 110.721986 62.164317 80.996988 501.598604 600.889749 941.032892 80.998011Z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="renwu" unicode="" d="M99.47648 761.4208V-76.53376c0-33.01376 51.2-33.01376 51.2 0V684.48256 761.42592c0 33.01376-51.2 33.01376-51.2-0.00512zM150.03648 255.63648c58.97216 38.65088 122.88512 66.52416 194.10944 69.49888 70.26176 2.93888 138.6752-20.9664 200.87808-51.49696 32.56832-15.97952 62.976-33.90464 97.78688-44.89728 32.65536-10.30656 67.8912-13.65504 101.9904-13.05088 54.0928 0.96256 106.80832 15.81056 156.21632 36.95616 18.04288 7.72608 57.87648 21.0432 57.87648 45.68064v45.55776 226.77504 211.40992c0 18.76992-21.97504 32.75264-38.51776 22.10304-30.01856-19.31776-64.45568-32.11264-98.66752-41.55904-82.78016-22.85568-159.12448-9.41568-233.87648 30.56128C514.92864 832.16384 435.13344 860.16 351.75424 860.5184c-82.14016 0.35328-159.90272-32.30208-227.5584-76.6464-27.48928-18.01728-1.86368-62.37184 25.84064-44.2112 68.31616 44.78464 142.01344 73.1392 224.60928 69.03296 90.45504-4.49536 162.82112-53.41696 243.54304-87.31136 102.49728-43.04384 235.68896-20.8384 328.01792 38.58432l-38.51776 22.10304v-484.02944l12.68224 22.10304c-30.01856-19.31776-64.45568-32.11264-98.66752-41.55904-82.78016-22.85568-159.12448-9.41568-233.87648 30.56128-72.89344 38.97856-152.68864 66.9696-236.07296 67.328-82.13504 0.35328-159.8976-32.29696-227.55328-76.63616-27.48928-18.00704-1.8688-62.35648 25.83552-44.20096z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="gengduo" unicode="" d="M514.554 834c-248.709 0-450.284-200.379-450.284-447.598s201.586-447.594 450.283-447.594c248.674 0 450.261 200.375 450.261 447.594 0.001 247.211-201.587 447.598-450.261 447.598zM514.479-3.037c-214.814 0-388.955 174.142-388.955 388.955 0 214.814 174.142 388.955 388.955 388.955 214.813 0 388.955-174.142 388.955-388.955 0-214.814-174.142-388.955-388.955-388.955zM280.224 388.553c0-31.312 25.384-56.695 56.695-56.695s56.695 25.384 56.695 56.695c0 31.312-25.384 56.695-56.695 56.695-31.312 0-56.695-25.384-56.695-56.695zM470.086 388.553c0-31.312 25.384-56.695 56.695-56.695s56.695 25.384 56.695 56.695c0 31.312-25.384 56.695-56.695 56.695-31.312 0-56.695-25.384-56.695-56.695zM641.49 388.553c0-31.312 25.384-56.695 56.695-56.695s56.695 25.384 56.695 56.695c0 31.312-25.384 56.695-56.695 56.695-31.312 0-56.695-25.384-56.695-56.695z" horiz-adv-x="1028" />
|
||||
|
||||
|
||||
<glyph glyph-name="taolun" unicode="" d="M822.72 480.576c0 175.296-164.032 317.952-365.44 317.952-201.536 0-365.44-142.656-365.44-317.952 0-105.152 59.008-202.368 158.336-261.824v-102.528c0-6.272 3.456-12.032 8.96-14.912 2.306-1.307 5.064-2.078 8.003-2.078 3.493 0 6.732 1.089 9.395 2.945l46.602 30.685c0.768 0.512 1.408 1.088 2.176 1.728l53.504 35.712c26.624-5.056 52.928-7.68 78.464-7.68 201.472 0 365.44 142.656 365.44 317.952zM457.216 196.544c-25.472 0-51.904 2.816-78.528 8.256-1.060 0.236-2.277 0.37-3.526 0.37-3.477 0-6.71-1.046-9.4-2.841l-61.57-41.177c-0.768-0.384-1.472-0.96-2.112-1.472l-18.048-12.032v80.896c-0.033 6.26-3.453 11.714-8.518 14.626-93.818 52.958-149.818 141.662-149.818 237.406 0 156.672 148.672 284.032 331.584 284.032 182.784 0 331.648-127.424 331.648-284.032 0-156.672-148.864-284.032-331.712-284.032zM866.816 370.688c22.683-29.839 36.376-67.59 36.483-108.534-0.003-67.658-40.067-131.21-107.267-169.034-5.184-2.959-8.625-8.445-8.64-14.737l0-50.607-5.824 3.776c-1.082 1.095-2.439 1.916-3.958 2.352l-42.954 29.264c-3.776 2.432-8.448 3.456-12.8 2.432-79.296-16.448-156.096 1.536-213.312 44.48l-20.352-27.136c63.232-47.36 147.392-68.032 233.536-51.904l37.248-24.96c0.704-0.576 1.28-1.024 1.984-1.344l34.048-22.592c2.659-1.72 5.909-2.743 9.399-2.743 2.9 0 5.635 0.707 8.043 1.957 5.303 2.872 8.913 8.486 8.927 14.944l-0 72.178c72.64 44.48 115.776 116.352 115.776 194.24 0 45.504-14.848 89.792-43.136 128l-27.2-20.032z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="icon--" unicode="" d="M204.8 512h614.4c56.32 0 102.4 46.08 102.4 102.4s-46.08 102.4-102.4 102.4H204.8c-56.32 0-102.4-46.08-102.4-102.4s46.08-102.4 102.4-102.4z m0 153.6h614.4c28.16 0 51.2-23.04 51.2-51.2s-23.04-51.2-51.2-51.2H204.8c-28.16 0-51.2 23.04-51.2 51.2s23.04 51.2 51.2 51.2z m614.4-204.8H204.8c-56.32 0-102.4-46.08-102.4-102.4s46.08-102.4 102.4-102.4h614.4c56.32 0 102.4 46.08 102.4 102.4s-46.08 102.4-102.4 102.4z m0-153.6H204.8c-28.16 0-51.2 23.04-51.2 51.2s23.04 51.2 51.2 51.2h614.4c28.16 0 51.2-23.04 51.2-51.2s-23.04-51.2-51.2-51.2z m0-102.4H204.8c-56.32 0-102.4-46.08-102.4-102.4s46.08-102.4 102.4-102.4h614.4c56.32 0 102.4 46.08 102.4 102.4s-46.08 102.4-102.4 102.4z m0-153.6H204.8c-28.16 0-51.2 23.04-51.2 51.2s23.04 51.2 51.2 51.2h614.4c28.16 0 51.2-23.04 51.2-51.2s-23.04-51.2-51.2-51.2z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="trophy" unicode="" d="M845 706.3c-1 50.3-3 84.7-3 84.7h-660s-2.4-34.3-3.7-84.7l-104.6-0.4 39.7-301.4 87.1-17.9c7.8-29 18.1-52.1 31.5-65.6 60.3-60.3 198.3-124.4 255-149.3v-144.6h-165v-50h380v50h-165v144.7c57.2 25.5 197.3 91.4 255 149.1 13 13 22.9 36.1 30.5 65.4l88.1 18.1 39.7 301.4-105.3 0.5zM158.6 446.2l-28.4 209.9 47.3 0.2c-0.5-67.6 1.8-149.2 12.1-216.5l-31 6.4zM794.5 584.3c-1.9-60.4-6.3-111.2-13.1-150.8-10.5-61.5-23.4-75.8-24.8-77.2-25.9-25.9-80.6-60.6-154.1-98-36.8-18.7-70.6-34.1-90.6-43-19.8 8.6-52.8 23.4-89.2 41.7-74 37.3-127.7 71.6-155.4 99.2-3.5 3.5-34.1 39.4-39.2 229.1-1.6 59.9-0.2 117.3 1.4 155.5h564.6c1.2-38.4 2.3-96.3 0.4-156.5zM865.4 446.2l-32.4-6.6c10 67.2 12.6 149 12.5 216.8l48.2-0.2-28.3-210z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="zhexiantu" unicode="" d="M25.6 358.8608a25.6 25.6 0 1 0 0 51.2h141.1072a25.6 25.6 0 0 1 24.5248 18.2272l118.1184 393.7792a51.2 51.2 0 0 0 98.0992 0L665.6-38.4l118.1184 393.728a76.8 76.8 0 0 0 73.5744 54.784H998.4a25.6 25.6 0 1 0 0-51.2h-141.1072a25.6 25.6 0 0 1-24.5248-18.2272l-118.1184-393.7792a51.2 51.2 0 0 0-98.0992 0L358.4 807.3728 240.2816 413.5936a76.8 76.8 0 0 0-73.5744-54.784H25.6z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="home" unicode="" d="M1210.181818 453.818182l-256 186.181818V849.454545h-93.090909v-139.636363L605.090909 896 0 453.818182l46.545455-69.818182 139.636363 93.090909v-605.090909h837.818182V477.090909l139.636364-93.090909 46.545454 69.818182zM535.272727-34.909091V314.181818h162.909091v-349.090909h-162.909091z m395.636364 0h-139.636364V407.272727H442.181818v-442.181818h-162.909091V546.909091L605.090909 779.636364l325.818182-232.727273v-581.818182z" horiz-adv-x="1210" />
|
||||
|
||||
|
||||
<glyph glyph-name="jiahao" unicode="" d="M938.117 410.888h-409.793v409.792c0 13.715-11.12 24.836-24.836 24.836s-24.836-11.12-24.836-24.836v-409.792h-409.793c-13.715 0-24.836-11.12-24.836-24.836s11.12-24.836 24.836-24.836h409.792v-409.793c0-13.715 11.12-24.836 24.836-24.836 13.715 0 24.836 11.12 24.836 24.836v409.792h409.792c13.715 0 24.836 11.12 24.836 24.836s-11.118 24.837-24.834 24.837z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="qq" unicode="" d="M980.79827 117.894054c-21.144216 122.796973-109.844757 203.250162-109.844757 203.250162 12.647784 111.477622-33.792 131.26573-33.792 131.26573C827.392 797.331892 530.985514 791.32627 524.730811 791.160216 518.476108 791.32627 222.01427 797.331892 212.300108 452.409946c0 0-46.467459-19.788108-33.819676-131.26573 0 0-88.700541-80.453189-109.817081-203.250162 0 0-11.291676-207.484541 101.403676-25.40627 0 0 25.350919-69.161514 71.790703-131.26573 0 0-83.082378-28.256865-75.997405-101.625081 0 0-2.87827-81.836973 177.401081-76.218811 0 0 126.699243 9.852541 164.753297 63.515676l16.605405 0 0.276757 0 16.633081 0c38.026378-53.635459 164.725622-63.515676 164.725622-63.515676 180.224-5.618162 177.401081 76.218811 177.401081 76.218811 7.029622 73.368216-75.997405 101.625081-75.997405 101.625081 46.439784 62.104216 71.790703 131.26573 71.790703 131.26573C992.034595-89.590486 980.79827 117.894054 980.79827 117.894054z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="qianming" unicode="" d="M844.8 426.666667c42.666667 64 68.266667 136.533333 68.266667 200.533333 0 42.666667-12.8 81.066667-34.133334 102.4-25.6 25.6-64 38.4-106.666666 38.4-64 0-140.8-25.6-200.533334-68.266667 0 4.266667-4.266667 4.266667-4.266666 8.533334-8.533333 12.8-25.6 21.333333-42.666667 21.333333-51.2 0-123.733333-68.266667-162.133333-136.533333-12.8 0-17.066667 4.266667-21.333334 4.266666-72.533333 0-128-115.2-140.8-149.333333-76.8-170.666667-42.666667-302.933333 12.8-362.666667l4.266667-4.266666L145.066667 0l81.066666 72.533333 4.266667-4.266666c42.666667-38.4 102.4-59.733333 170.666667-59.733334 149.333333 0 328.533333 93.866667 341.333333 174.933334 0 4.266667 0 17.066667-4.266667 29.866666 29.866667 17.066667 55.466667 38.4 64 46.933334 34.133333 29.866667 72.533333 76.8 72.533334 119.466666-4.266667 17.066667-12.8 34.133333-29.866667 46.933334z m-72.533333 302.933333c29.866667 0 59.733333-8.533333 76.8-25.6 17.066667-17.066667 25.6-42.666667 25.6-76.8-59.733333-12.8-93.866667 0-98.133334 0-4.266667 8.533333-17.066667 42.666667-4.266666 102.4z m-102.4-503.466667c119.466667-34.133333-89.6-179.2-268.8-179.2-55.466667 0-106.666667 12.8-145.066667 46.933334l162.133333 149.333333-25.6 25.6-149.333333-162.133333-4.266667 4.266666C115.2 247.46666700000003 264.533333 558.933333 341.333333 558.933333c12.8 0 25.6-8.533333 29.866667-34.133333 12.8 64 106.666667 166.4 149.333333 166.4 17.066667 0 25.6-17.066667 12.8-64C597.333333 682.666667 691.2 725.333333 763.733333 729.6c-8.533333-46.933333-12.8-98.133333-4.266666-110.933333 4.266667-4.266667 17.066667-8.533333 34.133333-8.533334 21.333333 0 51.2 4.266667 76.8 8.533334-4.266667-72.533333-42.666667-170.666667-102.4-226.133334 17.066667 4.266667 25.6 4.266667 38.4 4.266667 93.866667 0-59.733333-153.6-136.533333-170.666667z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="time" unicode="" d="M512 832C264.96 832 64 631.04 64 384s200.96-448 448-448 448 200.96 448 448S759.04 832 512 832zM512 0.288c-211.584 0-383.712 172.16-383.712 383.712C128.288 595.584 300.416 767.712 512 767.712c211.552 0 383.712-172.128 383.712-383.712C895.712 172.448 723.552 0.288 512 0.288zM671.968 384 512 384 512 607.936c0 17.76-14.24 32.128-32 32.128s-32-14.4-32-32.128L448 352c0-17.76 14.272-32 32-32l191.968 0c17.76 0 32.128 14.24 32.128 32S689.728 384 671.968 384z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="mail" unicode="" d="M853.333333 768H170.666667C99.978667 768 42.666667 710.688 42.666667 640v-512c0-70.688 57.312-128 128-128h682.666666c70.688 0 128 57.312 128 128V640c0 70.688-57.312 128-128 128z m0-85.333333c4.928 0 9.664-0.832 14.058667-2.378667L512 395.968 156.608 680.288A42.304 42.304 0 0 0 170.666667 682.666667h682.666666z m0-597.333334H170.666667a42.666667 42.666667 0 0 0-42.666667 42.666667V593.898667l357.344-285.877334c7.786667-6.24 17.216-9.354667 26.656-9.354666s18.88 3.114667 26.656 9.354666L896 593.898667V128a42.666667 42.666667 0 0 0-42.666667-42.666667z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="goumai" unicode="" d="M237.358431 611.535203l131.472334-375.310851-27.569916 19.554358L890.249275 255.77871c16.136515 0 29.212322-13.0799 29.212322-29.213345 0-16.129352-13.075807-29.205159-29.212322-29.205159L341.259826 197.360206c-12.409634 0-23.465434 7.836479-27.566846 19.549242L109.05016 801.1037l27.567869-19.553335L77.586564 781.550365c-16.129352 0-29.207206 13.074783-29.207206 29.212322 0 16.129352 13.077853 29.207206 29.207206 29.207206l59.032488 0c12.409634 0 23.466458-7.842619 27.566846-19.555381l52.728922-150.525272 710.724017 0c18.48705 0 32.326243-16.962324 28.612665-35.077913l-46.633087-227.389894c-2.547009-12.408611-12.796444-21.75549-25.382087-23.160489l-431.515944-48.065715c-16.036231-1.786693-30.482245 9.761318-32.266891 25.797549-1.783623 16.030092 9.764388 30.475082 25.798573 32.257681l410.798087 47.145763c0 0 20.75879 96.119151 35.926234 170.074513C893.311007 613.099838 362.038058 611.850381 237.358431 611.535203L237.358431 611.535203zM407.438061 77.627241c23.362081 0 42.36897-19.004843 42.36897-42.3659 0-23.360034-19.006889-42.364877-42.36897-42.364877-23.360034 0-42.363853 19.004843-42.363853 42.364877C365.073184 58.622398 384.078027 77.627241 407.438061 77.627241M407.438061 133.405615c-54.202483 0-98.142228-43.941791-98.142228-98.144274 0-54.207599 43.939745-98.143251 98.142228-98.143251s98.147344 43.936675 98.147344 98.143251C505.584382 89.463824 461.640544 133.405615 407.438061 133.405615L407.438061 133.405615zM816.372707 77.627241c23.357987 0 42.360783-19.004843 42.360783-42.3659 0-23.360034-19.002796-42.364877-42.360783-42.364877-23.360034 0-42.364877 19.004843-42.364877 42.364877C774.007831 58.622398 793.012673 77.627241 816.372707 77.627241M816.372707 133.405615c-54.206576 0-98.143251-43.941791-98.143251-98.144274 0-54.207599 43.937698-98.143251 98.143251-98.143251 54.200436 0 98.139158 43.936675 98.139158 98.143251C914.512888 89.463824 870.573143 133.405615 816.372707 133.405615L816.372707 133.405615zM816.372707-62.88191" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="help" unicode="" d="M453.5168 461.6512l-121.3632-38.3296c-6.3872 19.1616-12.7744 38.3296-12.7744 57.4912 0 89.4208 70.2592 159.6864 159.68 159.6864h63.8784c89.4272 0 159.6928-70.2656 159.6928-159.6864 0-76.6528-57.4912-140.5248-127.7504-153.3056v-6.3872H447.1296V448.8704h95.808c19.1616 0 31.936 12.7808 31.936 31.936 0 19.168-12.7744 31.9424-31.936 31.9424h-63.872c-19.1616 0-31.936-12.7744-31.936-31.936 0-6.3872 0-12.7744 6.3872-19.1616z m57.4848-587.6544C229.952-126.0032 0 103.9488 0 384.9984 0 666.048 229.952 896 511.0016 896c281.0496 0 511.0016-229.952 511.0016-511.0016 0-281.0496-229.952-511.0016-511.0016-511.0016z m0 127.744c210.7904 0 383.2512 172.4672 383.2512 383.2576S721.792 768.2496 511.0016 768.2496c-210.7904 0-383.2512-172.4608-383.2512-383.2512 0-210.7904 172.4608-383.2512 383.2512-383.2512z m-63.872 255.5072h127.744v-127.7504h-127.744v127.744z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="ecurityCode" unicode="" d="M513.807059-128C351.171765-128 58.428235 126.19294100000002 54.211765 376.16941199999997V662.287059a93.364706 93.364706 0 0 0 81.317647 88.545882 570.428235 570.428235 0 0 1 163.237647 40.357647A393.336471 393.336471 0 0 1 446.945882 872.508235a101.797647 101.797647 0 0 0 120.470589 5.421177A629.458824 629.458824 0 0 1 716.8 792.395294a1255.303529 1255.303529 0 0 1 169.863529-38.550588 98.785882 98.785882 0 0 0 79.510589-90.955294 2911.171765 2911.171765 0 0 0-3.011765-291.538824C924.611765 49.09176500000001 672.828235-128 513.807059-128z m0 963.764706a39.152941 39.152941 0 0 1-24.696471-7.830588A438.512941 438.512941 0 0 0 319.247059 734.569412a608.376471 608.376471 0 0 0-180.705883-43.369412 33.731765 33.731765 0 0 1-24.094117-30.117647v-283.708235C118.663529 155.10588199999995 389.722353-67.76470600000005 513.807059-67.76470600000005s354.183529 148.178824 391.529412 444.536471c9.035294 175.887059 0 281.901176 0 283.105882a38.550588 38.550588 0 0 1-29.515295 33.731765 1287.830588 1287.830588 0 0 0-180.705882 41.562353A676.442353 676.442353 0 0 0 536.094118 829.741176a37.345882 37.345882 0 0 1-24.094118 6.02353zM784.865882 479.171765L487.905882 198.47529399999996a40.357647 40.357647 0 0 0-49.392941-4.818823l-7.830588 6.625882-161.430588 171.068235a40.357647 40.357647 0 1 0 60.235294 55.416471l133.722353-141.552941 267.444706 252.988235a40.357647 40.357647 0 1 0 55.41647-60.235294" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="key" unicode="" d="M469.842763 425.665727c3.747765 0 7.51601 1.310694 10.567469 3.973041l362.140597 317.49509-21.114458 24.063519-362.140597-317.474611c-6.655867-5.816204-7.331693-15.933121-1.474531-22.588988 3.174337-3.624888 7.577448-5.468051 12.02152-5.468051zM326.0146-127.97952c196.542629 0 313.972601 154.559469 313.972601 303.99904 0 43.068579-10.301234 90.51979-25.538049 121.341573l144.708786 72.354393c5.406612 2.723786 8.826703 8.253275 8.826703 14.294754l0 127.99744 96.00832 0c0.348153 0 3.256255 0.184316 3.624888 0.184316 21.319254 1.433571 27.688406 8.232795 28.384712 31.804804l0 127.99744 96.00832 0c4.136877 0 6.98354-0.450551 8.888142-0.737265 3.870643-0.614388 11.099938-1.720286 17.366693 3.911602 6.471551 5.754765 6.184836 13.065979 5.918602 19.49657-0.061439 2.293714-0.184316 5.345173-0.184316 9.338693l0 144.9955c0 25.927161-21.093978 47.00066-47.00066 47.00066l-124.00392 0c-11.325213 0-22.343233-4.136877-31.0061-11.652887l-421.98196-369.922842c-20.766305 4.157357-52.161517 9.563969-74.01324 9.563969-179.749365 0-325.973641-146.244755-325.973641-325.973641s146.244755-326.0146 326.0146-326.0146zM326.0146 491.99912c16.035519 0 43.47817-3.850163 75.323934-10.48555 4.956061-1.085418 10.055479 0.327673 13.823724 3.624888l427.859603 375.104178c2.785224 2.437071 6.328193 3.768245 9.953081 3.768245l124.00392 0c8.294234 0 15.01154-6.717306 15.01154-15.01154l0-144.9955-112.00288 0c-8.826703 0-15.99456-7.167857-15.99456-15.99456l0-143.992-112.00288 0c-8.826703 0-15.99456-7.167857-15.99456-15.99456l0-134.100358-151.159857-75.590168c-4.198316-2.088918-7.270255-5.959561-8.376152-10.48555s-0.184316-9.379652 2.559949-13.188856c14.089958-19.414652 28.9991-67.644087 28.9991-118.617788 0-133.690766-105.469891-271.98944-281.98348-271.98944-162.116438 0-294.005 131.909042-294.005 294.005s131.909042 293.98452 294.005 293.98452zM271.98944 32.00704c61.766445 0 112.00288 50.236435 112.00288 112.00288s-50.236435 112.00288-112.00288 112.00288-112.00288-50.236435-112.00288-112.00288 50.236435-112.00288 112.00288-112.00288zM271.98944 224.0032c44.092558 0 79.99328-35.900722 79.99328-79.99328s-35.900722-79.99328-79.99328-79.99328-79.99328 35.900722-79.99328 79.99328 35.900722 79.99328 79.99328 79.99328z" horiz-adv-x="1025" />
|
||||
|
||||
|
||||
<glyph glyph-name="user" unicode="" d="M691.2 326.4c81.067 55.467 134.4 149.333 134.4 256C825.6 755.2 684.8 896 512 896S200.533 755.2 200.533 584.533c0-106.666 53.334-200.533 134.4-256C151.467 256 23.467 78.933 23.467-128h87.466c0 204.8 155.734 375.467 354.134 398.933 2.133 0 55.466 4.267 100.266 0h4.267c194.133-27.733 343.467-194.133 343.467-396.8h89.6C1000.533 78.933 872.533 256 691.2 326.4zM512 349.867c-130.133 0-234.667 104.533-234.667 234.666C277.333 714.667 381.867 819.2 512 819.2c130.133 0 234.667-104.533 234.667-234.667 0-130.133-104.534-234.666-234.667-234.666z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="login" unicode="" d="M624.112 348.32c9.76 8.768 15.888 21.52 15.888 35.68s-6.144 26.896-15.888 35.68l-160 144a48 48 0 0 1-64.224-71.36L466.912 432H176a48 48 0 1 1 0-96h290.912l-67.024-60.32a48 48 0 1 1 64.224-71.36l160 144zM896 385.088V753.04a48 48 0 0 1-48 48H608a48 48 0 1 1 0-96h192v-640H608a48 48 0 1 1 0-96h240a48 48 0 0 1 48 48V385.008v0.048 0.032z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="right" unicode="" d="M1005.568 421.376l-455.168 348.672c-31.232 23.552-75.776 1.536-75.776-37.376v-174.08H51.712C23.04 559.104 0 535.552 0 507.392V261.12c0-28.672 23.04-51.712 51.712-51.712h422.4v-174.08c0-38.912 45.056-61.44 75.776-37.376l455.168 348.672c25.088 18.944 25.088 55.808 0.512 74.752z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="Goforward" unicode="" d="M460.8 178.346667a34.133333 34.133333 0 0 0-24.132267 58.2656l146.5344 146.5344-146.5344 146.5344a34.133333 34.133333 0 1 0 48.264534 48.264533l170.666666-170.666667a34.133333 34.133333 0 0 0 0-48.264533l-170.666666-170.666667c-6.656-6.656-15.394133-10.001067-24.132267-10.001066zM512-59.733333c-121.924267 0-227.345067 43.912533-313.326933 130.491733C112.162133 156.672 68.266667 261.7856 68.266667 383.146667c0 122.743467 43.8784 228.437333 130.440533 314.999466C284.706133 784.128 390.109867 827.733333 512 827.733333c121.873067 0 227.5328-43.588267 314.112-129.536C912.145067 611.549867 955.733333 505.873067 955.733333 384c0-121.9072-43.605333-227.293867-129.5872-313.258667C739.601067-15.837867 633.9072-59.733333 512-59.733333z m0 853.333333c-112.503467 0-209.783467-40.226133-289.160533-119.586133C142.933333 594.090667 102.4 496.503467 102.4 384c0-112.776533 40.516267-209.7664 120.405333-289.0752C302.216533 14.916267 399.496533-25.6 512-25.6c112.520533 0 210.107733 40.533333 290.013867 120.4736C881.373867 174.199467 921.6 271.479467 921.6 384c0 112.5376-40.2432 210.1248-119.637333 290.065067C722.1248 753.3568 624.520533 793.6 512 793.6z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="search" unicode="" d="M1017.158809-121.158809a22.005106 22.005106 0 0 0-31.068596 0l-173.796766 173.818554a21.961532 21.961532 0 1 0 31.046808 31.046808l173.818554-173.796766a22.005106 22.005106 0 0 0 0-31.068596zM435.744681 24.510638a435.744681 435.744681 0 1 0 435.744681 435.744681 435.744681 435.744681 0 0 0-435.744681-435.744681z m0 827.914894a392.170213 392.170213 0 1 1 392.170213-392.170213A392.170213 392.170213 0 0 1 435.744681 852.425532z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="zhuangtai" unicode="" d="M954.88 658.432c0 60.416-56.832 109.568-126.464 109.568H195.584c-70.144 0-126.464-49.152-126.464-109.568v-548.352c0-60.416 56.832-109.568 126.464-109.568h632.832c70.144 0 126.464 49.152 126.464 109.568V658.432z m-803.84 28.16c11.776 10.24 28.16 16.384 45.056 15.872h632.832c34.816 0 63.488-14.336 63.488-44.544v-246.784h-50.176l-54.272 47.104c-12.288 10.752-32.256 10.752-44.544 0-3.584-3.072-6.144-6.656-7.68-10.752l-38.912-101.888L604.16 505.856c-7.68 13.312-26.624 18.944-42.496 12.288-7.168-3.072-12.288-8.192-15.36-14.336l-92.16-199.68-101.376 307.2c-4.608 14.336-22.528 23.04-38.912 18.944-8.704-2.048-15.872-7.168-19.456-14.336l-117.76-204.288H133.12V648.192c-1.024 14.336 6.144 28.16 17.92 38.4z m725.504-611.84c-7.68-7.68-31.232-9.728-48.128-9.728H195.584c-16.896 0-32.768 5.632-45.056 15.872s-18.432 24.064-18.432 38.912v236.544h63.488c11.776 0 23.04 5.632 28.16 15.36l90.112 156.16 104.448-316.416c3.584-11.264 15.36-19.456 28.672-19.968h1.536c12.8 0 24.576 6.656 29.184 17.408L578.56 427.008l95.232-164.864c7.68-13.312 26.624-18.944 42.496-12.288 7.68 3.072 13.312 8.704 15.872 15.872l47.104 122.368 27.136-23.552c6.144-5.12 13.824-8.192 22.528-8.192h62.976v-236.544c0-14.336-9.728-40.448-14.336-44.544l-1.024-0.512z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="yunxingzhong" unicode="" d="M512-128c-281.6 0-512 230.4-512 512s230.4 512 512 512 512-230.4 512-512-230.4-512-512-512v0zM512 844.8c-256 0-460.8-204.8-460.8-460.8s204.8-460.8 460.8-460.8 460.8 204.8 460.8 460.8-204.8 460.8-460.8 460.8v0zM806.4 416c0 0-422.4 236.8-428.8 236.8-38.4 12.8-51.2-19.2-51.2-44.8v0c0 0 0-467.2 6.4-467.2 12.8-32 44.8-32 70.4-19.2v0c0 0 390.4 224 396.8 230.4 19.2 12.8 38.4 38.4 6.4 64v0z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="iconfontpaixingbang" unicode="" d="M992.256-64 960-64 960 319.808C960 355.968 931.072 384 895.424 384l-126.784 0C732.352 384 704 355.264 704 319.808L704-64l-64 0L640 831.552C640 867.264 611.072 896 575.424 896L448.576 896C412.352 896 384 867.136 384 831.552L384-64 320-64 320 576.256C320 611.52 291.072 640 255.424 640L128.576 640C92.352 640 64 611.456 64 576.256L64-64 31.744-64C14.464-64 0-78.336 0-96 0-113.152 14.208-128 31.744-128l960.448 0C1009.536-128 1024-113.664 1024-96 1024-78.848 1009.792-64 992.256-64z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="icon-test" unicode="" d="M750.635 456.635c-10.629 0-19.246 8.614-19.246 19.243V641.783l-89.527 87.999H147.813c-10.629 0-19.246 8.614-19.246 19.243s8.616 19.243 19.246 19.243h501.923a19.24 19.24 0 0 0 13.491-5.516l100.898-99.175a19.26 19.26 0 0 0 5.755-13.727v-173.972c0-10.629-8.616-19.243-19.245-19.243zM672.84 32.923H147.813c-10.629 0-19.246 8.614-19.246 19.243V749.025c0 10.629 8.616 19.243 19.246 19.243 10.629 0 19.246-8.614 19.246-19.243v-677.616H672.84c32.283 0 58.549 22.765 58.549 50.749V317.575c0 10.629 8.616 19.243 19.246 19.243s19.246-8.614 19.246-19.243v-195.416c-0.001-49.206-43.533-89.236-97.041-89.236zM489.515 614.388h-93.316c-10.629 0-19.246 8.614-19.246 19.243 0 10.629 8.616 19.243 19.246 19.243h93.316c10.629 0 19.246-8.614 19.246-19.243-0.001-10.629-8.617-19.243-19.246-19.243zM533.779 555.694H396.198c-10.629 0-19.246 8.614-19.246 19.243s8.616 19.243 19.246 19.243h137.581c10.629 0 19.246-8.614 19.246-19.243s-8.616-19.243-19.246-19.243zM489.515 418.537h-93.316c-10.629 0-19.246 8.614-19.246 19.243s8.616 19.243 19.246 19.243h93.316c10.629 0 19.246-8.614 19.246-19.243s-8.617-19.243-19.246-19.243zM533.779 359.842H396.198c-10.629 0-19.246 8.614-19.246 19.243s8.616 19.243 19.246 19.243h137.581c10.629 0 19.246-8.614 19.246-19.243s-8.616-19.243-19.246-19.243zM750.635 607.243H628.968c-10.629 0-19.246 8.614-19.246 19.243V732.132c0 10.629 8.616 19.243 19.246 19.243s19.246-8.614 19.246-19.243v-86.403h102.421c10.629 0 19.246-8.614 19.246-19.243s-8.617-19.243-19.246-19.243zM250.857 548.247a19.247 19.247 0 0 0-15.464 7.787l-24.995 33.744c-6.328 8.545-4.532 20.596 4.01 26.923 8.539 6.338 20.596 4.535 26.918-4.01l11.624-15.695 56.899 57.607c7.473 7.553 19.657 7.638 27.215 0.164 7.564-7.468 7.638-19.651 0.17-27.215l-72.684-73.588a19.257 19.257 0 0 0-13.693-5.717zM250.857 156.544a19.247 19.247 0 0 0-15.464 7.787l-24.995 33.744c-6.328 8.545-4.532 20.596 4.01 26.923 8.539 6.333 20.596 4.53 26.918-4.01l11.624-15.695 56.899 57.607c7.473 7.553 19.657 7.638 27.215 0.164 7.564-7.468 7.638-19.651 0.17-27.215l-72.684-73.588a19.262 19.262 0 0 0-13.693-5.717zM304.542 344.572c-4.925 0-9.85 1.878-13.607 5.633l-78.68 78.68c-7.516 7.516-7.516 19.704 0 27.22 7.516 7.51 19.699 7.51 27.215 0l78.68-78.68c7.516-7.516 7.516-19.704 0-27.22a19.193 19.193 0 0 0-13.608-5.633zM225.862 344.572c-4.925 0-9.85 1.878-13.607 5.633-7.516 7.516-7.516 19.704 0 27.22l78.68 78.68c7.516 7.51 19.699 7.51 27.215 0 7.516-7.516 7.516-19.704 0-27.22l-78.68-78.68a19.193 19.193 0 0 0-13.608-5.633zM489.515 117.353a19.256 19.256 0 0 0-13.544 5.569 19.259 19.259 0 0 0-5.617 15.477l7.895 83.878a19.27 19.27 0 0 0 5.553 11.807l351.413 351.413c7.516 7.51 19.699 7.51 27.215 0 7.516-7.516 7.516-19.704 0-27.22L515.921 211.77l-5.047-53.613 53.016 5.5 346.584 346.581c7.516 7.51 19.699 7.51 27.215 0 7.516-7.516 7.516-19.704 0-27.22L586.276 131.61a19.24 19.24 0 0 0-11.621-5.532l-83.154-8.624c-0.663-0.069-1.329-0.101-1.986-0.101zM609.476 241.886a15.344 15.344 0 0 0-10.886 4.514c-6.012 6.009-6.012 15.758 0 21.773l203.269 203.266c6.009 6.004 15.758 6.009 21.773-0.005 6.012-6.009 6.012-15.758 0-21.773l-203.27-203.267a15.358 15.358 0 0 0-10.886-4.508zM589.188 142.494c-4.925 0-9.85 1.878-13.607 5.633l-75.256 75.259c-7.516 7.516-7.516 19.704 0 27.22 7.516 7.51 19.699 7.51 27.215 0l75.256-75.259c7.516-7.516 7.516-19.704 0-27.22a19.189 19.189 0 0 0-13.608-5.633zM903.33 456.635c-4.925 0-9.85 1.878-13.607 5.633l-75.259 75.259c-7.516 7.516-7.516 19.704 0 27.22 7.516 7.51 19.699 7.51 27.215 0l75.259-75.259c7.516-7.516 7.516-19.704 0-27.22a19.196 19.196 0 0 0-13.608-5.633zM927.641 480.949a19.182 19.182 0 0 0-13.61 5.638c-7.513 7.516-7.513 19.699 0.003 27.215 6.418 6.413 9.95 14.947 9.95 24.017 0 9.075-3.535 17.604-9.953 24.027-6.413 6.413-14.944 9.945-24.019 9.945-9.073 0-17.604-3.533-24.019-9.95-7.516-7.511-19.699-7.511-27.215 0-7.516 7.516-7.516 19.704 0 27.22 28.249 28.244 74.222 28.244 102.471 0 13.687-13.69 21.224-31.888 21.224-51.242 0-19.354-7.537-37.553-21.224-51.237a19.196 19.196 0 0 0-13.608-5.633z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="wentijieda" unicode="" d="M927.68 197.088c0 0.576 0.32 1.056 0.32 1.664V763.072C928 818.72 883.552 864 828.928 864H195.04C140.448 864 96 818.72 96 763.072v-758.144C96-50.72 140.448-96 195.04-96h480.032a31.872 31.872 0 0 1 20.96 7.84l153.856 133.632a32 32 0 1 1-41.92 48.32L704 3.488v119.552c0 20.384 15.712 36.96 35.072 36.96h157.632a32 32 0 0 1 32 32c-0.032 1.792-0.768 3.36-1.024 5.088zM640 123.072V-32H195.04C175.712-32 160-15.424 160 4.928V763.072C160 783.424 175.712 800 195.04 800h633.888C848.288 800 864 783.424 864 763.072V224h-124.928C684.448 224 640 178.72 640 123.072zM496 144m-48 0a48 48 0 1 1 96 0 48 48 0 1 1-96 0ZM490.432 704a181.568 181.568 0 0 1-181.568-181.568 32 32 0 0 1 64 0 117.6 117.6 0 0 0 235.136 0c0-64.928-52.64-125.472-117.568-125.472a32 32 0 0 1-32-32v-62.816a32 32 0 0 1 64 0v33.632C607.456 350.912 672 433.088 672 522.432A181.568 181.568 0 0 1 490.432 704z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="bianji" unicode="" d="M362.971 235.629l139.518 34.873 458.43 458.429L856.274 833.564l-458.43-458.43-34.873-139.505z m104.645 139.505l390.659 386.671 32.886-32.874-388.672-388.669-69.759-34.886 34.886 69.758zM833.422 384c-17.678 0-32.009-14.323-32.022-31.997h-0.001v-351.722H127.637V672.043h415.561v0.461c17.424 0.093 31.52 14.242 31.52 31.688s-14.096 31.595-31.52 31.688v0.004H113.637c-27.524 0-49.84-22.316-49.84-49.84v-699.762c0-27.523 22.316-49.839 49.84-49.839h701.762c27.524 0 49.84 22.315 49.84 49.839v362.1a32.33 32.33 0 0 1 0.206 3.595C865.444 369.663 851.107 384 833.422 384z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="tubiao_tijiao" unicode="" d="M414.273133-128a19.76097 19.76097 0 0 0-19.741211 20.488101l8.762126 237.513979a19.749115 19.749115 0 0 0 4.202738 11.471084l503.439415 641.372015-822.359463-475.187017 249.409882-129.274208c9.688823-5.021748 13.47267-16.947289 8.450922-26.635125-5.023724-9.687835-16.946301-13.471682-26.635125-8.449934L38.362218 289.17461000000003a19.758006 19.758006 0 1 0-0.793324 34.650361l932.344942 538.738859a19.759982 19.759982 0 0 0 29.505118-19.454706l-109.172395-912.697585a19.758994 19.758994 0 0 0-28.848132-15.124522L609.347756 48.43102399999998l-181.518965-171.052626a19.754055 19.754055 0 0 0-13.555658-5.378398z m28.276109 250.126145l-6.748685-182.935685 156.731307 147.692555a19.76097 19.76097 0 0 0 22.780144 3.091294l239.112482-126.310359L950.834551 769.67087 442.549242 122.12614499999995z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
|
||||
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 31 KiB |
BIN
web/template/bshark/iconfont.ttf
Normal file
BIN
web/template/bshark/iconfont.ttf
Normal file
Binary file not shown.
BIN
web/template/bshark/iconfont.woff
Normal file
BIN
web/template/bshark/iconfont.woff
Normal file
Binary file not shown.
BIN
web/template/bshark/iconfont.woff2
Normal file
BIN
web/template/bshark/iconfont.woff2
Normal file
Binary file not shown.
285
web/template/bshark/index.php
Normal file
285
web/template/bshark/index.php
Normal file
@@ -0,0 +1,285 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_HOME; ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
<?php
|
||||
if ($THEME_HOME_STATISTICS == "show") {
|
||||
$sql = 'SELECT COUNT(1) FROM `problem`';
|
||||
$result = pdo_query($sql);
|
||||
$problem_count = $result[0][0];
|
||||
$sql = 'SELECT COUNT(1) FROM `users`';
|
||||
$result = pdo_query($sql);
|
||||
$user_count = $result[0][0];
|
||||
$sql = 'SELECT COUNT(1) FROM `solution`';
|
||||
$result = pdo_query($sql);
|
||||
$submit_count = $result[0][0];
|
||||
$sql = 'SELECT solved FROM `users` WHERE `user_id`=?';
|
||||
$result = pdo_query($sql, $_SESSION[$OJ_NAME . '_' . 'user_id']);
|
||||
$ac_count = $result[0]['solved'];
|
||||
$sql = 'SELECT * FROM `news` WHERE `importance`<0 AND `defunct`!="Y"';
|
||||
$result = pdo_query($sql);
|
||||
$res = $result;
|
||||
$day[1] = strtotime(date('Y-m-d', time()));
|
||||
$day[0] = $day[1] + 60 * 60 * 24;
|
||||
$day[2] = $day[1] - 60 * 60 * 24;
|
||||
$day[3] = $day[2] - 60 * 60 * 24;
|
||||
$day[4] = $day[3] - 60 * 60 * 24;
|
||||
$day[5] = $day[4] - 60 * 60 * 24;
|
||||
$day[6] = $day[5] - 60 * 60 * 24;
|
||||
$day[7] = $day[6] - 60 * 60 * 24;
|
||||
$sql = 'SELECT COUNT(1) FROM `solution` WHERE UNIX_TIMESTAMP(`in_date`)>=? AND UNIX_TIMESTAMP(`in_date`)<?';
|
||||
for ($csadff = 1; $csadff <= 7; ++$csadff) {
|
||||
$subcount[$csadff] = pdo_query($sql, $day[$csadff], $day[$csadff - 1])[0][0];
|
||||
$account[$csadff] = pdo_query($sql . ' AND `result`=4', $day[$csadff], $day[$csadff - 1])[0][0];
|
||||
}
|
||||
}
|
||||
?>
|
||||
<style>
|
||||
.faqs-card {
|
||||
padding-top: 24px;
|
||||
padding-bottom: 24px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
<div class="ui container bsharkMain">
|
||||
<div class="ui stackable grid">
|
||||
<div class="eleven wide column">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<?php
|
||||
$sql = 'SELECT * FROM `news` WHERE `defunct`!=\'Y\' ORDER BY `importance`';
|
||||
$news = pdo_query($sql);
|
||||
?>
|
||||
<h2 class="ui header">
|
||||
<?php echo $MSG_NEWS; ?>
|
||||
</h2>
|
||||
<?php if ($THEME_NEWS_MOD == 'list') { ?>
|
||||
<table class="ui very basic fluid unstackable table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
<?php echo $MSG_NEWS . $MSG_TITLE; ?>
|
||||
</th>
|
||||
<th><?php echo $MSG_SUBMIT_TIME; ?></th>
|
||||
<th>
|
||||
<?php echo $MSG_USER; ?>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php
|
||||
foreach ($news as $view_news) {
|
||||
?>
|
||||
<tr>
|
||||
<td><a href="viewnews.php?id=<?php echo $view_news['news_id']; ?>">
|
||||
<?php echo $view_news['title']; ?>
|
||||
</a></td>
|
||||
<td>
|
||||
<?php echo $view_news['time']; ?>
|
||||
</td>
|
||||
<td><?php echo $view_news['user_id']; ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</tbody>
|
||||
</table>
|
||||
<?php } else if ($THEME_NEWS_MOD == 'show') {
|
||||
foreach ($news as $view_news) {
|
||||
?>
|
||||
<div class="faqs-card">
|
||||
<h2 class="ui header">
|
||||
<?php echo $view_news['title']; ?> <small><?php echo $view_news['user_id']; ?> -
|
||||
<?php echo $view_news['time']; ?></small>
|
||||
</h2>
|
||||
<?php echo $view_news['content']; ?>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
} else
|
||||
echo "There is something wrong with your configuration file.Please open '/template/bshark/theme.conf.php' and fix it." ?>
|
||||
</div>
|
||||
</div>
|
||||
<?php if ($THEME_HOME_STATISTICS == "show") { ?>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2 class="ui header">统计信息</h2>
|
||||
<p>共有<?php
|
||||
echo $user_count;
|
||||
?>位大佬入驻OJ,共有<?php
|
||||
echo $problem_count;
|
||||
?>道优质题目,我已完成<?php echo $ac_count; ?>道,评测机已完成<?php echo $submit_count; ?>次评测,欢迎新用户:
|
||||
<?php
|
||||
echo pdo_query('select * from `users` order by `reg_time` DESC limit 1')[0]['user_id'];
|
||||
?>!</p>
|
||||
<div>
|
||||
<div style="width:100%;" align="center">
|
||||
|
||||
<canvas id="myChart"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2 class="ui header">关于<?php echo $OJ_NAME; ?></h2>
|
||||
<p>This ACM/ICPC OnlineJudge is a GPL product from hustoj<br>hustoj --
|
||||
流行的开源OJ系统,含*.deb安装包和Win集成版。<br>本OJ基于Hustoj,采用BShark主题,BShark主题由<a
|
||||
href="http://github.com/yemaster">yemaster</a>开发<br>
|
||||
<a href="https://github.com/zhblue/hustoj">请到GitHub来给我们加star!</a><br>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<?php if ($THEME_AUTO_GET_LATEST_INFO == "yes") { ?>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2 class="ui header">当前版本:Bshark <?php echo $THEME_BSHARK_VERSION; ?></h2>
|
||||
<div id="info-version"></div>
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<div class="five wide column">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2 class="ui header">
|
||||
<?php echo $MSG_SEARCH; ?><?php echo $MSG_PROBLEM; ?>
|
||||
</h2>
|
||||
<form action='problemset.php' class="form-search form-inline">
|
||||
<div class="ui left icon fluid input">
|
||||
<input type="text" name="search">
|
||||
<i class="search icon"></i>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2 class="ui header">
|
||||
<?php echo $MSG_CONTEST; ?>
|
||||
</h2>
|
||||
<?php
|
||||
$sql = "SELECT * FROM `contest` WHERE `defunct`!='Y' ORDER BY UNIX_TIMESTAMP(`start_time`) DESC LIMIT 5";
|
||||
$ress = pdo_query($sql);
|
||||
?>
|
||||
<table class="ui very basic fluid unstackable table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
<?php echo $MSG_TITLE; ?>
|
||||
</th>
|
||||
<th style="width: 82px;" ><?php echo $MSG_STATUS; ?></th>
|
||||
<th>
|
||||
<?php echo $MSG_START_TIME; ?>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php foreach ($ress as $new) { ?>
|
||||
<tr>
|
||||
<td><a href="contest.php?cid=<?php echo $new['contest_id']; ?>">
|
||||
<?php echo $new['title']; ?>
|
||||
</a></td>
|
||||
<td>
|
||||
<?php if (strtotime($new['end_time']) < time()) { ?><span
|
||||
class="ui label grey">
|
||||
<?php echo $MSG_Ended; ?>
|
||||
</span>
|
||||
<?php } else if (strtotime($new['start_time']) > time()) { ?><span
|
||||
class="ui label green">未开始</span>
|
||||
<?php } else { ?><span class="ui label red">
|
||||
<?php echo $MSG_Running; ?>
|
||||
</span>
|
||||
<?php } ?>
|
||||
</td>
|
||||
<td>
|
||||
<?php echo $new['start_time']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2 class="ui header">注意!</h2>本主题还不是很稳定,请加QQ群:753870126,有问题及时反馈!<img
|
||||
src='http://hustoj.com/wx.jpg' width='120px'><img src='http://hustoj.com/alipay.png'
|
||||
width='120px'><br>
|
||||
欢迎关注微信公众号onlinejudge
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if ($THEME_HOME_STATISTICS == "show") { ?>
|
||||
<script>
|
||||
var ctx = document.getElementById("myChart").getContext('2d');
|
||||
var myChart = new Chart(ctx, {
|
||||
type: 'bar',
|
||||
data: {
|
||||
labels: [<?php for ($i = 1; $i <= 7; ++$i) {
|
||||
echo '\'' . date('Y-m-d', $day[8 - $i]) . '\'';
|
||||
if ($i != 7)
|
||||
echo ',';
|
||||
}
|
||||
?>],
|
||||
datasets: [{
|
||||
label: '提交',
|
||||
data: [<?php for ($i = 1; $i <= 7; ++$i) {
|
||||
echo $subcount[8 - $i];
|
||||
if ($i != 7)
|
||||
echo ',';
|
||||
}
|
||||
?>],
|
||||
backgroundColor: '#2185d0',
|
||||
borderColor: '#2185d0',
|
||||
borderWidth: 1
|
||||
},
|
||||
{
|
||||
label: '正确',
|
||||
data: [<?php for ($i = 1; $i <= 7; ++$i) {
|
||||
echo $account[8 - $i];
|
||||
if ($i != 7)
|
||||
echo ',';
|
||||
}
|
||||
?>],
|
||||
backgroundColor: '#4caf50',
|
||||
borderColor: '#4caf50',
|
||||
borderWidth: 1
|
||||
}]
|
||||
},
|
||||
options: {
|
||||
scales: {
|
||||
yAxes: [{
|
||||
ticks: {
|
||||
beginAtZero: true
|
||||
}
|
||||
}]
|
||||
}
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<?php } ?>
|
||||
<?php if ($THEME_AUTO_GET_LATEST_INFO == "yes") { ?>
|
||||
<script>
|
||||
$("#info-version").html($.ajax({ url: "https://vt-dev-team.github.io/bshark/version", async: false }).responseText);
|
||||
</script>
|
||||
<?php } ?>
|
||||
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
2
web/template/bshark/jquery-3.4.1.min.js
vendored
Normal file
2
web/template/bshark/jquery-3.4.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
web/template/bshark/katex.min.css
vendored
Normal file
1
web/template/bshark/katex.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
web/template/bshark/loginbg.jpg
Normal file
BIN
web/template/bshark/loginbg.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 171 KiB |
148
web/template/bshark/loginpage.php
Normal file
148
web/template/bshark/loginpage.php
Normal file
@@ -0,0 +1,148 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_LOGIN; ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
<style>
|
||||
body {
|
||||
background-image: url(<?php echo $THEME_LOGIN_BG; ?>);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
background-color: #464646;
|
||||
}
|
||||
|
||||
.input-o {
|
||||
background-color: rgba(255, 255, 255, .3);
|
||||
width: 300px;
|
||||
height: 40px;
|
||||
border-radius: 20px;
|
||||
border: 2px solid rgba(255, 255, 255, 0.2);
|
||||
padding: 5px 20px;
|
||||
color: #fff !important;
|
||||
margin-bottom: 20px;
|
||||
transition: all 0.5s;
|
||||
backdrop-filter: blur(3px);
|
||||
}
|
||||
|
||||
.input-o:hover {
|
||||
border: 2px solid rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.input-o input {
|
||||
background-color: rgba(0, 0, 0, 0) !important;
|
||||
outline: 0;
|
||||
border: 0;
|
||||
line-height: 26px;
|
||||
width: 220px;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.button-login {
|
||||
background-color: #0067f4;
|
||||
color: #fff;
|
||||
border: 0;
|
||||
height: 40px;
|
||||
width: 300px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.is-valid {
|
||||
border: 2px solid rgba(71, 175, 80, 0.5) !important;
|
||||
}
|
||||
|
||||
input::-webkit-input-placeholder {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
input:-moz-placeholder {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
input:-ms-input-placeholder {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
.more-links {
|
||||
display: block;
|
||||
width: 300px;
|
||||
margin-top: 20px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.more-links a {
|
||||
color: #ccc;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<center>
|
||||
<div style="margin-top:10%;">
|
||||
<h2 style="color:#fff">
|
||||
<?php echo $MSG_LOGIN; ?>
|
||||
</h2>
|
||||
<form id="login" action="/login.php" method="post" role="form" onSubmit="return jsMd5();">
|
||||
<div class="input-o">
|
||||
<i class="iconfont icon-user"></i>
|
||||
<input placeholder="<?php echo $MSG_USER_ID; ?>" autocomplete="off" name="user_id" type="text">
|
||||
</div>
|
||||
<div class="input-o">
|
||||
<i class="iconfont icon-key"></i>
|
||||
<input placeholder="<?php echo $MSG_PASSWORD; ?>" autocomplete="new-password" type="password"
|
||||
name="password">
|
||||
</div>
|
||||
<?php if ($OJ_VCODE) { ?>
|
||||
<div class="input-o" style="position: relative;">
|
||||
<i class="iconfont icon-ecurityCode"></i>
|
||||
<input name="vcode" placeholder="<?php echo $MSG_VCODE; ?>" type="text" autocomplete=off >
|
||||
<img id="vcode-img" src="vcode.php" onclick="this.src='vcode.php?'+Math.random()" height="26px"
|
||||
style="position: absolute; right: 10px; ">
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<button class="button-login"><?php echo $MSG_LOGIN; ?></button>
|
||||
<div class="more-links">
|
||||
<div class="ui three column grid">
|
||||
<div class="column left aligned">
|
||||
<a href="<?php echo $OJ_HOME; ?>">返回<?php echo $MSG_HOME; ?></a>
|
||||
</div>
|
||||
<div class="column center aligned">
|
||||
<a href="lostpassword.php">
|
||||
<?php echo $MSG_LOST_PASSWORD; ?>
|
||||
</a>
|
||||
</div>
|
||||
<div class="column right aligned">
|
||||
<a href="registerpage.php">
|
||||
<?php echo $MSG_REGISTER . $MSG_USER; ?>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<script src="<?php echo $OJ_CDN_URL ?>/include/md5-min.js"></script>
|
||||
<script>
|
||||
function jsMd5() {
|
||||
if ($("input[name=password]").val() == "") return false;
|
||||
$("input[name=password]").val(hex_md5($("input[name=password]").val()));
|
||||
return true;
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
</center>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
<?php if ($OJ_VCODE) { ?>
|
||||
<!--script>
|
||||
$(document).ready(function () {
|
||||
$("#vcode-img").attr("src", "vcode.php?" + Math.random());
|
||||
})
|
||||
</script-->
|
||||
<?php } ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
BIN
web/template/bshark/logo.png
Normal file
BIN
web/template/bshark/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
129
web/template/bshark/lostpassword.php
Normal file
129
web/template/bshark/lostpassword.php
Normal file
@@ -0,0 +1,129 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_LOST_PASSWORD; ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
<style>
|
||||
body {
|
||||
background-image: url(<?php echo $THEME_LOGIN_BG; ?>);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
background-color: #464646;
|
||||
}
|
||||
|
||||
.input-o {
|
||||
background-color: rgba(255, 255, 255, .3);
|
||||
width: 300px;
|
||||
height: 40px;
|
||||
border-radius: 20px;
|
||||
border: 2px solid rgba(255, 255, 255, 0.2);
|
||||
padding: 5px 20px;
|
||||
color: #fff !important;
|
||||
margin-bottom: 20px;
|
||||
transition: all 0.5s;
|
||||
backdrop-filter: blur(3px);
|
||||
}
|
||||
|
||||
.input-o:hover {
|
||||
border: 2px solid rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.input-o input {
|
||||
background-color: rgba(0, 0, 0, 0) !important;
|
||||
outline: 0;
|
||||
border: 0;
|
||||
line-height: 26px;
|
||||
width: 220px;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.button-login {
|
||||
background-color: #0067f4;
|
||||
color: #fff;
|
||||
border: 0;
|
||||
height: 40px;
|
||||
width: 300px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.is-valid {
|
||||
border: 2px solid rgba(71, 175, 80, 0.5) !important;
|
||||
}
|
||||
|
||||
input::-webkit-input-placeholder {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
input:-moz-placeholder {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
input:-ms-input-placeholder {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
.more-links {
|
||||
display: block;
|
||||
width: 300px;
|
||||
margin-top: 20px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.more-links a {
|
||||
color: #ccc;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<center>
|
||||
<div style="margin-top:10%;">
|
||||
<!-- Main component for a primary marketing message or call to action -->
|
||||
<h2 style="color:#fff">
|
||||
<?php echo $MSG_LOST_PASSWORD; ?>
|
||||
</h2>
|
||||
<form action=lostpassword.php method=post>
|
||||
<div class="input-o">
|
||||
<i class="iconfont icon-user"></i>
|
||||
<input placeholder="<?php echo $MSG_USER_ID; ?>" autocomplete="off" name="user_id" type="text">
|
||||
</div>
|
||||
<div class="input-o" style="display:inline-block">
|
||||
<i class="iconfont icon-mail"></i>
|
||||
<input placeholder="<?php echo $MSG_EMAIL; ?>" autocomplete="off" type="email" name="email">
|
||||
</div>
|
||||
<?php //if ($OJ_VCODE) { ?>
|
||||
<div class="input-o" style="position: relative;">
|
||||
<i class="iconfont icon-ecurityCode"></i>
|
||||
<input name="vcode" placeholder="<?php echo $MSG_VCODE; ?>" type="text" autocomplete=off >
|
||||
<img id="vcode-img" src="vcode.php" onclick="this.src='vcode.php?'+Math.random()" height="26px"
|
||||
style="position: absolute; right: 10px; ">
|
||||
</div>
|
||||
<?php //} ?>
|
||||
<button class="button-login" type=submit><?php echo $MSG_SUBMIT; ?></button>
|
||||
<div class="more-links">
|
||||
<div class="ui two column grid">
|
||||
<div class="column left aligned">
|
||||
<a href="<?php echo $OJ_HOME; ?>">返回<?php echo $MSG_HOME; ?></a>
|
||||
</div>
|
||||
<div class="column right aligned">
|
||||
<a href="loginpage.php">
|
||||
<?php echo $MSG_LOGIN . $MSG_USER; ?>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
</center>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
134
web/template/bshark/lostpassword2.php
Normal file
134
web/template/bshark/lostpassword2.php
Normal file
@@ -0,0 +1,134 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_LOST_PASSWORD; ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
<style>
|
||||
body {
|
||||
background-image: url(<?php echo $THEME_LOGIN_BG; ?>);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
background-color: #464646;
|
||||
}
|
||||
|
||||
.input-o {
|
||||
background-color: rgba(255, 255, 255, .3);
|
||||
width: 300px;
|
||||
height: 40px;
|
||||
border-radius: 20px;
|
||||
border: 2px solid rgba(255, 255, 255, 0.2);
|
||||
padding: 5px 20px;
|
||||
color: #fff !important;
|
||||
margin-bottom: 20px;
|
||||
transition: all 0.5s;
|
||||
backdrop-filter: blur(3px);
|
||||
}
|
||||
|
||||
.input-o:hover {
|
||||
border: 2px solid rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.input-o input {
|
||||
background-color: rgba(0, 0, 0, 0) !important;
|
||||
outline: 0;
|
||||
border: 0;
|
||||
line-height: 26px;
|
||||
width: 220px;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.button-login {
|
||||
background-color: #0067f4;
|
||||
color: #fff;
|
||||
border: 0;
|
||||
height: 40px;
|
||||
width: 300px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.is-valid {
|
||||
border: 2px solid rgba(71, 175, 80, 0.5) !important;
|
||||
}
|
||||
|
||||
input::-webkit-input-placeholder {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
input:-moz-placeholder {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
input:-ms-input-placeholder {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
.more-links {
|
||||
display: block;
|
||||
width: 300px;
|
||||
margin-top: 20px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.more-links a {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
p {
|
||||
color: #fff;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<center>
|
||||
<div style="margin-top:10%;">
|
||||
<h2 style="color:#fff">
|
||||
<?php echo $MSG_LOST_PASSWORD; ?> - 验证<?php echo $MSG_EMAIL; ?>
|
||||
</h2>
|
||||
<form action=lostpassword2.php method=post>
|
||||
<div class="input-o">
|
||||
<i class="iconfont icon-user"></i>
|
||||
<input placeholder="<?php echo $MSG_USER_ID; ?>" autocomplete="off" name="user_id" type="text">
|
||||
</div>
|
||||
<div class="input-o" style="display:inline-block">
|
||||
<i class="iconfont icon-mail"></i>
|
||||
<input placeholder="<?php echo $MSG_LOSTPASSWORD_MAILBOX ?>" autocomplete="off" type="text"
|
||||
name="lost_key">
|
||||
</div>
|
||||
<p>
|
||||
<?php echo $MSG_LOSTPASSWORD_WILLBENEW ?>
|
||||
</p>
|
||||
<?php //if ($OJ_VCODE) { ?>
|
||||
<div class="input-o" style="position: relative;">
|
||||
<i class="iconfont icon-ecurityCode"></i>
|
||||
<input name="vcode" placeholder="<?php echo $MSG_VCODE; ?>" type="text" autocomplete=off >
|
||||
<img id="vcode-img" src="vcode.php" onclick="this.src='vcode.php?'+Math.random()" height="26px"
|
||||
style="position: absolute; right: 10px; ">
|
||||
</div>
|
||||
<?php //} ?>
|
||||
<button class="button-login" type=submit><?php echo $MSG_SUBMIT; ?></button>
|
||||
<div class="more-links">
|
||||
<div class="ui two column grid">
|
||||
<div class="column left aligned">
|
||||
<a href="<?php echo $OJ_HOME; ?>">返回<?php echo $MSG_HOME; ?></a>
|
||||
</div>
|
||||
<div class="column right aligned">
|
||||
<a href="loginpage.php">
|
||||
<?php echo $MSG_LOGIN . $MSG_USER; ?>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</center>
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
237
web/template/bshark/mail.php
Normal file
237
web/template/bshark/mail.php
Normal file
@@ -0,0 +1,237 @@
|
||||
<?php
|
||||
$user_id = $_SESSION[$OJ_NAME.'_'.'user_id'];
|
||||
$sql = 'SELECT * FROM `mail` WHERE `from_user`=? OR `to_user`=? ORDER BY unix_timestamp(in_date) DESC';
|
||||
$chats = pdo_query($sql, $user_id, $user_id);
|
||||
$friend="请选择一个人聊天";
|
||||
if ($_GET["friend"]) {
|
||||
$friend = $_GET['friend'];
|
||||
$is_friend = count(pdo_query('SELECT * FROM `users` WHERE `user_id`=?',$friend))>0?1:0;
|
||||
if ($is_friend) $friend = pdo_query('SELECT * FROM `users` WHERE `user_id`=?',$friend)[0]['user_id'];
|
||||
}
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title><?php echo $MSG_MAIL;?> - <?php echo $OJ_NAME; ?></title>
|
||||
<?php require("./template/bshark/header-files.php");?>
|
||||
<style type="text/css">
|
||||
.item-right {
|
||||
background: #12B7F5;
|
||||
margin-right: 10px;
|
||||
width:200px;
|
||||
float: right;
|
||||
color: #fff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.item-left {
|
||||
background: #E5E5E5;
|
||||
margin-left: 10px;
|
||||
width:200px;
|
||||
float: left;
|
||||
color: #000;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.userlist {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
background-color: #fcfcfc;
|
||||
}
|
||||
|
||||
.userlist li a {
|
||||
display: block;
|
||||
color: #000;
|
||||
padding: 8px 16px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.userlist li a:hover {
|
||||
background-color: #f1f1f1;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.active {
|
||||
background-color: #f1f1f1;
|
||||
color: #000;
|
||||
}
|
||||
.info-tip{
|
||||
background:rgba(250,60,0,1);
|
||||
position:absolute;
|
||||
width:10px;
|
||||
height:10px;
|
||||
top:0;
|
||||
right:0;
|
||||
-webkit-border-radius: 50%;
|
||||
-moz-border-radius: 50%;
|
||||
border-radius:50%;
|
||||
}
|
||||
.w-e-text-container{
|
||||
height: 160px !important;
|
||||
opacity: 1
|
||||
}
|
||||
a {
|
||||
color: black;
|
||||
}
|
||||
a:hover {
|
||||
color: #121212;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php");?>
|
||||
<div class="ui container bsharkMain">
|
||||
<div class="ui stackable grid">
|
||||
<div class="eleven wide column">
|
||||
<div class="card">
|
||||
<div class="card-body" style="padding: 0">
|
||||
<div>
|
||||
<?php
|
||||
if ($_POST["content"]) {
|
||||
$from_user = $user_id;
|
||||
$to_user = $_POST["friend"];
|
||||
$content = $_POST["content"];
|
||||
$content = str_replace("<p>","",$content);
|
||||
$content = str_replace("</p>","",$content);
|
||||
$title = '无标题!';
|
||||
$in_date = date('Y-m-d H:i:s');
|
||||
$new_mail = 1;
|
||||
$reply = 0;
|
||||
$defunct = 'N';
|
||||
pdo_query('INSERT INTO `mail`(`to_user`, `from_user`, `title`, `content`, `new_mail`, `reply`, `in_date`, `defunct`) VALUES (?,?,?,?,?,?,?,?)',$to_user,$from_user,$title,$content,$new_mail,$reply,$in_date,$defunct);
|
||||
$protocol = ((!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off') || $_SERVER['SERVER_PORT'] == 443) ?"https://": "http://";
|
||||
$url = $protocol . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
|
||||
header("Location:".$url);
|
||||
}
|
||||
?>
|
||||
<div style="width:100%;line-height:center;height:36px;background-color:#2185d0;display:inline-block"><p style="color:#fff;font-size:20px;margin: 0;line-height: 36px;" align=center><span><?php
|
||||
if ($friend) echo $friend;
|
||||
else echo "暂无联系人";
|
||||
?></span></p></div>
|
||||
<div style="width:100%;height:500px;">
|
||||
<div style="width:36%;border:1px solid #aaa;float: left;height: 100%;">
|
||||
<ul class="userlist" style="height:50px;background-color:#fff">
|
||||
<li>
|
||||
<a>
|
||||
<form>
|
||||
<div class="ui left icon mini input">
|
||||
<input type="text" name="friend" placeholder="<?php echo "输入" . $MSG_USER_ID . "开始聊天";?>">
|
||||
<i class="user icon"></i>
|
||||
</div>
|
||||
</form>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="userlist" style="overflow:auto;height:450px;">
|
||||
<?php
|
||||
$kkk = Array();
|
||||
foreach ($chats as $row) {
|
||||
?>
|
||||
<li><?php
|
||||
if ($row['from_user']==$user_id) $this_f = $row['to_user'];
|
||||
else $this_f = $row['from_user'];
|
||||
if ($kkk[strtolower($this_f)]=='666') continue;
|
||||
else $kkk[strtolower($this_f)]='666';
|
||||
?>
|
||||
<a href="?friend=<?php echo $this_f;?>" class="<?php if ($this_f==$friend) echo 'active';?>"><div style="position:relative;width:42px;height:42px;display:inline;"><img src="<?php $logopng = 'http://q.qlogo.cn/headimg_dl?dst_uin=1440169768&spec=160';echo $logopng;?>" width=42 height=42 style="border:1px solid #222;display:inline;border-radius:50%;float:left;">
|
||||
<?php
|
||||
if (count(pdo_query('select * from `mail` where `from_user`=? and `to_user`=? and `new_mail`=1',$this_f, $user_id))>0) {?>
|
||||
<span class="info-tip"></span><?php
|
||||
}?>
|
||||
</div><?php
|
||||
echo '<div style="margin-left:55px"><b>'.$this_f.'</b><span style="float:right">'.''.'</span><br />';
|
||||
$this_info=pdo_query('SELECT * FROM `mail` WHERE (`from_user`=? AND `to_user`=?) OR (`to_user`=? AND `from_user`=?) ORDER BY unix_timestamp(in_date) DESC LIMIT 1',$user_id,$this_f,$user_id,$this_f)[0];
|
||||
$this_info['content'] =preg_replace('/\<img[\s\S]*\>/i','[图片]',$this_info['content']);
|
||||
$this_info['content'] =preg_replace('/\<pre[\s\S]*\>[\s\S]*\<\/pre\>/i','[代码]',$this_info['content']);
|
||||
$this_info['content'] =preg_replace('/\<a[\s\S]*\>[\s\S]*\<\/a\>/i','[链接]',$this_info['content']);
|
||||
$this_info['content'] =preg_replace('/\<table[\s\S]*\>[\s\S]*\<\/table\>/i','[表格]',$this_info['content']);
|
||||
$this_info['content'] = strip_tags($this_info['content']);
|
||||
echo substr($this_info['content'],0,18).'...</div>';
|
||||
?></a>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</ul>
|
||||
</div>
|
||||
<div style="width:64%;border:1px solid #ccc;position:relative;float:left;height: 100%;">
|
||||
<div style="width:98%;height:290px;overflow:auto" id='infos'>
|
||||
<?php
|
||||
if ($friend && $is_friend) {
|
||||
pdo_query('UPDATE `mail` SET `new_mail`=0 WHERE `from_user`=? AND `to_user`=?',$friend,$user_id);
|
||||
$chats_i = pdo_query('select * from `mail` where (`to_user`=? and `from_user`=?) or (`from_user`=? and `to_user`=?) order by unix_timestamp(`in_date`)',$user_id,$friend,$user_id,$friend);
|
||||
foreach ($chats_i as $chat_id=>$chat_r) {
|
||||
if ($chat_r['from_user']==$user_id) {
|
||||
$say = 1;
|
||||
$this_u = $user_id;
|
||||
}
|
||||
else {
|
||||
$say = 0;
|
||||
$this_u=$friend;
|
||||
}
|
||||
$logopng = 'http://q.qlogo.cn/headimg_dl?dst_uin=1440169768&spec=160';
|
||||
//if ($chat_id != 0 && strtotime($chat_r['in_date'])-strtotime($chats_i[$chat_id-1]['in_date'])>30*60) {
|
||||
?>
|
||||
<span style="display:block;text-align:center"><?php echo $chat_r['in_date'];?></span>
|
||||
<?php // } ?><!--br-->
|
||||
<div style="width:100%;float:none;display:block">
|
||||
<a href="userinfo.php?user=<?php echo $this_u;?>"><img src="<?php echo $logopng;?>" width=32 height=32 style="border:1px solid #000;border-radius:50%;float:<?php if ($say==0) echo 'left';else echo 'right';?>"></a>
|
||||
<div class="item-<?php if ($say==0) echo 'left';else echo 'right';?>"><p style="margin:6px"><?php echo $chat_r['content'];?></p></div>
|
||||
</div>
|
||||
|
||||
<div style="clear:both;"></div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
else {
|
||||
echo "<h2><b>暂无联系人或联系人不存在</b></h2>从列表中选择联系人,或者输入用户名后按回车直接聊天";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<div style="bottom:0px;right:0;position:absolute;width:100%;height:190px">
|
||||
<?php if ($friend && $is_friend) {
|
||||
?><form action="" method="post" style="width:100%"><div id="editor" style="width:100%;height:100%;position:absolute;width:auto;right:0;bottom:0;left:0"></div><button class="btn btn-info btn-sm" style="position:absolute;width:auto;right:10px;bottom:10px" onclick='aa.value=editor.txt.html();' type=submit>发送</button>
|
||||
<input id="aa" name="content" type=hidden><input name="friend" type=hidden value="<?php echo $friend;?>"></form><?php
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php require("./template/bshark/footer.php");?>
|
||||
<?php require("./template/bshark/footer-files.php");?>
|
||||
<script type="text/javascript">
|
||||
var E = window.wangEditor
|
||||
var editor = new E('#editor')
|
||||
|
||||
editor.customConfig.zIndex = 0
|
||||
editor.customConfig.menus = [
|
||||
//'head',
|
||||
'bold',
|
||||
//'italic',
|
||||
//'underline',
|
||||
'link',
|
||||
//'list',
|
||||
//'quote',
|
||||
//'table',
|
||||
'image',
|
||||
'emoticon',
|
||||
'code'
|
||||
]
|
||||
// 或者 var editor = new E( document.getElementById('editor') )
|
||||
editor.create()
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
var div = document.getElementById('infos');
|
||||
div.scrollTop = div.scrollHeight;
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
505
web/template/bshark/main-dark.css
Normal file
505
web/template/bshark/main-dark.css
Normal file
@@ -0,0 +1,505 @@
|
||||
@font-face {
|
||||
font-family: Texta-book;
|
||||
src: url("/template/bshark/2C5677_2_0.ttf");
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6, p {
|
||||
font-family: Texta-book, Open Sans, Seravek, Segoe UI, Verdana, PingFang SC, Hiragino Sans GB, Lantinghei SC, Microsoft Yahei, Consoles, WenQuanYi Micro Hei, sans;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.label {
|
||||
padding: .375rem .5rem;
|
||||
font-size: 75%;
|
||||
font-weight: 500;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
color: #fff;
|
||||
border-radius: .375rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a.label {
|
||||
transition: all 250ms cubic-bezier(.27, .01, .38, 1.06)
|
||||
}
|
||||
|
||||
.label-primary {
|
||||
color: #fff;
|
||||
background-color: #007bff
|
||||
}
|
||||
|
||||
.label-primary[href]:focus, .label-primary[href]:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #0062cc
|
||||
}
|
||||
|
||||
.gray {
|
||||
color: #fff;
|
||||
background-color: #5a6169
|
||||
}
|
||||
|
||||
.gray[href]:focus, .gray[href]:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #42484e
|
||||
}
|
||||
|
||||
.label-success {
|
||||
color: #fff;
|
||||
background-color: #17c671
|
||||
}
|
||||
|
||||
.label-success[href]:focus, .label-success[href]:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #129857
|
||||
}
|
||||
|
||||
.label-info {
|
||||
color: #fff;
|
||||
background-color: #00b8d8
|
||||
}
|
||||
|
||||
.label-info[href]:focus, .label-info[href]:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #008da5
|
||||
}
|
||||
|
||||
.label-warning {
|
||||
color: #212529;
|
||||
background-color: #ffb400
|
||||
}
|
||||
|
||||
.label-warning[href]:focus, .label-warning[href]:hover {
|
||||
color: #212529;
|
||||
text-decoration: none;
|
||||
background-color: #cc9000
|
||||
}
|
||||
|
||||
.label-danger {
|
||||
color: #fff;
|
||||
background-color: #c4183c
|
||||
}
|
||||
|
||||
.label-danger[href]:focus, .label-danger[href]:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #97122e
|
||||
}
|
||||
|
||||
.label-light {
|
||||
color: #212529;
|
||||
background-color: #e9ecef
|
||||
}
|
||||
|
||||
.label-light[href]:focus, .label-light[href]:hover {
|
||||
color: #212529;
|
||||
text-decoration: none;
|
||||
background-color: #cbd3da
|
||||
}
|
||||
|
||||
blockquote:after, blockquote:before, q:after, q:before {
|
||||
content: '';
|
||||
content: none;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 20px 0;
|
||||
border-left: 10px solid #e6e6e6;
|
||||
padding: 5px 10px;
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
blockquote.pending {
|
||||
border-left-color: rgb(107, 175, 255);
|
||||
}
|
||||
|
||||
blockquote.inprogress {
|
||||
border-left-color: #ff8080;
|
||||
}
|
||||
|
||||
blockquote.testcase {
|
||||
border-left-color: rgb(226, 239, 250);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 10px;
|
||||
-webkit-box-shadow: inset 0 0 5px #bebebe;
|
||||
background: #bebebe;
|
||||
transition: all 0.5s;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
border-radius: 10px;
|
||||
-webkit-box-shadow: inset 0 0 5px #aaaaaa;
|
||||
background: #aaaaaa;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
-webkit-box-shadow: inset 0 0 5px #e0e0e0;
|
||||
border-radius: 0;
|
||||
background: #e0e0e0;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.card {
|
||||
border-radius: 0;
|
||||
background-color: #dddddd;
|
||||
box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.2);
|
||||
transition: all 0.5s;
|
||||
padding: 10px 3px;
|
||||
filter: Invert() hue-rotate(180deg);
|
||||
}
|
||||
|
||||
.card:hover {
|
||||
border-radius: 0;
|
||||
box-shadow: 2px 10px 20px 2px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.form-control {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.colorful {
|
||||
animation: colorful-change 10s linear 0s infinite;
|
||||
}
|
||||
|
||||
@keyframes colorful-change {
|
||||
0% {
|
||||
color: #17C671;
|
||||
}
|
||||
20% {
|
||||
color: #0067F4;
|
||||
}
|
||||
40% {
|
||||
color: #C4183C;
|
||||
}
|
||||
60% {
|
||||
color: #FFB400;
|
||||
}
|
||||
80% {
|
||||
color: #E9ECEF;
|
||||
}
|
||||
100% {
|
||||
color: #17C671;
|
||||
}
|
||||
}
|
||||
|
||||
.purple {
|
||||
color: #8A2BE2;
|
||||
}
|
||||
|
||||
.purple-c {
|
||||
animation: p-colorful-change 12s linear 0s infinite;
|
||||
}
|
||||
|
||||
.colorful:not(.headt):after {
|
||||
content: "vip";
|
||||
padding: 2px;
|
||||
margin: 2px;
|
||||
animation: bg-colorful-change 10s linear 0s infinite;
|
||||
color: white;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.purple-c:not(.headt):after {
|
||||
content: "澹曠妵绠$悊";
|
||||
padding: 2px;
|
||||
margin: 2px;
|
||||
animation: p-bg-colorful-change 10s linear 0s infinite;
|
||||
color: white;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.purple:not(.headt):after {
|
||||
content: "绠$悊澶уぇ";
|
||||
padding: 2px;
|
||||
margin: 2px;
|
||||
animation: p-bg-colorful-change 10s linear 0s infinite;
|
||||
color: white;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
@keyframes p-colorful-change {
|
||||
0% {
|
||||
color: #8A2BE2;
|
||||
}
|
||||
16% {
|
||||
color: #8B008B;
|
||||
}
|
||||
33% {
|
||||
color: #9932CC;
|
||||
}
|
||||
50% {
|
||||
color: #9400D3;
|
||||
}
|
||||
66% {
|
||||
color: #7B68EE;
|
||||
}
|
||||
82% {
|
||||
color: #800080;
|
||||
}
|
||||
100% {
|
||||
color: #8A2BE2;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes p-bg-colorful-change {
|
||||
0% {
|
||||
background-color: #8A2BE2;
|
||||
}
|
||||
16% {
|
||||
background-color: #8B008B;
|
||||
}
|
||||
33% {
|
||||
background-color: #9932CC;
|
||||
}
|
||||
50% {
|
||||
background-color: #9400D3;
|
||||
}
|
||||
66% {
|
||||
background-color: #7B68EE;
|
||||
}
|
||||
82% {
|
||||
background-color: #800080;
|
||||
}
|
||||
100% {
|
||||
background-color: #8A2BE2;
|
||||
}
|
||||
}
|
||||
|
||||
.bg-colorful {
|
||||
animation: bg-colorful-change 10s linear 0s infinite;
|
||||
}
|
||||
|
||||
@keyframes bg-colorful-change {
|
||||
0% {
|
||||
background-color: #17C671;
|
||||
}
|
||||
20% {
|
||||
background-color: #0067F4;
|
||||
}
|
||||
40% {
|
||||
background-color: #C4183C;
|
||||
}
|
||||
60% {
|
||||
background-color: #FFB400;
|
||||
}
|
||||
80% {
|
||||
background-color: #E9ECEF;
|
||||
}
|
||||
100% {
|
||||
background-color: #17C671;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-x: scroll;
|
||||
background-color: #dfdfdf;
|
||||
}
|
||||
|
||||
.nav_ul {
|
||||
width: 100%;
|
||||
height: 48px;
|
||||
background-color: #222;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 20000;
|
||||
transition: all 0.1s;
|
||||
left: 0;
|
||||
box-shadow: 0 4px 8px #ffffff60;
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
body {
|
||||
width: 1200px;
|
||||
}
|
||||
.nav_ul {
|
||||
width: 1200px;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.nav_ul li {
|
||||
float: left;
|
||||
padding: 2px 0px;
|
||||
position: relative;
|
||||
height: 44px;
|
||||
background: rgba(255, 255, 255, 0);
|
||||
}
|
||||
|
||||
.nav_ul li .line {
|
||||
position: absolute;
|
||||
width: 0;
|
||||
left: 50%;
|
||||
top: 0;
|
||||
height: 3px;
|
||||
display: block;
|
||||
background: #9ae3f3;
|
||||
}
|
||||
|
||||
.nav_ul li:hover .line {
|
||||
width: 100%;
|
||||
left: 0;
|
||||
background: #98FB98;
|
||||
}
|
||||
|
||||
.nav_ul li .active {
|
||||
width: 100%;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.nav_ul li a {
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
transition: 200ms ease-in-out;
|
||||
}
|
||||
|
||||
.nav_ul li:hover {
|
||||
background-color: #555;
|
||||
}
|
||||
|
||||
.nav_ul li:hover a {
|
||||
transition: 200ms ease-in-out;
|
||||
}
|
||||
|
||||
.nav_ul li .active {
|
||||
transition: 200ms ease-in-out;
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.dropdown-content {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background-color: #555;
|
||||
min-width: 150px;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.dropdown-content a {
|
||||
color: #fff;
|
||||
padding: 8px 12px;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.dropdown-content a:hover {
|
||||
background-color: #666;
|
||||
color: #fff;
|
||||
border-left: 1px solid #fff;
|
||||
}
|
||||
|
||||
.dropdown:hover .dropdown-content {
|
||||
display: block;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.rightmenu-content {
|
||||
position: absolute;
|
||||
background-color: #666;
|
||||
min-width: 180px;
|
||||
box-shadow: 0px 8px 16px 0px rgba(255, 255, 255, 0.2);
|
||||
margin-top: 10px;
|
||||
z-index: 200;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.rightmenu-content a {
|
||||
color: black;
|
||||
padding: 5px 10px;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.rightmenu-content a:hover {
|
||||
background-color: #fdfdfd;
|
||||
color: black;
|
||||
border-left: 1px solid #000;
|
||||
}
|
||||
|
||||
.rightmenu:hover .rightmenu-content {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.info-tip {
|
||||
background: rgba(250, 60, 0, 1);
|
||||
position: absolute;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
top: 0;
|
||||
right: 0;
|
||||
-webkit-border-radius: 50%;
|
||||
-moz-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
#lowmenuchild1 {
|
||||
position: fixed;
|
||||
bottom: 5%;
|
||||
right: 2%;
|
||||
border-radius: 50%;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
background-color: #0067F4;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
padding-top: 10px;
|
||||
}
|
||||
#lowmenuchild1{
|
||||
z-index: 1;
|
||||
}
|
||||
.footer {
|
||||
bottom:-1;
|
||||
float:top;
|
||||
top:50px;
|
||||
margin-top:50px;
|
||||
z-index: 0;
|
||||
width:100%;
|
||||
position:relative;
|
||||
overflow: hidden;
|
||||
height: 220px;
|
||||
box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
|
||||
background-color: #fff;
|
||||
filter: Invert();
|
||||
}
|
||||
|
||||
.topfooter {
|
||||
margin-right:5% ;
|
||||
margin-left:7% ;
|
||||
margin-top:2% ;
|
||||
}
|
||||
|
||||
.list1 {
|
||||
float:left;
|
||||
width:15%;
|
||||
}
|
||||
|
||||
.list2 {
|
||||
float:right;
|
||||
width:200px;
|
||||
}
|
||||
|
||||
.footer a:hover {
|
||||
text-decoration:underline
|
||||
}
|
||||
|
||||
.testdiv *{ vertical-align:top ; }
|
||||
763
web/template/bshark/main-light.css
Normal file
763
web/template/bshark/main-light.css
Normal file
@@ -0,0 +1,763 @@
|
||||
@font-face {
|
||||
font-family: Texta-book;
|
||||
src: url("/template/bshark/2C5677_2_0.ttf");
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #fafbfa;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-weight: 300 !important;
|
||||
}
|
||||
|
||||
.bsharkMain {
|
||||
margin-top: 70px;
|
||||
}
|
||||
|
||||
.bsharkMenu,
|
||||
.bsharkMiniMenu {
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
.bsharkMiniMenu {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.topmenu {
|
||||
transition: all .2s ease-in-out;
|
||||
}
|
||||
|
||||
@media (max-width: 792px) {
|
||||
.bsharkMenu {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.bsharkMiniMenu {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
.bsharkMenu .item {
|
||||
background-color: transparent !important;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.ui.menu {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.ui.menu .item::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
transition: all .2s ease-in-out;
|
||||
}
|
||||
|
||||
.ui.menu.vertical .item::after {
|
||||
left: 0;
|
||||
width: 2px;
|
||||
top: 5px;
|
||||
bottom: 5px;
|
||||
}
|
||||
|
||||
.ui.menu:not(.vertical) .item::after {
|
||||
bottom: 0;
|
||||
height: 2px;
|
||||
left: 20px;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
.ui.menu.vertical .item.active::after {
|
||||
margin-bottom: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.ui.menu:not(.vertical) .item.active::after {
|
||||
margin-bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: #2185d0 !important;
|
||||
box-shadow: 0 5px 15px #2185d020;
|
||||
}
|
||||
|
||||
.ui.menu .item.active::after {
|
||||
background-color: #2185d0 !important;
|
||||
box-shadow: 0 5px 15px #2185d020;
|
||||
}
|
||||
|
||||
.ui.menu.vertical .item:hover::after {
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.ui.menu:not(.vertical) .item:hover::after {
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.ui.menu .item:hover::after {
|
||||
background-color: #aaa;
|
||||
}
|
||||
|
||||
.problemAction {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
.problemHead {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.problemHead .rightBox {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.problemHead .rightBox::after {
|
||||
content: "";
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.vTooltip {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.vTooltip .vTooltiptext {
|
||||
visibility: hidden;
|
||||
width: 80px;
|
||||
background-color: #212223;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
border-radius: 6px;
|
||||
padding: 8px 12px;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
bottom: 100%;
|
||||
left: 50%;
|
||||
font-size: 12px;
|
||||
margin-bottom: 0px;
|
||||
margin-left: -40px;
|
||||
opacity: 0;
|
||||
transition: opacity .12s ease-in-out, margin-bottom .1s ease-in-out;
|
||||
}
|
||||
|
||||
.vTooltip:hover .vTooltiptext {
|
||||
margin-bottom: 5px;
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.rank {
|
||||
font-size: 60px;
|
||||
line-height: 60px;
|
||||
font-weight: 300;
|
||||
color: #d1d3d5;
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.rank-title a {
|
||||
color: #212223 !important;
|
||||
}
|
||||
|
||||
.rank-stat a {
|
||||
opacity: 1 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.rank-school {
|
||||
color: #999;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.card-rank {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.label {
|
||||
padding: 4px 8px;
|
||||
font-size: 75%;
|
||||
font-weight: 500;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
color: #fff;
|
||||
border-radius: .375rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a.label {
|
||||
transition: all 250ms cubic-bezier(.27, .01, .38, 1.06)
|
||||
}
|
||||
|
||||
.label-default {
|
||||
background-color: #aaa;
|
||||
}
|
||||
|
||||
.label-default[href]:focus,
|
||||
.label-default[href]:hover {
|
||||
background-color: #999;
|
||||
}
|
||||
|
||||
.label-primary {
|
||||
color: #fff;
|
||||
background-color: #007bff
|
||||
}
|
||||
|
||||
.label-primary[href]:focus,
|
||||
.label-primary[href]:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #0062cc
|
||||
}
|
||||
|
||||
.gray {
|
||||
color: #fff;
|
||||
background-color: #5a6169
|
||||
}
|
||||
|
||||
.gray[href]:focus,
|
||||
.gray[href]:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #42484e
|
||||
}
|
||||
|
||||
.label-success {
|
||||
color: #fff;
|
||||
background-color: #17c671
|
||||
}
|
||||
|
||||
.label-success[href]:focus,
|
||||
.label-success[href]:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #129857
|
||||
}
|
||||
|
||||
.label-info {
|
||||
color: #fff;
|
||||
background-color: #00b8d8
|
||||
}
|
||||
|
||||
.label-info[href]:focus,
|
||||
.label-info[href]:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #008da5
|
||||
}
|
||||
|
||||
.label-warning {
|
||||
color: #212529;
|
||||
background-color: #ffb400
|
||||
}
|
||||
|
||||
.label-warning[href]:focus,
|
||||
.label-warning[href]:hover {
|
||||
color: #212529;
|
||||
text-decoration: none;
|
||||
background-color: #cc9000
|
||||
}
|
||||
|
||||
.label-danger {
|
||||
color: #fff;
|
||||
background-color: #c4183c
|
||||
}
|
||||
|
||||
.label-danger[href]:focus,
|
||||
.label-danger[href]:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #97122e
|
||||
}
|
||||
|
||||
.label-light {
|
||||
color: #212529;
|
||||
background-color: #e9ecef
|
||||
}
|
||||
|
||||
.label-light[href]:focus,
|
||||
.label-light[href]:hover {
|
||||
color: #212529;
|
||||
text-decoration: none;
|
||||
background-color: #cbd3da
|
||||
}
|
||||
|
||||
blockquote:after,
|
||||
blockquote:before,
|
||||
q:after,
|
||||
q:before {
|
||||
content: '';
|
||||
content: none;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 20px 0;
|
||||
border-left: 5px solid #e6e6e6;
|
||||
padding: 5px 10px;
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
blockquote.pending {
|
||||
border-left-color: rgb(107, 175, 255);
|
||||
}
|
||||
|
||||
blockquote.inprogress {
|
||||
border-left-color: #ff8080;
|
||||
}
|
||||
|
||||
blockquote.testcase {
|
||||
border-left-color: rgb(226, 239, 250);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
-webkit-box-shadow: inset 0 0 5px #bebebe;
|
||||
background: #bebebe;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
-webkit-box-shadow: inset 0 0 5px #aaaaaa;
|
||||
background: #888;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
-webkit-box-shadow: inset 0 0 5px #e0e0e0;
|
||||
background: #e0e0e0;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: #fff;
|
||||
position: relative;
|
||||
border-radius: 0;
|
||||
margin-bottom: 25px;
|
||||
box-shadow: 0 5px 15px rgba(50, 50, 93, .1), 0 5px 8px rgba(0, 0, 0, .07);
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
.card:hover {
|
||||
border-radius: 0;
|
||||
box-shadow: 0 8px 24px rgba(50, 50, 93, .12), 0 8px 13px rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
.card-body {
|
||||
padding: 24px;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.colorful {
|
||||
animation: colorful-change 10s linear 0s infinite;
|
||||
}
|
||||
|
||||
@keyframes colorful-change {
|
||||
0% {
|
||||
color: #17C671;
|
||||
}
|
||||
|
||||
20% {
|
||||
color: #0067F4;
|
||||
}
|
||||
|
||||
40% {
|
||||
color: #C4183C;
|
||||
}
|
||||
|
||||
60% {
|
||||
color: #FFB400;
|
||||
}
|
||||
|
||||
80% {
|
||||
color: #E9ECEF;
|
||||
}
|
||||
|
||||
100% {
|
||||
color: #17C671;
|
||||
}
|
||||
}
|
||||
|
||||
.purple {
|
||||
color: #8A2BE2;
|
||||
}
|
||||
|
||||
.purple-c {
|
||||
animation: p-colorful-change 12s linear 0s infinite;
|
||||
}
|
||||
|
||||
.colorful:not(.headt):after {
|
||||
content: "vip";
|
||||
padding: 2px;
|
||||
margin: 2px;
|
||||
animation: bg-colorful-change 10s linear 0s infinite;
|
||||
color: white;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.purple-c:not(.headt):after {
|
||||
content: "";
|
||||
padding: 2px;
|
||||
margin: 2px;
|
||||
animation: p-bg-colorful-change 10s linear 0s infinite;
|
||||
color: white;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.purple:not(.headt):after {
|
||||
content: "";
|
||||
padding: 2px;
|
||||
margin: 2px;
|
||||
animation: p-bg-colorful-change 10s linear 0s infinite;
|
||||
color: white;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
@keyframes p-colorful-change {
|
||||
0% {
|
||||
color: #8A2BE2;
|
||||
}
|
||||
|
||||
16% {
|
||||
color: #8B008B;
|
||||
}
|
||||
|
||||
33% {
|
||||
color: #9932CC;
|
||||
}
|
||||
|
||||
50% {
|
||||
color: #9400D3;
|
||||
}
|
||||
|
||||
66% {
|
||||
color: #7B68EE;
|
||||
}
|
||||
|
||||
82% {
|
||||
color: #800080;
|
||||
}
|
||||
|
||||
100% {
|
||||
color: #8A2BE2;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes p-bg-colorful-change {
|
||||
0% {
|
||||
background-color: #8A2BE2;
|
||||
}
|
||||
|
||||
16% {
|
||||
background-color: #8B008B;
|
||||
}
|
||||
|
||||
33% {
|
||||
background-color: #9932CC;
|
||||
}
|
||||
|
||||
50% {
|
||||
background-color: #9400D3;
|
||||
}
|
||||
|
||||
66% {
|
||||
background-color: #7B68EE;
|
||||
}
|
||||
|
||||
82% {
|
||||
background-color: #800080;
|
||||
}
|
||||
|
||||
100% {
|
||||
background-color: #8A2BE2;
|
||||
}
|
||||
}
|
||||
|
||||
.bg-colorful {
|
||||
animation: bg-colorful-change 10s linear 0s infinite;
|
||||
}
|
||||
|
||||
@keyframes bg-colorful-change {
|
||||
0% {
|
||||
background-color: #17C671;
|
||||
}
|
||||
|
||||
20% {
|
||||
background-color: #0067F4;
|
||||
}
|
||||
|
||||
40% {
|
||||
background-color: #C4183C;
|
||||
}
|
||||
|
||||
60% {
|
||||
background-color: #FFB400;
|
||||
}
|
||||
|
||||
80% {
|
||||
background-color: #E9ECEF;
|
||||
}
|
||||
|
||||
100% {
|
||||
background-color: #17C671;
|
||||
}
|
||||
}
|
||||
|
||||
.nav_ul {
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
height: 48px;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 20000;
|
||||
transition: all 0.1s;
|
||||
left: 0;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
|
||||
}
|
||||
|
||||
|
||||
/*@media (max-width: 1200px) {
|
||||
body {
|
||||
width: 1200px;
|
||||
}
|
||||
.nav_ul {
|
||||
width: 1200px;
|
||||
}
|
||||
}*/
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.nav_ul li {
|
||||
float: left;
|
||||
padding: 2px 0px;
|
||||
position: relative;
|
||||
height: 44px;
|
||||
background: rgba(255, 255, 255, 0);
|
||||
}
|
||||
|
||||
.nav_ul li .line {
|
||||
position: absolute;
|
||||
width: 0;
|
||||
left: 50%;
|
||||
top: 0;
|
||||
height: 3px;
|
||||
display: block;
|
||||
background: #9ae3f3;
|
||||
}
|
||||
|
||||
.nav_ul li:hover .line {
|
||||
width: 100%;
|
||||
left: 0;
|
||||
background: #5f9fd6;
|
||||
}
|
||||
|
||||
.nav_ul li .active {
|
||||
width: 100%;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.nav_ul li a {
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
transition: 200ms ease-in-out;
|
||||
}
|
||||
|
||||
.nav_ul li:hover {
|
||||
background-color: #fdfdfd;
|
||||
}
|
||||
|
||||
.nav_ul li:hover a {
|
||||
transition: 200ms ease-in-out;
|
||||
}
|
||||
|
||||
.nav_ul li .active {
|
||||
transition: 200ms ease-in-out;
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.dropdown-content {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background-color: #fefefe;
|
||||
min-width: 150px;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.dropdown-content a {
|
||||
color: black;
|
||||
padding: 8px 12px;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.dropdown-content a:hover {
|
||||
background-color: #f1f1f1;
|
||||
color: black;
|
||||
border-left: 1px solid #000;
|
||||
}
|
||||
|
||||
.dropdown:hover .dropdown-content {
|
||||
display: block;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.rightmenu-content {
|
||||
position: absolute;
|
||||
background-color: #ffffff;
|
||||
min-width: 180px;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
|
||||
margin-top: 10px;
|
||||
z-index: 200;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.rightmenu-content a {
|
||||
color: black;
|
||||
padding: 5px 10px;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.rightmenu-content a:hover {
|
||||
background-color: #fdfdfd;
|
||||
color: black;
|
||||
border-left: 1px solid #000;
|
||||
}
|
||||
|
||||
.rightmenu:hover .rightmenu-content {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.info-tip {
|
||||
background: rgba(250, 60, 0, 1);
|
||||
position: absolute;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
top: 0;
|
||||
right: 0;
|
||||
-webkit-border-radius: 50%;
|
||||
-moz-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
#lowmenuchild1 {
|
||||
position: fixed;
|
||||
bottom: 5%;
|
||||
right: 2%;
|
||||
border-radius: 50%;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
background-color: #0067F4;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
#lowmenuchild1 {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.footer {
|
||||
bottom: -1;
|
||||
float: top;
|
||||
top: 50px;
|
||||
margin-top: 50px;
|
||||
z-index: 0;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
height: 220px;
|
||||
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.topfooter {
|
||||
margin-right: 5%;
|
||||
margin-left: 7%;
|
||||
margin-top: 2%;
|
||||
}
|
||||
|
||||
.list1 {
|
||||
float: left;
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
.list2 {
|
||||
float: right;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.footer a:hover {
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.testdiv * {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
.list-group .list-group-item:hover {
|
||||
border-left: 2px solid #1780db;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
margin-bottom: 0;
|
||||
box-shadow: none !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.pagination .item {
|
||||
position: relative;
|
||||
color: #888;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.pagination .item::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 1px;
|
||||
transition: background .2s;
|
||||
}
|
||||
|
||||
.pagination .item.active::after {
|
||||
background-color: #1780db !important;
|
||||
box-shadow: 0 5px 15px #2185d0;
|
||||
}
|
||||
|
||||
.pagination .item:hover::after {
|
||||
background-color: #aaa;
|
||||
}
|
||||
20
web/template/bshark/main.js
Normal file
20
web/template/bshark/main.js
Normal file
@@ -0,0 +1,20 @@
|
||||
console.log('%cbshark%cby yemaster',
|
||||
'background-color: #2180db;padding: 2px 4px;color: #fff;',
|
||||
'background-color: #eee;padding: 2px 4px;color: #222324;')
|
||||
|
||||
$('.ui.dropdown')
|
||||
.dropdown({
|
||||
on: "hover"
|
||||
})
|
||||
;
|
||||
|
||||
function totop() {
|
||||
var scrollToTop = window.setInterval(function () {
|
||||
var pos = window.pageYOffset;
|
||||
if (pos > 0) {
|
||||
window.scrollTo(0, pos - 100); // how far to scroll on each step
|
||||
} else {
|
||||
window.clearInterval(scrollToTop);
|
||||
}
|
||||
}, 16);
|
||||
}
|
||||
6
web/template/bshark/marked.min.js
vendored
Normal file
6
web/template/bshark/marked.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
127
web/template/bshark/mathjax.css
Normal file
127
web/template/bshark/mathjax.css
Normal file
@@ -0,0 +1,127 @@
|
||||
.MJX_Assistive_MathML {position: absolute!important; top: 0; left: 0; clip: rect(1px, 1px, 1px, 1px); padding: 1px 0 0 0!important; border: 0!important; height: 1px!important; width: 1px!important; overflow: hidden!important; display: block!important; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none}
|
||||
.MJX_Assistive_MathML.MJX_Assistive_MathML_Block {width: 100%!important}
|
||||
.mjx-chtml {display: inline-block; line-height: 0; text-indent: 0; text-align: left; text-transform: none; font-style: normal; font-weight: normal; font-size: 1.19em; font-size-adjust: none; letter-spacing: normal; word-wrap: normal; word-spacing: normal; white-space: nowrap; float: none; direction: ltr; max-width: none; max-height: none; min-width: 0; min-height: 0; border: 0; margin: 0; padding: 1px 0}
|
||||
.MJXc-display {display: block; text-align: center; margin: 1em 0; padding: 0; font-size: 1em !important; }
|
||||
.mjx-chtml[tabindex]:focus, body :focus .mjx-chtml[tabindex] {display: inline-table}
|
||||
.mjx-full-width {text-align: center; display: table-cell!important; width: 10000em}
|
||||
.mjx-math {display: inline-block; border-collapse: separate; border-spacing: 0}
|
||||
.mjx-math * {display: inline-block; -webkit-box-sizing: content-box!important; -moz-box-sizing: content-box!important; box-sizing: content-box!important; text-align: left}
|
||||
.mjx-numerator {display: block; text-align: center}
|
||||
.mjx-denominator {display: block; text-align: center}
|
||||
.MJXc-stacked {height: 0; position: relative}
|
||||
.MJXc-stacked > * {position: absolute}
|
||||
.MJXc-bevelled > * {display: inline-block}
|
||||
.mjx-stack {display: inline-block}
|
||||
.mjx-op {display: block}
|
||||
.mjx-under {display: table-cell}
|
||||
.mjx-over {display: block}
|
||||
.mjx-over > * {padding-left: 0px!important; padding-right: 0px!important}
|
||||
.mjx-under > * {padding-left: 0px!important; padding-right: 0px!important}
|
||||
.mjx-stack > .mjx-sup {display: block}
|
||||
.mjx-stack > .mjx-sub {display: block}
|
||||
.mjx-prestack > .mjx-presup {display: block}
|
||||
.mjx-prestack > .mjx-presub {display: block}
|
||||
.mjx-delim-h > .mjx-char {display: inline-block}
|
||||
.mjx-surd {vertical-align: top}
|
||||
.mjx-mphantom * {visibility: hidden}
|
||||
.mjx-merror {background-color: #FFFF88; color: #CC0000; border: 1px solid #CC0000; padding: 2px 3px; font-style: normal; font-size: 90%}
|
||||
.mjx-annotation-xml {line-height: normal}
|
||||
.mjx-menclose > svg {fill: none; stroke: currentColor}
|
||||
.mjx-mtr {display: table-row}
|
||||
.mjx-mlabeledtr {display: table-row}
|
||||
.mjx-mtd {display: table-cell; text-align: center}
|
||||
.mjx-label {display: table-row}
|
||||
.mjx-box {display: inline-block}
|
||||
.mjx-block {display: block}
|
||||
.mjx-span {display: inline}
|
||||
.mjx-char {display: block; white-space: pre}
|
||||
.mjx-itable {display: inline-table; width: auto}
|
||||
.mjx-row {display: table-row}
|
||||
.mjx-cell {display: table-cell}
|
||||
.mjx-table {display: table; width: 100%}
|
||||
.mjx-line {display: block; height: 0}
|
||||
.mjx-strut {width: 0; padding-top: 1em}
|
||||
.mjx-vsize {width: 0}
|
||||
.MJXc-space1 {margin-left: .167em}
|
||||
.MJXc-space2 {margin-left: .222em}
|
||||
.MJXc-space3 {margin-left: .278em}
|
||||
.mjx-chartest {display: block; visibility: hidden; position: absolute; top: 0; line-height: normal; font-size: 500%}
|
||||
.mjx-chartest .mjx-char {display: inline}
|
||||
.mjx-chartest .mjx-box {padding-top: 1000px}
|
||||
.MJXc-processing {visibility: hidden; position: fixed; width: 0; height: 0; overflow: hidden}
|
||||
.MJXc-processed {display: none}
|
||||
.mjx-test {display: block; font-style: normal; font-weight: normal; font-size: 100%; font-size-adjust: none; text-indent: 0; text-transform: none; letter-spacing: normal; word-spacing: normal; overflow: hidden; height: 1px}
|
||||
.mjx-ex-box-test {position: absolute; width: 1px; height: 60ex}
|
||||
.mjx-line-box-test {display: table!important}
|
||||
.mjx-line-box-test span {display: table-cell!important; width: 10000em!important; min-width: 0; max-width: none; padding: 0; border: 0; margin: 0}
|
||||
#MathJax_CHTML_Tooltip {background-color: InfoBackground; color: InfoText; border: 1px solid black; box-shadow: 2px 2px 5px #AAAAAA; -webkit-box-shadow: 2px 2px 5px #AAAAAA; -moz-box-shadow: 2px 2px 5px #AAAAAA; -khtml-box-shadow: 2px 2px 5px #AAAAAA; padding: 3px 4px; z-index: 401; position: absolute; left: 0; top: 0; width: auto; height: auto; display: none}
|
||||
.mjx-chtml .mjx-noError {line-height: 1.2; vertical-align: ; font-size: 90%; text-align: left; color: black; padding: 1px 3px; border: 1px solid}
|
||||
.MJXc-TeX-unknown-R {font-family: STIXGeneral,'Cambria Math','Arial Unicode MS',serif; font-style: normal; font-weight: normal}
|
||||
.MJXc-TeX-unknown-I {font-family: STIXGeneral,'Cambria Math','Arial Unicode MS',serif; font-style: italic; font-weight: normal}
|
||||
.MJXc-TeX-unknown-B {font-family: STIXGeneral,'Cambria Math','Arial Unicode MS',serif; font-style: normal; font-weight: bold}
|
||||
.MJXc-TeX-unknown-BI {font-family: STIXGeneral,'Cambria Math','Arial Unicode MS',serif; font-style: italic; font-weight: bold}
|
||||
.MJXc-TeX-ams-R {font-family: MJXc-TeX-ams-R,MJXc-TeX-ams-Rw}
|
||||
.MJXc-TeX-cal-B {font-family: MJXc-TeX-cal-B,MJXc-TeX-cal-Bx,MJXc-TeX-cal-Bw}
|
||||
.MJXc-TeX-frak-R {font-family: MJXc-TeX-frak-R,MJXc-TeX-frak-Rw}
|
||||
.MJXc-TeX-frak-B {font-family: MJXc-TeX-frak-B,MJXc-TeX-frak-Bx,MJXc-TeX-frak-Bw}
|
||||
.MJXc-TeX-math-BI {font-family: MJXc-TeX-math-BI,MJXc-TeX-math-BIx,MJXc-TeX-math-BIw}
|
||||
.MJXc-TeX-sans-R {font-family: MJXc-TeX-sans-R,MJXc-TeX-sans-Rw}
|
||||
.MJXc-TeX-sans-B {font-family: MJXc-TeX-sans-B,MJXc-TeX-sans-Bx,MJXc-TeX-sans-Bw}
|
||||
.MJXc-TeX-sans-I {font-family: MJXc-TeX-sans-I,MJXc-TeX-sans-Ix,MJXc-TeX-sans-Iw}
|
||||
.MJXc-TeX-script-R {font-family: MJXc-TeX-script-R,MJXc-TeX-script-Rw}
|
||||
.MJXc-TeX-type-R {font-family: MJXc-TeX-type-R,MJXc-TeX-type-Rw}
|
||||
.MJXc-TeX-cal-R {font-family: MJXc-TeX-cal-R,MJXc-TeX-cal-Rw}
|
||||
.MJXc-TeX-main-B {font-family: MJXc-TeX-main-B,MJXc-TeX-main-Bx,MJXc-TeX-main-Bw}
|
||||
.MJXc-TeX-main-I {font-family: MJXc-TeX-main-I,MJXc-TeX-main-Ix,MJXc-TeX-main-Iw}
|
||||
.MJXc-TeX-main-R {font-family: MJXc-TeX-main-R,MJXc-TeX-main-Rw}
|
||||
.MJXc-TeX-math-I {font-family: MJXc-TeX-math-I,MJXc-TeX-math-Ix,MJXc-TeX-math-Iw}
|
||||
.MJXc-TeX-size1-R {font-family: MJXc-TeX-size1-R,MJXc-TeX-size1-Rw}
|
||||
.MJXc-TeX-size2-R {font-family: MJXc-TeX-size2-R,MJXc-TeX-size2-Rw}
|
||||
.MJXc-TeX-size3-R {font-family: MJXc-TeX-size3-R,MJXc-TeX-size3-Rw}
|
||||
.MJXc-TeX-size4-R {font-family: MJXc-TeX-size4-R,MJXc-TeX-size4-Rw}
|
||||
@font-face {font-family: MJXc-TeX-ams-R; src: local('MathJax_AMS'), local('MathJax_AMS-Regular')}
|
||||
@font-face {font-family: MJXc-TeX-ams-Rw; src /*1*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/eot/MathJax_AMS-Regular.eot'); src /*2*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff') format('woff'), url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/otf/MathJax_AMS-Regular.otf') format('opentype')}
|
||||
@font-face {font-family: MJXc-TeX-cal-B; src: local('MathJax_Caligraphic Bold'), local('MathJax_Caligraphic-Bold')}
|
||||
@font-face {font-family: MJXc-TeX-cal-Bx; src: local('MathJax_Caligraphic'); font-weight: bold}
|
||||
@font-face {font-family: MJXc-TeX-cal-Bw; src /*1*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/eot/MathJax_Caligraphic-Bold.eot'); src /*2*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff') format('woff'), url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Bold.otf') format('opentype')}
|
||||
@font-face {font-family: MJXc-TeX-frak-R; src: local('MathJax_Fraktur'), local('MathJax_Fraktur-Regular')}
|
||||
@font-face {font-family: MJXc-TeX-frak-Rw; src /*1*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/eot/MathJax_Fraktur-Regular.eot'); src /*2*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff') format('woff'), url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Regular.otf') format('opentype')}
|
||||
@font-face {font-family: MJXc-TeX-frak-B; src: local('MathJax_Fraktur Bold'), local('MathJax_Fraktur-Bold')}
|
||||
@font-face {font-family: MJXc-TeX-frak-Bx; src: local('MathJax_Fraktur'); font-weight: bold}
|
||||
@font-face {font-family: MJXc-TeX-frak-Bw; src /*1*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/eot/MathJax_Fraktur-Bold.eot'); src /*2*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff') format('woff'), url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Bold.otf') format('opentype')}
|
||||
@font-face {font-family: MJXc-TeX-math-BI; src: local('MathJax_Math BoldItalic'), local('MathJax_Math-BoldItalic')}
|
||||
@font-face {font-family: MJXc-TeX-math-BIx; src: local('MathJax_Math'); font-weight: bold; font-style: italic}
|
||||
@font-face {font-family: MJXc-TeX-math-BIw; src /*1*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/eot/MathJax_Math-BoldItalic.eot'); src /*2*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff') format('woff'), url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/otf/MathJax_Math-BoldItalic.otf') format('opentype')}
|
||||
@font-face {font-family: MJXc-TeX-sans-R; src: local('MathJax_SansSerif'), local('MathJax_SansSerif-Regular')}
|
||||
@font-face {font-family: MJXc-TeX-sans-Rw; src /*1*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Regular.eot'); src /*2*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff') format('woff'), url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Regular.otf') format('opentype')}
|
||||
@font-face {font-family: MJXc-TeX-sans-B; src: local('MathJax_SansSerif Bold'), local('MathJax_SansSerif-Bold')}
|
||||
@font-face {font-family: MJXc-TeX-sans-Bx; src: local('MathJax_SansSerif'); font-weight: bold}
|
||||
@font-face {font-family: MJXc-TeX-sans-Bw; src /*1*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Bold.eot'); src /*2*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff') format('woff'), url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Bold.otf') format('opentype')}
|
||||
@font-face {font-family: MJXc-TeX-sans-I; src: local('MathJax_SansSerif Italic'), local('MathJax_SansSerif-Italic')}
|
||||
@font-face {font-family: MJXc-TeX-sans-Ix; src: local('MathJax_SansSerif'); font-style: italic}
|
||||
@font-face {font-family: MJXc-TeX-sans-Iw; src /*1*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/eot/MathJax_SansSerif-Italic.eot'); src /*2*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff') format('woff'), url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Italic.otf') format('opentype')}
|
||||
@font-face {font-family: MJXc-TeX-script-R; src: local('MathJax_Script'), local('MathJax_Script-Regular')}
|
||||
@font-face {font-family: MJXc-TeX-script-Rw; src /*1*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/eot/MathJax_Script-Regular.eot'); src /*2*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff') format('woff'), url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/otf/MathJax_Script-Regular.otf') format('opentype')}
|
||||
@font-face {font-family: MJXc-TeX-type-R; src: local('MathJax_Typewriter'), local('MathJax_Typewriter-Regular')}
|
||||
@font-face {font-family: MJXc-TeX-type-Rw; src /*1*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/eot/MathJax_Typewriter-Regular.eot'); src /*2*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff') format('woff'), url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/otf/MathJax_Typewriter-Regular.otf') format('opentype')}
|
||||
@font-face {font-family: MJXc-TeX-cal-R; src: local('MathJax_Caligraphic'), local('MathJax_Caligraphic-Regular')}
|
||||
@font-face {font-family: MJXc-TeX-cal-Rw; src /*1*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/eot/MathJax_Caligraphic-Regular.eot'); src /*2*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff') format('woff'), url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Regular.otf') format('opentype')}
|
||||
@font-face {font-family: MJXc-TeX-main-B; src: local('MathJax_Main Bold'), local('MathJax_Main-Bold')}
|
||||
@font-face {font-family: MJXc-TeX-main-Bx; src: local('MathJax_Main'); font-weight: bold}
|
||||
@font-face {font-family: MJXc-TeX-main-Bw; src /*1*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/eot/MathJax_Main-Bold.eot'); src /*2*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff') format('woff'), url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/otf/MathJax_Main-Bold.otf') format('opentype')}
|
||||
@font-face {font-family: MJXc-TeX-main-I; src: local('MathJax_Main Italic'), local('MathJax_Main-Italic')}
|
||||
@font-face {font-family: MJXc-TeX-main-Ix; src: local('MathJax_Main'); font-style: italic}
|
||||
@font-face {font-family: MJXc-TeX-main-Iw; src /*1*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/eot/MathJax_Main-Italic.eot'); src /*2*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff') format('woff'), url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/otf/MathJax_Main-Italic.otf') format('opentype')}
|
||||
@font-face {font-family: MJXc-TeX-main-R; src: local('MathJax_Main'), local('MathJax_Main-Regular')}
|
||||
@font-face {font-family: MJXc-TeX-main-Rw; src /*1*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/eot/MathJax_Main-Regular.eot'); src /*2*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff') format('woff'), url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/otf/MathJax_Main-Regular.otf') format('opentype')}
|
||||
@font-face {font-family: MJXc-TeX-math-I; src: local('MathJax_Math Italic'), local('MathJax_Math-Italic')}
|
||||
@font-face {font-family: MJXc-TeX-math-Ix; src: local('MathJax_Math'); font-style: italic}
|
||||
@font-face {font-family: MJXc-TeX-math-Iw; src /*1*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/eot/MathJax_Math-Italic.eot'); src /*2*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff') format('woff'), url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/otf/MathJax_Math-Italic.otf') format('opentype')}
|
||||
@font-face {font-family: MJXc-TeX-size1-R; src: local('MathJax_Size1'), local('MathJax_Size1-Regular')}
|
||||
@font-face {font-family: MJXc-TeX-size1-Rw; src /*1*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/eot/MathJax_Size1-Regular.eot'); src /*2*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff') format('woff'), url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/otf/MathJax_Size1-Regular.otf') format('opentype')}
|
||||
@font-face {font-family: MJXc-TeX-size2-R; src: local('MathJax_Size2'), local('MathJax_Size2-Regular')}
|
||||
@font-face {font-family: MJXc-TeX-size2-Rw; src /*1*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/eot/MathJax_Size2-Regular.eot'); src /*2*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff') format('woff'), url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/otf/MathJax_Size2-Regular.otf') format('opentype')}
|
||||
@font-face {font-family: MJXc-TeX-size3-R; src: local('MathJax_Size3'), local('MathJax_Size3-Regular')}
|
||||
@font-face {font-family: MJXc-TeX-size3-Rw; src /*1*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/eot/MathJax_Size3-Regular.eot'); src /*2*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff') format('woff'), url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/otf/MathJax_Size3-Regular.otf') format('opentype')}
|
||||
@font-face {font-family: MJXc-TeX-size4-R; src: local('MathJax_Size4'), local('MathJax_Size4-Regular')}
|
||||
@font-face {font-family: MJXc-TeX-size4-Rw; src /*1*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/eot/MathJax_Size4-Regular.eot'); src /*2*/: url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff') format('woff'), url('https://cdn.staticfile.org/mathjax/2.7.0/fonts/HTML-CSS/TeX/otf/MathJax_Size4-Regular.otf') format('opentype')}
|
||||
139
web/template/bshark/modifypage.php
Normal file
139
web/template/bshark/modifypage.php
Normal file
@@ -0,0 +1,139 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_REG_INFO; ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
<?php require_once('./include/set_post_key.php'); ?>
|
||||
<div class="ui container bsharkMain">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<div class="padding">
|
||||
<h1>
|
||||
<?php echo $MSG_REG_INFO; ?>
|
||||
</h1>
|
||||
<div class="ui error message" id="error" data-am-alert hidden>
|
||||
<p id="error_info"></p>
|
||||
</div>
|
||||
<form action="modify.php" method="post" role="form" class="ui form">
|
||||
<div class="field">
|
||||
<label for="username">
|
||||
<?php echo $MSG_USER_ID; ?>
|
||||
</label>
|
||||
<input class="form-control"
|
||||
placeholder="请<?php echo $MSG_Input; ?><?php echo $MSG_USER_ID; ?>" disabled="disabled"
|
||||
type="text" value="<?php echo $_SESSION[$OJ_NAME . '_' . 'user_id'] ?>">
|
||||
</div>
|
||||
<?php require_once('./include/set_post_key.php'); ?>
|
||||
<div class="field">
|
||||
<label for="username">
|
||||
<span style="color:#db2828">*</span>
|
||||
<?php echo $MSG_NICK; ?>
|
||||
</label>
|
||||
<input name="nick" placeholder="请<?php echo $MSG_Input; ?><?php echo $MSG_NICK; ?>"
|
||||
type="text" value="<?php echo htmlentities($row['nick'], ENT_QUOTES, "UTF-8") ?>">
|
||||
</div>
|
||||
<div class="field">
|
||||
<label class="ui header">
|
||||
<span style="color:#db2828">*</span>
|
||||
<?php echo $MSG_PASSWORD; ?>
|
||||
</label>
|
||||
<input name="opassword" placeholder="请<?php echo $MSG_Input; ?><?php echo $MSG_PASSWORD; ?>"
|
||||
type="password">
|
||||
</div>
|
||||
<div class="two fields">
|
||||
<div class="field">
|
||||
<label class="ui header">
|
||||
新<?php echo $MSG_PASSWORD; ?>
|
||||
</label>
|
||||
<input name="npassword" placeholder="无需<?php echo $MSG_SETPASSWORD; ?>,请勿填写此项"
|
||||
type="password">
|
||||
</div>
|
||||
<div class="field">
|
||||
<label class="ui header">
|
||||
<?php echo $MSG_REPEAT_PASSWORD; ?>
|
||||
</label>
|
||||
<input name="rptpassword" placeholder="无需<?php echo $MSG_SETPASSWORD; ?>,请勿填写此项"
|
||||
type="password">
|
||||
</div>
|
||||
</div>
|
||||
<div class="field">
|
||||
<label for="username">个性签名</label>
|
||||
<input name="school" placeholder="请<?php echo $MSG_Input; ?>个性签名" type="text"
|
||||
value="<?php echo htmlentities($row['school'], ENT_QUOTES, "UTF-8") ?>">
|
||||
</div>
|
||||
<div class="field">
|
||||
<label for="email">
|
||||
<span style="color:#db2828">*</span>
|
||||
<?php echo $MSG_EMAIL; ?>
|
||||
</label>
|
||||
<input name="email" placeholder="请<?php echo $MSG_Input; ?><?php echo $MSG_EMAIL; ?>"
|
||||
type="text" value="<?php echo htmlentities($row['email'], ENT_QUOTES, "UTF-8") ?>">
|
||||
</div>
|
||||
<?php if ($OJ_VCODE) { ?>
|
||||
<div class="field">
|
||||
<label for="email">
|
||||
<span style="color:#db2828">*</span>
|
||||
<?php echo $MSG_VCODE; ?>
|
||||
</label>
|
||||
<input autocomplete=off name="vcode" class="form-control"
|
||||
placeholder="请<?php echo $MSG_Input; ?><?php echo $MSG_VCODE; ?>" type="text">
|
||||
<img alt="click to change" src="vcode.php" onclick="this.src='vcode.php?'+Math.random()"
|
||||
height="30px">
|
||||
</div>
|
||||
<?php } ?>
|
||||
<button name="submit" type="submit" class="ui primary button"><?php echo $MSG_SUBMIT; ?></button>
|
||||
<button name="submit" type="reset" class="ui button">
|
||||
<?php echo $MSG_RESET; ?>
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
<?php if ($OJ_SaaS_ENABLE && $domain == $DOMAIN) { ?>
|
||||
<div class="center"> <a name='MyOJ'> </a> <label>My OJ:</label>
|
||||
<form action="saasinit.php" method="post" role="form" class="ui form">
|
||||
<div class="field">
|
||||
<label for="template">模板</label>
|
||||
<select name="template" class="form-control">
|
||||
<option>bs3</option>
|
||||
<option>mdui</option>
|
||||
<option>syzoj</option>
|
||||
<option>sweet</option>
|
||||
<option>bshark</option>
|
||||
<option>mario</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="field">
|
||||
<label for="friendly">友善级别</label>
|
||||
<select name="friendly" class="form-control">
|
||||
<option value=0>0=不友善</option>
|
||||
<option value=1>1=0+中国时区</option>
|
||||
<option value=2>2=1+强制中文</option>
|
||||
<option value=3>3=2+显示对比,关闭验证码</option>
|
||||
<option value=4>4=3+开启内邮,代码自动分享</option>
|
||||
<option value=5>5=4+开启测试运行</option>
|
||||
<option value=6>6=5+保持登陆状态</option>
|
||||
<option value=7>7=6+开启讨论版</option>
|
||||
<option value=8>8=7+可以下载测试数据</option>
|
||||
<option value=9>9=8+允许访客提交</option>
|
||||
</select>
|
||||
</div>
|
||||
<button name="submit" type="submit" class="ui button">重新初始化</button>
|
||||
</form>
|
||||
</div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
319
web/template/bshark/nav.php
Normal file
319
web/template/bshark/nav.php
Normal file
@@ -0,0 +1,319 @@
|
||||
<?php
|
||||
$cur_path = "template/$OJ_TEMPLATE/";
|
||||
$url = basename($_SERVER['REQUEST_URI']);
|
||||
$realurl = basename($_SERVER['REQUEST_URI']);
|
||||
$url = str_replace(strrchr($url, "?"), "", $url);
|
||||
|
||||
$dir = basename(getcwd());
|
||||
if ($dir == "discuss3")
|
||||
$path_fix = "../";
|
||||
else
|
||||
$path_fix = "";
|
||||
|
||||
$_SESSION[$OJ_NAME . '_' . 'profile_csrf'] = rand();
|
||||
|
||||
if (
|
||||
isset($OJ_NEED_LOGIN) && $OJ_NEED_LOGIN && (
|
||||
$url != 'loginpage.php' &&
|
||||
$url != 'lostpassword.php' &&
|
||||
$url != 'lostpassword2.php' &&
|
||||
$url != 'registerpage.php'
|
||||
) && !isset($_SESSION[$OJ_NAME . '_' . 'user_id'])
|
||||
) {
|
||||
header("location:" . $path_fix . "loginpage.php");
|
||||
exit();
|
||||
}
|
||||
?>
|
||||
<style id="navbarstyles">
|
||||
</style>
|
||||
<div class="ui top fixed borderless menu bsharkMenu topmenu" id="navbar">
|
||||
<div class="ui container">
|
||||
<a class="item" id="logolink" href="<?php echo $OJ_HOME; ?>">
|
||||
<b>
|
||||
<?php echo $OJ_NAME; ?>
|
||||
</b>
|
||||
</a>
|
||||
<a class="item<?php if ($url == '')
|
||||
echo ' active'; ?>" href="<?php echo $OJ_HOME; ?>">
|
||||
<?php echo $MSG_HOME ?>
|
||||
</a>
|
||||
<?php
|
||||
if (file_exists("moodle")) {
|
||||
?>
|
||||
<a class="item" href="moodle">Moodle</a>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
<?php
|
||||
if (!isset($OJ_ON_SITE_CONTEST_ID)) {
|
||||
?>
|
||||
<a class="item<?php if ($url == 'faqs.php')
|
||||
echo ' active'; ?>" href="<?php echo $path_fix ?>faqs.php">
|
||||
<?php echo $MSG_FAQ ?>
|
||||
</a>
|
||||
<?php } ?>
|
||||
|
||||
|
||||
<?php
|
||||
if (isset($OJ_PRINTER) && $OJ_PRINTER) {
|
||||
?>
|
||||
<a class="item<?php if ($url == "printer.php")
|
||||
echo " active"; ?>" href="<?php echo $path_fix ?>printer.php">
|
||||
<?php echo $MSG_PRINTER ?>
|
||||
</a>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
if (!isset($OJ_ON_SITE_CONTEST_ID)) {
|
||||
?>
|
||||
<?php
|
||||
if (isset($OJ_BBS) && $OJ_BBS) {
|
||||
?>
|
||||
<a class="item<?php if ($dir == "discuss3")
|
||||
echo " active"; ?>" href="<?php echo $path_fix; ?>bbs.php">
|
||||
<?php echo $MSG_BBS ?>
|
||||
</a>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<a class="item<?php if ($url == 'problemset.php')
|
||||
echo ' active'; ?>" href="<?php echo $path_fix ?>problemset.php">
|
||||
<?php echo $MSG_PROBLEMS ?>
|
||||
</a>
|
||||
<a class="item<?php if ($url == "category.php")
|
||||
echo " active"; ?>" href="<?php echo $path_fix ?>category.php"><span class="glyphicon glyphicon-th"
|
||||
aria-hidden="true"></span>
|
||||
<?php echo $MSG_SOURCE ?>
|
||||
</a>
|
||||
<a class="item<?php if ($url == 'contest.php')
|
||||
echo ' active'; ?>" href="<?php echo $path_fix ?>contest.php<?php if (isset($_SESSION[$OJ_NAME . "_user_id"]))
|
||||
echo "?my" ?>">
|
||||
<?php echo $MSG_CONTEST ?>
|
||||
</a>
|
||||
<a class="item<?php if ($url == 'status.php')
|
||||
echo ' active'; ?>" href="<?php echo $path_fix ?>status.php">
|
||||
<?php echo $MSG_STATUS ?>
|
||||
</a>
|
||||
<a class="item<?php if ($url == 'ranklist.php')
|
||||
echo ' active'; ?>" href="<?php echo $path_fix ?>ranklist.php">
|
||||
<?php echo $MSG_RANKLIST ?>
|
||||
</a>
|
||||
<?php
|
||||
} else {
|
||||
?>
|
||||
<a class="item<?php if ($url == "contest.php")
|
||||
echo " active"; ?>" href="<?php echo $path_fix ?>contest.php">
|
||||
<?php echo $MSG_CONTEST ?>
|
||||
</a>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<div class="right menu">
|
||||
<div class="ui dropdown item">
|
||||
<?php echo $MSG_LANG; ?>
|
||||
<i class="dropdown icon"></i>
|
||||
<div class="menu">
|
||||
<a class="item" href="<?php echo $path_fix ?>setlang.php?lang=cn">中文</a>
|
||||
<a class="item" href="<?php echo $path_fix ?>setlang.php?lang=en">English</a>
|
||||
<a class="item" href="<?php echo $path_fix ?>setlang.php?lang=ug">ئۇيغۇرچە</a>
|
||||
<a class="item" href="<?php echo $path_fix ?>setlang.php?lang=fa">فارسی</a>
|
||||
<a class="item" href="<?php echo $path_fix ?>setlang.php?lang=th">ไทย</a>
|
||||
<a class="item" href="<?php echo $path_fix ?>setlang.php?lang=ko">한국어</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
if (isset($_SESSION[$OJ_NAME . '_user_id'])) {
|
||||
?>
|
||||
<div class="ui dropdown item">
|
||||
<?php $if_new_mail = count(pdo_query('select * from `mail` where `to_user`=? and `new_mail`=1', $_SESSION[$OJ_NAME . '_' . 'user_id'])) > 0 ? 1 : 0; ?>
|
||||
<?php echo $_SESSION[$OJ_NAME . '_' . 'user_id']; ?>
|
||||
<i class="dropdown icon"></i>
|
||||
<div class="menu">
|
||||
<a class="item"
|
||||
href="<?php echo $path_fix ?>userinfo.php?user=<?php echo $_SESSION[$OJ_NAME . '_' . 'user_id']; ?>">
|
||||
<?php echo $MSG_USERINFO; ?>
|
||||
</a>
|
||||
<a class="item" href="<?php echo $path_fix ?>modifypage.php">
|
||||
<?php echo $MSG_REG_INFO; ?>
|
||||
</a>
|
||||
<a class="item" href="<?php echo $path_fix ?>mail.php" style="position:relative">
|
||||
<?php echo $MSG_MAIL; ?>
|
||||
<?php if ($if_new_mail) { ?>
|
||||
<span class="ui mini empty red circular ui label"></span>
|
||||
<?php } ?>
|
||||
</a>
|
||||
<a class="item" href="<?php echo $path_fix ?>logout.php">
|
||||
<?php echo $MSG_LOGOUT; ?>
|
||||
</a>
|
||||
<?php
|
||||
if ($_SESSION[$OJ_NAME . '_' . 'administrator']) {
|
||||
?>
|
||||
|
||||
<a class="item" href="<?php echo $path_fix ?>swadmin">
|
||||
<?php echo $MSG_ADMIN; ?>
|
||||
</a>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
<a class="item" href="<?php echo $path_fix ?>loginpage.php">
|
||||
<?php echo $MSG_LOGIN; ?>
|
||||
</a>
|
||||
<a class="item" href="<?php echo $path_fix ?>registerpage.php">
|
||||
<?php echo $MSG_REGISTER; ?>
|
||||
</a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if ($THEME_BANNER != "hidden") { ?>
|
||||
<div id=banner
|
||||
style="width:100%;height:200px;margin:0;background-image: url('./template/bshark/1.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
background-color: #ffffff;position:relative">
|
||||
<div style="position:absolute;bottom:10px;margin-left:10%" id="bannerbox">
|
||||
<a href="/"><img src="/template/bshark/logo.png" height="120" id="bannerlogo" style="display:inline"></a>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
var tac = 0;
|
||||
var ooottt = window.setInterval(function () {
|
||||
var pps = window.pageYOffset;
|
||||
$('.topmenu').mouseover(function (e) {
|
||||
tac = 1;
|
||||
}).mouseout(function (e) {
|
||||
tac = 0;
|
||||
});
|
||||
if (tac == 1) {
|
||||
$('.topmenu').css('backgroundColor', '#fff');
|
||||
document.getElementById("navbarstyles").innerHTML = ".topmenu .item{color:#212223 !important;}";
|
||||
} else if (pps > 150) {
|
||||
$('.topmenu').css('backgroundColor', '#fff');
|
||||
document.getElementById("navbarstyles").innerHTML = ".topmenu .item{color:#212223 !important;}";
|
||||
} else {
|
||||
$('.topmenu').css('backgroundColor', 'transparent');
|
||||
document.getElementById("navbarstyles").innerHTML = ".topmenu .item{color:#fff !important;}";
|
||||
}
|
||||
}, 200);
|
||||
</script>
|
||||
<?php } ?>
|
||||
<div class="ui borderless top fixed menu bsharkMiniMenu topmenu">
|
||||
<a class="item" id="logolink" href="/">
|
||||
<b>
|
||||
<?php echo $OJ_NAME; ?>
|
||||
</b>
|
||||
</a>
|
||||
<div class="right menu">
|
||||
<div class="ui dropdown item">
|
||||
<i class="sidebar icon"></i>
|
||||
<div class="menu">
|
||||
<a class="item<?php if ($url == '')
|
||||
echo ' active'; ?>" href="./">
|
||||
<?php echo $MSG_HOME ?>
|
||||
</a>
|
||||
<a class="item<?php if ($url == 'faqs.php')
|
||||
echo ' active'; ?>" href="./faqs.php">
|
||||
<?php echo $MSG_FAQ ?>
|
||||
</a>
|
||||
<?php
|
||||
if (isset($OJ_BBS) && $OJ_BBS) {
|
||||
?>
|
||||
<a class="item<?php if ($dir == "discuss3")
|
||||
echo " active"; ?>" href="<?php echo $path_fix; ?>bbs.php">
|
||||
<?php echo $MSG_BBS ?>
|
||||
</a>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<a class="item<?php if ($url == 'problemset.php')
|
||||
echo ' active'; ?>" href="./problemset.php">
|
||||
<?php echo $MSG_PROBLEMS ?>
|
||||
</a>
|
||||
<a class="item<?php if ($url == "category.php")
|
||||
echo " active"; ?>" href="<?php echo $path_fix ?>category.php"><span class="glyphicon glyphicon-th"
|
||||
aria-hidden="true"></span>
|
||||
<?php echo $MSG_SOURCE ?>
|
||||
</a>
|
||||
<a class="item<?php if ($url == 'contest.php')
|
||||
echo ' active'; ?>" href="./contest.php">
|
||||
<?php echo $MSG_CONTEST ?>
|
||||
</a>
|
||||
<a class="item<?php if ($url == 'status.php')
|
||||
echo ' active'; ?>" href="./status.php">
|
||||
<?php echo $MSG_STATUS ?>
|
||||
</a>
|
||||
<a class="item<?php if ($url == 'ranklist.php')
|
||||
echo ' active'; ?>" href="./ranklist.php">
|
||||
<?php echo $MSG_RANKLIST ?>
|
||||
</a>
|
||||
<div class="divider"></div>
|
||||
<div class="item">
|
||||
<i class="angle left icon"></i>
|
||||
<span class="float right">
|
||||
<?php echo $MSG_LANG; ?>
|
||||
</span>
|
||||
<div class="menu">
|
||||
<a class="item" href="./setlang.php?lang=cn">中文</a>
|
||||
<a class="item" href="./setlang.php?lang=en">English</a>
|
||||
<a class="item" href="./setlang.php?lang=ug">ئۇيغۇرچە</a>
|
||||
<a class="item" href="./setlang.php?lang=fa">فارسی</a>
|
||||
<a class="item" href="./setlang.php?lang=th">ไทย</a>
|
||||
<a class="item" href="./setlang.php?lang=ko">한국어</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
if (isset($_SESSION[$OJ_NAME . '_' . 'user_id'])) {
|
||||
?>
|
||||
<div class="item">
|
||||
<i class="angle left icon"></i>
|
||||
<?php $if_new_mail = count(pdo_query('select * from `mail` where `to_user`=? and `new_mail`=1', $_SESSION[$OJ_NAME . '_' . 'user_id'])) > 0 ? 1 : 0; ?>
|
||||
<?php echo $_SESSION[$OJ_NAME . '_' . 'user_id']; ?>
|
||||
<div class="menu">
|
||||
<a class="item" href="./userinfo.php?user=<?php echo $_SESSION[$OJ_NAME . '_' . 'user_id']; ?>">
|
||||
<?php echo $MSG_USERINFO; ?>
|
||||
</a>
|
||||
<a class="item" href="./modifypage.php">
|
||||
<?php echo $MSG_REG_INFO; ?>
|
||||
</a>
|
||||
<a class="item" href="./mail.php" style="position:relative">
|
||||
<?php echo $MSG_MAIL; ?>
|
||||
<?php if ($if_new_mail) { ?>(有新消息)<?php } ?>
|
||||
</a>
|
||||
<a class="item" href="./logout.php">
|
||||
<?php echo $MSG_LOGOUT; ?>
|
||||
</a>
|
||||
<?php
|
||||
if ($_SESSION[$OJ_NAME . '_' . 'administrator']) {
|
||||
?>
|
||||
|
||||
<a class="item" href="./swadmin">
|
||||
<?php echo $MSG_ADMIN; ?>
|
||||
</a>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
<a class="item" href="./loginpage.php">
|
||||
<?php echo $MSG_LOGIN; ?>
|
||||
</a>
|
||||
<a class="item" href="./registerpage.php">
|
||||
<?php echo $MSG_REGISTER; ?>
|
||||
</a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
308
web/template/bshark/problem.php
Normal file
308
web/template/bshark/problem.php
Normal file
@@ -0,0 +1,308 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_PROBLEM; ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
<?php if (isset($OJ_MATHJAX) && $OJ_MATHJAX) { ?>
|
||||
<!--以下为了加载公式的使用而既加入-->
|
||||
<script>
|
||||
MathJax = {
|
||||
tex: { inlineMath: [['$', '$'], ['\\(', '\\)']] }
|
||||
};
|
||||
</script>
|
||||
|
||||
<script id="MathJax-script" async src="template/<?php echo $OJ_TEMPLATE ?>/tex-chtml.js"></script>
|
||||
|
||||
<?php } ?>
|
||||
<style>
|
||||
h4 {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 24px;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.card-body h2 {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.card-body h4 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.card-body h4:not(:first-child) {
|
||||
margin-top: 32px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
<div class="ui container bsharkMain">
|
||||
<div class="ui stackable grid">
|
||||
<div class="eleven wide column">
|
||||
<div class="card">
|
||||
<!--StartMarkForVirtualJudge-->
|
||||
<div class="card-body">
|
||||
<div class="problemHead">
|
||||
<?php
|
||||
if ($pr_flag) {
|
||||
echo "<h1>#$id. " . $row['title'] . "</h1>";
|
||||
} else {
|
||||
//$PID="ABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
||||
$id = $row['problem_id'];
|
||||
echo "<h1>$MSG_PROBLEM " . $PID[$pid] . ". " . $row['title'] . "</h1>";
|
||||
}
|
||||
if ($row['spj'])
|
||||
echo $MSG_SPJ . '/';
|
||||
?>
|
||||
<div class="ui teal label vTooltip">
|
||||
<i class="book icon"></i>
|
||||
<?php echo $row['spj'] ? "SPJ" : "传统题"; ?>
|
||||
<span class="vTooltiptext">评测方式</span>
|
||||
</div>
|
||||
<div class="ui orange label vTooltip">
|
||||
<i class="clock icon"></i>
|
||||
<?php echo $row['time_limit']; ?>s
|
||||
<span class="vTooltiptext"><?php echo $MSG_Time_Limit; ?></span>
|
||||
</div>
|
||||
<div class="ui violet label vTooltip">
|
||||
<i class="memory icon"></i>
|
||||
<?php echo $row['memory_limit']; ?>MB
|
||||
<span class="vTooltiptext"><?php echo $MSG_Memory_Limit; ?></span>
|
||||
</div>
|
||||
<?php if (!isset($OJ_OI_MODE) || !$OJ_OI_MODE) { ?>
|
||||
<div class="ui blue label">
|
||||
<i class="paper plane icon"></i>
|
||||
<?php echo $row['submit']; ?>
|
||||
<?php echo $MSG_SUBMIT; ?>
|
||||
</div>
|
||||
<div class="ui green label">
|
||||
<i class="check icon"></i>
|
||||
<?php echo $row['accepted']; ?>
|
||||
<?php echo $MSG_SOVLED; ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<div class="ui divider"></div>
|
||||
<?php
|
||||
if ($row['description']) {
|
||||
?>
|
||||
<h4>
|
||||
<?php echo $MSG_Description; ?>
|
||||
</h4>
|
||||
<?php
|
||||
echo "<span id='description'>".bbcode_to_html($row['description'])."</span>";
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
if ($row['input']) {
|
||||
?>
|
||||
<h4>
|
||||
<?php echo $MSG_Input; ?>
|
||||
</h4>
|
||||
<?php
|
||||
echo "<span id='input'>".bbcode_to_html($row['input'])."</span>";
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
if ($row['output']) {
|
||||
?>
|
||||
<h4>
|
||||
<?php echo $MSG_Output; ?>
|
||||
</h4>
|
||||
<?php
|
||||
echo "<span id='output'>".bbcode_to_html($row['output'])."</span>";
|
||||
}
|
||||
$sinput = str_replace("<", "<", $row['sample_input']);
|
||||
$sinput = str_replace(">", ">", $sinput);
|
||||
$soutput = str_replace("<", "<", $row['sample_output']);
|
||||
$soutput = str_replace(">", ">", $soutput);
|
||||
?>
|
||||
<div class="row" style="margin-top: 12px">
|
||||
<div class="col-md-6">
|
||||
<div id="qwqs1">
|
||||
<?php
|
||||
if (strlen($sinput)) {
|
||||
?>
|
||||
<h4><?php echo $MSG_Sample_Input; ?><a class="ui mini blue button"
|
||||
href="javascript:void(0)" id="qwqa1">复制</a></h4>
|
||||
<blockquote id="sampleInput">
|
||||
<pre id='sinput'><?php
|
||||
echo $sinput . "</pre></blockquote>";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div id="qwqs2">
|
||||
<?php
|
||||
if (strlen($soutput)) {
|
||||
?><h4><?php echo $MSG_Sample_Output; ?><a class="ui mini blue button"
|
||||
href="javascript:void(0)" id="qwqa2">复制</a></h4><blockquote id="sampleOutput"><pre id=soutput ><?php
|
||||
echo $soutput . '</pre></blockquote>';
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
if ($row['hint']) {
|
||||
?><h4><?php echo $MSG_HINT; ?></h4><?php
|
||||
echo "<span id=hint >".bbcode_to_html($row['hint'])."</span>";
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
if ($pr_flag) {
|
||||
echo "<h4>$MSG_Source</h4>";
|
||||
$cats = explode(" ", $row['source']);
|
||||
foreach ($cats as $cat) {
|
||||
echo "<a href='problemset.php?search=" . urlencode(htmlentities($cat, ENT_QUOTES, 'utf-8')) . "'>" . htmlentities($cat, ENT_QUOTES, 'utf-8') . "</a> ";
|
||||
}
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<!--EndMarkForVirtualJudge-->
|
||||
</div>
|
||||
</div>
|
||||
<div class="five wide column">
|
||||
<div class="card" style="padding: 0;">
|
||||
<div class="ui vertical fluid menu problemAction">
|
||||
<a href="<?php if ($pr_flag) {
|
||||
echo "submitpage.php?id=$id";
|
||||
} else {
|
||||
echo "submitpage.php?cid=$cid&pid=$pid&langmask=$langmask";
|
||||
} ?>" class="item" aria-current="true">
|
||||
<?php echo $MSG_SUBMIT; ?>
|
||||
</a>
|
||||
<?php if (!$pr_flag)
|
||||
echo "<a class='item' href='contest.php?cid=$cid'>$MSG_PROBLEM$MSG_LIST</a>";
|
||||
?>
|
||||
<a href="<?php echo "status.php?problem_id=" . $row['problem_id']; ?>" class="item"><?php echo $MSG_STATUS; ?></a>
|
||||
<?php
|
||||
if (isset($_SESSION[$OJ_NAME . '_' . 'administrator']) || isset($_SESSION[$OJ_NAME . '_' . 'problem_manager'])) {
|
||||
require_once("include/set_get_key.php");
|
||||
?>
|
||||
<a href="swadmin/problem_edit.php?id=<?php echo $id ?>&getkey=<?php echo $_SESSION[$OJ_NAME . '_' . 'getkey'] ?>" class="item"><?php echo $MSG_EDIT; ?></a>
|
||||
<a href='javascript:phpfm(<?php echo $row['problem_id']; ?>)' class="item"><?php echo $MSG_TESTDATA; ?></a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
<script>
|
||||
function phpfm(pid) {
|
||||
//alert(pid);
|
||||
$.post("admin/phpfm.php", {
|
||||
'frame': 3,
|
||||
'pid': pid,
|
||||
'pass': ''
|
||||
}, function (data, status) {
|
||||
if (status == "success") {
|
||||
document.location.href = "admin/phpfm.php?frame=3&pid=" + pid;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
$(document).ready(function () {
|
||||
<?php if (isset($OJ_MARKDOWN) && $OJ_MARKDOWN) { ?>
|
||||
$("div.md").each(function () {
|
||||
$(this).html(marked.parse($(this).html()));
|
||||
});
|
||||
<?php } ?>
|
||||
|
||||
});
|
||||
|
||||
function CopyToClipboard(input) {
|
||||
var textToClipboard = input;
|
||||
|
||||
var success = true;
|
||||
if (window.clipboardData) { // Internet Explorer
|
||||
window.clipboardData.setData("Text", textToClipboard);
|
||||
}
|
||||
else {
|
||||
// create a temporary element for the execCommand method
|
||||
var forExecElement = CreateElementForExecCommand(textToClipboard);
|
||||
|
||||
/* Select the contents of the element
|
||||
(the execCommand for 'copy' method works on the selection) */
|
||||
SelectContent(forExecElement);
|
||||
|
||||
var supported = true;
|
||||
|
||||
// UniversalXPConnect privilege is required for clipboard access in Firefox
|
||||
try {
|
||||
if (window.netscape && netscape.security) {
|
||||
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
|
||||
}
|
||||
|
||||
// Copy the selected content to the clipboard
|
||||
// Works in Firefox and in Safari before version 5
|
||||
success = document.execCommand("copy", false, null);
|
||||
}
|
||||
catch (e) {
|
||||
success = false;
|
||||
}
|
||||
|
||||
// remove the temporary element
|
||||
document.body.removeChild(forExecElement);
|
||||
}
|
||||
|
||||
if (success) {
|
||||
console.log("Success");
|
||||
}
|
||||
else {
|
||||
console.log("Can't");
|
||||
}
|
||||
}
|
||||
|
||||
function CreateElementForExecCommand(textToClipboard) {
|
||||
var forExecElement = document.createElement("pre");
|
||||
// place outside the visible area
|
||||
forExecElement.style.position = "absolute";
|
||||
forExecElement.style.left = "-10000px";
|
||||
forExecElement.style.top = "-10000px";
|
||||
// write the necessary text into the element and append to the document
|
||||
forExecElement.textContent = textToClipboard;
|
||||
document.body.appendChild(forExecElement);
|
||||
// the contentEditable mode is necessary for the execCommand method in Firefox
|
||||
forExecElement.contentEditable = true;
|
||||
|
||||
return forExecElement;
|
||||
}
|
||||
|
||||
function SelectContent(element) {
|
||||
// first create a range
|
||||
var rangeToSelect = document.createRange();
|
||||
rangeToSelect.selectNodeContents(element);
|
||||
|
||||
// select the contents
|
||||
var selection = window.getSelection();
|
||||
selection.removeAllRanges();
|
||||
selection.addRange(rangeToSelect);
|
||||
}
|
||||
$('#qwqa1').click(function () {
|
||||
CopyToClipboard($('#sampleInput').text());
|
||||
Toast.fire({
|
||||
icon: "success",
|
||||
title: "样例输入复制成功"
|
||||
});
|
||||
});
|
||||
$('#qwqa2').click(function () {
|
||||
CopyToClipboard($('#sampleOutput').text());
|
||||
Toast.fire({
|
||||
icon: "success",
|
||||
title: "样例输出复制成功"
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
163
web/template/bshark/problemset.php
Normal file
163
web/template/bshark/problemset.php
Normal file
@@ -0,0 +1,163 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_PROBLEMS; ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
<div class="ui container bsharkMain">
|
||||
<div class="ui stackable grid">
|
||||
<div class="eleven wide column">
|
||||
<div class='card'>
|
||||
<div class="card-body">
|
||||
<table class="ui single line fluid unstackable compact table">
|
||||
<thead>
|
||||
<tr class='toprow'>
|
||||
<th style="width: 1px"></th>
|
||||
<th class='one wide'>
|
||||
id
|
||||
</th>
|
||||
<th>
|
||||
<?php echo $MSG_TITLE ?>
|
||||
</th>
|
||||
<th class='one wide'>
|
||||
<?php echo $MSG_SOURCE ?>
|
||||
</th>
|
||||
<th class='one wide' style="cursor:hand">
|
||||
<?php echo $MSG_AC ?>
|
||||
</th>
|
||||
<th class='one wide' style="cursor:hand">
|
||||
<?php echo $MSG_SUBMIT ?>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php
|
||||
$cnt = 0;
|
||||
foreach ($view_problemset as $row) {
|
||||
echo "<tr>";
|
||||
$i = 0;
|
||||
foreach ($row as $table_cell) {
|
||||
if ($i == 1 || $i == 3)
|
||||
echo "<td class='hidden-xs'";
|
||||
else
|
||||
echo "<td";
|
||||
if (trim($table_cell) == "<div class='label label-danger'>N</div>")
|
||||
echo " class='left red marked'";
|
||||
if (trim($table_cell) == "<div class='label label-success'>Y</div>")
|
||||
echo " class='left green marked'";
|
||||
echo ">";
|
||||
if (
|
||||
trim($table_cell) != "<div class='label label-danger'>N</div>" &&
|
||||
trim($table_cell) != "<div class='label label-success'>Y</div>"
|
||||
)
|
||||
echo "\t" . $table_cell;
|
||||
echo "</td>";
|
||||
$i++;
|
||||
}
|
||||
echo "</tr>";
|
||||
$cnt = 1 - $cnt;
|
||||
}
|
||||
?>
|
||||
</tbody>
|
||||
</table>
|
||||
<?php if (!$_GET["search"]) { ?>
|
||||
<div class="ui container center aligned">
|
||||
<div class="ui borderless tiny menu pagination">
|
||||
<a class="icon item" href="problemset.php?page=1"><i class="angle double left icon"></i></a>
|
||||
<?php
|
||||
if (!isset($page))
|
||||
$page = 1;
|
||||
$page = intval($page);
|
||||
$section = 8;
|
||||
$start = $page > $section ? $page - $section : 1;
|
||||
$end = $page + $section > $view_total_page ? $view_total_page : $page + $section;
|
||||
for ($i = $start; $i <= $end; $i++) {
|
||||
echo "<a class='" . ($page == $i ? "active " : "") . "item' href='problemset.php?page=" . $i . "'>" . $i . "</a>";
|
||||
}
|
||||
?>
|
||||
<a class="icon item" href="problemset.php?page=<?php echo $view_total_page ?>"><i class="angle double right icon"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="five wide column">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2 class="ui header">
|
||||
<?php echo $MSG_SEARCH; ?>
|
||||
</h2>
|
||||
<div class="row">
|
||||
<div colspan='1' class="col-md-12">
|
||||
<form action='problemset.php'>
|
||||
<div class="ui left icon fluid input">
|
||||
<input type="text" name="search" placeholder='keyword'>
|
||||
<i class="search icon"></i>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div colspan='1' class="col-md-12">
|
||||
<form action='problem.php' >
|
||||
<div class="ui left icon fluid input">
|
||||
<input type="text" name="id" placeholder='ID'>
|
||||
<i class="search icon"></i>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php if ($THEME_SHOW_CATEGORY == true) { ?>
|
||||
<br>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2 class="ui header"><?php echo $MSG_SOURCE; ?></h2>
|
||||
<?php $view_category = "";
|
||||
$sql = "select distinct source "
|
||||
. "FROM `problem` where defunct='N'"
|
||||
. "LIMIT 500";
|
||||
$result = pdo_query($sql);
|
||||
$category = array();
|
||||
foreach ($result as $row) {
|
||||
$cate = explode(" ", $row['source']);
|
||||
foreach ($cate as $cat) {
|
||||
array_push($category, trim($cat));
|
||||
}
|
||||
}
|
||||
$category = array_unique($category);
|
||||
if (!$result) {
|
||||
$view_category = "No Category Now!";
|
||||
} else {
|
||||
foreach ($category as $cat) {
|
||||
if (trim($cat) == "")
|
||||
continue;
|
||||
$hash_num = hexdec(substr(md5($cat), 0, 7));
|
||||
$label_theme = $color_theme[$hash_num % count($color_theme)];
|
||||
if ($label_theme == "")
|
||||
$label_theme = "default";
|
||||
$view_category .= "<a class='badge badge-$label_theme' href='problemset.php?search=" . urlencode(htmlentities($cat, ENT_QUOTES, 'UTF-8')) . "'>" . $cat . "</a> ";
|
||||
}
|
||||
}
|
||||
echo $view_category;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
109
web/template/bshark/ranklist.php
Normal file
109
web/template/bshark/ranklist.php
Normal file
@@ -0,0 +1,109 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_RANKLIST; ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
<?php
|
||||
function deleteFkingOriginStyle($e)
|
||||
{
|
||||
return substr($e, 18, -6);
|
||||
}
|
||||
?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
<div class="ui container bsharkMain">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2>
|
||||
<?php echo $MSG_RANKLIST; ?>
|
||||
</h2>
|
||||
<div class="ui borderless tiny menu pagination">
|
||||
<a href=ranklist.php?scope=d class="item">Day</a>
|
||||
<a href=ranklist.php?scope=w class="item">Week</a>
|
||||
<a href=ranklist.php?scope=m class="item">Month</a>
|
||||
<a href=ranklist.php?scope=y class="item">Year</a>
|
||||
</div>
|
||||
<form class="ui form" action="ranklist.php">
|
||||
<div class="inline field">
|
||||
<div class="ui action input">
|
||||
<input type="text" name="prefix"
|
||||
value="<?php echo htmlentities(isset($_GET['prefix']) ? $_GET['prefix'] : "", ENT_QUOTES, "utf-8") ?>"
|
||||
placeholder="<?php echo $MSG_USER ?>">
|
||||
<button class="ui button">
|
||||
<?php echo $MSG_SEARCH; ?>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<div class="ui container center aligned">
|
||||
<div class="ui borderless tiny menu pagination">
|
||||
<?php
|
||||
$nowStart = 0;
|
||||
if (isset($_GET["start"]))
|
||||
$nowStart = intval($_GET["start"]);
|
||||
$qs = "";
|
||||
if (isset($_GET['prefix'])) {
|
||||
$qs .= "&prefix=" . htmlentities($_GET['prefix'], ENT_QUOTES, "utf-8");
|
||||
}
|
||||
if (isset($scope)) {
|
||||
$qs .= "&scope=" . htmlentities($scope, ENT_QUOTES, "utf-8");
|
||||
}
|
||||
|
||||
for ($i = 0; $i < $view_total; $i += $page_size) {
|
||||
echo "<a class='item";
|
||||
if (strval($i) == $nowStart)
|
||||
echo " active";
|
||||
echo "' href='./ranklist.php?start=" . strval($i) . $qs . "'>";
|
||||
echo strval($i + 1);
|
||||
echo "-";
|
||||
echo strval($i + $page_size);
|
||||
echo "</a>";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui stackable three column grid">
|
||||
<?php
|
||||
foreach ($view_rank as $row) {
|
||||
?>
|
||||
<div class="column">
|
||||
<div class="card card-rank">
|
||||
<div class="card-body">
|
||||
<h1 class="rank-title">
|
||||
<?php echo $row[1]; ?>
|
||||
</h1>
|
||||
<div class="rank-school">
|
||||
<?php echo $row[2]; ?>
|
||||
</div>
|
||||
<span class="ui green label rank-stat">
|
||||
<i class="icon check"></i>
|
||||
<?php echo deleteFkingOriginStyle($row[3]); ?>
|
||||
<?php echo $MSG_SOVLED; ?>
|
||||
</span>
|
||||
<span class="ui yellow label rank-stat">
|
||||
<i class="icon paper plane"></i>
|
||||
<?php echo deleteFkingOriginStyle($row[4]); ?>
|
||||
<?php echo $MSG_SUBMIT; ?>
|
||||
</span>
|
||||
</div>
|
||||
<span class="rank">#<?php echo $row[0]; ?></span>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
3
web/template/bshark/readme.md
Normal file
3
web/template/bshark/readme.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## Hustoj BShark主题
|
||||
|
||||
demo: [MasterOJ](http://masteroj.hustoj.com)
|
||||
166
web/template/bshark/registerpage.php
Normal file
166
web/template/bshark/registerpage.php
Normal file
@@ -0,0 +1,166 @@
|
||||
<?php
|
||||
require("./include/set_get_key.php");
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_REGISTER; ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
<style>
|
||||
body {
|
||||
background-image: url(<?php echo $THEME_LOGIN_BG; ?>);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
background-color: #464646;
|
||||
}
|
||||
|
||||
.input-o {
|
||||
background-color: rgba(255, 255, 255, .3);
|
||||
width: 300px;
|
||||
height: 40px;
|
||||
border-radius: 20px;
|
||||
border: 2px solid rgba(255, 255, 255, 0.2);
|
||||
padding: 5px 20px;
|
||||
color: #fff !important;
|
||||
margin-bottom: 20px;
|
||||
transition: all 0.5s;
|
||||
backdrop-filter: blur(3px);
|
||||
}
|
||||
|
||||
.input-o:hover {
|
||||
border: 2px solid rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.input-o input {
|
||||
background-color: rgba(0, 0, 0, 0) !important;
|
||||
outline: 0;
|
||||
border: 0;
|
||||
line-height: 26px;
|
||||
width: 220px;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.button-login {
|
||||
background-color: #0067f4;
|
||||
color: #fff;
|
||||
border: 0;
|
||||
height: 40px;
|
||||
width: 300px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.is-valid {
|
||||
border: 2px solid rgba(71, 175, 80, 0.5) !important;
|
||||
}
|
||||
|
||||
input::-webkit-input-placeholder {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
input:-moz-placeholder {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
input:-ms-input-placeholder {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
.more-links {
|
||||
display: block;
|
||||
width: 300px;
|
||||
margin-top: 20px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.more-links a {
|
||||
color: #ccc;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<center>
|
||||
<div style="margin-top:20px;">
|
||||
<h2 style="color:#fff">
|
||||
<?php echo $MSG_REGISTER; ?>
|
||||
</h2>
|
||||
<form action="/register.php" method="post" role="form">
|
||||
<div class="input-o" style="display:inline-block">
|
||||
<i class="iconfont icon-user"></i>
|
||||
<input placeholder="<?php echo $MSG_USER_ID; ?>" autocomplete="off" name="user_id" type="text">
|
||||
</div>
|
||||
<br>
|
||||
<div class="input-o" style="display:inline-block">
|
||||
<i class="iconfont icon-user"></i>
|
||||
<input placeholder="<?php echo $MSG_NICK; ?>" autocomplete="off" name="nick" type="text">
|
||||
</div>
|
||||
<br>
|
||||
<div class="input-o" style="display:inline-block">
|
||||
<i class="iconfont icon-key"></i>
|
||||
<input placeholder="<?php echo $MSG_PASSWORD; ?>" autocomplete="new-password" type="password"
|
||||
name="password">
|
||||
</div>
|
||||
<br>
|
||||
<div class="input-o" style="display:inline-block">
|
||||
<i class="iconfont icon-key"></i>
|
||||
<input placeholder="<?php echo $MSG_REPEAT_PASSWORD; ?>" autocomplete="new-password" type="password"
|
||||
name="rptpassword">
|
||||
</div>
|
||||
<br>
|
||||
<div class="input-o" style="display:inline-block">
|
||||
<i class="iconfont icon-shu"></i>
|
||||
<input placeholder="<?php echo $MSG_SCHOOL; ?>" autocomplete="off" type="text" name="school"
|
||||
required>
|
||||
</div>
|
||||
<br>
|
||||
<div class="input-o" style="display:inline-block">
|
||||
<i class="iconfont icon-mail"></i>
|
||||
<input placeholder="<?php echo $MSG_EMAIL; ?>" autocomplete="off" type="email" name="email"
|
||||
required>
|
||||
</div>
|
||||
<br>
|
||||
<?php if ($OJ_VCODE) { ?>
|
||||
<div class="input-o" style="position: relative;">
|
||||
<i class="iconfont icon-ecurityCode"></i>
|
||||
<input name="vcode" placeholder="<?php echo $MSG_VCODE; ?>" type="text" autocomplete=off >
|
||||
<img id="vcode-img" src="vcode.php" onclick="this.src='vcode.php?'+Math.random()" height="26px"
|
||||
style="position: absolute; right: 10px; ">
|
||||
</div>
|
||||
<?php } ?>
|
||||
<button class="button-login">
|
||||
<?php echo $MSG_REGISTER; ?>
|
||||
</button>
|
||||
<div class="more-links">
|
||||
<div class="ui two column grid">
|
||||
<div class="column left aligned">
|
||||
<a href="<?php echo $OJ_HOME; ?>">返回<?php echo $MSG_HOME; ?></a>
|
||||
</div>
|
||||
<div class="column right aligned">
|
||||
<a href="loginpage.php">
|
||||
<?php echo $MSG_LOGIN . $MSG_USER; ?>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<script src="<?php echo $OJ_CDN_URL ?>/include/md5-min.js"></script>
|
||||
<script>
|
||||
function jsMd5() {
|
||||
if ($("input[name=password]").val() == "") return false;
|
||||
$("input[name=password]").val(hex_md5($("input[name=password]").val()));
|
||||
return true;
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
</center>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
151
web/template/bshark/reinfo.php
Normal file
151
web/template/bshark/reinfo.php
Normal file
@@ -0,0 +1,151 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title><?php echo $MSG_ERROR_INFO; ?> - <?php echo $OJ_NAME; ?></title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
<div class="ui container bsharkMain">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2><?php echo $MSG_ERROR_INFO; ?></h2>
|
||||
<div class="card" style="box-shadow:0px 2px 4px #ddd;">
|
||||
<div class="card-body">
|
||||
<pre><code><?php echo $view_reinfo ?></code></pre>
|
||||
</div>
|
||||
</div>
|
||||
<span style="display:none" id="errtxt"><?php echo $view_reinfo; ?></span><br>
|
||||
<button class="ui button" onclick="explain();this.style.display='none';">显示辅助信息</button>
|
||||
<div id='errexp'></div>
|
||||
<script>
|
||||
var pats = new Array();
|
||||
var exps = new Array();
|
||||
pats[0] = /A Not allowed system call.* /;
|
||||
exps[0] = "<?php echo $MSG_A_NOT_ALLOWED_SYSTEM_CALL ?>";
|
||||
pats[1] = /Segmentation fault/;
|
||||
exps[1] = "<?php echo $MSG_SEGMETATION_FAULT ?>";
|
||||
pats[2] = /Floating point exception/;
|
||||
exps[2] = "<?php echo $MSG_FLOATING_POINT_EXCEPTION ?>";
|
||||
pats[3] = /buffer overflow detected/;
|
||||
exps[3] = "<?php echo $MSG_BUFFER_OVERFLOW_DETECTED ?>";
|
||||
pats[4] = /Killed/;
|
||||
exps[4] = "<?php echo $MSG_PROCESS_KILLED ?>";
|
||||
pats[5] = /Alarm clock/;
|
||||
exps[5] = "<?php echo $MSG_ALARM_CLOCK ?>";
|
||||
pats[6] = /CALLID:20/;
|
||||
exps[6] = "<?php echo $MSG_CALLID_20 ?>";
|
||||
pats[7] = /ArrayIndexOutOfBoundsException/;
|
||||
exps[7] = "<?php echo $MSG_ARRAY_INDEX_OUT_OF_BOUNDS_EXCEPTION ?>";
|
||||
pats[8] = /StringIndexOutOfBoundsException/;
|
||||
exps[8] = "<?php echo $MSG_STRING_INDEX_OUT_OF_BOUNDS_EXCEPTION ?>";
|
||||
function explain() {
|
||||
var errmsg = $("#errtxt").text();
|
||||
var expmsg = "";
|
||||
for (var i = 0; i < pats.length; i++) {
|
||||
var pat = pats[i];
|
||||
var exp = exps[i];
|
||||
var ret = pat.exec(errmsg);
|
||||
if (ret) {
|
||||
expmsg += ret + " : " + exp + "<br><div class='ui header'></div>";
|
||||
}
|
||||
}
|
||||
document.getElementById("errexp").innerHTML = expmsg;
|
||||
}
|
||||
|
||||
explain();
|
||||
</script>
|
||||
<?php if(isset($OJ_MARKDOWN)&&$OJ_MARKDOWN){ ?>
|
||||
<script src="<?php echo $OJ_CDN_URL.$path_fix."template/bs3/"?>marked.min.js"></script>
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
marked.use({
|
||||
// 开启异步渲染
|
||||
async: true,
|
||||
pedantic: false,
|
||||
gfm: true,
|
||||
mangle: false,
|
||||
headerIds: false
|
||||
});
|
||||
$("#errtxt").each(function(){
|
||||
$(this).html(marked.parse($(this).html()));
|
||||
});
|
||||
// adding note for ```input1 ```output1 in description
|
||||
for(let i=1;i<10;i++){
|
||||
$(".language-input"+i).parent().before("<div><?php echo $MSG_Input?>"+i+":</div>");
|
||||
$(".language-output"+i).parent().before("<div><?php echo $MSG_Output?>"+i+":</div>");
|
||||
}
|
||||
|
||||
|
||||
$("#errtxt table").addClass("ui mini-table cell striped");
|
||||
$("#errtxt table tr:odd td").css({
|
||||
"border": "1px solid grey",
|
||||
"text-align": "center",
|
||||
"width": "200px",
|
||||
"background-color": "#8521d022",
|
||||
"height": "30px"
|
||||
});
|
||||
$("#errtxt table tr:even td").css({
|
||||
"border": "1px solid grey",
|
||||
"text-align": "center",
|
||||
"width": "200px",
|
||||
"background-color": "#2185d022",
|
||||
"height": "30px"
|
||||
});
|
||||
$("#errtxt table th").css({
|
||||
"border": "1px solid grey",
|
||||
"width": "200px",
|
||||
"height": "30px",
|
||||
"background-color": "#2185d088",
|
||||
"text-align": "center"
|
||||
});
|
||||
<?php
|
||||
if(isset($OJ_DOWNLOAD)&&$OJ_DOWNLOAD){
|
||||
if(isset($OJ_DL_1ST_WA_ONLY) && $OJ_DL_1ST_WA_ONLY){
|
||||
?>
|
||||
let down=$($("#errtxt").find("h2")[0]);
|
||||
let filename=down.text();
|
||||
down.html("<a href='download.php?sid=<?php echo $id?>&name=" + filename+ "'>" + filename+ "</a>");
|
||||
<?php
|
||||
}else{
|
||||
?>
|
||||
$("#errtxt").find("h2").each(function(){
|
||||
let down=$(this);
|
||||
let filename=down.text();
|
||||
console.log(filename);
|
||||
down.html("<a href='download.php?sid=<?php echo $id?>&name=" + filename+ "'>" + filename+ "</a>");
|
||||
});
|
||||
|
||||
<?php
|
||||
}
|
||||
}
|
||||
?>
|
||||
$("th").each(function(){
|
||||
let html=$(this).html();
|
||||
html=html.replace("Expected","<?php echo $MSG_EXPECTED ?>");
|
||||
html=html.replace("Yours","<?php echo $MSG_YOURS ?>");
|
||||
html=html.replace("filename","<?php echo $MSG_FILENAME ?>");
|
||||
html=html.replace("size","<?php echo $MSG_SIZE ?>");
|
||||
html=html.replace("result","<?php echo $MSG_RESULT ?>");
|
||||
html=html.replace("memory","<?php echo $MSG_MEMORY?>");
|
||||
html=html.replace("time","<?php echo $MSG_TIME ?>");
|
||||
$(this).html(html);
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
138
web/template/bshark/showsource.php
Normal file
138
web/template/bshark/showsource.php
Normal file
@@ -0,0 +1,138 @@
|
||||
<?php
|
||||
$color = array(
|
||||
0 => 'grey',
|
||||
1 => 'grey',
|
||||
2 => 'grey',
|
||||
3 => 'grey',
|
||||
4 => 'green',
|
||||
5 => 'red',
|
||||
6 => 'red',
|
||||
7 => 'yellow',
|
||||
8 => 'blue',
|
||||
9 => '',
|
||||
10 => 'yellow',
|
||||
11 => 'yellow'
|
||||
);
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>
|
||||
<?php echo $MSG_SOURCE_CODE; ?> - <?php echo $OJ_NAME; ?>
|
||||
</title>
|
||||
<?php require("./template/bshark/header-files.php"); ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require("./template/bshark/nav.php"); ?>
|
||||
<div class="ui container bsharkMain">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h2>
|
||||
<?php echo $MSG_SOURCE_CODE; ?> <?php echo $id; ?>
|
||||
</h2>
|
||||
<h5>
|
||||
<?php echo $MSG_RESULT; ?>: <span class="ui label" id="status_show">加载中</span>
|
||||
</h5>
|
||||
<table class="ui very basic table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th width=20%>题目</th>
|
||||
<td width=30%><a href="problem.php?id=<?php echo $sproblem_id; ?>">P<?php echo $sproblem_id; ?></a></td>
|
||||
<th width=20%>语言</th>
|
||||
<td width=30%>
|
||||
<?php echo $language_name[$slanguage]; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th width=20%>用户</th>
|
||||
<td width=30%><a href="userinfo.php?user=<?php echo $suser_id; ?>">
|
||||
<?php echo $suser_id; ?>
|
||||
</a></td>
|
||||
<th width=20%>时间</th>
|
||||
<td width=30% id="stime">加载中</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th width=20%>提交时间</th>
|
||||
<td width=30%>
|
||||
<?php echo $sin_date; ?>
|
||||
</td>
|
||||
<th width=20%>空间</th>
|
||||
<td width=30% id='smemory'>加载中</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<?php
|
||||
echo "<div class=\"card\" style=\"box-shadow:0px 3px 3px #ddd;\"><div class=\"card-body\"><pre><code class=\"" . $language_name[$slanguage] . ";\">";
|
||||
if ($ok != true)
|
||||
echo $MSG_WARNING_ACCESS_DENIED;
|
||||
else
|
||||
echo htmlentities(str_replace("\n\r", "\n", $view_source), ENT_QUOTES, "utf-8") . "\n" . $auth;
|
||||
echo "</div></div></code></pre>";
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php require("./template/bshark/footer.php"); ?>
|
||||
<?php require("./template/bshark/footer-files.php"); ?>
|
||||
|
||||
<script>
|
||||
var judge_result = [<?php
|
||||
foreach ($judge_result as $result) {
|
||||
echo "'$result',";
|
||||
}
|
||||
?> ''];
|
||||
var color = [<?php
|
||||
foreach ($color as $result) {
|
||||
echo "'$result',";
|
||||
}
|
||||
?> ''];
|
||||
var fresh_res = <?php echo $sresult; ?>;
|
||||
var is_look = 1;
|
||||
if (is_look == 0) fresh_res = '----';
|
||||
if (is_look == 1) {
|
||||
document.getElementById("status_show").innerHTML = judge_result[fresh_res];
|
||||
document.getElementById("stime").innerHTML = stime + '';
|
||||
document.getElementById("smemory").innerHTML = smemory + '';
|
||||
document.getElementById("status_show").className = "badge badge-" + color[fresh_res];
|
||||
}
|
||||
else {
|
||||
document.getElementById("status_show").innerHTML = "----";
|
||||
document.getElementById("stime").innerHTML = "----";
|
||||
document.getElementById("smemory").innerHTML = "----";
|
||||
document.getElementById("status_show").className = "badge badge-secondary";
|
||||
}
|
||||
var out = setInterval(getData, 500);
|
||||
function getData() {
|
||||
if (fresh_res >= 4) window.clearInterval(out);
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
url: "status-ajax.php",
|
||||
data: "solution_id=<?php echo $id; ?>",
|
||||
success: function (msg) {
|
||||
//alert(msg);
|
||||
fresh_res = msg.split(",")[0];
|
||||
stime = msg.split(",")[2];
|
||||
smemory = msg.split(",")[1];
|
||||
if (is_look == 1) {
|
||||
document.getElementById("status_show").innerHTML = judge_result[fresh_res];
|
||||
document.getElementById("stime").innerHTML = stime + '';
|
||||
document.getElementById("smemory").innerHTML = smemory + '';
|
||||
document.getElementById("status_show").className = "ui label " + color[fresh_res];
|
||||
}
|
||||
else {
|
||||
document.getElementById("status_show").innerHTML = "----";
|
||||
document.getElementById("stime").innerHTML = "----";
|
||||
document.getElementById("smemory").innerHTML = "----";
|
||||
document.getElementById("status_show").className = "ui label";
|
||||
}
|
||||
//alert(fresh_res);
|
||||
}
|
||||
});
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
BIN
web/template/bshark/statics/bg.jpg
Normal file
BIN
web/template/bshark/statics/bg.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 906 KiB |
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user