antville/code/Files/Files.skin
Tobi Schäfer 84492cc922 * Modified HopObject.link_macro() to automatically capitalize the default link text
* Added global i18n.js file containing markgettext() calls
 * Wrapped messages with gettext macros wherever found missing
 * Moved contents of remaining diff skin files to Skin.skin
 * Removed Layouts prototype
 * Removed obsolete files
2008-03-27 15:10:31 +00:00

12 lines
411 B
Text

<% #main %>
<p><% gettext "To insert a file in a story or comment just copy and paste its
code." %></p>
<div class="ample">
<% files.link create <% gettext "Add file" %> prefix="... " suffix="" %>
</div>
<% gettext Show prefix="... " %>
<% files.link . <% gettext "member files" %> %>
<% files.link all <% gettext "all files" %> prefix=" | " %>
<% response.pager %>
<% response.list %>
<% response.pager %>