Changeset 30590 for other-projects/the-macronizer/trunk/web/jsp/mi/main.jsp
- Timestamp:
- 2016-06-24T13:34:22+12:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
other-projects/the-macronizer/trunk/web/jsp/mi/main.jsp
r29855 r30590 81 81 <form action="../servlet/DirectInput" method="post" > 82 82 <p class="instructions">Tuhia ngÄ kÅrero</p> 83 <textarea name="fragment" cols="80" rows="18" id="fragment"><%= request.getAttribute("fragment") != null ? request.getAttribute("fragment") : ""%></textarea> 83 <textarea name="fragment" cols="60" rows="18" id="fragment"><%= request.getAttribute("old") != null ? request.getAttribute("old") : ""%></textarea> 84 <%= request.getAttribute("fragment2") != null ? request.getAttribute("fragment2") : ""%> 84 85 <fieldset> 85 86 <legend class="more-options">
Note:
See TracChangeset
for help on using the changeset viewer.