Primer commit del sistema avantika sin cambios
This commit is contained in:
41
templates/table.tpl
Executable file
41
templates/table.tpl
Executable file
@@ -0,0 +1,41 @@
|
||||
{include file="boxes/main_open.tpl"}
|
||||
|
||||
<div id="divMainTable" style="width:90%">
|
||||
<div id="divMainTableTitle">
|
||||
Max Karma
|
||||
</div>
|
||||
|
||||
<div id"divMainTableRowHeader">
|
||||
<div style="float:left">
|
||||
Rank
|
||||
</div>
|
||||
<div style="float:left">
|
||||
Id
|
||||
</div>
|
||||
<div style="float:left">
|
||||
UserName
|
||||
</div>
|
||||
<div style="float:left">
|
||||
Karma
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="clear:both"></div>
|
||||
<div id"divMainTableRow">
|
||||
<div style="float:left">
|
||||
1
|
||||
</div>
|
||||
<div style="float:left">
|
||||
10614
|
||||
</div>
|
||||
<div style="float:left">
|
||||
Kripto
|
||||
</div>
|
||||
<div style="float:left">
|
||||
242
|
||||
</div>
|
||||
</div>
|
||||
<div style="clear:both"></div>
|
||||
|
||||
</div>
|
||||
{include file="boxes/main_close.tpl"}
|
||||
Reference in New Issue
Block a user