last update: Mon, 05 Sep 2011 17:18:51 +0000
  1. {if $output_lines1 && $output_lines2}
  2. <table width='100%' style='width:100%'>
  3. <tr>
  4. <td width='50%' style='width:50%'>
  5. {if $smarty.get.id1}<a href="code.php?id={$smarty.get.id1}">Code #{$smarty.get.id1}</a> {/if}
  6. {$output_lines1}
  7. </td>
  8. <td width='50%' style='width:50%'>
  9. {if $smarty.get.id1}<a href="code.php?id={$smarty.get.id2}">Code #{$smarty.get.id2}</a>{/if}
  10. {$output_lines2}
  11. </td>
  12. </tr>
  13. </table>
  14. <div style="margin-top:550px;margin-left:35px;">
  15. <a href="comparer.php">Neuer Code-Vergleich</a>
  16. </div>
  17. {elseif $smarty.post.save}
  18. <div class="notice" style="margin-top:300px;">
  19. Dein Vergleich wurde gespeichert, wenn du nicht automatisch weitergeleitet wirst benutze folgenden Link:<br />
  20. <a href="comparer.php?id1={$id1}&id2={$id2}">http://peq.pe.ohost.de/comparer.php?id1={$id1}&id2={$id2}</a>
  21. </div>
  22. {else}
  23. <form method="post" action="comparer.php">
  24. <table width='100%' style='width:100%;margin-top:20px;' cellpadding="0" cellspacing="0">
  25. <tr>
  26. <td width='50%' style='width:50%'>
  27. Code 1:
  28. <textarea name="code1" cols="100" rows="25"></textarea>
  29. </td>
  30. <td width='50%' style='width:50%'>
  31. Code 2:
  32. <textarea name="code2" cols="100" rows="25"></textarea>
  33. </td>
  34. </tr>
  35. </table>
  36. <div style="margin-left:30px;">
  37. <input type="checkbox" name="save" value="1"> Codes speichern<br />
  38. Sprache: <select name="lang" onchange="onSyntaxChange(this);">
  39. {foreach from=$languages item=language}
  40. <option>{$language}</option>
  41. {/foreach}
  42. </select><br />
  43. <input type="submit" value="Codes vergleichen">
  44. </div>
  45. </form>
  46. {/if}

goto line:
Compare with:
text copy window edit this code post new code