Changes between Version 31 and Version 32 of SandBox


Ignore:
Timestamp:
Sep 8, 2015 8:31:17 AM (9 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SandBox

    v31 v32  
    44
    55Go ahead, edit it freely.
    6 
    7 Revision: [[CRev(0)]] is the same as [[CRev]]
    8 
    9 Date: [[CRev(1)]]
    10 
    11 Author: [[CRev(2)]]
    12 
    13 Message: [[CRev(3)]]
    14 
    15 
    16 
    17 Revision: [[CRev(0,500)]]
    18 
    19 Date: [[CRev(1,500)]]
    20 
    21 Author: [[CRev(2,500)]]
    22 
    23 Message: [[CRev(3,500)]]
    24 
    25 {{{#!table align="center"; width=100%"
    26 {{{#!td
    27 {{{#!html
    28 <embed
    29     type="application/x-shockwave-flash"
    30     id="player"
    31     name="player"
    32     src="http://palm.muk.uni-hannover.de/chrome/site/gallery/player.swf"
    33     width="600"
    34     height="308"
    35     allowfullscreen="false"
    36     flashvars="file=http://palm.muk.uni-hannover.de/chrome/site/gallery/movies/palm_1.flv&image=http://palm.muk.uni-hannover.de/chrome/site/gallery/movies/palm_1_preview.jpg&autostart=true&controlbar=none&repeat=always"
    37 />
    38 }}}
    39 {{{#!html
    40 <embed
    41     type="application/x-shockwave-flash"
    42     id="player"
    43     name="player"
    44     src="http://palm.muk.uni-hannover.de/chrome/site/gallery/player.swf"
    45     width="600"
    46     height="308"
    47     allowfullscreen="false"
    48     flashvars="file=http://palm.muk.uni-hannover.de/chrome/site/gallery/movies/palm_2.flv&image=http://palm.muk.uni-hannover.de/chrome/site/gallery/movies/palm_2_preview.jpg&autostart=true&controlbar=none&repeat=always"
    49 />
    50 }}}
    51 }}}
    52 }}}
    53 
    54 
    55 Javascript is working as well:
    56 {{{#!html
    57 <script type="text/javascript">
    58 <!--
    59 document.write(document.lastModified);
    60 // -->
    61 </script>
    62 
    63 
    64   }}}
    65 
    66 Now we learn how to embed a PDF:
    67 {{{#!html
    68 <embed src="http://demo.redmine.org/attachments/490/TPDV0.1.pdf#pagemode=none&toolbar=false" width="800" height="600">
    69 
    70   }}}
    71 
    72 Next try:
    73 
    74 {{{#!html
    75 
    76 <object type="application/pdf" data="http://demo.redmine.org/attachments/490/TPDV0.1.pdf#search=test" width="500" height="650" ></object>
    77 
    78  }}}
    79 
    80 ----
    81 
    82 [[download:palm_group_09_1_opt.jpg|Download PDF]]
    83 
    84 ----
    85 
    86 Here is some text with a footnote at the end[[FootNote(This is a footnote)]]. And another one[[FootNote(aha!)]]!
    87 
    88 And here I print all footnotes:
    89 [[FootNote]]
    90 
    91 ----
    92 
    93 The new Notebox plugin:
    94     * [[NoteBox(warn, critical warning?)]]
    95     * [[NoteBox(tip, this is a tip)]]
    96     * [[NoteBox(note, just a note for you)]]
    97 
    98                      
    99 [[sftp://130.75.105.7/litfass2003/documents/AMD-BLT_2010_maronga.pdf|Download file (SFTP)]]           
    100 
    101 {{{
    102 #!access
    103 #allow(BROWSER_VIEW)
    104 You are an authorized user
    105 }}}
    106 
    107 {{{
    108 #!access
    109 #deny(BROWSER_VIEW)
    110 You are not authorized
    111 }}}
    112 
    113 
    114 {{{
    115 #!access
    116 #allow(TRAC_ADMIN)
    117 Hello Admin
    118 }}}
    119 
    120 {{{
    121 #!access
    122 #allow(WIKI_MODIFY)
    123 Hello member of the PALM group
    124 }}}
    125 
    126 {{{
    127 #!html
    128 <iframe src="https://mapsengine.google.com/map/embed?mid=zBNzgE1PMF5s.kUpTNKq92b4Y" width="640" height="480"></iframe>
    129 }}}
    130 
    131 tex start
    132 {{{
    133 #!Latex
    134 \frac{\alpha^{\beta^2}}{\delta + \alpha}
    135 }}}
    136 tex end
    137 
    138 tex start
    139 {{{
    140 #!Latex
    141 \frac{\alpha^{\beta^3}}{\delta + \alpha}
    142 }}}
    143 tex end