نمایشگر دسته ای مطالب
آگهي شماره13
آگهي شماره13
یک خطا در زمان پردازش قالب رخ داده.
346324486
1<style type="text/css">
2.tpl-mozayede-title{
3 width: 132px;
4 margin: 3px 5px;
5 display: inline-block;
6 font-weight: bold;
7}
8.tpl-mozayede-content{
9 margin: 3px 5px;
10}
11
12</style>
13<div>
14 #if($zone.getData() != "")
15 <div><div style="text-align: right; direction: rtl; color:#464646; font-size: 12px;" >
16 <span class="tpl-mozayede-title">آگهی در محدوده :</span> <span class="tpl-mozayede-content">$zone.getData()</span>
17 </div></div>
18 #end
19
20
21 #if($publisher.getData() != "")
22 <div><div style="text-align: right; direction: rtl; color:#464646; font-size: 12px;" >
23 <span class="tpl-mozayede-title">منتشر کننده :</span> <span class="tpl-mozayede-content">$publisher.getData()</span>
24 </div></div>
25 #end
26
27
28 #if($doc-price.getData() != "")
29 <div><div style="text-align: right; direction: rtl; color:#464646; font-size: 12px;" >
30 <span class="tpl-mozayede-title">قیمت سند :</span> <span class="tpl-mozayede-content">$doc-price.getData()</span>
31 </div></div>
32 #end
33
34
35 #if($paper-title.getData() != "")
36 <div><div style="text-align: right; direction: rtl; color:#464646; font-size: 12px;" >
37 <span class="tpl-mozayede-title">عنوان روزنامه :</span> <span class="tpl-mozayede-content">$paper-title.getData()</span>
38 </div></div>
39 #end
40
41
42 #if($publish-date.getData() != "")
43 <div><div style="text-align: right; direction: rtl; color:#464646; font-size: 12px;" >
44 <span class="tpl-mozayede-title">تاریخ انتشار :</span> <span class="tpl-mozayede-content">$publish-date.getData()</span>
45 </div></div>
46 #end
47
48
49 #if($end-date.getData() != "")
50 <div><div style="text-align: right; direction: rtl; color:#464646; font-size: 12px;" >
51 <span class="tpl-mozayede-title">آخرین مهلت :</span> <span class="tpl-mozayede-content">$end-date.getData()</span>
52 </div></div>
53 #end
54
55
56 #if($paper-page-num.getData() != "")
57 <div><div style="text-align: right; direction: rtl; color:#464646; font-size: 12px;" >
58 <span class="tpl-mozayede-title">شماره صفحه روزنامه :</span> <span class="tpl-mozayede-content">$paper-page-num.getData()</span>
59 </div></div>
60 #end
61
62
63 #if($content.getData() != "")
64 <div><div style="text-align: right; direction: rtl; color:#464646; font-size: 12px;" >
65 <span class="tpl-mozayede-title">متن آگهی :</span> <span class="tpl-mozayede-content">$content.getData()</span>
66 </div></div>
67 #end
68
69
70 #if($picture.getData() != "")
71 <div><div>
72 <div style="text-align: right; direction: rtl; color:#464646; font-size: 12px;" >
73 <span class="tpl-mozayede-title">تصویر آگهی :</span>
74 </div>
75 <br><span class="tpl-mozayede-content"><center><a href="$picture.getData()" target="_blank" style="text-decoration: none"><img src="$picture.getData()" width="250" height="190" ></a></center></span>
76 </div></div>
77 #end
78
79</div>