18 lines
599 B
Text
18 lines
599 B
Text
<% set_title(t "browse.note.new_note") %>
|
|
|
|
<h2>
|
|
<a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
|
|
<%= t "browse.note.new_note" %>
|
|
</h2>
|
|
|
|
<div class="note browse-section">
|
|
<p class="warning"><%= t('javascripts.notes.new.intro') %></p>
|
|
<form action="#">
|
|
<input type="hidden" name="lon">
|
|
<input type="hidden" name="lat">
|
|
<textarea class="comment" name="text" cols="40" rows="10"></textarea>
|
|
<div class="buttons clearfix">
|
|
<input type="submit" name="add" value="<%= t('javascripts.notes.new.add') %>" disabled="1">
|
|
</div>
|
|
</form>
|
|
</div>
|