Go to the documentation of this file.
30 echo
"<form action='edit.handle.php' method='POST'>";
32 echo
"<h2 style=';margin-left:-1em'>Abstandstyp festlegen</h2>";
35 echo
"<h2 style='margin-top:2em;margin-left:-1em'>Abstand Einsellungen</h2>";
37 echo
"<p>Die Höhe des Abstandes wird mit der Anzahl von Zeilen, die übersprungen werden angegeben. <br/> Kommazahlen sind mit Punkt (.) als Trennung erlaubt. (z.B. 1.5) (Vorgabe ist 1)</p>";
40 echo
"<h2 style='margin-top:2em;margin-left:-1em'>Horizontale Linie Einstellungen</h2>";
42 echo
"<p>HTML-Notaton des Farbwertes (z.B. #2e3436 Vorgabe:Schwarz) Siehe Tabelle.</p>";
44 echo
"<table style='text-align:center;margin-left:2em'>";
51 echo
"<td> <div style='background-color:$color;border-radius:5px;text-shadow: 0px 1px 1px #D0D0D0'>$color</div> </td>";
59 echo
"<div class='form_save_container'>";
60 echo
"<input type='hidden' name='pollID' value='{$widget->pollID}'/>";
61 echo
"<input type='hidden' name='wID' value='{$widget->ID}'/>";
63 <input type='submit' name='save' value='Speichern'/>
64 <input type='submit' name='apply' value='Übernehmen'/>";
70 echo
"<div class='export_widget_box'>Frage <a href='action.widget.php?pollID={$poll->ID}&widgetID={$widget->ID}&action=export_XML_widget'>exportieren</a></div>";