| 1 |
{if handel.message} |
|---|
| 2 |
<div class="smallfont">{handel.message}<br /><br /></div> |
|---|
| 3 |
{/endif} |
|---|
| 4 |
{if handel.view} |
|---|
| 5 |
<table class="noBorder" cellpadding="4" cellspacing="4" width="90%"> |
|---|
| 6 |
<!-- BEGIN angebote.listitem --> |
|---|
| 7 |
{if angebot.endline} |
|---|
| 8 |
</tr> |
|---|
| 9 |
{/endif} |
|---|
| 10 |
{if angebot.newline} |
|---|
| 11 |
<tr> |
|---|
| 12 |
<td class="noBorderS" colspan="3"> </td> |
|---|
| 13 |
</tr> |
|---|
| 14 |
<tr> |
|---|
| 15 |
{/endif} |
|---|
| 16 |
<td class="noBorder" style="width:30%; vertical-align:top"> |
|---|
| 17 |
{!table_begin 100%,center} |
|---|
| 18 |
<div style="font-weight:bold; font-size:15px; text-align:center"> |
|---|
| 19 |
{!link_to $angebot.owner.name, default, css_class:profile, module:userprofile, user:$angebot.owner} |
|---|
| 20 |
{if angebot.showdelete} |
|---|
| 21 |
({!link_to x, delete, css_class:error, del:$angebot.id}) |
|---|
| 22 |
{/endif} |
|---|
| 23 |
<br /> |
|---|
| 24 |
<span style="font-size:10px">{angebot.date}</span> |
|---|
| 25 |
</div> |
|---|
| 26 |
<br /> |
|---|
| 27 |
{if angebot.want.list} |
|---|
| 28 |
<div style="text-align:left">Suche</div> |
|---|
| 29 |
<div style="text-align:center"> |
|---|
| 30 |
<!-- BEGIN angebot.want.listitem --> |
|---|
| 31 |
<span class="nobr"><img style="vertical-align:middle" src="{res.image}" alt="" />{res.cargo}</span> |
|---|
| 32 |
{if ! _BROWSER_MOZILLA} |
|---|
| 33 |
<br /> |
|---|
| 34 |
{/endif} |
|---|
| 35 |
<!-- END angebot.want.listitem --> |
|---|
| 36 |
</div> |
|---|
| 37 |
{/endif} |
|---|
| 38 |
{if angebot.need.list} |
|---|
| 39 |
{if angebot.want.list} |
|---|
| 40 |
<br /> |
|---|
| 41 |
{/endif} |
|---|
| 42 |
<div style="text-align:left">Biete</div> |
|---|
| 43 |
<div style="text-align:center"> |
|---|
| 44 |
<!-- BEGIN angebot.need.listitem --> |
|---|
| 45 |
<span class="nobr"><img style="vertical-align:middle" src="{res.image}" alt="" />{res.cargo}</span> |
|---|
| 46 |
{if ! _BROWSER_MOZILLA} |
|---|
| 47 |
<br /> |
|---|
| 48 |
{/endif} |
|---|
| 49 |
<!-- END angebot.need.listitem --> |
|---|
| 50 |
</div> |
|---|
| 51 |
{/endif} |
|---|
| 52 |
{if angebot.want.list} |
|---|
| 53 |
<hr style="height:1px; border:0px; background-color:#606060; color:#606060" /> |
|---|
| 54 |
{else} |
|---|
| 55 |
{if angebot.need.list} |
|---|
| 56 |
<hr style="height:1px; border:0px; background-color:#606060; color:#606060" /> |
|---|
| 57 |
{/endif} |
|---|
| 58 |
{/endif} |
|---|
| 59 |
<br /> |
|---|
| 60 |
{if angebot.description.overflow} |
|---|
| 61 |
<div style="height:250px; overflow:auto;"> |
|---|
| 62 |
{else} |
|---|
| 63 |
<div> |
|---|
| 64 |
{/endif} |
|---|
| 65 |
<div style="text-align:left"> |
|---|
| 66 |
{angebot.description} |
|---|
| 67 |
</div> |
|---|
| 68 |
</div> |
|---|
| 69 |
{!table_end} |
|---|
| 70 |
</td> |
|---|
| 71 |
<!-- END angebote.listitem --> |
|---|
| 72 |
<!-- BEGIN emptyangebote.listitem --> |
|---|
| 73 |
<td class="noBorderS" style="width:25%"> </td> |
|---|
| 74 |
<!-- END emptyangebote.listitem --> |
|---|
| 75 |
</tr> |
|---|
| 76 |
</table> |
|---|
| 77 |
{/endif} |
|---|
| 78 |
{if handel.add} |
|---|
| 79 |
<form action="ds" method="post"> |
|---|
| 80 |
<table class="noBorder"> |
|---|
| 81 |
<tr> |
|---|
| 82 |
<td class="noBorder"> |
|---|
| 83 |
{!table_begin 400,center} |
|---|
| 84 |
<div style="text-align:center">1. Waren eintragen</div> |
|---|
| 85 |
|
|---|
| 86 |
<table class="noBorderX" cellspacing="3" cellpadding="3"> |
|---|
| 87 |
<tr> |
|---|
| 88 |
<td class="noBorderX" style="width:240px">Ware</td> |
|---|
| 89 |
<td class="noBorderX" style="width:60px">suche</td> |
|---|
| 90 |
<td class="noBorderX" style="width:60px">biete</td> |
|---|
| 91 |
</tr> |
|---|
| 92 |
</table> |
|---|
| 93 |
<div style="height:500px; overflow:auto"> |
|---|
| 94 |
<table class="noBorderX" cellspacing="3" cellpadding="3"> |
|---|
| 95 |
<tr> |
|---|
| 96 |
<td class="noBorderX"><img src="{URL}data/interface/handel/open.gif" alt="egal" />Egal</td> |
|---|
| 97 |
<td class="noBorderX"><input name="-1need" type="text" size="4" value="0" /></td> |
|---|
| 98 |
<td class="noBorderX"><input name="-1have" type="text" size="4" value="0" /></td> |
|---|
| 99 |
</tr> |
|---|
| 100 |
<!-- BEGIN addresources.listitem --> |
|---|
| 101 |
<tr> |
|---|
| 102 |
<td class="noBorderX"><img src="{res.image}" alt="" />{res.name}</td> |
|---|
| 103 |
<td class="noBorderX"> |
|---|
| 104 |
<input name="{res.id}need" type="text" size="4" value="0" /> |
|---|
| 105 |
</td> |
|---|
| 106 |
<td class="noBorderX"> |
|---|
| 107 |
<input name="{res.id}have" type="text" size="4" value="0" /> |
|---|
| 108 |
</td> |
|---|
| 109 |
</tr> |
|---|
| 110 |
<!-- END addresources.listitem --> |
|---|
| 111 |
</table> |
|---|
| 112 |
</div> |
|---|
| 113 |
{!table_end} |
|---|
| 114 |
</td> |
|---|
| 115 |
<td class="noBorder"> </td> |
|---|
| 116 |
<td class="noBorder" valign="top"> |
|---|
| 117 |
{!table_begin 400,center} |
|---|
| 118 |
<div style="text-align:center">2. Beschreibung eingeben</div> |
|---|
| 119 |
<textarea name="comm" rows="8" cols="42">Anmerkungen (z.b Koordinaten)</textarea><br /> |
|---|
| 120 |
<hr style="height:1px; border:0px; background-color:#606060; color:#606060" /> |
|---|
| 121 |
{!form_create_hidden enter} |
|---|
| 122 |
<input type="submit" value="Angebot eintragen" /> |
|---|
| 123 |
{!table_end} |
|---|
| 124 |
</td> |
|---|
| 125 |
</tr> |
|---|
| 126 |
</table> |
|---|
| 127 |
</form> |
|---|
| 128 |
{/endif} |
|---|