Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Project
/
eis_sipkd
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e85c7cca
authored
Aug 22, 2017
by
aa.gusti
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
anggaran
1 parent
b9823a39
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
views/templates/anggaran.pt
views/templates/anggaran.pt
View file @
e85c7cc
...
...
@@ -26,7 +26,7 @@
<a
href=
"/eis/sipkd/anggaran?kode=${row.kode}&nama=${row.nama}"
>
${row.nama}
</a>
</div>
<div
class=
"col-md-4 table-body-right bg-info"
>
${
row.jumlah
}
${
thousand(row.jumlah,0)
}
</div>
</div>
<div
tal:condition=
"float(row.level_id/2.0)==float(row.level_id//2.0)"
>
...
...
@@ -34,7 +34,7 @@
<a
href=
"/eis/sipkd/anggaran?kode=${row.kode}&nama=${row.nama}"
>
${row.nama}
</a>
</div>
<div
class=
"col-md-4 table-body-right bg-warning"
>
${
row.jumlah
}
${
thousand(row.jumlah,0)
}
</div>
</div>
</div>
...
...
@@ -45,7 +45,7 @@
<a
href=
"/eis/sipkd/anggaran?kode=${row.kode}&nama=${row.nama}"
>
${row.nama}
</a>
</div>
<div
class=
"col-md-4 table-body-right bg-info"
>
${
row.jumlah
}
${
thousand(row.jumlah,0)
}
</div>
</div>
<div
tal:condition=
"float(row.level_id/2.0)==float(row.level_id//2.0)"
>
...
...
@@ -53,7 +53,7 @@
<a
href=
"/eis/sipkd/anggaran?kode=${row.kode}&nama=${row.nama}"
>
${row.nama}
</a>
</div>
<div
class=
"col-md-4 table-body-right bg-warning"
>
${
row.jumlah
}
${
thousand(row.jumlah,0)
}
</div>
</div>
</div>
...
...
@@ -61,7 +61,7 @@
<div
class=
"row"
tal:condition=
"level_id<3 and not kode"
>
<div
class=
"col-md-8 table-body bg-danger"
>
SURPLUS/DEFISIT
</div>
<div
class=
"col-md-4 table-body-right bg-danger"
>
${
sd_row
}
${
thousand(sd_row,0)
}
</div>
</div>
...
...
@@ -72,7 +72,7 @@
<a
href=
"/eis/sipkd/anggaran?kode=${row.kode}&nama=${row.nama}"
>
${row.nama}
</a>
</div>
<div
class=
"col-md-4 table-body-right bg-info"
>
${
row.jumlah
}
${
thousand(row.jumlah,0)
}
</div>
</div>
<div
tal:condition=
"float(row.level_id/2.0)==float(row.level_id//2.0)"
>
...
...
@@ -80,7 +80,7 @@
<a
href=
"/eis/sipkd/anggaran?kode=${row.kode}&nama=${row.nama}"
>
${row.nama}
</a>
</div>
<div
class=
"col-md-4 table-body-right bg-warning"
>
${row.jumlah
}
${thousand(row.jumlah,0)
}
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment