source: trunk/TopicInteractionPlugin/templates/attach.topicinteraction.tmpl @ 14664

Revision 14664, 635 bytes checked in by MichaelDaum, 13 months ago (diff)

Item11435:Item9916:

  • fixed proper calculation of attachment size limit
  • fixed properly encoding url parameters
  • fixed adding the js to the head using the right ids
  • hiding image gallery settings when ImageGalleryPlugin isn't there
  • Property svn:executable set to *
Line 
1%TMPL:INCLUDE{"attach"}%
2%TMPL:INCLUDE{"metadata"}%
3
4%TMPL:DEF{"attachments::hidden"}%%URLPARAM{"attachments_hidden" default="on"}%%TMPL:END%
5%TMPL:DEF{"attachments::showuploader"}%%URLPARAM{"attachments_showuploader" default="on"}%%TMPL:END%
6
7%TMPL:DEF{"content"}%<!-- content -->
8<div class="foswikiMetaData %IF{"not '%WEB%.%TOPIC%' allows 'change'" then="foswikiMetaDataNotAllowed"}%">
9%BUTTON{
10  "%MAKETEXT{"Close"}%"
11  class="foswikiRight simple"
12  target="%BASEWEB%.%BASETOPIC%"
13  icon="cross"
14}%
15<div>%TMPL:P{"attachments"}%</div>
16%TMPL:P{"metadata::css"}%
17%TMPL:P{"metadata::javascript"}%
18</div>
19<!-- //content -->%TMPL:END%
Note: See TracBrowser for help on using the repository browser.