Skip to content

Commit

Permalink
copying content from eng version
Browse files Browse the repository at this point in the history
  • Loading branch information
strobejb authored Dec 29, 2022
1 parent a884e01 commit 8cb3241
Showing 1 changed file with 8 additions and 49 deletions.
57 changes: 8 additions & 49 deletions templates/de/content.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<div role=\"main\" class=\"ui-content\">
<div class=\"ui-body ui-body-a ui-corner-all loxberry-logo\">
<div style=\"margin: 5%;\">
Expand All @@ -10,55 +9,29 @@ <h2>Settings</h2>
<table class="formtable" border="0" width="100%">
<tr>
<td width="25%">
<label id="labelusername">Netatmo Username:</label>
</td>
<td width="50%">
<input id="username" name="username" type="text" class="textfield"
value="<!--$username-->" data-validation-error-msg="* Please enter your Netatmo username">
</td>
<td width="25%">
&nbsp;
</td>
</tr>
<tr>
<td width="25%">
<label id="labelpassword">Netatmo Password:</label>
</td>
<td width="50%">
<input id="password" name="password" type="password" class="textfield"
value="<!--$password-->" data-validation-error-msg="* Please enter your Netatmo password">
</td>
<td width="25%">
&nbsp;
</td>
</tr>
<tr>
<td width="25%">
<label id="labelfbpass">Miniserver:</label>
<label id="labelusername">SolarEdge API KEY:</label>
</td>
<td width="50%">
<select id="miniserver" name="miniserver" data-mini="true" onchange="selMS(this);">
<!--$MSselectlist-->
</select>
<input id="apikey" name="apikey" type="password" class="textfield"
value="<!--$apikey-->" data-validation-error-msg="* Please enter your SolarEdge API KEY">
</td>
<td width="25%">
&nbsp;
</td>
</tr>
<tr>
<td width="25%">
<label id="labelmsudpport">MiniServer UDP-Port:</label>
<label id="labelpassword">SolarEdge Site ID:</label>
</td>
<td width="50%">
<input id="msudpport" name="msudpport" type="text" class="textfield"
value="<!--$msudpport-->" data-validation-error-msg="* Please enter a MiniServer UDP-Port">
<input id="siteid" name="siteid" type="text" class="textfield"
value="<!--$siteid-->" data-validation-error-msg="* Please enter your Netatmo password">
</td>
<td width="25%">
&nbsp;
</td>
</tr>

<tr>
<tr>
<td width="25%">
<label id="labelmsenabled">Enable this Plugin:</label>
</td>
Expand All @@ -73,21 +46,7 @@ <h2>Settings</h2>
&nbsp;
</td>
</tr>
<tr>
<td width="25%">
<label id="labelmsenabled">Use local time:</label>
</td>
<td width="50%">
<fieldset>
<select id="localtime" name="localtime" data-role="flipswitch">
<!--$Localtimelist-->
</select>
</fieldset>
</td>
<td width="25%">
&nbsp;
</td>
</tr>

<tr>
<td width="25%">&nbsp</td>
<td width="50%">
Expand Down

0 comments on commit 8cb3241

Please sign in to comment.