master
parent
5404339b00
commit
a6e55e7ffd
|
@ -2,11 +2,8 @@
|
|||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment="">
|
||||
<change afterPath="$PROJECT_DIR$/content/lists/pv-brands.blade.php" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/content/contents/solarmodule.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/contents/solarmodule.blade.php" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/content/index.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/index.blade.php" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/content/lists/produkte.blade.php" beforeDir="false" afterPath="$PROJECT_DIR$/content/lists/produkte.blade.php" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
@ -44,8 +41,8 @@
|
|||
</component>
|
||||
<component name="RecentsManager">
|
||||
<key name="CopyFile.RECENT_KEYS">
|
||||
<recent name="$PROJECT_DIR$/content/pages" />
|
||||
<recent name="$PROJECT_DIR$/content/lists" />
|
||||
<recent name="$PROJECT_DIR$/content/pages" />
|
||||
<recent name="$PROJECT_DIR$/content/contents" />
|
||||
</key>
|
||||
</component>
|
||||
|
@ -63,7 +60,7 @@
|
|||
<workItem from="1662027309116" duration="11385000" />
|
||||
<workItem from="1662115692620" duration="1346000" />
|
||||
<workItem from="1662283223529" duration="4523000" />
|
||||
<workItem from="1662312260637" duration="2484000" />
|
||||
<workItem from="1662312260637" duration="4081000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
|
|
|
@ -63,16 +63,16 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
|
||||
@isset($content->price_5)
|
||||
@isset($content->preis_5)
|
||||
<tr>
|
||||
<td>ab 5 Stck.</td>
|
||||
<td>ab 5 Stück</td>
|
||||
<td>{{$content->data_fields['preis_5']}} €</td>
|
||||
</tr>
|
||||
@endisset
|
||||
|
||||
@isset($content->price_10)
|
||||
<tr>
|
||||
<td>ab 5 Stck.</td>
|
||||
<td>ab 5 Stück</td>
|
||||
<td>{{$content->data_fields['preis_10']}} €</td>
|
||||
</tr>
|
||||
@endisset
|
||||
|
@ -91,10 +91,36 @@
|
|||
</div>
|
||||
@endisset
|
||||
|
||||
<table class="table">
|
||||
|
||||
<tbody>
|
||||
|
||||
@isset($content->data_fields['hersteller'])
|
||||
<tr>
|
||||
<td>Hersteller</td>
|
||||
<td>{{$content->data_fields['hersteller']}}</td>
|
||||
</tr>
|
||||
@endisset
|
||||
|
||||
@isset($content->data_fields['leistung_(watt)'])
|
||||
<tr>
|
||||
<td>Leisung:</td>
|
||||
<td>{{$content->data_fields['leistung_(watt)']}} Watt</td>
|
||||
</tr>
|
||||
@endisset
|
||||
|
||||
<tr>
|
||||
<td>Zellstruktur:</td>
|
||||
<td>Monokristalin</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="row mt-5">
|
||||
|
|
Loading…
Reference in New Issue