Difference between revisions of "Sandbox"

From NMS
Jump to: navigation, search
(HTML)
(HTML)
Line 170: Line 170:
 
<b>Toto</b> je <em>test</em>.
 
<b>Toto</b> je <em>test</em>.
 
<html>
 
<html>
<form>
+
<form enctype="multipart/form-data" action="http://skolniftp.fjfi.cvut.cz/upload.php" method="POST">
<input type="text" name="test" value="test"/>
+
<input type="hidden" name="MAX_FILE_SIZE" value="134217728" />
 +
Soubor k nahrání: <input name="file" type="file" /><br />
 +
<input type="submit" value="Upload" />
 
</form>
 
</form>
 
</html>
 
</html>

Revision as of 01:37, 3 February 2011

Official pages

RFC 2821 <icq>1234567</icq> <skype>some_user</skype> test

Protected

<protect show="warning" users="Vokacpet" groups="sysop"> 5QO1c5NAJjpRNJ72DVY8P0IGsCdwY9Cv9nyFW9qTNZz6Wg6geI9CKheaUsO8uwIRz1UNiRXgOvIATgtEBSFJmQ== </protect>

Protected for comp group

<protect show="warning" users="Vokacpet" groups="comp,sysop"> 5QO1c5NAJjpRNJ72DVY8P0IGsCdwY9Cv9nyFW9qTNZz6Wg6geI9CKheaUsO8uwIRz1UNiRXgOvIATgtEBSFJmQ== </protect>

Protected for comp group (user)

<protect show="text" users="Vokacpet" groups="comp,sysop"> 5QO1c5NAJjpRNJ72DVY8P0IGsCdwY9Cv9nyFW9qTNZz6Wg6geI9CKheaUsO8uwIRz1UNiRXgOvIATgtEBSFJmQ== </protect>

Quick links

Special:Allmessages MediaWiki:Sidebar Main Page

Novell

Tests

Formating

Lists

  • item 1
  • item 2
  • item 3
  1. item 1
  2. item 2
  3. item 3
  • item 1
    • subitem 1
    • subitem 2
      • subsubitem 1
      • subsubitem 2

Links

w:Main Page w:en:Main Page w:test pokus

Tables

caption
h1 h2 h3
xx yy zz
11 22 33

Preformated

Extensions

LaTeX

<math>\alpha, \beta, \gamma, ...</math>

<math>x^2+y^2=z^2</math>

<math>\sum_{i=0}^100 i</math>

<math>\int_0^{10} x=[\frac{1}{2}*x^2]_0^{10}</math>

jhkjhjk

Syntax highlighting

<bash>

  1. !/bin/sh

echo "this is a test" </bash>

<perl>

  1. !/usr/bin/perl -w

use strict; print "Hello World!\n"; </perl>

<c>

  1. inclued "stdio.h"

int main(int argc, char *argv[]) {

   printf("Hello World!");
   return 0;

} </c>


Fjfi Test Extension

Text passed into example extension:
This is FJFI Test Extension
and the value for the arg 'argument' is
and the value for the arg 'argument2' is:


Gnuplot

Gnuplot Plot

Gnuplot Plot


GraphViz

HTML

Toto je test.

Soubor k nahrání: