Copy
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>EAGLENET | 2GO APPS</title>
</head>
<body style="background-color: white; color: ;">
<div class="full"><div class="name">» Latest 2go apps</div></div>
<center><xt:filelist sort_type="updated" sort_dir="desc" folder="/main/2go/files" template="<table width='100%'><tr><td width='25%' class='zxfourborder' align='center'><img src='/images/2go.png' width='50px' height='50px'></td><td width='75%' align='left' class='zxfourborder'><img src='/icon/rating.gif'/><br/><b>Name: </b><b style='color:blue'>.file_name_parsed.</b><br/><b>File Size: </b><b style='color:green'>.file_size.</b><br/><b>• </b><a href='/download?file=.file_name.&name=.file_name_parsed.&category=.file_mime.&size=.file_size.&href=.file_url.&date=.file_date.&time=.file_time.&fold=/main/2go/files&img=/images/2go.png'><b style='color:red'>Download</b></a></td></tr></table>" filter="*.*" per_page="5" /></center>
<!--parser:xtscript-->
function paging_template $url;$page;$active_page;$total_pages;
assign $button=<a class="xt_button" href="$url"></a>
if $page == 1
print <div class="xt_container" style="margin:0 auto;text-align:center">
print <a class="xt_button" href="$url"></a>
endif
if ($page 1) == $active_page
print <a class="xt_button" href="$url"></a>
elseif ($page 2) == $active_page
print $button
elseif ($page 3) == $active_page
print $button
elseif ($page 4) == $active_page
print $button
elseif $page == $active_page
print <span class="xt_button" style="color:#f00" ></span>
elseif ($page-1) == $active_page
print <a class="xt_button" href="$url"></a>
elseif ($page-2) == $active_page
print $button
elseif ($page-3) == $active_page
print $button
elseif ($page-4) == $active_page
print $button
endif
if $page == $total_pages
print <a class="xt_button" href="$url"></a>
print </div>
endif
endfunction
<!--/parser:xtscript-->
</body>
</html>
Copy code
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>EAGLENET | 2GO APPS</title>
</head>
<body style="background-color: white; color: ;">
<div class="full"><div class="name">» Latest 2go apps</div></div>
<center><xt:filelist sort_type="updated" sort_dir="desc" folder="/main/2go/files" template="<table width='100%'><tr><td width='25%' class='zxfourborder' align='center'><img src='/images/2go.png' width='50px' height='50px'></td><td width='75%' align='left' class='zxfourborder'><img src='/icon/rating.gif'/><br/><b>Name: </b><b style='color:blue'>.file_name_parsed.</b><br/><b>File Size: </b><b style='color:green'>.file_size.</b><br/><b>• </b><a href='/download?file=.file_name.&name=.file_name_parsed.&category=.file_mime.&size=.file_size.&href=.file_url.&date=.file_date.&time=.file_time.&fold=/main/2go/files&img=/images/2go.png'><b style='color:red'>Download</b></a></td></tr></table>" filter="*.*" per_page="5" /></center>
<!--parser:xtscript-->
function paging_template $url;$page;$active_page;$total_pages;
assign $button=<a class="xt_button" href="$url"></a>
if $page == 1
print <div class="xt_container" style="margin:0 auto;text-align:center">
print <a class="xt_button" href="$url"></a>
endif
if ($page 1) == $active_page
print <a class="xt_button" href="$url"></a>
elseif ($page 2) == $active_page
print $button
elseif ($page 3) == $active_page
print $button
elseif ($page 4) == $active_page
print $button
elseif $page == $active_page
print <span class="xt_button" style="color:#f00" ></span>
elseif ($page-1) == $active_page
print <a class="xt_button" href="$url"></a>
elseif ($page-2) == $active_page
print $button
elseif ($page-3) == $active_page
print $button
elseif ($page-4) == $active_page
print $button
endif
if $page == $total_pages
print <a class="xt_button" href="$url"></a>
print </div>
endif
endfunction
<!--/parser:xtscript-->
</body>
</html>
Copy code
-
·
- rated(1)