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 a8caf2c1
authored
Aug 24, 2017
by
aa.gusti
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
anggaran
1 parent
d10539b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
views/templates/anggaran.pt
views/templates/anggaran.pt
View file @
a8caf2c
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
<div
class=
"col-md-8 table-body"
>
<div
class=
"col-md-8 table-body"
>
${row.nama}
${row.nama}
</div>
</div>
<div
class=
"col-md-4 table-body-right
bg-info
"
>
<div
class=
"col-md-4 table-body-right"
>
${thousand(row.jumlah,0)}
${thousand(row.jumlah,0)}
</div>
</div>
</div>
</div>
...
@@ -73,18 +73,18 @@
...
@@ -73,18 +73,18 @@
<div
class=
"row"
tal:repeat=
"row pb_rows"
>
<div
class=
"row"
tal:repeat=
"row pb_rows"
>
<div
tal:condition=
"float(row.level_id/2.0)!=float(row.level_id//2.0)"
>
<div
tal:condition=
"float(row.level_id/2.0)!=float(row.level_id//2.0)"
>
<div
class=
"col-md-8 table-body
bg-info
"
>
<div
class=
"col-md-8 table-body"
>
<a
href=
"/eis/sipkd/anggaran?kode=${row.kode}&nama=${row.nama}"
>
${row.nama}
</a>
${row.nama}
</div>
</div>
<div
class=
"col-md-4 table-body-right
bg-info
"
>
<div
class=
"col-md-4 table-body-right"
>
${thousand(row.jumlah,0)}
${thousand(row.jumlah,0)}
</div>
</div>
</div>
</div>
<div
tal:condition=
"float(row.level_id/2.0)==float(row.level_id//2.0)"
>
<div
tal:condition=
"float(row.level_id/2.0)==float(row.level_id//2.0)"
>
<div
class=
"col-md-8 table-body
bg-warning
"
>
<div
class=
"col-md-8 table-body
-event
"
>
<a
href=
"/eis/sipkd/anggaran?kode=${row.kode}&nama=${row.nama}"
>
${row.nama}
</a>
<a
href=
"/eis/sipkd/anggaran?kode=${row.kode}&nama=${row.nama}"
>
${row.nama}
</a>
</div>
</div>
<div
class=
"col-md-4 table-body-
right bg-warning
"
>
<div
class=
"col-md-4 table-body-
event-right
"
>
${thousand(row.jumlah,0)}
${thousand(row.jumlah,0)}
</div>
</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