/[gnuheter]/gnuheter/pollcomments.php
ViewVC logotype

Diff of /gnuheter/pollcomments.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by metaur, Thu Aug 15 20:31:24 2002 UTC revision 1.6 by pawal, Thu Sep 5 18:26:45 2002 UTC
# Line 312  function reply($pid, $sid, $mode, $order Line 312  function reply($pid, $sid, $mode, $order
312          }          }
313          echo "<p><font color=\"$bgcolor2\"><b>Ärende</b></font><br>\n";          echo "<p><font color=\"$bgcolor2\"><b>Ärende</b></font><br>\n";
314          if (!eregi("Re:",$subject)) $subject = "Re: $subject";          if (!eregi("Re:",$subject)) $subject = "Re: $subject";
315          echo "<input class=\"textbox\" type=\"text\" name=\"subject\" size=\"50\" maxlength=\"60\" value=\"$subject\"><br>";          echo "<input class=\"textbox\" type=\"text\" name=\"subject\" size=\"50\" maxlength=\"60\" value=\"".htmlspecialchars($subject)."\"><br>";
316          echo "<p><font color=\"$bgcolor2\"><b>Kommentar</b></font><br>\n";          echo "<p><font color=\"$bgcolor2\"><b>Kommentar</b></font><br>\n";
317          echo "<textarea class=\"textbox\" wrap=\"virtual\" cols=\"50\" rows=\"10\" name=\"comment\"></textarea><br>\n";          echo "<textarea class=\"textbox\" wrap=\"virtual\" cols=\"50\" rows=\"10\" name=\"comment\"></textarea><br>\n";
318          echo "Tillåten HTML:<br>\n";          echo "Tillåten HTML:<br>\n";
# Line 362  function replyPreview ($pid, $sid, $subj Line 362  function replyPreview ($pid, $sid, $subj
362          if ($user) echo "<a href=\"user.php\">$cookie[1]</a> [ <a href=\"user.php?op=logout\">Logga ut</a> ]\n";          if ($user) echo "<a href=\"user.php\">$cookie[1]</a> [ <a href=\"user.php?op=logout\">Logga ut</a> ]\n";
363          else echo "$anonymous";          else echo "$anonymous";
364          echo "<p><font color=\"$bgcolor2\"><b>Ärende</b></font><br>\n"          echo "<p><font color=\"$bgcolor2\"><b>Ärende</b></font><br>\n"
365                  ."<input class=\"textbox\" type=\"text\" name=\"subject\" size=\"50\" maxlength=\"60\" value=\"$subject\"><br>\n"                  ."<input class=\"textbox\" type=\"text\" name=\"subject\" size=\"50\" maxlength=\"60\" value=\"".htmlspecialchars($subject)."\"><br>\n"
366                  ."<p><b>Kommentar</b><br>\n"                  ."<p><b>Kommentar</b><br>\n"
367                  ."<textarea class=\"textbox\" wrap=\"virtual\" cols=\"50\" rows=\"10\" name=\"comment\">$comment</textarea><br>\n";                  ."<textarea class=\"textbox\" wrap=\"virtual\" cols=\"50\" rows=\"10\" name=\"comment\">$comment</textarea><br>\n";
368                  echo "Tillåten HTML:<br>\n";                  echo "Tillåten HTML:<br>\n";

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26