forked from filecxx/FileCentipede
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors.html
156 lines (140 loc) · 5.39 KB
/
sponsors.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>贊助者 - 檔案蜈蚣</title>
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<link rel="icon" href="../favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="../style/base.css">
<style>
.sponsor_tips
{
padding: 8px;
}
.sponsor_buttons
{
height: 32px;
padding: 8px 0 8px 0;
}
</style>
</head>
<body>
<div class="central">
<div class="nav">
<div class="links_">
<a class="tool_button home_" href="index.html#">首頁</a>
<a class="tool_button features_" href="index.html#features">功能特色</a>
<a class="tool_button download_" href="download.html">下載</a>
<a class="tool_button screenshot_" href="screenshot.html">截圖</a>
<a class="tool_button user_reviews_" href="index.html#user_reviews">使用者評價</a>
<a class="tool_button documentation_" href="documentation.html">文件</a>
</div>
</div>
<div class="header">
<div class="top_">
<a href="http://filecxx.com" class="logo_"></a>
<div class="name_">
<h1><a href="http://filecxx.com">檔案蜈蚣</a></h1>
<div class="text_"> - Since 2022</div>
</div>
<div class="languages_">
<div class="current_">繁體中文</div>
<div class="items_">
<a class="item_" href="/en_US/index.html">English</a>
<a class="item_" href="/zh_CN/index.html">简体中文</a>
<a class="item_" href="/zh_TW/index.html">繁體中文</a>
<a class="item_" href="/ru_RU/index.html">Русский</a>
<a class="item_" href="/ko_KR/index.html">한국어</a>
<a class="item_" href="/de_DE/index.html">Deutsch</a>
<a class="item_" href="/id_ID/index.html">Indonesia</a>
<a class="item_" href="/tr_TR/index.html">Turkish</a>
</div>
</div>
</div>
</div>
<div class="body">
<div style="padding: 4px">
<div class="sponsor_buttons">
<div class="tips_" style="display: inline-block;float: left;margin: 0">前20個贊助者。</div>
<div class="buttons_" style="float: right">
<a class="button" style="cursor: pointer" href="https://w.filecxx.com" target="_blank" ref="nofollow">加入</a>
</div>
</div>
<table class="grid" style="width: 100%">
<thead>
<tr>
<td style="width: 128px;">贊助者圖示</td>
<td>廣告</td>
<td style="width: 120px">名稱</td>
<td style="width: 120px">餘額 (USD)</td>
</tr>
</thead>
<tbody id="sponsors_tbody">
</tbody>
</table>
</div>
<div class="section"></div>
<div class="section sponsor_tips">
<h2>[贊助者 / 貢獻者] privileges:</h2>
<div>
<p>抱怨 & 發表刻薄評論。</p>
<p>請求新功能。</p>
<p>建議 & 意見。</p>
<p>兌換啟用碼。</p>
<p>軟體定製化支援。</p>
<p>個人支援。</p>
<p>...</p>
</div>
</div>
</div>
<div class="footer">
<div class="copyright_">
<span>© 2022</span>
<div class="email_">
<b>EMAIL:</b>
<a href="mailto:[email protected]" id="contact_email">[email protected]</a>
</div>
<div class="contact_"></div>
</div>
</div>
</div>
<script>
load_sponsors = function(list)
{
if(!(list instanceof Array)){
return;
}
var tbody = document.getElementById("sponsors_tbody");
for(var i=0;i<list.length;++i)
{
var row = list[i];
var tr = document.createElement("tr");
var name = document.createElement("td");
var logo = document.createElement("td");
var text = document.createElement("td");
var balance = document.createElement("td");
logo.innerHTML = "<img src='http://w.filecxx.com/tpl/"+row.logo+"' style='max-height: 150px;max-width: 250px'>";
text.innerText = row.text;
name.innerText = row.name;
balance.innerHTML = row.balance;
tr.appendChild(logo);
tr.appendChild(text);
tr.appendChild(name);
tr.appendChild(balance);
tbody.appendChild(tr);
}
}
</script>
<script src="https://w.filecxx.com/action.php?act=sponsors&callback=load_sponsors"></script>
<script src="../script/base.js"></script>
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "dk9clgn4o4");
</script>
</body>
</html>