paket-ikon
This commit is contained in:
parent
a93a708283
commit
96e916b56c
1 changed files with 2 additions and 0 deletions
2
bin/mps
2
bin/mps
|
@ -441,6 +441,8 @@ paket_bilgi(){
|
||||||
paket_bilgi_html(){
|
paket_bilgi_html(){
|
||||||
_dosya=$1
|
_dosya=$1
|
||||||
icerik="<table border=1>"
|
icerik="<table border=1>"
|
||||||
|
# ikon arşive baktırılacak varsa programın kendi ikonu yoksa öntanımlı ikon kullanılacak
|
||||||
|
icerik+="<tr><td align=center><img src='/static/package.png' alt='' weight=40 height=40></img><td></tr>"
|
||||||
while IFS='' read -r satir || [[ -n "$line" ]]; do
|
while IFS='' read -r satir || [[ -n "$line" ]]; do
|
||||||
icerik+="<tr>"
|
icerik+="<tr>"
|
||||||
_sutun_baslik="$(echo $satir | cut -d':' -f1)"
|
_sutun_baslik="$(echo $satir | cut -d':' -f1)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue