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

Diff of /gnuheter/diary.php

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

revision 1.10 by metaur, Sat Nov 2 19:09:00 2002 UTC revision 1.11 by metaur, Sun Nov 3 01:19:53 2002 UTC
# Line 224  function diary_form ($diary=array()) { Line 224  function diary_form ($diary=array()) {
224          ?>          ?>
225          <form method="POST">          <form method="POST">
226          <input type="hidden" name="diary[did]" value="<?= $diary['did']; ?>">          <input type="hidden" name="diary[did]" value="<?= $diary['did']; ?>">
227          <b>Titel:</b><br /><input class="textbox" type="text" name="diary[title]" value="<?= quotequote($diary['title']); ?>" size="30" /><br /><br />          <b>Titel:</b><br /><input class="textbox" type="text" name="diary[title]" value="<?= htmlspecialchars($diary['title']); ?>" size="30" /><br /><br />
228          <b>Inlägget:</b><br /><textarea class="textbox" wrap="virtual" cols="70" rows="12" name="diary[bodytext]"><?= $diary['bodytext']; ?></textarea></a><br /><br />          <b>Inlägget:</b><br /><textarea class="textbox" wrap="virtual" cols="70" rows="12" name="diary[bodytext]"><?= htmlspecialchars($diary['bodytext']); ?></textarea><br /><br />
229          <?php if($speling) { ?>          <?php if($speling) { ?>
230                  <input id="spell" type="checkbox" name="diary[spell]" <?= ($diary['spell']) ? "checked" : ""; ?>>&nbsp;<label for="spell">Kontrollera stavning.</label><br>                  <input id="spell" type="checkbox" name="diary[spell]" <?= ($diary['spell']) ? "checked" : ""; ?>>&nbsp;<label for="spell">Kontrollera stavning.</label><br>
231          <?php } ?>          <?php } ?>

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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